@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");



html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  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;
}

/**
 * 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 */
  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 {
  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] {
  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;
}

/**
 * Custom rules
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.socials {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  text-align: center;
}

.socials__text {
  color: white;
  vertical-align: middle;
}

.socials__option {
  color: #FFF;
  width: 1.4em;
  height: 1.4em;
}

.socials__button {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  opacity: 0.71;
  cursor: pointer;
  transition: 0.5s;
}

.socials__button:hover {
  opacity: 100%;
}

.socials__button--join-us {
  border: white 1px solid;
  border-radius: 16px;
  padding: 4px;
  min-width: 120px;
}

.socials__button-link {
  display: block;
  height: 1.4em;
  text-decoration: none;
}

.delimiter {
  width: 100%;
  height: 100%;
}

.delimiter--mobile {
  display: none;
}

.delimiter__image {
  grid-area: image;
  width: 100%;
  position: absolute;
  margin-top: -5%;
}

.delimiter__image--reversed {
  transform: rotate(180deg);
}

.section {
  display: grid;
  grid-column: 1/13;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  grid-template-areas: "title title" "image text";
  row-gap: 120px;
  column-gap: 90px;
  padding: 130px 80px 180px;
  background: #111638;
}

.section__title {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0.02em;
  margin: 0;
  color: #FFF;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
}

.section__backtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75em;
  color: #FFF;
  text-align: center;
  color: #111638;
  margin-bottom: -35px;
  text-shadow: 0 0 1px rgba(130, 73, 199, 0.6);
  z-index: 1;
  text-transform: uppercase;
}

.section__image {
  width: 33.4375rem;
  height: 21.875rem;
}

.section__subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375em;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFF;
  text-align: center;
}

.section__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 130%;
  color: #FFF;
  text-align: center;
  text-align: justify;
}

.section--reversed-content {
  grid-template-areas: "title title" "text image";
}

.section-image-wrapper {
  grid-area: image;
  width: 33.4375rem;
  height: 21.875rem;
  box-shadow: 24px -22px 0 -3px #111638, 24px -22px 20px 0px #4B3EDF, 24px -22px 0 0px #4B3EDF, 44px -42px 0 -3px #111638, 44px -42px 0 0px #8249C7, 24px -22px 0 0px #4B3EDF, 44px -42px 20px 0px #8249C7;
}

.section-image-wrapper--reversed {
  box-shadow: 24px 22px 0 -3px #111638, 24px 22px 20px 0px #4B3EDF, 24px 22px 0 0px #4B3EDF, 44px 42px 0 -3px #111638, 44px 42px 0 0px #8249C7, 24px 22px 0 0px #4B3EDF, 44px 42px 20px 0px #8249C7;
  justify-self: end;
  margin-right: 45px;
  margin-bottom: 45px;
}

.section-text-wrapper {
  grid-area: text;
  text-align: center;
}

.section-title-wrapper {
  grid-area: title;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  align-items: center;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 50px;
}

.navigation__button {
  outline: none;
  background: none;
  border: none;
  opacity: 80%;
  cursor: pointer;
  transition: 0.5s;
}

.navigation__button:hover {
  opacity: 100%;
  color: #834bc8;
  text-shadow: 0 0 3px rgba(130, 73, 199, 0.6);
}

.navigation__button-link {
  color: unset;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

.header {
  position: absolute;
  width: 100%;
  margin-top: 25px;
}

.header__logo {
  width: 10.6875em;
  height: 3.625em;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.main-page-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: min-content;
  align-content: center;
  width: 100%;
  height: 100%;
  margin-top: 200px;
  padding: 0 80px;
}

.main-page {
  height: 110vh;
  display: flex;
  align-items: center;
  grid-column: 1/13;
}

.main-page__title {
  grid-column: 1/9;
  justify-self: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.6875em;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  text-align: center;
}

.main-page__subtitle {
  grid-column: 3/7;
  margin: 0 0 55px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375em;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFF;
  text-align: center;
  text-align: center;
}

.main-page__socials {
  grid-column: 1/4;
  margin-top: 120px;
}

.main-page__button {
  grid-column: 4/6;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  padding: 15px;
  margin-right: 7.5px;
  background: linear-gradient(90.04deg, #8249C7 -0.31%, #4B3EDF 99.94%);
  transition: 0.5s;
}

.main-page__button:hover {
  box-shadow: 0 5px 20px rgba(130, 73, 199, 0.8);
  text-shadow: 0 0 10px #FFF;
}

.main-page__button a {
  color: unset;
  text-decoration: none;
}

.no-webp .main-page {
  background: url("../img/background.png") center center;
  background-size: cover;
}

.webp .main-page {
  background: url("../img/background.webp") center center;
  background-size: cover;
}

.section__roadmap-image {
  position: absolute;
  width: 100%;
  margin: -80px;
  padding-top: 60px;
}

.section__roadmap-mobile {
  display: none;
}

.section-roadmap {
  grid-template-areas: "title" "image";
  grid-template-rows: none;
  grid-template-columns: none;
  grid-column-gap: 0;
}

.roadmap-timeline {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min-content max-content max-content;
  align-items: center;
  grid-column-gap: 15px;
}

.roadmap-timeline__backtitle {
  margin-top: -45px;
  text-shadow: 0 0 1px #8249c7;
}

.roadmap-timeline__pointer {
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 20px #FFF;
}

.roadmap-timeline__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  color: #FFF;
  text-align: center;
}

.roadmap-timeline__goals {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.roadmap-timeline__goal-item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  text-align: center;
  text-align: left;
}

.section-litepaper {
  grid-column: 1/13;
  grid-template-areas: "image image" "button button";
  display: grid;
  row-gap: 180px;
  padding: 130px 80px 0;
  background: #111638;
}

.section__litepaper-image {
  width: 100vw;
  height: 100%;
}

.section__litepaper-image-wrapper {
  grid-area: image;
  margin: -80px;
  padding-top: 60px;
}

.section__litepaper-button-wrapper {
  grid-area: button;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
}

.section__litepaper-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  padding: 22px 60px;
  transition: 0.5s;
  background: none;
  border: #8249C7 3px solid;
}

.section__litepaper-button--second {
  border: #4B3EDF 3px solid;
}

.section__litepaper-button:hover {
  background: #8249C7;
  box-shadow: 0 5px 20px rgba(130, 73, 199, 0.8);
}

.section__litepaper-button--second:hover {
  background: #4B3EDF;
  box-shadow: 0 5px 20px rgba(75, 62, 223, 0.8);
  text-shadow: 0 0 10px #FFF;
}

.section__litepaper-button a {
  color: unset;
  text-decoration: none;
}

.section-join-community {
  grid-template-areas: ". title title title ." ". description description description ." ". form form form .";
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: min-content 1fr min-content 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  padding: 230px 140px 0;
}

.section-join-community__description {
  grid-area: description;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  text-align: center;
}

.section-join-community__form {
  grid-area: form;
  display: grid;
  grid-template-rows: min-content;
  grid-column-gap: 40px;
  transition: 0.5s;
}

.section-join-community__input {
  grid-row: 1/1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: none;
  transition: 0.5s;
  text-align: left;
}

.section-join-community__input:placeholder-shown {
  opacity: 0.6;
}

.section-join-community__button {
  grid-row: 1/1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.375em;
  color: #FFF;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  padding: 24px 45px;
  background: linear-gradient(90.04deg, #8249C7 -0.31%, #4B3EDF 99.94%);
  transition: 0.5s;
}

.section-join-community__button:hover {
  box-shadow: 0 5px 15px rgba(130, 73, 199, 0.6);
  text-shadow: 0 0 10px #FFF;
}

.section-join-community__message-wrapper {
  grid-area: form;
  display: flex;
  column-gap: 15px;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375em;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFF;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s 0.2s;
}

.section-join-community__message-icon {
  width: 27px;
  height: 27px;
}

.section-join-community__message-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 130%;
  color: #FFF;
  text-align: center;
}

.footer {
  grid-column: 1/13;
  display: grid;
  grid-template-areas: "logo navigation navigation whitepaper" "socials socials . rights-reserved";
  grid-auto-columns: 1fr;
  grid-row-gap: 70px;
  align-items: center;
  padding: 40px 80px;
  background: #000224;
}

.footer__navigation {
  grid-area: navigation;
}

.footer__socials {
  grid-area: socials;
}

.footer__rights-reserved {
  grid-area: rights-reserved;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 130%;
  color: #FFF;
  text-align: center;
  text-align: right;
}

.footer__logo {
  grid-area: logo;
  width: 103px;
  height: 35px;
}

.footer__whitepaper {
  grid-area: whitepaper;
  justify-self: right;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 130%;
  color: #FFF;
  text-align: center;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  padding: 0;
}

.footer__whitepaper:hover {
  opacity: 100%;
  color: #834bc8;
  text-shadow: 0 0 3px rgba(130, 73, 199, 0.6);
}

.footer__whitepaper-link {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(0.75rem, 0.89vw + 0.18rem, 1.25rem);
}

.app {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  background: #111638;
}

@media (min-width: 320px) and (max-width: 599px) {
  .delimiter {
    display: none;
  }

  .delimiter--mobile {
    display: block;
  }

  .section {
    grid-column: 1/4;
    grid-template-rows: min-content 1fr min-content;
    grid-template-areas: "title title" "text text" "image image";
    column-gap: 0;
    row-gap: 60px;
    padding: 60px 30px;
    font-size: 16px;
  }

  .section--reversed-content {
    grid-template-areas: "title title" "text text" "image image";
  }

  .section-image-wrapper {
    margin-top: 35px;
    margin-right: 45px;
    width: 40rem;
    height: 26rem;
  }

  .section-image-wrapper--reversed {
    margin: 0 45px 0 0;
  }

  .header__logo {
    width: 15.625em;
    height: 5.3125em;
  }

  .header__navigation {
    display: none;
  }

  .header-wrapper {
    padding: 0 30px;
  }

  .main-page-wrapper {
    grid-template-columns: repeat(6, 1fr);
    padding: 0 30px;
    font-size: 12px;
    margin-top: 130px;
  }

  .main-page {
    grid-column: 1/4;
  }

  .main-page__title {
    grid-column: 1/7;
    margin-bottom: 20px;
  }

  .main-page__socials {
    grid-column: 1/7;
    margin-top: 45px;
    font-size: 17px;
  }

  .main-page__button {
    grid-column: 2/6;
  }

  .section__roadmap-image {
    display: none;
  }

  .section__roadmap-mobile {
    justify-self: end;
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    margin-top: 15px;
  }

  .section-litepaper {
    grid-column: 1/4;
    row-gap: 90px;
    padding: 60px 30px;
    font-size: 16px;
  }

  .section__litepaper-image-wrapper {
    margin: -30px;
  }

  .section__litepaper-button-wrapper {
    flex-direction: column;
  }

  .section-join-community {
    padding: 60px 30px;
  }

  .footer {
    grid-column: 1/4;
    grid-row-gap: 40px;
    grid-template-areas: "logo . whitepaper whitepaper" "socials socials socials rights-reserved";
    padding: 40px 30px;
    font-size: 11px;
  }

  html {
    font-size: clamp(0.44rem, 2.5vw - 0.19rem, 0.75rem);
  }

  .app {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .section {
    gap: 60px;
    padding: 80px 40px 120px;
  }

  .header-wrapper {
    padding: 0 40px;
    font-size: clamp(0.81rem, 0.71vw + 0.55rem, 1rem);
  }

  .main-page-wrapper {
    grid-template-columns: repeat(6, 1fr);
    padding: 0 40px;
  }

  .main-page__title {
    grid-column: 1/7;
    margin-bottom: 20px;
    font-size: 65px;
  }

  .main-page__socials {
    font-size: 16px;
    margin-top: 100px;
  }

  .main-page__button {
    grid-column: 3/5;
  }

  .section__roadmap-image {
    margin: -40px;
  }

  .section-join-community {
    padding: 230px 100px 20px;
  }

  .footer {
    padding: 40px 40px;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  .section {
    row-gap: 40px;
    font-size: 13px;
  }

  .section__image {
    width: 33.4375rem;
    height: 21.875rem;
  }

  .section-image-wrapper {
    justify-self: center;
    width: 33.4375rem;
    height: 21.875rem;
  }

  .section-image-wrapper--reversed {
    justify-self: center;
    width: 33.4375rem;
    height: 21.875rem;
  }

  .main-page-wrapper {
    grid-row-gap: 15px;
    margin-bottom: 80px;
  }

  .main-page__subtitle {
    margin-bottom: 40px;
  }

  .main-page__socials {
    margin-top: 15px;
  }

  .main-page__button {
    grid-row: 3/3;
    margin-right: 0;
  }

  .section-roadmap {
    padding-bottom: 0;
  }

  .roadmap-timeline__backtitle {
    margin-top: -35px;
  }

  .section-litepaper {
    font-size: 13px;
  }

  .section-join-community {
    padding-top: 0;
  }
}

@media (min-width: 660px) and (max-width: 1023px) {
  .section__image {
    align-self: center;
    width: 21.875rem;
    height: 14.375rem;
  }

  .section-image-wrapper {
    align-self: center;
    width: 21.875rem;
    height: 14.375rem;
  }
}

@media (min-width: 600px) and (max-width: 659px) {
  .section__image {
    align-self: center;
    width: 17.5rem;
    height: 11.5625rem;
  }

  .section-image-wrapper {
    align-self: center;
    width: 17.5rem;
    height: 11.5625rem;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .section__image {
    width: 40rem;
    height: 26rem;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .main-page__subtitle {
    grid-column: 1/7;
    margin-bottom: 30px;
  }

  .section-join-community {
    grid-template-areas: "title title title" "description description description" "form form form";
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 35px;
    text-align: center;
  }

  .section-join-community__form {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }

  .footer__navigation {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 659px) {
  .section__litepaper-button {
    padding: 22px 40px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
