@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap"); /* Colors */
/* Fonts */
/* Other */
@font-face {
  font-family: "Spoof";
  src: url("/static/fonts/Spoof/Spoof-Bold.woff2?93bfda134320") format("woff2"), url("/static/fonts/Spoof/Spoof-Bold.woff?93bfda134320") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoof";
  src: url("/static/fonts/Spoof/Spoof-Medium.woff2?93bfda134320") format("woff2"), url("/static/fonts/Spoof/Spoof-Medium.woff?93bfda134320") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

h1,
.h1 {
  font-family: "Spoof", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
}

h2,
.h2 {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 1.4rem;
  }
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1rem;
}

.subtitle {
  color: #787878;
}

.stars {
  display: flex;
  flex-direction: column;
}
.stars__list {
  display: inline-grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  grid-column-gap: 8px;
}
.stars__list:not(:last-child) {
  margin-bottom: 9px;
}
.stars__star {
  width: 22px;
  height: 22px;
  background-image: url("/static/images/home/star.svg?93bfda134320");
  background-size: contain;
}
.stars__description {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 11px;
}

.features {
  margin-bottom: var(--offset-general);
  position: relative;
  z-index: 1;
}
.features__title {
  margin-bottom: 15px;
}
.features__subtitle {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .features__subtitle {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .features__subtitle {
    margin-bottom: 40px;
  }
}
.features__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 130px;
}
@media (max-width: 1300px) {
  .features__list {
    grid-row-gap: 110px;
  }
}
@media (max-width: 1024px) {
  .features__list {
    grid-row-gap: 90px;
  }
}
@media (max-width: 767px) {
  .features__list {
    grid-row-gap: 60px;
  }
}
.features .hidden-text {
  transition: opacity 0.4s ease, transform 0.5s ease-in;
}
.features .hidden-text:not(.visible) {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.features .hidden-text:last-child {
  margin-bottom: 0;
}

.features-item {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  position: relative;
}
@media (max-width: 1300px) {
  .features-item {
    grid-column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .features-item {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-row-gap: 0;
    margin-bottom: 0;
  }
}
.features-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .features-item:nth-child(1) {
    grid-template-columns: 1fr 490px;
  }
}
@media (min-width: 1025px) {
  .features-item:nth-child(1) {
    grid-template-columns: 1fr 700px;
  }
}
@media (min-width: 768px) {
  .features-item:nth-child(3) {
    grid-template-columns: 400px 1fr;
  }
}
@media (min-width: 1025px) {
  .features-item:nth-child(3) {
    grid-template-columns: 590px 1fr;
  }
}
@media (min-width: 768px) {
  .features-item:nth-child(4) {
    grid-template-columns: 1fr 380px;
  }
}
@media (min-width: 1025px) {
  .features-item:nth-child(4) {
    grid-template-columns: 1fr 550px;
  }
}
.features-item:nth-child(3) {
  flex-direction: row-reverse;
}
.features-item__images {
  position: sticky;
  top: 180px;
  display: grid;
  grid-row-gap: 40px;
}
@media (max-width: 767px) {
  .features-item__images {
    display: none;
  }
}
.features-item__content {
  position: sticky;
  top: 30%;
}
.features-item__title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1501px) {
  .features-item__title {
    font-size: 1.5rem;
  }
}
.features-item__badge-premium {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 1px solid var(--features-badge-color, #696969);
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 16px;
  margin-left: 15px;
  color: var(--features-badge-color, #696969);
}
.features-item__text {
  max-width: 600px;
}
@media (min-width: 1501px) {
  .features-item__text {
    font-size: 1.2rem;
  }
}
.features-item__text p:last-child {
  margin-bottom: 0;
}
.features-item__development {
  color: #4b4b4b;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 12px;
  border: 1px solid;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
}

.custom-domains-image {
  transition: opacity 0.6s ease, transform 0.7s ease-in-out;
}
.custom-domains-image:not(.visible) {
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
.custom-domains-image:nth-child(1) {
  margin-bottom: 20%;
  padding-bottom: 42%;
}
.custom-domains-image:nth-child(2) {
  position: absolute;
  top: 33%;
  right: 30px;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 71.4285714286%;
  padding-bottom: 42.8571428571%;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .custom-domains-image:nth-child(2) {
    right: 20px;
  }
}
.custom-domains-image:nth-child(2)::before, .custom-domains-image:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
}
.custom-domains-image:nth-child(2)::before {
  box-shadow: inset 0 0 0 1px #323232;
  border-radius: 5px;
}
.custom-domains-image:nth-child(2)::after {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 5%, #101010 90%);
}
.custom-domains-image:nth-child(3) {
  width: 85.7142857143%;
  padding-bottom: 24.2857142857%;
}

.dashboard-example {
  margin-bottom: var(--offset-general);
  --link-color: #000;
  padding: 80px;
  position: relative;
  z-index: 1;
  color: #000;
  border-radius: 20px;
  color: #fff;
  background-color: #1e1e1e;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .dashboard-example {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .dashboard-example {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .dashboard-example {
    padding: 25px;
  }
}
.dashboard-example__title {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .dashboard-example__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .dashboard-example__title {
    margin-bottom: 40px;
  }
}
@media screen {
  .dashboard-example {
    margin: 0;
  }
}
.dashboard-example__title {
  margin-bottom: 20px;
}
.dashboard-example__text {
  max-width: 100%;
  color: #b3b3b3;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dashboard-example__text br {
    display: none;
  }
}
.dashboard-example__image {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 55.4744525547%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #323232;
}
@media (max-width: 767px) {
  .dashboard-example__image {
    min-width: 822px;
    padding-bottom: 456px;
  }
}
@media (max-width: 480px) {
  .dashboard-example__image {
    min-width: 548px;
    padding-bottom: 304px;
  }
}

.multiple-recipients-images {
  margin: 0 90px 181px 0;
}
@media (max-width: 1024px) {
  .multiple-recipients-images {
    margin: 0 49px 149px 0;
  }
}

.multiple-recipients-image {
  padding-bottom: 91.6%;
}

.multiple-recipients-message {
  position: absolute;
  top: 260px;
  right: auto;
  bottom: auto;
  left: 270px;
  z-index: 1;
  transition: opacity 0.5s ease, transform 0.8s ease-in-out;
  background-color: #bbb6ff;
  border-radius: 15px;
  padding: 18px 25px;
  color: #232323;
  font-size: 14px;
  width: 320px;
}
.multiple-recipients-message:not(.visible) {
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
@media (max-width: 1024px) {
  .multiple-recipients-message {
    top: 130px;
    left: 120px;
    font-size: 13px;
    padding: 15px 20px;
    width: 280px;
  }
}
.multiple-recipients-message.second {
  top: 450px;
}
@media (max-width: 1024px) {
  .multiple-recipients-message.second {
    top: 300px;
  }
}
.multiple-recipients-message__header {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #9a92ff;
}
.multiple-recipients-message__title {
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.multiple-recipients-message__from {
  letter-spacing: 0.2px;
  font-size: 0.9em;
}
.multiple-recipients-message__date {
  font-size: 0.8em;
  opacity: 0.7;
  margin-left: 6px;
}
.multiple-recipients-message__to {
  letter-spacing: 0.2px;
  font-size: 0.9em;
}
.multiple-recipients-message__to-email {
  background-color: #d3d0ff;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.9em;
  letter-spacing: 0.4px;
}
.multiple-recipients-message__text {
  font-size: 0.9em;
}

.extension-images {
  --extension-images-offset: 150px;
  margin-left: var(--extension-images-offset);
}
@media (max-width: 1024px) {
  .extension-images {
    --extension-images-offset: 100px;
  }
}

.extension-image {
  transition: opacity 0.6s ease, transform 0.9s ease-in-out;
  border-radius: 5px;
}
.extension-image:not(.visible) {
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
.extension-image:first-child {
  margin-bottom: 100px;
  padding-bottom: 129.5%;
}
@media (max-width: 1024px) {
  .extension-image:first-child {
    margin-bottom: 50px;
  }
}
.extension-image:last-child {
  position: absolute;
  top: auto;
  right: var(--extension-images-offset);
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 100%;
  padding-bottom: 137.75%;
}

.extension-demo {
  height: 150vh;
  position: relative;
  padding: 0 var(--container-padding);
  clip-path: inset(0);
}
@media (max-width: 767px) {
  .extension-demo {
    padding: 0;
  }
}
.extension-demo__tips {
  position: absolute;
  top: 10%;
  right: var(--container-padding);
  bottom: 0;
  left: var(--container-padding);
  z-index: -1;
}
.extension-demo__tip {
  text-align: center;
  max-width: 500px;
  height: 40vh;
  margin: 0 auto;
  transition: opacity 0.5s ease;
  opacity: 0;
  font-size: 1.4rem;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .extension-demo__tip {
    font-size: 1.2rem;
  }
}
.extension-demo__tip.visible {
  opacity: 1;
}
.extension-demo__wrapper {
  position: sticky;
  top: 50%;
}
@media (max-width: 1024px) {
  .extension-demo__wrapper {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .extension-demo__wrapper {
    top: calc(100vh - 250px);
  }
}
.extension-demo__wrapper::after {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 150vh;
  background-color: #101010;
}
.extension-demo__form {
  background-color: #1e1e1e;
  border: 1px solid #232323;
  border-radius: 5px;
  padding: 90px 100px 100px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .extension-demo__form {
    padding: 60px 70px 70px;
  }
}
@media (max-width: 1024px) {
  .extension-demo__form {
    padding: 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .extension-demo__form {
    padding: 40px 35px 40px;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 480px) {
  .extension-demo__form {
    padding: 40px 25px 40px;
  }
}
.extension-demo__form::before, .extension-demo__form::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #101010, rgba(16, 16, 16, 0));
  width: 100%;
  height: 40%;
  content: "";
  opacity: 0.6;
  pointer-events: none;
}
.extension-demo__form::before {
  bottom: auto;
}
.extension-demo__form::after {
  top: auto;
  background: linear-gradient(to top, #101010, rgba(16, 16, 16, 0));
}
.extension-demo__content {
  position: relative;
}
@media (max-width: 1024px) {
  .extension-demo__content {
    max-width: 500px;
    margin: 0 auto;
  }
}
@keyframes success-message-bounce {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.extension-demo__success-message {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #232323;
  background-color: #ff9800;
  border-radius: 3px;
  margin-left: 15px;
  padding: 4px 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .extension-demo__success-message {
    position: absolute;
    font-size: 13px;
    margin: 0;
    z-index: 2;
    width: 100%;
  }
}
.extension-demo__success-message.visible {
  opacity: 1;
  pointer-events: auto;
  animation: success-message-bounce 1s forwards;
}
.extension-demo__flying-field {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.extension-demo__flying-field:last-child {
  bottom: auto;
}
.extension-demo__field-content {
  position: relative;
}
@keyframes field-copy-animation {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .extension-demo__input[type=email] {
    height: 70px;
  }
}
.extension-demo__input[type=email].animated {
  animation: field-copy-animation 0.3s forwards;
}
.extension-demo__notice {
  position: absolute;
  top: auto;
  right: 65px;
  bottom: 130%;
  left: auto;
  z-index: 1;
  font-size: 16px;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.extension-demo__notice::after {
  position: absolute;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 110%;
  z-index: 1;
  content: "";
  width: 32px;
  height: 32px;
  background: url("/static/images/home/features/extension-demo-arrow.svg?93bfda134320");
}
.extension-demo__button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 50px;
  height: 100%;
}
@media (min-width: 768px) {
  .extension-demo__button-wrapper {
    width: 70px;
  }
}
.extension-demo__cursor {
  transition: opacity 0.3s ease, transform 1s ease-in-out;
}
.extension-demo__cursor:not(.visible) {
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
@keyframes bump-text-animation {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.extension-demo__bump-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #ff9800;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: bump-text-animation 0.5s ease forwards;
  opacity: 0;
}
.extension-demo label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.secure-reply {
  margin-bottom: var(--offset-general);
  --link-color: #000;
  padding: 80px;
  position: relative;
  z-index: 1;
  color: #000;
  border-radius: 20px;
  --features-badge-color: rgba(61, 122, 77, 0.7);
  background-color: #add6b8;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .secure-reply {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .secure-reply {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .secure-reply {
    padding: 25px;
  }
}
.secure-reply__title {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .secure-reply__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .secure-reply__title {
    margin-bottom: 40px;
  }
}
.secure-reply__wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  position: relative;
  align-items: center;
  grid-template-columns: 1fr 780px;
}
@media (max-width: 1300px) {
  .secure-reply__wrapper {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1300px) {
  .secure-reply__wrapper {
    grid-template-columns: 1fr 595px;
  }
}
@media (max-width: 1024px) {
  .secure-reply__wrapper {
    grid-template-columns: 40% 595px;
  }
}
@media (max-width: 767px) {
  .secure-reply__wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .secure-reply__text {
    margin-bottom: 30px;
  }
}
.secure-reply__image {
  width: 100%;
  padding-bottom: 40%;
}
@media (max-width: 480px) {
  .secure-reply__image {
    width: 500px;
    padding-bottom: 200px;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  max-width: 1330px;
  position: relative;
  z-index: 1;
}
.features-grid:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-gap: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .features-grid {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid__subtitle {
  color: #ff9800;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-grid__title {
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
.features-grid__description {
  color: #b3b3b3;
}

.get-started {
  margin-bottom: var(--offset-general);
  --link-color: #000;
  padding: 80px;
  position: relative;
  z-index: 1;
  color: #000;
  border-radius: 20px;
  background-color: #bbb6ff;
}
@media (max-width: 1500px) {
  .get-started {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .get-started {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .get-started {
    padding: 25px;
  }
}
.get-started__title {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .get-started__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .get-started__title {
    margin-bottom: 40px;
  }
}
.get-started__steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  justify-content: space-evenly;
  margin: 0 0 80px;
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .get-started__steps {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .get-started__steps {
    grid-auto-flow: row;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }
}
.get-started__bottom {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-auto-columns: min-content;
}
.get-started__btn {
  grid-column: 1;
}
.get-started__btn-description {
  grid-column: 1/3;
  grid-row: 2;
  opacity: 0.8;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
}
.get-started__stars {
  grid-column: 1;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .get-started__stars {
    grid-column: 2;
  }
}

.get-started-step {
  position: relative;
}
.get-started-step:not(:last-child):after {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: 0;
  left: 45%;
  z-index: 1;
  content: "";
  width: 49px;
  height: 49px;
  background: url("/static/images/home/arrow.svg?93bfda134320") center/contain no-repeat;
}
@media (max-width: 767px) {
  .get-started-step:not(:last-child):after {
    display: none;
  }
}
.get-started-step__number {
  width: 100px;
  height: 100px;
  font-size: 2rem;
  line-height: 96px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 15px;
  text-align: center;
  font-family: "Spoof", sans-serif;
  border: 2px solid #000;
  cursor: default;
  transition: transform 0.2s ease;
  will-change: transform;
}
@media (max-width: 480px) {
  .get-started-step__number {
    width: 70px;
    height: 70px;
    line-height: 66px;
  }
}
.get-started-step__number:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.get-started-step__description {
  line-height: 1.6;
}
.get-started-step__small-description {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .get-started-step__small-description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .get-started-step__small-description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .get-started-step__small-description {
    font-size: 13px;
  }
}

.container {
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1500px) {
  .container {
    --container-max-width: 1210px;
  }
}

.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-color, #232323);
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.1s ease, filter 0.2s ease, opacity 0.2s ease;
  background-color: RGB(var(--btn-color));
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  will-change: transform;
  text-decoration: none;
  fill: var(--text-color, #232323);
}
.btn:not(:disabled):hover {
  color: var(--text-color, #232323);
  box-shadow: 4px 4px 0 rgba(var(--btn-color), 0.5);
}
.btn:not(:disabled):active {
  transform: translate3d(3px, 3px, 0);
}
.btn:not(:disabled):focus {
  outline: none;
  box-shadow: 0 3px 40px rgba(var(--btn-color), 0.9);
}
.btn:disabled {
  filter: grayscale(90%);
  cursor: not-allowed;
  opacity: 0.7;
}
.btn_block {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn_small {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 0.8rem;
}
.btn_big {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 1rem;
}
.btn_theme-orange {
  --btn-color: 255, 152, 0;
}
.btn_theme-mint {
  --btn-color: 173, 214, 184;
}
.btn_theme-purple {
  --btn-color: 187, 182, 255;
}
.btn_theme-success {
  --btn-color: 224, 243, 105;
}
.btn_theme-danger {
  --btn-color: 242, 115, 64;
}
.btn_theme-white {
  --btn-color: 255, 255, 255;
}
.btn_theme-black {
  --btn-color: 16, 16, 16;
  --text-color: #fff;
}
.btn_outline {
  --text-color: RGB(var(--btn-color));
  background-color: transparent;
  border-color: RGB(var(--btn-color));
}
.btn_outline:not(:disabled):hover {
  color: RGB(var(--btn-color));
}
.btn .icon {
  --icon-size: 18px;
  width: var(--icon-size);
  height: var(--icon-size);
  align-self: center;
}
@media (max-width: 767px) {
  .btn .icon {
    --icon-size: 14px;
  }
}
.btn .icon:not(:last-child) {
  margin-right: 8px;
}

.alert {
  --alert-background: #ff9800;
  --link-color: $color-black-900;
  color: #000;
  padding: 15px 20px;
  background-color: var(--alert-background);
  font-size: 14px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .alert {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.alert:not(.alert_top):not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .alert:not(.alert_top):not(:last-child) {
    margin-bottom: 15px;
  }
}
.alert_theme-success {
  --alert-background: #e0f369;
}
.alert_theme-warning {
  --alert-background: #ff9800;
}
.alert_theme-danger {
  --alert-background: #f27340;
}
.alert_theme-info {
  --alert-background: #bbb6ff;
}
.alert_theme-primary {
  --alert-background: #add6b8;
}
.alert_general {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 200;
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.3s ease;
  transform: translateY(0%);
  max-width: 400px;
  will-change: transform;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.alert_general:hover {
  opacity: 0.9;
}
.alert_general:not(.visible) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
@keyframes general-alert-bar-animation {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.alert_general.visible::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  background-color: #cccccc;
  animation: general-alert-bar-animation 5s forwards 1 linear;
}
.alert_top {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr max-content;
  grid-column-gap: 20px;
  align-items: center;
  border-radius: 0;
}
.alert__close {
  width: 30px;
  height: 30px;
  padding: 8px;
  margin-left: 30px;
}
.alert ul {
  list-style: none;
  padding: 0;
}
.alert ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header {
  background-color: rgba(16, 16, 16, 0.9);
  margin: 0 0 100px;
  padding: var(--container-padding) 0;
  top: 0;
  z-index: 10;
}
@supports (backdrop-filter: blur(30px)) {
  .header {
    background-color: rgba(16, 16, 16, 0.85);
    backdrop-filter: blur(15px);
  }
}
@media (max-width: 1300px) {
  .header {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .header {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .header {
    margin-bottom: 50px;
  }
}
.header:not(.header_account).fixed {
  position: sticky;
  animation: smoothScroll 0.6s forwards;
}
.header__container {
  display: flex;
  align-items: center;
}
.header__container.centered {
  padding: 5px 0;
  justify-content: center;
}
.header_account {
  margin-bottom: 0;
  border-bottom: 1px solid #1e1e1e;
}
.header__logo {
  display: flex;
  align-items: center;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.header__logo:after {
  display: none;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo-img {
  width: 120px;
  height: 25.25px;
}
@media (max-width: 767px) {
  .header__logo-img {
    width: 90px;
    height: 18.94px;
  }
}
.header__dashboard-link {
  font-weight: 500;
  text-decoration: none;
  background-color: #373737;
  border-radius: 3px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  margin-left: 15px;
  box-shadow: 0 0 0 2px #373737;
}
@media (min-width: 768px) {
  .header__dashboard-link {
    display: none;
  }
}
.header__dashboard-link .icon {
  width: 9px;
  height: 9px;
  fill: #fff;
  margin-right: 5px;
}

.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 880px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(16, 16, 16, 0.9);
    transition: opacity 0.2s ease-out;
    padding: 100px var(--container-padding) var(--container-padding) var(--container-padding);
    flex-direction: column-reverse;
    align-items: flex-end;
    white-space: nowrap;
    width: 100%;
    height: 100vh;
  }
  .menu:not(.opened) {
    opacity: 0;
    pointer-events: none;
  }
}
.menu__items {
  --menu-margin: 60px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-column-gap: 40px;
  list-style: none;
  margin: 0 var(--menu-margin) 0 0;
  padding: 0;
}
@media (max-width: 1300px) {
  .menu__items {
    --menu-margin: 50px;
    grid-column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .menu__items {
    --menu-margin: 40px;
    grid-column-gap: 25px;
  }
}
@media (max-width: 880px) {
  .menu__items {
    margin-right: 0;
    grid-auto-flow: row;
    grid-row-gap: 30px;
  }
}
.menu__items_account {
  margin: 1px auto 0 var(--menu-margin);
}
@media (max-width: 880px) {
  .menu__items_account {
    margin-right: 0;
  }
}
.menu__item {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}
@media (max-width: 880px) {
  .menu__item {
    justify-self: flex-end;
  }
}
.menu__item:hover .menu-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.menu__buttons {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: var(--container-padding);
}
@media (max-width: 880px) {
  .menu__buttons {
    margin-bottom: 35px;
  }
}
.menu__account_type {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  margin-top: 1px;
}
@media (max-width: 1024px) {
  .menu__account_type {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .menu__account_type {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .menu__account_type {
    font-size: 13px;
  }
}
@media (max-width: 880px) {
  .menu__account_type {
    display: none;
  }
}
@media (max-width: 880px) {
  .menu .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    font-size: 1.1rem;
  }
}

.menu-link {
  transition: opacity 0.2s ease;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
  .menu-link {
    font-size: 15px;
  }
}
@media (max-width: 880px) {
  .menu-link {
    font-size: 24px;
  }
}
.menu-link:hover, .menu-link.active, .menu-link.router-link-active {
  opacity: 0.6;
}
.menu-link.menu-dropdown-toggle {
  padding-right: 17px;
}
.menu-link.menu-dropdown-toggle::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% + -9px);
  z-index: 1;
  content: "";
  background: url("/static/images/select-arrow-light.svg?93bfda134320") center no-repeat;
  background-size: contain;
  width: 9px;
}

.menu-toggler {
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 100;
  margin-left: auto;
  padding: 0;
  background: none;
  border: none;
}
@media screen and (min-width: 881px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler:focus {
  outline: none;
}
.menu-toggler:active {
  transform: scale(1.07);
}
.menu-toggler.active {
  margin-right: -3px;
}
.menu-toggler.active .menu-toggler__inner {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.menu-toggler.active .menu-toggler__inner::before {
  opacity: 0;
}
.menu-toggler.active .menu-toggler__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.menu-toggler__inner {
  display: block;
  height: 1px;
  position: relative;
  background-color: #fff;
}
.menu-toggler__inner::before, .menu-toggler__inner::after {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu-toggler__inner::after {
  top: auto;
  bottom: 6px;
}

.menu-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  --link-color: #232323;
  display: grid;
  background-color: #fff;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.1s ease-in-out, opacity 0.15s ease;
  transform: translate3d(0, -6px, 0);
  cursor: default;
}
@media (max-width: 880px) {
  .menu-dropdown {
    left: auto;
    right: 0;
    text-align: right;
  }
}
.menu-dropdown::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 10px;
}
.menu-dropdown__link {
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
  font-weight: 500;
  padding: 9px 20px;
}
.menu-dropdown__link:hover, .menu-dropdown__link.active, .menu-dropdown__link.router-link-active {
  color: rgba(35, 35, 35, 0.7);
}
.menu-dropdown__link:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.form {
  color: #fff;
  background-color: #1e1e1e;
  margin: 0 auto;
  position: relative;
  padding: var(--form-padding);
  font-size: 16px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .form {
    font-size: 14px;
  }
}
.form_white {
  --link-color: $color-font;
  color: #000;
  background-color: #fff;
}
.form_size-md {
  max-width: 700px;
}

.form-group {
  --link-color: $color-black-600;
}
.form-group:not(:last-child) {
  margin-bottom: var(--form-group-offset, 25px);
}
@media (max-width: 767px) {
  .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form-group:not(:last-child):last-of-type {
  margin-bottom: var(--form-padding);
}
.form-group label {
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

.form-control {
  --form-control-read-only-background-color: #ededed;
  width: 100%;
  border: 1px solid #323232;
  border-radius: 5px;
  -webkit-appearance: none;
  padding: var(--form-control-padding-y) var(--form-control-padding-x);
  font: 16px/1.5 "Poppins", sans-serif;
  color: #000;
  transition: border-color 0.2s ease;
  background-color: #fff;
}
.form-control:focus {
  outline: none;
}
.form-control:focus:not(:read-only) {
  border-color: #ff9800;
}
.form-control:read-only:not(:disabled):not(select):not(.custom-select__control) {
  cursor: pointer;
  background-color: var(--form-control-read-only-background-color);
}
.form-control:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #9e9e9e;
}
.form-control_dark {
  --form-control-read-only-background-color: #323232;
  color: #fff;
  background-color: #000;
  border-color: #373737;
}
.form-control_dark:disabled, .form-control_dark.disabled {
  background-color: #323232;
  border-color: #323232;
}
.form-control_small {
  --form-control-padding-y: 10px;
  --form-control-padding-x: 15px;
  font-size: 12px;
}
.form-control.invalid {
  border-color: #f27340;
}

textarea.form-control {
  resize: vertical;
}

.form-control-error {
  padding: 8px 12px;
  background-color: #f27340;
  font-size: 12px;
  margin: 10px 0;
  color: #232323;
  border-radius: 5px;
}
.form-control-error:last-child {
  margin-bottom: 0;
}

.form-select {
  position: relative;
}
.form-select::after {
  position: absolute;
  top: -1px;
  right: 15px;
  bottom: 0;
  left: auto;
  z-index: 1;
  content: "";
  width: 12px;
  height: 15%;
  margin: auto 0;
  pointer-events: none;
  background-image: url("/static/images/select-arrow-dark.svg?93bfda134320");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.form-select_dark::after {
  background-image: url("/static/images/select-arrow-light.svg?93bfda134320");
}
.form-select.opened::after {
  transform: rotate(180deg);
}
.form-select select {
  cursor: pointer;
  appearance: none;
  text-overflow: ellipsis;
}
.form-select > .form-control {
  padding-right: calc(15px * 2 + 12px);
}

.form-checkbox {
  --theme-color: #e0f369;
  display: flex;
  --checkbox-label-width: 42px;
  --checkbox-label-height: 20px;
  --checkbox-toggle-offset: 3px;
  --checkbox-toggle-size: calc(
    var(--checkbox-label-height) - var(--checkbox-toggle-offset) * 2
  );
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: var(--checkbox-label-width);
  text-indent: calc(var(--checkbox-label-width) / 2);
  height: var(--checkbox-label-height);
  line-height: var(--checkbox-label-height);
  margin-bottom: 0;
}
.form-checkbox label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: var(--checkbox-label-width);
  height: var(--checkbox-label-height);
  will-change: transform;
  transition: transform 0.3s ease;
  background-color: #696969;
  margin: auto 0;
  border-radius: 20px;
}
.form-checkbox label::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: var(--checkbox-toggle-offset);
  z-index: 1;
  content: "";
  width: var(--checkbox-toggle-size);
  height: var(--checkbox-toggle-size);
  will-change: transform;
  background-color: #fff;
  border: 2px solid #323232;
  transition: 0.3s ease;
  margin: auto 0;
  border-radius: 50%;
}
.form-checkbox input:not(:disabled) label:active::after {
  transform: translateX(var(--checkbox-toggle-offset));
}
.form-checkbox input:checked + label::before {
  background-color: var(--theme-color);
}
.form-checkbox input:checked + label::after {
  transform: translateX(calc(var(--checkbox-label-height) + 1px));
}
.form-checkbox input:checked + label:active::after {
  transform: translateX(calc(var(--checkbox-label-height) - 1px));
}
.form-checkbox input:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
}
.form-checkbox_theme-danger {
  --theme-color: #f27340;
}

.form-radio {
  position: relative;
}
.form-radio input[type=radio] {
  display: none;
}
.form-radio label {
  padding-left: 35px;
}
.form-radio label:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.form-radio input:checked + label:after {
  border-color: #f27340;
  background-color: #bbb6ff;
}

/* Django classes */
.asteriskField {
  margin-left: 2px;
  color: #f27340;
}

.invalid-feedback {
  color: #f27340;
}

.footer {
  --link-color: #b3b3b3;
  margin: auto auto 0;
  color: #b3b3b3;
  max-width: 1100px;
  padding-bottom: 40px;
}
.footer_compact {
  --link-color: #5a5a5a;
  text-align: center;
  padding-bottom: 30px;
  color: #5a5a5a;
}
.footer__logo {
  display: flex;
  align-items: flex-start;
  max-width: 100px;
  padding-top: 7px;
}
@media (max-width: 1024px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo-img {
  width: 100%;
}
.footer__info {
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.7;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 2rem;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer__info {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer__info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer__info {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer__info {
    grid-auto-flow: row;
    row-gap: 10px;
  }
}
.footer__link {
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__link:hover {
  --link-color: #fff;
}

.footer-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  font-size: 16px;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-row-gap: 30px;
  }
}
.footer-menu__block {
  display: grid;
  align-content: flex-start;
  grid-row-gap: 15px;
}
@media (max-width: 480px) {
  .footer-menu__block {
    grid-row-gap: 10px;
  }
}
.footer-menu__title {
  letter-spacing: 0.6px;
  margin-bottom: 5px;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer-menu__title {
    margin-bottom: 0;
  }
}
.footer-menu__link {
  --link-color: #fff;
  transition: color 0.2s ease;
  text-decoration: none;
  justify-self: flex-start;
}
.footer-menu__link:hover {
  color: #ff9800;
}

.footer-account {
  --link-color: #b3b3b3;
  margin: auto 0 25px;
  padding-top: 20px;
  color: #b3b3b3;
  border-top: 1px solid #1e1e1e;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-account {
    font-size: 11px;
  }
}
.footer-account__menu {
  margin-bottom: 10px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer-account__menu {
    font-size: 12px;
  }
}
.footer-account__link {
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-account__link:not(:last-child) {
  margin-right: 20px;
}
.footer-account__link:hover {
  color: #fff;
}
.footer-account__info {
  --link-color: #787878;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-auto-columns: max-content;
  color: #787878;
}
@media (max-width: 767px) {
  .footer-account__info {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
  }
}
.footer-account__terms {
  --link-color: #b3b3b3;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 5px;
  grid-auto-columns: max-content;
}

.home-header {
  margin-bottom: var(--offset-general);
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 1fr 600px;
}
@media (max-width: 1500px) {
  .home-header {
    grid-gap: 50px;
    grid-template-columns: 1fr 500px;
  }
}
@media (max-width: 1024px) {
  .home-header {
    grid-gap: 40px;
    grid-template-columns: 1fr 42%;
  }
}
@media (max-width: 767px) {
  .home-header {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-header__title {
  font-size: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .home-header__title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .home-header__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-header__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .home-header__title {
    margin-bottom: 25px;
  }
}
.home-header__description {
  margin-bottom: 40px;
  font-size: 1.1rem;
}
@media (max-width: 1500px) {
  .home-header__description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .home-header__description br {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-header__description {
    margin-bottom: 25px;
  }
}
.home-header__highlight {
  color: #ff9800;
}
.home-header__actions {
  display: grid;
  grid-auto-columns: max-content;
}
@media (max-width: 1300px) {
  .home-header__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-header__btn:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1301px) {
  .home-header__btn:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .home-header__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.home-header__link {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
  line-height: 25px;
  max-width: 150px;
  letter-spacing: 1px;
  font-weight: 300;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .home-header__link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home-header__link {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .home-header__link {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .home-header__link {
    height: auto;
    margin: 0 0 10px;
    line-height: 1.7;
    max-width: 100%;
    grid-row: 2;
  }
}
.home-header__link:not(.visible) {
  display: none;
}
.home-header__note {
  grid-column: 1/3;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #fff;
}
.home-header__left {
  z-index: 2;
}
@media (max-width: 767px) {
  .home-header__right {
    display: none;
  }
}

.home-demo {
  position: relative;
  border: 2px solid #787878;
  border-radius: 20px 20px 0 0;
  padding: 45px 60px;
  margin-bottom: -100%;
}
@media (max-width: 1500px) {
  .home-demo {
    padding: 35px 45px;
  }
}
@media (max-width: 1024px) {
  .home-demo {
    padding: 25px 35px;
  }
}
.home-demo::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 4px);
  height: 65%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0), #101010 65%);
}
@media (max-width: 1024px) {
  .home-demo::after {
    height: 50%;
  }
}
.home-demo__wrapper {
  position: relative;
}
.home-demo__label:not(.first) {
  color: #787878;
}
.home-demo__input {
  --form-control-read-only-background-color: #000;
  color: #fff;
  text-overflow: ellipsis;
}
@media (min-width: 1301px) {
  .home-demo__input {
    height: 65px;
    padding: 0 60px 0 25px;
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .home-demo__input {
    padding-right: 50px;
  }
}
.home-demo__input_first {
  border-color: #ff9800;
}
.home-demo__button, .extension-demo__button {
  position: absolute;
  top: 0;
  right: var(--form-control-padding-x);
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 35px;
  height: 35px;
  border: none;
  margin: auto;
  will-change: transform;
  transition: filter 0.2s ease, transform 0.2s ease;
  background-color: #ff9800;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .home-demo__button, .extension-demo__button {
    width: 27px;
    height: 27px;
    right: var(--form-control-padding-x);
  }
}
.home-demo__button.animated, .animated.extension-demo__button {
  animation: 1s extension-button-pressed forwards 1;
}
.home-demo__button:hover, .extension-demo__button:hover {
  animation: none;
  transform: scale3d(1.1, 1.1, 1);
  filter: brightness(1.1);
}
.home-demo__button:hover .home-demo-cursor, .extension-demo__button:hover .home-demo-cursor, .home-demo__button:hover .extension-demo__cursor, .extension-demo__button:hover .extension-demo__cursor {
  opacity: 0;
}
.home-demo__button:active, .extension-demo__button:active {
  transform: scale3d(0.9, 0.9, 1);
}
.home-demo__button:focus, .extension-demo__button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}
.home-demo__button::after, .extension-demo__button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  margin: auto;
  width: 55%;
  height: 55%;
  background-size: contain;
  background-image: url("/static/images/at.svg?93bfda134320");
}
@keyframes extension-button-pressed {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.91);
  }
  50% {
    transform: scale(1.08);
  }
}

.home-demo-cursor, .extension-demo__cursor {
  position: relative;
  top: 0.75rem;
  right: auto;
  bottom: auto;
  left: 0.25rem;
  z-index: 2;
  transition: transform 0.3s ease;
  will-change: transform;
  pointer-events: none;
  width: 25px;
  height: 26px;
}
@keyframes cursor-animation {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.84) rotate(-9deg);
  }
  50% {
    transform: scale(1.12) rotate(2deg);
  }
}
.home-demo-cursor.animated, .animated.extension-demo__cursor {
  animation: 1s cursor-animation forwards 1;
}

.home-how {
  margin-bottom: var(--offset-general);
  --link-color: #000;
  padding: 80px;
  position: relative;
  z-index: 1;
  color: #000;
  border-radius: 20px;
  background-color: #add6b8;
}
@media (max-width: 1500px) {
  .home-how {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .home-how {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .home-how {
    padding: 25px;
  }
}
.home-how__title {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .home-how__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-how__title {
    margin-bottom: 40px;
  }
}
.home-how__title {
  margin-bottom: 1rem;
}
.home-how__description {
  margin-bottom: 2rem;
  max-width: 900px;
  font-size: 1.1rem;
}
.home-how__instruction {
  display: grid;
  grid-column-gap: 40px;
  grid-auto-flow: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1500px) {
  .home-how__instruction {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .home-how__instruction {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .home-how__instruction {
    grid-row-gap: 40px;
    grid-auto-flow: row;
  }
}

.home-how-step {
  --home-how-step-padding: 2rem;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: calc(var(--home-how-step-padding) * 0.75) var(--home-how-step-padding);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1500px) {
  .home-how-step {
    --home-how-step-padding: 1.5rem;
  }
}
.home-how-step__media {
  width: calc(100% + var(--home-how-step-padding) * 2);
  margin: calc(var(--home-how-step-padding) * -1) calc(var(--home-how-step-padding) * -1) calc(var(--home-how-step-padding) * 0.75);
  overflow: hidden;
  position: relative;
  background-color: #000;
  aspect-ratio: 900/750;
}
@media (max-width: 767px) {
  .home-how-step__media {
    margin-bottom: 20px;
  }
}
.home-how-step__media::before {
  content: "";
  display: block;
  padding-top: calc(100% * var(--step-img-height) / var(--step-img-width));
}
.home-how-step__img, .home-how-step__canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
}
.home-how-step__canvas {
  height: 100%;
}
.home-how-step__title {
  margin-bottom: 0.75rem;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
}
.home-how-step__number {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 50%;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.current-browser-icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .current-browser-icon {
    display: none;
  }
}
.current-browser-icon.unknown {
  background-color: #ff9800;
  border-radius: 50%;
  padding: 5px;
}

.faq {
  margin-bottom: var(--offset-general);
}
.faq__title {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__description {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .faq__description {
    margin-bottom: 50px;
  }
}
.faq__list {
  max-width: 1000px;
}

.faq-item {
  --faq-text-opacity: 1;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 40px;
  color: #fff;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq-item {
    font-size: 14px;
    grid-column-gap: 20px;
  }
}
.faq-item:hover {
  --faq-text-opacity: .7;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid #323232;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq-item.active {
  --faq-text-opacity: .7;
}
.faq-item.active .faq-item__answer {
  opacity: 1;
  height: auto;
  pointer-events: auto;
  margin-top: 20px;
}
.faq-item.active .faq-item__toggle {
  transform: rotate(180deg);
}
.faq-item__question {
  line-height: 1.5;
  opacity: var(--faq-text-opacity);
  transition: opacity 0.1s ease;
}
.faq-item__answer {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  height: 0;
  pointer-events: none;
  grid-row: 2;
  grid-column: 1/3;
  line-height: 1.7;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .faq-item__answer {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .faq-item__answer {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq-item__answer {
    font-size: 13px;
  }
}
.faq-item__toggle {
  background: url("/static/images/select-arrow-light.svg?93bfda134320") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  display: inline-block;
  transition: opacity 0.1s ease;
  cursor: pointer;
  align-self: center;
  opacity: var(--faq-text-opacity);
}

.download-head {
  margin-bottom: var(--offset-general);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-columns: 45% 1fr;
  max-width: 1200px;
  align-items: center;
}
@media (max-width: 1024px) {
  .download-head {
    grid-column-gap: 60px;
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 767px) {
  .download-head {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.download-head__title {
  font-size: 60px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .download-head__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .download-head__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .download-head__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.download-head__description {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .download-head__description {
    margin-bottom: 20px;
  }
}
.download-head__notice {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.4px;
}

.detected-extension {
  display: flex;
  max-width: 500px;
  margin: 100px auto 30px;
  background-color: #fff;
  position: relative;
  align-items: center;
  padding: 2rem 2.5rem;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .detected-extension {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .detected-extension {
    margin: 0 0 30px;
    padding: 25px;
    max-width: 100%;
  }
}
.detected-extension::after {
  position: absolute;
  top: -150px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  background: url("/static/images/download/hello.png?93bfda134320") center top/280px no-repeat;
}
@media (max-width: 767px) {
  .detected-extension::after {
    display: none;
  }
}
.detected-extension__icon {
  --icon-size: 60px;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .detected-extension__icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .detected-extension__icon {
    --icon-size: 50px;
    display: block;
  }
}
@media (max-width: 480px) {
  .detected-extension__icon {
    display: none;
  }
}
.detected-extension__text {
  color: #000;
  margin-right: auto;
}
.detected-extension__title {
  margin-bottom: 5px;
}
.detected-extension__description {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .detected-extension__description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .detected-extension__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .detected-extension__description {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .detected-extension__stars {
    text-align: center;
  }
}

.extensions {
  margin-bottom: var(--offset-general);
  --link-color: #000;
  padding: 80px;
  position: relative;
  z-index: 1;
  color: #000;
  border-radius: 20px;
  margin-bottom: var(--offset-general);
  background-color: #add6b8;
}
@media (max-width: 1500px) {
  .extensions {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .extensions {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .extensions {
    padding: 25px;
  }
}
.extensions__title {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .extensions__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .extensions__title {
    margin-bottom: 40px;
  }
}

.extensions-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1500px) {
  .extensions-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .extensions-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .extensions-list {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .extensions-list {
    grid-template-columns: 1fr;
  }
}
.extensions-list__extension {
  position: relative;
}
.extensions-list__extension.active .extensions-list__link::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 135px;
  height: 25px;
  content: "Your browser";
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ff9800;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
.extensions-list__link {
  text-decoration: none;
  transition: transform 0.2s ease;
  border: 1px solid;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  will-change: transform;
}
.extensions-list__link:hover {
  transform: translate3d(0, -3px, 0);
}
.extensions-list__link:active {
  transform: translate3d(0, 2px, 0);
}
.extensions-list__icon {
  padding: 50px 30px;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .extensions-list__icon {
    padding: 35px;
    height: 110px;
  }
}
.extensions-list__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 767px) {
  .extensions-list__title {
    font-size: 14px;
  }
}

.pricing {
  margin-bottom: var(--offset-general);
  position: relative;
  z-index: 1;
}
.pricing__title {
  margin-bottom: 15px;
}
.pricing__subtitle {
  max-width: 700px;
  margin-bottom: 75px;
}
@media (max-width: 1500px) {
  .pricing__subtitle {
    margin-bottom: 40px;
  }
}
.pricing__blocks {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1500px) {
  .pricing__blocks {
    grid-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .pricing__blocks {
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .pricing__blocks {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}

.pricing-block {
  color: #232323;
  padding: 45px 50px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}
@media (max-width: 1500px) {
  .pricing-block {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .pricing-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-block {
    padding: 25px;
  }
}
.pricing-block__title {
  font-family: "Spoof", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .pricing-block__title {
    margin-bottom: 30px;
  }
}
.pricing-block__current-plan {
  color: #fff;
  background-color: #000;
  font-size: 12px;
  padding: 4px 6px 3px;
  vertical-align: super;
  margin-left: 5px;
  border-radius: 5px;
}
.pricing-block__current-plan.premium {
  background-color: #ff9800;
  color: #000;
}
.pricing-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 1300px) {
  .pricing-block__list {
    margin-bottom: 35px;
  }
}
.pricing-block__list-item {
  --list-point-size: 22px;
  --list-item-offset: 18px;
  position: relative;
  padding-left: calc(var(--list-point-size) + var(--list-item-offset));
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .pricing-block__list-item {
    --list-point-size: 18px;
    --list-item-offset: 12px;
    font-size: 16px;
  }
}
.pricing-block__list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pricing-block__list-item::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: var(--list-point-size);
  height: var(--list-point-size);
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000;
  border: 6px solid #fff;
}
.pricing-block__list-item.disabled {
  color: #323232;
}
.pricing-block__list-item:not(.disabled)::before {
  background-color: #000;
}
.pricing-block__note {
  font-size: 12px;
  color: #4b4b4b;
  line-height: 1;
  margin-top: 6px;
}
.pricing-block__price {
  margin-top: auto;
}
.pricing-block__price:not(:last-child) {
  margin-bottom: 1.5rem;
}
.pricing-block__price-number {
  display: inline-flex;
  letter-spacing: -2px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  font-family: "Spoof", sans-serif;
}
@media (max-width: 1024px) {
  .pricing-block__price-number {
    font-size: 32px;
  }
}
.pricing-block__price-period {
  text-transform: lowercase;
  position: relative;
  font-size: 16px;
}

.plan-discount {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-color: #e0f369;
  border-radius: 20px;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 0.7rem;
  border: 1px solid #1e1e1e;
  line-height: 1;
  margin: 0 auto;
  transform: translateY(50%);
  white-space: nowrap;
  width: fit-content;
}
.plan-discount:empty {
  opacity: 0;
}

.plan-billed {
  opacity: 0.7;
  font-size: 0.8rem;
}

.pricing-switch {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
}
.pricing-switch__radio {
  display: none;
}
.pricing-switch__radio:checked + .pricing-switch__label {
  background-color: #ff9800;
}
.pricing-switch__label {
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.9rem;
  position: relative;
  border: 1px solid #1e1e1e;
}
.pricing-switch__label:hover {
  background-color: #e6e6e6;
}
.pricing-switch__label:first-of-type {
  border-right: none;
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}
.pricing-switch__label:last-of-type {
  border-radius: 0 5px 5px 0;
}

.document-head {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .document-head {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }
}
.document-head_terms-of-service .document-head__description {
  background-color: #add6b8;
}
@media (max-width: 1024px) {
  .document-head {
    background: none;
  }
}
.document-head__title {
  margin-bottom: 20px;
}
.document-head__update-date {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .document-head__update-date {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.document-head__icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .document-head__icon {
    width: 14px;
    height: 14px;
  }
}
.document-head__description {
  max-width: 400px;
  background-color: #bbb6ff;
  color: #000;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .document-head__description {
    font-size: 14px;
  }
}

.document {
  margin-bottom: var(--offset-general);
  --link-color: $color-black-900;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .document {
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
    width: calc(100% + var(--container-padding) * 2);
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .document {
    padding: 20px;
  }
}
.document__title {
  margin-top: 2.5rem;
}
.document p:first-child {
  margin-top: 0;
}
.document p:last-child {
  margin-bottom: 0;
}

.compare {
  margin-bottom: var(--offset-general);
}
@media (min-width: 1501px) {
  .compare {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.compare__logo {
  height: 2rem;
  display: inline-block;
  position: relative;
  top: 2px;
}
.compare__description {
  margin-bottom: 3rem;
  max-width: 1000px;
}

.compare-table {
  margin-bottom: var(--offset-general);
  border-collapse: collapse;
  width: 100%;
}
.compare-table__logo {
  width: 5rem;
  vertical-align: middle;
}
.compare-table__highlight {
  background-color: rgba(224, 243, 105, 0.3);
  border-radius: 3px;
  padding: 0 0.25rem;
}
.compare-table__icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
  padding: 5px;
  border-radius: 50%;
  fill: #000;
}
.compare-table__icon.yes {
  background-color: #e0f369;
}
.compare-table__icon.no {
  background-color: #f27340;
}
@media (min-width: 768px) {
  .compare-table .table {
    background-color: #000;
  }
}
.compare-table .table-row:not(.compare-table__last-row) {
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .compare-table .table-row:not(.compare-table__last-row) {
    border-color: #323232;
  }
  .compare-table .table-row:not(.compare-table__last-row):nth-last-child(2) {
    border: none;
  }
}
@media (min-width: 768px) {
  .compare-table .table-row:first-child .table-cell {
    background: none;
  }
}
.compare-table .table-row:first-child .table-cell:first-child {
  border-top-left-radius: 5px;
}
.compare-table .table-row:first-child .table-cell:last-child {
  border-top-right-radius: 5px;
}
@media (min-width: 768px) {
  .compare-table .table-row:nth-last-child(2) .table-cell:first-child {
    border-bottom-left-radius: 5px;
  }
  .compare-table .table-row:nth-last-child(2) .table-cell:last-child {
    border-bottom-right-radius: 5px;
  }
}
.compare-table .table-row:not(:last-child) {
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .compare-table .table-row {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.compare-table .table-cell {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 300;
}
.compare-table .table-cell:not(:empty) {
  padding: 1rem var(--table-cell-padding);
}
@media (max-width: 767px) {
  .compare-table .table-cell:not(:empty) {
    padding: 15px var(--table-cell-padding);
  }
}
.compare-table .table-cell:first-child {
  width: 24%;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .compare-table .table-cell:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .compare-table .table-cell:first-child {
    width: 100%;
    grid-column: 1/3;
  }
  .compare-table .table-cell:first-child:not(:empty) {
    border-bottom: 1px solid #323232;
    color: #787878;
    text-align: center;
  }
}
.compare-table .table-cell:nth-child(2) {
  width: 38%;
}
@media (max-width: 767px) {
  .compare-table .table-cell:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 767px) {
  .compare-table .table-cell:nth-child(2) {
    border: none;
    border-right: 1px solid #323232;
  }
}
.compare-table .table-cell:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #333333;
}
@media (max-width: 767px) {
  .compare-table .table-cell:nth-child(2)::after {
    background-color: inherit;
  }
}
.compare-table .table-cell:nth-child(3) {
  width: 38%;
}
@media (max-width: 767px) {
  .compare-table .table-cell:nth-child(3) {
    width: auto;
  }
}
@media (max-width: 767px) {
  .compare-table .table__head .table-cell:first-child {
    display: none;
  }
}
.compare-table .table__head .table-cell:nth-child(2)::after {
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .compare-table .table__head .table-cell:nth-child(2)::after {
    background-color: #1e1e1e;
    border-radius: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  .compare-table .table__head .table-cell:last-child {
    background-color: #1e1e1e;
  }
}
.compare-table__last-row {
  background-color: #101010;
}
@media (max-width: 767px) {
  .compare-table__last-row .table-cell:first-child, .compare-table__last-row .table-cell:last-child {
    display: none;
  }
}
.compare-table__last-row .table-cell:nth-child(2) {
  padding: var(--table-cell-padding);
  border-radius: 0 0 5px 5px;
  background-color: #1e1e1e;
  overflow: hidden;
}
@media (max-width: 767px) {
  .compare-table__last-row .table-cell:nth-child(2) {
    padding: 0;
    grid-column: 1/3;
    background: none;
    border: none;
  }
  .compare-table__last-row .table-cell:nth-child(2) .btn {
    border-radius: 0;
  }
}

.compare-features {
  margin-bottom: var(--offset-general);
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-left: 0;
  display: inline-grid;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-auto-columns: 1fr;
}
@media (max-width: 1024px) {
  .compare-features {
    grid-column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .compare-features {
    margin-top: 0;
    grid-auto-flow: row;
  }
}
.compare-features__item:nth-child(1) {
  position: relative;
}
.compare-features__item:nth-child(1)::after {
  position: absolute;
  top: -40px;
  right: auto;
  bottom: auto;
  left: -40px;
  z-index: -1;
  width: 150px;
  height: 150px;
  content: "";
  opacity: 0.3;
  background: url("/static/images/compare/apple/feature-1.svg?93bfda134320") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .compare-features__item:nth-child(1)::after {
    display: none;
  }
}
.compare-features__item:nth-child(2) {
  position: relative;
}
.compare-features__item:nth-child(2)::after {
  position: absolute;
  top: -40px;
  right: auto;
  bottom: auto;
  left: -40px;
  z-index: -1;
  width: 150px;
  height: 102px;
  content: "";
  opacity: 0.3;
  background: url("/static/images/compare/apple/feature-2.svg?93bfda134320") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .compare-features__item:nth-child(2)::after {
    display: none;
  }
}
.compare-features__item:nth-child(3) {
  position: relative;
}
.compare-features__item:nth-child(3)::after {
  position: absolute;
  top: -40px;
  right: auto;
  bottom: auto;
  left: -40px;
  z-index: -1;
  width: 150px;
  height: 178.5px;
  content: "";
  opacity: 0.3;
  background: url("/static/images/compare/apple/feature-3.svg?93bfda134320") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .compare-features__item:nth-child(3)::after {
    display: none;
  }
}
.compare-features__title {
  margin-bottom: 15px;
}
@media (min-width: 1301px) {
  .compare-features__description {
    font-size: 18px;
  }
}

.compare-faq {
  margin-bottom: var(--offset-general);
  --main-color: #fff;
}
.compare-faq__title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .compare-faq__title {
    margin-bottom: 40px;
  }
}
.compare-faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .compare-faq__list {
    grid-column-gap: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .compare-faq__list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}
.compare-faq__item {
  position: relative;
  overflow: hidden;
}
.compare-faq__icon {
  width: 18px;
  height: 18px;
  fill: #000;
  margin-right: 10px;
  background-color: var(--main-color);
  border-radius: 50%;
  padding: 4px;
  transition: background-color 0.1s ease;
}
.compare-faq__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #323232;
  padding: 0 30px 15px 0;
  position: relative;
  transition: color 0.1s ease;
  color: var(--main-color);
}
.compare-faq__question:hover {
  --main-color: #e6e6e6;
}
.compare-faq__question::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  content: "";
  background: url("/static/images/select-arrow-light.svg?93bfda134320") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
}
.compare-faq__question.active {
  --main-color: #b3b3b3;
  margin-bottom: 15px;
}
.compare-faq__question.active::after {
  transform: rotate(180deg);
}
.compare-faq__question:not(.active) + .compare-faq__answer {
  height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.compare-faq__answer {
  transition: all 0.2s ease;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  margin-top: 15px;
}
@media (min-width: 1301px) {
  .compare-faq__answer {
    font-size: 18px;
  }
}
.compare-faq__description {
  font-size: 16px;
  line-height: 1.5;
  --link-color: $color-white-3;
  color: #b3b3b3;
}
@media (max-width: 1024px) {
  .compare-faq__description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .compare-faq__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .compare-faq__description {
    font-size: 13px;
  }
}

.compare-get-started {
  max-width: 1250px;
}

.account {
  --container-max-width: 1300px;
  --container-padding: 15px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.account__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.account__form {
  margin-bottom: 2.5rem;
}
.account__description {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}
.account__description:not(:last-child) {
  margin-bottom: 2.5rem;
}
.account__annotation {
  text-align: center;
  color: #787878;
  margin: 0 auto 3rem;
  max-width: 600px;
}
.account [v-cloak] .account-loader {
  display: block;
}
.account [v-cloak] > * {
  display: none;
}

.account-loader {
  width: 3.5rem;
  height: 3.5rem;
  margin: 2rem auto;
  display: none;
}

.reviews {
  margin-bottom: var(--offset-general);
}
.reviews__title {
  margin-bottom: 30px;
}
.reviews__list {
  display: flex;
  gap: 2rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .reviews__list {
    flex-direction: column;
  }
}

.review {
  background-color: #232323;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .review {
    padding: 1rem 1.25rem;
  }
}
.review__heading {
  display: flex;
  gap: 1rem;
  line-height: 1;
  align-items: center;
  margin-bottom: 1rem;
}
.review__heading-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review__link {
  position: relative;
  text-decoration: none;
}
.review__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #3f877f;
  letter-spacing: 1px;
  font-size: 1.15rem;
}
.review__source-logo {
  position: absolute;
  width: 25px;
  inset: auto 0 0 auto;
  border: 3px solid #232323;
  border-radius: 3px;
  transform: translate3d(5%, 5%, 0);
}
.review__author {
  font-size: 1.1rem;
  font-weight: 500;
}
.review__source {
  opacity: 0.7;
  font-size: 0.9rem;
}
.review__stars {
  margin-bottom: 0.75rem;
}
.review__text {
  font-size: 0.9rem;
}
.review__text.big {
  font-size: 1.2rem;
}
.review__text .highlight {
  background-color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  color: #000;
}

.tracker-protection {
  margin-bottom: var(--offset-general);
  text-align: center;
}
.tracker-protection__subtitle {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .tracker-protection__subtitle {
    font-size: 1.5rem;
  }
}
.tracker-protection__subtitle.with-margin {
  margin-bottom: 3.75rem;
}

.tracker-protection-heading__title {
  position: relative;
  z-index: 1;
  font-size: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1300px) {
  .tracker-protection-heading__title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .tracker-protection-heading__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .tracker-protection-heading__title {
    font-size: 2rem;
  }
}
.tracker-protection-heading__highlight {
  background-color: #232323;
  border-radius: 5px;
  padding: 0 0.35rem;
  margin: 0 0.15rem;
}
.tracker-protection-heading__description {
  max-width: min(800px, 80%);
  margin: 0 auto;
  margin-bottom: var(--offset-general);
}
@media (max-width: 480px) {
  .tracker-protection-heading__description {
    max-width: 100%;
  }
}

.tracker-protection-demo-wrapper {
  margin-bottom: var(--offset-general);
  overflow: hidden;
}
@media (max-width: 767px) {
  .tracker-protection-demo-wrapper {
    margin-right: calc(var(--container-padding) * -1);
  }
}

.tracker-protection-demo {
  margin: 0 auto;
  background-color: #1e1e1e;
  border-radius: 20px;
  padding: 2rem 2.5rem;
  max-width: 900px;
  min-width: 650px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tracker-protection-demo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1.5rem;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tracker-protection-demo::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  opacity: 0;
  animation: fade-in 1.5s 2s forwards;
  background-color: rgba(35, 35, 35, 0.7);
  will-change: opacity;
}
.tracker-protection-demo__title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tracker-protection-demo__icon {
  fill: #696969;
  width: 1.5rem;
  height: 1.5rem;
}
.tracker-protection-demo__header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.tracker-protection-demo__avatar {
  margin-right: 1rem;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #add6b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracker-protection-demo__avatar-icon {
  width: 1.45rem;
  height: 1.45rem;
}
.tracker-protection-demo__data {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1;
}
.tracker-protection-demo__from {
  margin-bottom: 0.5rem;
}
.tracker-protection-demo__to {
  opacity: 0.6;
  font-size: 0.75em;
}
.tracker-protection-demo__date {
  margin-left: auto;
  align-self: flex-end;
  opacity: 0.6;
  font-size: 0.75em;
}
.tracker-protection-demo__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #323232;
  border-radius: 20px;
  padding: 1.5rem 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .tracker-protection-demo__items {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .tracker-protection-demo__items {
    justify-content: flex-start;
  }
}
.tracker-protection-demo__items > * {
  border-radius: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
}
.tracker-protection-demo__forward-info {
  background-color: #4b4b4b;
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tracker-protection-demo__trackers-count {
  background-color: #e0f369;
  color: #000;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 1rem rgba(224, 243, 105, 0.6);
}
.tracker-protection-demo__trackers-count::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 0 2.5rem rgba(224, 243, 105, 0.6);
  animation: glow 4s infinite;
  border-radius: inherit;
}
.tracker-protection-demo__button {
  background-color: #ff9800;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
}
.tracker-protection-demo__line {
  border-radius: 0.75rem;
  background-color: #323232;
  display: block;
  height: 1rem;
}
.tracker-protection-demo__line:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tracker-protection-how-it-works {
  margin: 0 auto;
  margin-bottom: var(--offset-general);
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  list-style: none;
  text-align: left;
  max-width: 900px;
  position: relative;
  padding: 0;
}
@media (max-width: 1300px) {
  .tracker-protection-how-it-works {
    max-width: 700px;
  }
}
@media (max-width: 1024px) {
  .tracker-protection-how-it-works {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .tracker-protection-how-it-works {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .tracker-protection-how-it-works {
    row-gap: 60px;
    max-width: 100%;
  }
}
.tracker-protection-how-it-works__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  width: 620px;
  height: 500px;
}
@media (max-width: 1300px) {
  .tracker-protection-how-it-works__line {
    height: 500px;
    width: 595px;
  }
}
@media (max-width: 1024px) {
  .tracker-protection-how-it-works__line {
    width: 550px;
    height: 470px;
  }
}
@media (max-width: 767px) {
  .tracker-protection-how-it-works__line {
    display: none;
  }
}
.tracker-protection-how-it-works__line-path {
  opacity: 0;
  transition: opacity 1s ease;
}
.tracker-protection-how-it-works__item {
  width: 65%;
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.14, 0.69, 0.22, 0.95);
  will-change: transform;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tracker-protection-how-it-works__item {
    width: 100%;
  }
}
.tracker-protection-how-it-works__item:not(.shown) {
  opacity: 0;
  transform: translateY(20%);
}
.tracker-protection-how-it-works__item .important-text {
  transition: color 0.6s ease;
}
.tracker-protection-how-it-works__item:nth-child(3) {
  align-self: flex-end;
  text-align: right;
}
.tracker-protection-how-it-works__item:nth-child(3) .tracker-protection-how-it-works__step {
  right: 0;
  left: auto;
  transform: translate3d(-5%, calc(-50% - 1px), 0);
}
.tracker-protection-how-it-works__item:nth-child(3) .tracker-protection-how-it-works__title {
  align-self: flex-end;
}
.tracker-protection-how-it-works__item.active .tracker-protection-how-it-works__emoji {
  opacity: 1;
  transform: rotate(15deg) translateY(-75%);
}
.tracker-protection-how-it-works__item.active .important-text {
  color: #ffe45e;
}
.tracker-protection-how-it-works__emoji {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 20%;
  z-index: -1;
  opacity: 0;
  font-size: 3rem;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.5, 0.25, 0, 0.79);
}
.tracker-protection-how-it-works__step {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  transform: translate3d(5%, calc(-50% - 1px), 0);
  background-color: #fff;
  border-radius: 20px;
  font-size: 0.7rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.tracker-protection-how-it-works__title {
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  align-self: flex-start;
  position: relative;
  background-color: #000;
  letter-spacing: 0.2px;
}
.tracker-protection-how-it-works__description {
  color: #cccccc;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .tracker-protection-how-it-works__description {
    font-size: 1.1rem;
  }
}

.mailbox-container {
  margin-bottom: var(--offset-general);
  height: max(1500px, 300vh);
}

.mailbox-wrapper {
  margin-left: calc(var(--container-padding) * -1);
  margin-right: calc(var(--container-padding) * -1);
  width: calc(100% + var(--container-padding) * 2);
  --initial-height: 50vh;
  position: sticky;
  top: 3%;
  min-height: min(100vh, var(--initial-height) + var(--progress) * 2vh);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: max(0px, (var(--mailbox-height) - 100vh) / 2);
}
@media only screen and (max-height: 500px) and (pointer: coarse) and (orientation: landscape) {
  .mailbox-wrapper {
    top: 8%;
    overflow: visible;
  }
}
@media (max-width: 1500px) {
  .mailbox-wrapper {
    font-size: 0.9rem;
  }
}
@media (max-width: 1300px) {
  .mailbox-wrapper {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .mailbox-wrapper {
    --initial-height: 20vh;
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .mailbox-wrapper {
    font-size: 0.6rem;
  }
}
@media (max-width: 480px) {
  .mailbox-wrapper {
    font-size: 0.5rem;
  }
}

.mailbox {
  background-color: #232323;
  border-radius: 1em;
  padding: 1.5em;
  display: grid;
  grid-template-areas: "mailbox-logo mailbox-menu" "mailbox-sidebar mailbox-content";
  grid-template-columns: 20% 1fr;
  text-align: left;
  grid-gap: 1em;
  margin: 0 auto;
  max-width: 45em;
  transform: scale(max(1, min(1.2, var(--progress) * 0.04)));
}
.mailbox__logo {
  grid-area: mailbox-logo;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
@media (max-width: 480px) {
  .mailbox__logo {
    letter-spacing: 0.75px;
  }
}
.mailbox__menu {
  grid-area: mailbox-menu;
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  grid-column-gap: 1em;
}
.mailbox__menu span {
  width: 5em;
  height: 1.5em;
  background-color: #373737;
  border-radius: 5px;
}
.mailbox__sidebar {
  grid-area: mailbox-sidebar;
  background-color: #323232;
  border-radius: 1em;
  width: 100%;
}
.mailbox__content {
  grid-area: mailbox-content;
  background-color: #323232;
  border-radius: 1em;
  padding: 1em;
  display: grid;
  grid-row-gap: 1em;
}

.mailbox.sticky .mailbox-tracker-wrapper::before, .mailbox.sticky .mailbox-tracker-wrapper::after {
  opacity: 0;
}

.mailbox-message {
  font-size: 0.75em;
  background-color: #5a5a5a;
  border-radius: 1em;
  padding: 1.5em 1.75em;
  min-height: 4rem;
}
.mailbox-message:nth-child(2) {
  opacity: 0.4;
}
.mailbox-message:nth-child(3) {
  opacity: 0.2;
}
.mailbox-message__title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.4px;
}

.mailbox-tracker-wrapper {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 1;
  --initial-offset: -50%;
  width: 40em;
  height: 21em;
  transform: translate3d(max(-50%, var(--progress) * -2%), min(-50%, var(--initial-offset) - 13% + var(--progress) * 1%), 0) scale(max(1, min(1.2, var(--progress) * 0.042)));
}
@media (max-width: 767px) {
  .mailbox-tracker-wrapper {
    --initial-offset: -80%;
  }
}
.mailbox-tracker-wrapper::before, .mailbox-tracker-wrapper::after {
  transition: opacity 0.2s ease;
  background-color: #f27340;
  opacity: calc(1 - var(--progress) / 10);
  content: "";
}
.mailbox-tracker-wrapper::before {
  position: absolute;
  top: calc(50% - 1px);
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 30px;
  height: 2px;
}
.mailbox-tracker-wrapper::after {
  position: absolute;
  top: calc(50% - 7.5px);
  right: calc(100% + 30px);
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mailbox-tracker {
  border-radius: 1em;
  border: 2px solid #f27340;
  background-color: #101010;
  display: flex;
  align-items: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.mailbox-tracker::before, .mailbox-tracker::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 2.5em;
  height: 100%;
  content: "";
}
.mailbox-tracker::before {
  right: auto;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.mailbox-tracker::after {
  left: auto;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.mailbox-tracker__emoji {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 13%;
  z-index: 1;
  --size: 50px;
  font-size: var(--size);
  width: var(--size);
  height: var(--size);
  margin: auto 0;
  transform: translateY(4%) rotate(-28deg);
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .mailbox-tracker__emoji {
    --size: 30px;
  }
}
@media (max-width: 767px) {
  .mailbox-tracker__emoji {
    --size: 20px;
  }
}
.mailbox-tracker__code {
  color: #787878;
  font-size: 1.5em;
  overflow: hidden;
}
.mailbox-tracker__code .tag {
  color: #ffbb61;
}
.mailbox-tracker__code .attribute {
  color: #aab9f3;
}
.mailbox-tracker__code .value {
  color: #8affa4;
}
.mailbox-tracker__code .value.red {
  color: #f27340;
}

.image-tag {
  position: relative;
}
.image-tag::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 120%;
  z-index: 1;
  content: "";
  width: 150%;
  height: 100%;
  background-color: #1e1e1e;
  transform: skewX(-15deg) translateX(min(0%, var(--progress) * -1%));
}
.image-tag__done {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: calc(var(--progress) / 25 - 3);
  transform: translateY(calc(-100% + var(--progress) * 1%));
  display: flex;
  flex-direction: column;
  color: #e0f369;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.image-tag__icon {
  fill: #e0f369;
  width: 2em;
  height: 2em;
  margin-bottom: 0.75em;
}

.tracker-protection-what-we-do {
  --offset: calc((100vh - var(--mailbox-height)) / 2);
  text-align: left;
  max-width: 1200px;
  margin: min(var(--offset) * -1, var(--offset)) auto 0;
}
.tracker-protection-what-we-do__text {
  display: grid;
  grid-template-columns: 1fr 35%;
  column-gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tracker-protection-what-we-do__text {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.tracker-protection-what-we-do__description {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .tracker-protection-what-we-do__description {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .tracker-protection-what-we-do__description {
    font-size: 1rem;
  }
}

.tracker-protection-read-more {
  background-color: #1e1e1e;
  padding: 1.5rem 2rem;
  font-size: 1.15rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
  .tracker-protection-read-more {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
.tracker-protection-read-more:hover {
  background-color: #232323;
}
.tracker-protection-read-more:hover .tracker-protection-read-more__icon-arrow {
  transform: translateX(5px);
}
.tracker-protection-read-more__footer {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.9rem;
  line-height: 1;
}
.tracker-protection-read-more__icon-arrow {
  fill: #b3b3b3;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
  margin-left: 10px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --form-control-padding-y: 12px;
  --form-control-padding-x: 20px;
  --form-padding: 40px;
  --container-max-width: 1440px;
  --container-padding: 20px;
  --table-cell-padding: 20px;
  --offset-general: 130px;
}
@media (max-width: 1300px) {
  :root {
    --form-padding: 35px;
    --offset-general: 110px;
  }
}
@media (max-width: 1024px) {
  :root {
    --form-padding: 30px;
    --offset-general: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --form-padding: 25px;
    --table-cell-padding: 12px;
    --offset-general: 90px;
  }
}
@media (max-width: 480px) {
  :root {
    --form-padding: 20px;
  }
}

html {
  background-color: #101010;
  height: 100%;
  color-scheme: dark;
}

html,
body {
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1300px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

body {
  min-height: 100%;
}
body.with-opened-modal, body.with-opened-menu {
  overflow: hidden;
}
body.is-internal {
  display: flex;
  flex-direction: column;
}

a {
  color: var(--link-color, #fff);
  text-decoration: underline;
  position: relative;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px dashed;
}

.fixed-ratio {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.fixed-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nowrap {
  white-space: nowrap !important;
}

.color-red {
  color: #f27340 !important;
}
.color-black-300 {
  color: #696969 !important;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

.w-100 {
  width: 100% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 2.5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 2.5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.pl-auto {
  padding-left: auto !important;
}

.row {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.col-1 {
  grid-column-end: span 1;
}

.col-2 {
  grid-column-end: span 2;
}

.col-3 {
  grid-column-end: span 3;
}

.col-4 {
  grid-column-end: span 4;
}

.col-5 {
  grid-column-end: span 5;
}

.col-6 {
  grid-column-end: span 6;
}

.col-7 {
  grid-column-end: span 7;
}

.col-8 {
  grid-column-end: span 8;
}

.col-9 {
  grid-column-end: span 9;
}

.col-10 {
  grid-column-end: span 10;
}

.col-11 {
  grid-column-end: span 11;
}

.col-12 {
  grid-column-end: span 12;
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-1 {
    grid-column-end: span 1;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-2 {
    grid-column-end: span 2;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-3 {
    grid-column-end: span 3;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-4 {
    grid-column-end: span 4;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-5 {
    grid-column-end: span 5;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-6 {
    grid-column-end: span 6;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-7 {
    grid-column-end: span 7;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-8 {
    grid-column-end: span 8;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-9 {
    grid-column-end: span 9;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-10 {
    grid-column-end: span 10;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-11 {
    grid-column-end: span 11;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .col-start-12 {
    grid-column-end: span 12;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-2 {
    grid-column-end: span 2;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-3 {
    grid-column-end: span 3;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-4 {
    grid-column-end: span 4;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-5 {
    grid-column-end: span 5;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-6 {
    grid-column-end: span 6;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-7 {
    grid-column-end: span 7;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-8 {
    grid-column-end: span 8;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-9 {
    grid-column-end: span 9;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-10 {
    grid-column-end: span 10;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-11 {
    grid-column-end: span 11;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .col-sm-12 {
    grid-column-end: span 12;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-1 {
    grid-column-end: span 1;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-2 {
    grid-column-end: span 2;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-3 {
    grid-column-end: span 3;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-4 {
    grid-column-end: span 4;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-5 {
    grid-column-end: span 5;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-6 {
    grid-column-end: span 6;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-7 {
    grid-column-end: span 7;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-8 {
    grid-column-end: span 8;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-9 {
    grid-column-end: span 9;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-10 {
    grid-column-end: span 10;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-11 {
    grid-column-end: span 11;
  }
}

@media (min-width: 64em) and (max-width: 75em) {
  .col-md-12 {
    grid-column-end: span 12;
  }
}

@media (min-width: 75em) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
}

@media (min-width: 75em) {
  .col-lg-2 {
    grid-column-end: span 2;
  }
}

@media (min-width: 75em) {
  .col-lg-3 {
    grid-column-end: span 3;
  }
}

@media (min-width: 75em) {
  .col-lg-4 {
    grid-column-end: span 4;
  }
}

@media (min-width: 75em) {
  .col-lg-5 {
    grid-column-end: span 5;
  }
}

@media (min-width: 75em) {
  .col-lg-6 {
    grid-column-end: span 6;
  }
}

@media (min-width: 75em) {
  .col-lg-7 {
    grid-column-end: span 7;
  }
}

@media (min-width: 75em) {
  .col-lg-8 {
    grid-column-end: span 8;
  }
}

@media (min-width: 75em) {
  .col-lg-9 {
    grid-column-end: span 9;
  }
}

@media (min-width: 75em) {
  .col-lg-10 {
    grid-column-end: span 10;
  }
}

@media (min-width: 75em) {
  .col-lg-11 {
    grid-column-end: span 11;
  }
}

@media (min-width: 75em) {
  .col-lg-12 {
    grid-column-end: span 12;
  }
}

/*# sourceMappingURL=tmpwp0gblzj.css.map */
