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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: "Red Hat Display", sans-serif;
}

body {
  line-height: 1;
  font-weight: 400;
  color: #555;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
  background-image: radial-gradient(#00114229 0.1rem, #ffffff 0.1rem);
  background-size: 1.8rem 1.8rem;
}

.margin-right-sm {
  margin-right: 1.6rem !important;
}

.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}

.margin-bottom-littlebig {
  margin-bottom: 9.6rem;
}

.margin-bottom-big {
  margin-bottom: 12.8rem !important;
}

.container {
  /* 1140px */
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.container-pricing {
  max-width: 145rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

/* .grid:not(:last-child) {
  margin-bottom: 9.6rem;
} */

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

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

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--center-v {
  align-items: center;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
}

.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

.heading-secondary {
  display: flex;
  justify-content: center;
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.subheading {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #251dde;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}

.btn,
.btn--feedback,
.btn:link,
.btn:visited {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.4rem 3.2rem;
  border-radius: 0.5rem;

  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.btn--full:link,
.btn--full:visited {
  background-color: #251dde;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  background-color: #83f9ff;
  color: #251dde;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #333;
  color: #fff;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #83f9ff;
  color: #251dde;
  box-shadow: inset 0 0 0 3px #83f9ff;
}

.btn--feedback {
  background-color: #251dde;
  color: #fff;
  align-self: end;
  padding: 1.2rem;
}

.btn--feedback:hover {
  background-color: #83f9ff;
  color: #251dde;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

.list-icon {
  width: 3rem;
  height: 3rem;
  color: #ffdd00;
}

.language-down-icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0 0 0 0.8rem;
  color: #fff;
}
