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

body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", serif;
}

.lang-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.lang-select .lang-globe {
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  fill: #4594f7;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.lang-select select {
  padding: 0 36px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-appearance: none;
  outline: none;
}
.lang-select .lang-chevron {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  fill: #4594f7;
  pointer-events: none;
  width: 12px;
  height: 8px;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .container {
    padding: 0 16px;
  }
}
.menu-lang {
  border: none;
  border-radius: 10px;
  padding: 10px 8px;
  background-color: #f1f1f1;
  align-items: center;
}

.gray {
  background: #fbfbfb;
}

.main .navbar .menu {
  justify-content: space-between;
  align-items: center;
}
.main .navbar .menu .menu-item {
  margin: 0 28px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.main .headline-title {
  margin-top: 12px;
  color: #373f51;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: 0em;
  text-align: center;
}
.main .headline-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #373f51;
  max-width: 720px;
}
.main .facts .facts-item {
  padding: 39px 15px;
  flex-direction: column;
}
.main .facts .facts-item .facts-link {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 11px 20px;
}
.main .facts .facts-item .facts-link img {
  margin-left: 10px;
}
.main .facts .facts-item .facts-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
}
.main .facts .facts-item .facts-description {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #373f51;
  opacity: 0.5;
}
.main .facts .facts-divider {
  width: 0.5px;
  margin: 10px 8px;
  background-color: rgba(0, 0, 0, 0.12);
}
.main .body .body-items {
  margin-top: 48px;
}
.main .body .body-items .body-item:nth-child(odd) {
  background-color: #fafafa;
}
.main .body .body-items .body-item {
  margin-top: 56px;
  border-radius: 24px;
}
.main .body .body-items .body-item .body-item-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: left;
}
.main .body .body-items .body-item .body-item-header-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-top: 79px;
  letter-spacing: -0.02em;
  text-align: left;
}
.main .body .body-items .body-item .body-item-header img {
  margin-right: 8px;
}
.main .body .body-items .body-item .body-item-description {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 82px;
}
.main
  .body
  .body-items
  .body-item
  .body-item-description
  .body-item-description-link {
  color: #3c53b9;
}
.main .body .body-items .body-item .body-item-link {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.main .body .body-items .body-item .body-item-link .body-item-link-title {
  color: #007aff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-right: 10.5px;
}
.main .learn-more .learn-more-title {
  color: #373f51;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
}
.main .learn-more .learn-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: "#FFFFFF";
  margin-top: 24px;
  border: none;
  background-color: #163869;
  border-radius: 10px;
  padding: 16px 57px;
}
.main .learn-more .learn-more-button img {
  margin-left: 4px;
}
.main .overview .overview-title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: 0em;
  text-align: center;
  color: #373f51;
}
.main .b-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.main .b-table thead {
  background-color: #427dee;
}
.main .b-table thead tr th {
  padding: 15px 10px;
  color: white;
  border: none;
}
.main .b-table thead tr :first-child {
  border-radius: 10px 0 0 10px;
}
.main .b-table thead tr :last-child {
  border-radius: 0 10px 10px 0;
}
.main .b-table tbody tr {
  padding-top: 10px;
  background: #fbfbfb;
}
.main .b-table tbody tr td {
  border-top: transparent 10px solid;
  border-spacing: 5em;
  padding: 10px 10px;
}
.main .b-table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.main .b-table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.main .vpropel .vpropel-title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: 0em;
  text-align: center;
  color: #373f51;
}
.main .vpropel .vpropel-description {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #373f51;
  max-width: 720px;
}

.main .vpropel .vpropel-buttons {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
.vpropel-button-purple {
  background: #3f51b514;
  cursor: pointer;
  border: 1px solid #3f51b5;
  border-radius: 14px;
  padding: 15px 35px;
  display: flex;
  justify-self: center;
  align-items: center;
  color: #3f51b5;
}
.vpropel-button-purple svg {
  margin-left: 6px;
}

.vpropel-button-green {
  background: #6cc00614;
  cursor: pointer;
  border: 1px solid #5f961d;
  border-radius: 14px;
  padding: 15px 35px;
  display: flex;
  justify-self: center;
  align-items: center;
  color: #5f961d;
}
.vpropel-button-green svg {
  margin-left: 6px;
}

.vpropel-scans {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  flex-wrap: wrap;
}
@media screen and (max-width: 846px) {
  .vpropel-scans {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vpropel-scan {
  display: flex;
  justify-self: center;
  align-items: stretch;
}

.vpropel-scan-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vpropel-scan-icon {
  margin-right: 12px;
  width: 56px;
  height: 56px;
}
.vpropel-scan-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
}
.vpropel-scan-link {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  color: #3f51b5;
}
.features-container {
  background: #00000008;
  border-radius: 23px;
  padding: 25px 21px;
}
.features-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4a4a4a;
}
.features-description {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
}
.features-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
}
.features-button-cake,
.features-button-swap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  color: #4a4a4a;
  padding: 8px 16px;
  cursor: pointer;
}
.features-button-cake {
  border: 1px solid #35cdd8;
  background: #35cdd814;
}
.features-button-swap {
  background: #9e5cf114;
  border: 1px solid #9e5cf1;
}
.features-button-cake img,
.features-button-swap img {
  margin-right: 12px;
}
.step {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.step-number {
  margin-right: 6px;
  padding: 5px auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: white;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
}
.step-detail {
  flex: 1;
  max-width: 598px;
}

.step-last {
  align-items: flex-start;
}
.step-1 {
  background-color: #5c86f1;
}
.step-2 {
  background-color: #9e5cf1;
}
.step-3 {
  background-color: #d94040;
}
.step-4 {
  background-color: #d98940;
}
.governance-link {
  color: #3f51b5;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  display: block;
}
.rewards-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4a4a4a;
}
.rewards-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 24px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}
.rewards-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  color: #3c53b9;
  margin-left: 13px;
  display: block;
}
@media screen and (max-width: 568px) {
  .step {
    align-items: flex-start;
  }
  .step-number {
    margin-top: 2px;
  }
  .features-button-cake,
  .features-button-swap {
    width: 100%;
    justify-content: space-between;
  }
  .features-buttons {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .vpropel-scans {
    margin-top: 50px;
  }
  .vpropel-scan {
    width: 100%;
  }
  .vpropel-scan:last-child {
    margin-top: 20px;
  }
  .vpropel-scan-icon {
    width: 50px;
    height: 50px;
    margin: auto 12px auto 0;
  }
  .vpropel-scan-title {
    font-size: 15px;
  }
  .vpropel-scan-link {
    font-size: 15px;
  }
}

.text-align-left {
  text-align: left;
}

.c1-r1-heading {
  color: #427dee;
}

.c2-r1,
.c3-r1,
.c4-r1,
.c2-r2,
.c3-r2,
.c4-r2,
.c2-r3,
.c3-r3,
.c4-r3 {
  text-align: center;
}

.c2-r1-detail,
.c3-r1-detail,
.c4-r1-detail,
.c2-r2-detail,
.c3-r2-detail,
.c4-r2-detail {
  color: #000000;
  opacity: 0.5;
}

.icon {
  width: 30px;
}

.overview-table-footer {
  margin-top: 10px;
  opacity: 0.5;
}

.md\:w-0\.5 {
  width: 0.5px;
}

.w-0\.5 {
  width: 0.5px;
}

.md\:h-0\.5 {
  width: 0.5px;
}

.h-0\.5 {
  width: 0.5px;
}

.footer {
  background: #fafafa;
  padding: 64px 0 164px;
}
.footer a {
  margin: 0 0 8px;
  display: block;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.footer a:last-child {
  margin: 0;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-logo .copy {
  margin: 0 0 62px;
}
.footer .footer-logo .logo {
  width: 204px;
  height: 66px;
  display: block;
  font-size: 0;
  background: url(/web/20220706235504im_/https://payrue.com/landing/propel-token-img/logo.svg) no-repeat center center/cover;
}
.footer .footer-logo p {
  margin: 16px 0 0;
  max-width: 299px;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.footer .footer-logo select {
  background: #f1f1f1;
}
.footer .links-external {
  margin: 32px 0;
  font-size: 0;
}
.footer .links-external a {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px 0 0;
}
.footer .links-external a:last-child {
  margin: 0;
}
.footer .links-external a svg {
  fill: #0f3080;
}
.footer .links-internal {
  display: flex;
}
.footer .section:not(:last-child) {
  margin: 0 80px 0 0;
}
.footer .footer-content {
  padding: 24px 0 0;
  max-width: 640px;
}
.footer .footer-content p.support {
  color: #0f3080;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.footer .footer-content p.support a {
  color: #36a3da;
  font-size: 20px;
  display: inline;
}
.footer .footer-content p.support:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .footer-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-logo .copy {
    margin: 0;
  }
  .footer .footer-content {
    width: 100%;
    max-width: none;
    margin: 70px 0 0;
    padding: 0;
  }
  .footer .links-external {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 46px 0 60px;
  }
  .footer .footer-logo .copy {
    width: 100%;
  }
  .footer .footer-logo .copy .logo {
    margin: 0 auto;
    width: 136px;
    height: 44px;
  }
  .footer .footer-logo .copy p {
    max-width: none;
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-logo .lang {
    display: none;
  }
  .footer .footer-content {
    margin: 30px 0 0;
  }
  .footer .footer-content p.support {
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-content p.support a {
    display: inline;
    font-size: 14px;
  }
  .footer .links-external {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .footer .links-external a {
    margin: 14px !important;
  }
  .footer .links-internal {
    flex-direction: column;
  }
  .footer .links-internal .section:not(:last-child) {
    margin: 0 0 40px;
  }
  .footer .links-internal a {
    text-align: center;
  }
}
.menu-trigger {
  width: 24px;
}

.button-like {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.button-like span {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.button-like svg {
  fill: #fff;
  margin: 0 0 0 12px;
  width: 8px;
  height: 14px;
}

.button-like.blue1 {
  background: #4594f7;
  border-color: #4594f7;
}

.button-like.blue1:hover {
  background: #1478f5;
  border-color: #1478f5;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue1 span {
  color: #4594f7;
}

.button-like.outline.blue1 svg {
  fill: #4594f7;
}

.button-like.outline.blue1:hover {
  background: rgba(69, 148, 247, 0.15);
}

.button-like.blue2 {
  background: #4986cc;
  border-color: #4986cc;
}

.button-like.blue2:hover {
  background: #316db1;
  border-color: #316db1;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue2 span {
  color: #4986cc;
}

.button-like.outline.blue2 svg {
  fill: #4986cc;
}

.button-like.outline.blue2:hover {
  background: rgba(73, 134, 204, 0.15);
}

.button-like.blue3 {
  background: #4154af;
  border-color: #4154af;
}

.button-like.blue3:hover {
  background: #33428a;
  border-color: #33428a;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue3 span {
  color: #4154af;
}

.button-like.outline.blue3 svg {
  fill: #4154af;
}

.button-like.outline.blue3:hover {
  background: rgba(65, 84, 175, 0.15);
}

.button-like.blue4 {
  background: #163869;
  border-color: #163869;
}

.button-like.blue4:hover {
  background: #0d223f;
  border-color: #0d223f;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue4 span {
  color: #163869;
}

.button-like.outline.blue4 svg {
  fill: #163869;
}

.button-like.outline.blue4:hover {
  background: rgba(22, 56, 105, 0.15);
}

.button-like.white {
  background: #fff;
  border-color: #fff;
}

.button-like.white:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.white span {
  color: #fff;
}

.button-like.outline.white svg {
  fill: #fff;
}

.button-like.outline.white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.button-like.yellow {
  background: #f2af4a;
  border-color: #f2af4a;
}

.button-like.yellow:hover {
  background: #ef9a1a;
  border-color: #ef9a1a;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.yellow span {
  color: #f2af4a;
}

.button-like.outline.yellow svg {
  fill: #f2af4a;
}

.button-like.outline.yellow:hover {
  background: rgba(242, 175, 74, 0.15);
}

.button-like.white span {
  color: #333;
}

.button-like.white svg {
  fill: #333;
}

.header .navigation {
  padding: 32px 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navigation .menu-trigger {
  font-size: 0;
  display: none;
  margin: 0 83px 0 0;
}
.header .navigation .menu-trigger svg {
  fill: #017aff;
}
.header .navigation .nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header .navigation .logo a {
  display: block;
  font-size: 0;
  background: url(/web/20220706235504im_/https://payrue.com/landing/propel-token-img/logo.svg) no-repeat center center/cover;
  width: 204px;
  height: 66px;
}
.header .navigation .dist {
  width: 100%;
  margin: 0 24px 0 24px;
  flex-grow: 1;
  max-width: 520px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .navigation .dist a,
.header .navigation .dist div {
  padding: 8px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.header .navigation .dist a:hover,
.header .navigation .dist div:hover {
  background: rgba(1, 122, 255, 0.05);
}
.header .navigation .dist div {
  cursor: pointer;
}
.header .navigation .auth {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 32px;
}
.header .navigation .auth a:last-child {
  margin: 0 0 0 16px;
}
.header .navigation .auth .cross {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header .navigation {
    padding: 24px 0;
  }

  .header .navigation .menu-trigger {
    display: block;
  }

  .header .navigation .auth,
  .header .navigation .dist {
    opacity: 0;
    min-width: 320px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  .header .navigation .auth.shown,
  .header .navigation .dist.shown {
    opacity: 1;
    pointer-events: auto;
  }

  .header .navigation .auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 30px;
    background: #fff;
    margin: 0;
    z-index: 1001;
  }
}

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

.header .with-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .with-dropdown .dropdown-chevron {
  pointer-events: none;
  margin: 0 0 0 6px;
  width: 12px;
  height: 8px;
}
.header .with-dropdown .dropdown {
  background: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  -moz-box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  z-index: 500;
  top: calc(100% + 12px);
  left: 0;
  right: auto;
  bottom: auto;
}
.header .with-dropdown .dropdown li {
  white-space: nowrap;
}
.header .with-dropdown .dropdown li a {
  display: block;
  padding: 8px 20px !important;
  font-size: 18px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.header .with-dropdown .dropdown li:not(:last-child) {
  border-bottom: 1px solid #f4f6f9;
}
.header .with-dropdown.shown .dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1100px) and (max-width: 414px) {
  .header .navigation .auth {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .header .navigation .auth .cross {
    display: block;
    margin-right: auto;
    font-size: 0;
    width: 24px;
    height: 24px;
  }

  .header .navigation .auth .cross svg {
    fill: #017aff;
  }
}
@media screen and (max-width: 1100px) {
  .header .navigation .dist {
    margin: 0;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    max-width: none;
    position: fixed;
    z-index: 1000;
    top: 92px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header .navigation .dist a,
  .header .navigation .dist div {
    padding: 4px 0;
    font-size: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .header .navigation .dist a:not(:last-child),
  .header .navigation .dist div:not(:last-child) {
    margin: 0 0 42px;
  }

  .header .navigation .dist a:hover,
  .header .navigation .dist div:hover {
    background: transparent;
  }

  .header .navigation .dist a.active,
  .header .navigation .dist div.active {
    border-bottom: 4px solid #4594f7;
  }
}
@media screen and (max-width: 1100px) and (min-width: 414px) {
  .header .navigation .dist a,
  .header .navigation .dist div {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .header .navigation .nav {
    flex: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header .content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .header .apps {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .header .with-dropdown {
    width: 100%;
    justify-content: center;
  }

  .header .with-dropdown .dropdown {
    right: 0;
    left: 0;
    padding: 0 0 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header .with-dropdown .dropdown li a {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .header .navigation .menu-trigger {
    margin: 0 20px 0 0;
  }

  .header .navigation .logo a {
    width: 136px;
    height: 44px;
  }

  .header .content {
    padding-top: 35px;
  }

  .header .content h1 {
    font-size: 38px;
  }
  .vpropel-buttons {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 580px) and (max-width: 414px) {
  .header .content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  .header .lang-select select {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 42px;
    height: 44px;
  }

  .header .lang-select .lang-chevron {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 23:55:04 Jul 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:55:03 Sep 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.594
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 15.548
  LoadShardBlock: 143.371 (3)
  PetaboxLoader3.datanode: 157.205 (4)
  load_resource: 17.877
*/