@charset "UTF-8";
/* Setup */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

input:focus, textarea:focus, button:focus, a:focus {
  outline: 0;
}

/*
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
*/

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  background: none;
  letter-spacing: inherit;
  font-family: inherit;
}
button:hover {
  cursor: pointer;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Colors */
body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Satoshi", sans-serif;
  color: #020617;
}

h3 {
  font-size: 18px;
}

strong, b {
  font-weight: 700;
  color: #020617;
}

a {
  word-wrap: break-word;
}

p {
  margin: 16px 0;
  word-wrap: break-word;
  color: #475569;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article ul {
  margin: 24px 0;
}
article ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 32px;
}
article ul li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/listmark.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.justify-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.nowrap {
  flex-wrap: nowrap;
}

.gap-5 {
  gap: 5px;
}

.gap-15 {
  gap: 15px;
}

.m-0 {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.d-block {
  display: block;
}

.text-l {
  font-size: 1.2rem;
}

.text-s {
  font-size: 11px;
  line-height: 16px;
  color: rgba(147, 143, 167, 0.77);
}
.text-s strong {
  color: rgba(24, 24, 24, 0.77);
}

.block {
  display: block;
}

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

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

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

.narrow-text {
  max-width: 900px;
  margin: auto;
}

.color-white {
  color: #fff !important;
}

.color-primary {
  color: #4F46E5;
}

.color-red {
  color: #EB5757 !important;
}

.color-red-light {
  color: rgba(235, 87, 87, 0.25) !important;
}

.color-orange {
  color: #F2994A !important;
}

.color-orange-light {
  color: rgba(242, 153, 74, 0.25) !important;
}

.color-green {
  color: #27AE60 !important;
}

.color-green-light {
  color: rgba(39, 174, 96, 0.25) !important;
}

.color-blue {
  color: #2D9CDB !important;
}

.color-blue-light {
  color: rgba(45, 156, 219, 0.25) !important;
}

.color-text {
  color: #020617 !important;
}

.color-text-light {
  color: #020617 !important;
}

.bg-red {
  color: #fff;
  background-color: #EB5757;
}

.border-color-primary {
  border-color: #4F46E5;
}

.border-color-red {
  border-color: #EB5757 !important;
}

.border-color-red-light {
  border-color: rgba(235, 87, 87, 0.25) !important;
}

.border-color-orange {
  border-color: #F2994A !important;
}

.border-color-orange-light {
  border-color: rgba(242, 153, 74, 0.25) !important;
}

.border-color-green {
  border-color: #27AE60 !important;
}

.border-color-green-light {
  border-color: rgba(39, 174, 96, 0.25) !important;
}

.border-color-blue {
  border-color: #2D9CDB !important;
}

.border-color-blue-light {
  border-color: rgba(45, 156, 219, 0.25) !important;
}

.border-color-text {
  border-color: #020617 !important;
}

.border-color-text-light {
  border-color: #020617 !important;
}

.box {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 24px;
}

.label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #181818;
}
.label--light {
  color: #87849E;
}

.price {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  font-weight: 700;
}
.price--small {
  font-size: 14px;
}

.user {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 8px;
  align-items: center;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background: #020617;
  display: flex;
  align-items: center;
  justify-content: center;
}

hr {
  width: 100%;
  margin: 24px 0;
  display: block;
  border: none;
  height: 1px;
  background: rgba(88, 64, 176, 0.1);
}

.icon-box {
  width: 92px;
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px dashed #E8E5FD;
  border-radius: 16px;
}

.color-light {
  color: #87849E;
}

.table {
  margin: 24px 0;
  width: 100%;
  text-align: center;
}
.table td {
  vertical-align: middle;
  padding: 16px 16px;
  font-size: 12px;
}
.table thead td {
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background: #EFEFEF;
}
.table thead td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table thead td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table tbody td {
  border-bottom: 1px solid #EFEFEF;
}
.table .checkbox {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
  }
}

.col-1 {
  grid-column: 1 span;
}
@media only screen and (max-width: 768px) {
  .col-1 {
    grid-column: 1;
  }
}

.col-2 {
  grid-column: 2 span;
}
@media only screen and (max-width: 768px) {
  .col-2 {
    grid-column: 1;
  }
}

.col-3 {
  grid-column: 3 span;
}
@media only screen and (max-width: 768px) {
  .col-3 {
    grid-column: 1;
  }
}

.col-4 {
  grid-column: 4 span;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    grid-column: 1;
  }
}

.col-5 {
  grid-column: 5 span;
}
@media only screen and (max-width: 768px) {
  .col-5 {
    grid-column: 1;
  }
}

.col-6 {
  grid-column: 6 span;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    grid-column: 1;
  }
}

.col-7 {
  grid-column: 7 span;
}
@media only screen and (max-width: 768px) {
  .col-7 {
    grid-column: 1;
  }
}

.col-8 {
  grid-column: 8 span;
}
@media only screen and (max-width: 768px) {
  .col-8 {
    grid-column: 1;
  }
}

.col-9 {
  grid-column: 9 span;
}
@media only screen and (max-width: 768px) {
  .col-9 {
    grid-column: 1;
  }
}

.col-10 {
  grid-column: 10 span;
}
@media only screen and (max-width: 768px) {
  .col-10 {
    grid-column: 1;
  }
}

.col-11 {
  grid-column: 11 span;
}
@media only screen and (max-width: 768px) {
  .col-11 {
    grid-column: 1;
  }
}

@media only screen and (max-width: 1366px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1366px) {
  .col-1 {
    grid-column: 1 span;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .col-1 {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1366px) {
  .col-2 {
    grid-column: 2 span;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .col-2 {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1366px) {
  .col-3 {
    grid-column: 3 span;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .col-3 {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1366px) {
  .col-4 {
    grid-column: 4 span;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .col-4 {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1366px) {
  .col-5 {
    grid-column: 5 span;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 768px) {
  .col-5 {
    grid-column: 1;
  }
}
body {
  background: #F6F6F6;
}

.container {
  margin: auto;
  width: 100%;
  max-width: 1334px;
  padding: 0 48px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}

.main {
  padding-top: 88px;
}
@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 68px;
  }
}

.page-header {
  position: relative;
  padding: 88px 0 48px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-header {
    padding: 64px 0 48px;
  }
}
.page-header__features {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .page-header__features {
    grid-gap: 16px;
  }
}
.page-header__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #94A3B8;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-header__feature {
    font-size: 14px;
  }
}

.or-spacer {
  margin: 5px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.or-spacer::before, .or-spacer::after {
  content: "";
  flex: auto;
  height: 1px;
  background-color: #F1F5F9;
}
.or-spacer::before {
  margin-right: 10px;
}
.or-spacer::after {
  margin-left: 10px;
}

.tns-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.tns-nav button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background: #DEDEDE;
  border: 2px solid #F6F6F6;
}
.tns-nav button.tns-nav-active {
  background: #4F46E5;
  outline: 1px solid #6563FF;
}

.tns-controls {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.tns-controls button {
  border-radius: 48px;
  border: 1px solid #DEDEDE;
  width: 56px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.tns-controls button span {
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.tns-controls button:first-of-type span {
  background-image: url("../img/slider-arrow-left.svg");
}
.tns-controls button:last-of-type span {
  background-image: url("../img/slider-arrow-right.svg");
}
.tns-controls button:hover {
  background: #6563FF;
  border-color: #5452F1;
}
.tns-controls button:hover span {
  filter: brightness(0) invert(1);
}

#top {
  position: absolute;
  top: 0;
  opacity: 0;
}

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flex-between {
    display: block;
  }
}

.justify-center {
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flex-align-center {
    display: block;
  }
}

.space-between {
  justify-content: space-between;
  align-items: center;
}

.gap-24 {
  gap: 24px;
}

.duo-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .duo-col {
    grid-template-columns: 1fr;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 26px 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 16px 0;
  }
}
.header .container {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 1200px) {
  .header__left {
    gap: 24px;
  }
}
.header__logo img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header__logo img {
    max-width: 140px;
  }
}
.header__menu {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .header__menu {
    gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: fixed;
    left: 0;
    top: 68px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 68px);
    transform: translateX(-100%);
    transition: 0.3s;
    text-align: center;
  }
}
.header__menu__item {
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
  color: #475569;
}
@media only screen and (max-width: 1024px) {
  .header__menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
  }
}
.header__menu__item--has-submenu > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__menu__item--has-submenu > a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.header__menu__item--has-submenu--active::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #020617;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__menu__item--has-submenu--active::after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: 40px;
  margin-left: 50px;
  z-index: 200;
}

.submenu--servers::after {
  margin-left: 65px !important; 
}

@media only screen and (max-width: 1024px) {
  .header__menu__item--has-submenu--active::after {
    top: 52px;
  }
}
.header__menu__item a:hover {
  color: #020617;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .header__right {
    flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 66px;
    width: 100%;
    transform: translateX(-100%);
    transition: 0.3s;
    text-align: center;
  }
}
.header__burger {
  display: none;
  z-index: 6000;
  border: none;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .header__burger {
    display: block;
  }
}
.header__burger span {
  display: block;
  margin: 7px 0;
  width: 30px;
  height: 2px;
  background-color: #4F46E5;
  transition: 0.5s;
}

.header--fixed {
  padding: 16px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.nav-active {
  overflow: hidden;
}
.nav-active .header__right {
  transform: translateX(0);
}
.nav-active .header__menu {
  transform: translateX(0);
}
.nav-active .header__burger span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.nav-active .header__burger span:nth-child(2) {
  opacity: 0;
}
.nav-active .header__burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.submenu {
  display: none;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
  position: absolute;
  width: min(1030px, 100%);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5500;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .submenu {
    top: 60px;
    padding: 0;
  }
}
.submenu__link {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  transition: 0.3s;
}
.submenu__link__icon {
  background: #F0EEFE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu__link__text {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  text-align: left;
}
.submenu__link__text strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.submenu__link:hover {
  background: #F6F6F6;
}
.submenu__content {
  border-left: 1px solid #F6F6F6;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .submenu__content {
    display: none;
  }
}
.submenu__content p {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
}
.submenu__content .link {
  margin-top: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 500;
}
.submenu__content .link::after {
  filter: brightness(0);
  opacity: 0.75;
}
.submenu__content__title {
  color: #020617;
  margin: 40px 0 8px;
}
.submenu__content__title:first-of-type {
  margin-top: 0;
}
.submenu__cta {
  grid-column: 1/-1;
  display: grid;
  grid-gap: 22px;
  grid-template-columns: 114px auto 240px;
  align-items: center;
  background: #F6F6F6;
  padding: 24px 20px;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .submenu__cta {
    display: none;
  }
}
.submenu__cta p {
  margin: 4px 0 16px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
}
.submenu__cta ul {
  display: flex;
  gap: 24px;
}
.submenu__cta ul li {
  position: relative;
  padding-left: 32px;
}
.submenu__cta ul li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/listmark.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.submenu__cta .button {
  justify-self: center;
}
.submenu__cta .button:hover {
  color: #fff;
}
.submenu.active {
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .submenu.active {
    display: block;
  }
}

.footer {
  background: #020617;
  color: #F1F5F9;
}
.footer__main {
  padding-top: 64px;
  padding-bottom: 36px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__main {
    padding: 48px 0;
  }
}
.footer__main .container {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  grid-column-gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer__main .container {
    display: block;
  }
}
.footer__logo {
  display: block;
}
.footer__copyrights {
  margin-top: 21px !important;
  font-weight: 700;
  font-size: 12px;
  color: #64748B;
}
.footer__columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__columns .title {
  margin: 0 0 24px;
  font-size: 16px;
  font-family: "Clash Display", sans-serif;
}
.footer__columns ul li {
  margin: 10px 0;
}
.footer__columns ul li a {
  font-weight: 700;
  font-size: 12px;
  color: #64748B;
  transition: 0.3s color;
}
.footer__columns ul li a:hover {
  color: #F1F5F9;
}
.footer .sm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .footer .sm {
    margin-top: 24px;
  }
}
.footer .sm__link {
  min-width: 170px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px;
  background: #0F172A;
  display: flex;
  gap: 12px;
  border-radius: 48px;
  align-items: center;
  font-weight: 700;
  transition: 0.3s background;
}
.footer .sm__link__icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4F46E5;
}
.footer .sm__link:hover {
  background: #4F46E5;
}
.footer__logos {
  background: #010411;
  padding: 48px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__logos {
    padding: 24px 0;
  }
}

.form-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .form-four {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .form-trio {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .form-duo {
    grid-gap: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .block-on-small {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
  }
}

.error-text {
  font-size: 11px;
  text-align: center;
  color: #EB5757;
  opacity: 0.77;
}

.form-control {
  margin: 16px 0;
}
.form-control label {
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #181818;
}
.form-control input, .form-control textarea, .form-control select {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CBD5E1;
  padding: 14px 16px;
  border-radius: 100px;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.form-control input:disabled, .form-control textarea:disabled, .form-control select:disabled {
  background: #FAF9FC;
  border-color: #E3E3EA;
  color: rgba(24, 24, 24, 0.2);
}
.form-control input.small, .form-control textarea.small, .form-control select.small {
  padding: 8px 24px;
  font-size: 12px;
}
.form-control input.big, .form-control textarea.big, .form-control select.big {
  padding: 20px 24px;
  font-size: 18px;
}
.form-control select {
  background-image: url("../img/select.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
.form-control select:disabled {
  background: #FAF9FC url("../img/select.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.form-control select::-ms-expand {
  display: none;
}
.form-control textarea {
  border-radius: 25px;
  height: 120px;
}
.form-control--error input, .form-control--error textarea, .form-control--error select {
  border-color: #EB5757;
}
.form-control--with-icon {
  position: relative;
}
.form-control--with-icon i {
  font-size: 16px;
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #5840B0;
  opacity: 0.33;
}
.form-control.small i {
  bottom: 9px;
}
.form-control.small input, .form-control.small textarea, .form-control.small select {
  padding: 8px 24px;
  font-size: 12px;
}
.form-control.big i {
  bottom: 24px;
}
.form-control.big input, .form-control.big textarea, .form-control.big select {
  padding: 20px 24px;
  font-size: 18px;
}

.file-input {
  position: relative;
  margin: 0;
  display: inline-block;
}
.file-input input {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.file-input__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #CDCDCD;
  transition: 0.3s;
}
.file-input__label i {
  font-size: 18px;
  color: #020617;
}
.file-input__label:hover {
  border-color: #4F46E5;
  cursor: pointer;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-with-icon input {
  width: 100%;
}
.input-with-icon i {
  position: absolute;
  right: 15px;
  color: rgba(24, 24, 24, 0.66);
}

.checkbox {
  margin: 16px 0;
  position: relative;
  padding-left: 30px;
}
.checkbox label {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  cursor: pointer;
}
.checkbox label p {
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
}
.checkbox label::before {
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
}
.checkbox label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(50% - 5px);
  width: 15px;
  height: 14px;
  background-image: url("../img/checkbox.svg");
  opacity: 0;
}
.checkbox input {
  opacity: 0;
  position: absolute;
}
.checkbox input:checked ~ label::before {
  border-color: #4F46E5;
  background: #4F46E5;
}
.checkbox input:checked ~ label::after {
  opacity: 1;
}
.checkbox input:disabled ~ label::before {
  border-color: #CDCDCD;
  background: #E3E3E3;
}
.checkbox input:disabled ~ label::after {
  filter: grayscale(100%);
}

.custom-input-file-button {
  position: relative;
}
.custom-input-file-button input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.form-control--validation {
  position: relative;
  margin: 0;
}
.form-control--validation .validation-icon::before, .form-control--validation .validation-icon::after {
  position: absolute;
  right: 15px;
  opacity: 0;
  transition: 0.3s;
}
.form-control--validation .validation-icon::before {
  content: "×";
  color: #EB5757;
  font-size: 25px;
  bottom: 6px;
}
.form-control--validation .validation-icon::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #27AE60;
  font-size: 14px;
  bottom: 14px;
}
.form-control--validation input:invalid, .form-control--validation textarea:invalid {
  border-bottom-color: #EB5757;
  border-bottom-width: 2px;
  outline: none;
  box-shadow: none;
}
.form-control--validation input:invalid ~ .validation-icon::before, .form-control--validation textarea:invalid ~ .validation-icon::before {
  opacity: 1;
}
.form-control--validation input:not(:-moz-placeholder-shown):valid, .form-control--validation textarea:not(:-moz-placeholder-shown):valid {
  border-bottom-color: #27AE60;
  border-bottom-width: 2px;
}
.form-control--validation input:not(:-ms-input-placeholder):valid, .form-control--validation textarea:not(:-ms-input-placeholder):valid {
  border-bottom-color: #27AE60;
  border-bottom-width: 2px;
}
.form-control--validation input:not(:placeholder-shown):valid, .form-control--validation textarea:not(:placeholder-shown):valid {
  border-bottom-color: #27AE60;
  border-bottom-width: 2px;
}
.form-control--validation input:not(:-moz-placeholder-shown):valid ~ .validation-icon::after, .form-control--validation textarea:not(:-moz-placeholder-shown):valid ~ .validation-icon::after {
  opacity: 1;
}
.form-control--validation input:not(:-ms-input-placeholder):valid ~ .validation-icon::after, .form-control--validation textarea:not(:-ms-input-placeholder):valid ~ .validation-icon::after {
  opacity: 1;
}
.form-control--validation input:not(:placeholder-shown):valid ~ .validation-icon::after, .form-control--validation textarea:not(:placeholder-shown):valid ~ .validation-icon::after {
  opacity: 1;
}

.switch {
  position: relative;
  cursor: pointer;
}
.switch label {
  display: block;
  width: 38px;
  height: 20px;
  border-radius: 30px;
  background: #E3E3E3;
  transition: 0.3s;
  cursor: pointer;
}
.switch label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch input:checked + label {
  background: #4F46E5;
}
.switch input:checked + label::after {
  transform: translateX(18px);
}

.select {
  padding: 13px 18px;
  border: 1px solid #CDCDCD;
  background: #fff;
  border-radius: 100px;
  background-image: url("../img/down.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select::-ms-expand {
  display: none;
}

.input-with-button {
  border: 4px solid #FFFFFF;
  outline: 1px solid #DCD;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
}
.input-with-button input {
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  flex: auto;
}

.checkbox-badge {
  display: inline-block;
  position: relative;
}
.checkbox-badge label {
  padding: 10px 16px;
  background: #E3E3E3;
  border-radius: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.checkbox-badge input {
  position: absolute;
  opacity: 0;
}
.checkbox-badge input:checked + label {
  background: #4F46E5;
  color: #fff;
}
.checkbox-badge--small label {
  padding: 6px 16px;
}

.button {
  border: none;
  display: inline-block;
  padding: 8px 20px;
  background: #020617;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.button img, .button i, .button svg {
  display: block;
}
.button.disabled, .button:disabled {
  background: #CDCDCD !important;
}
.button:hover {
  background: #4F46E5;
  cursor: pointer;
}
.button--big {
  padding: 9px 24px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 0 0 4px rgba(2, 6, 23, 0.4);
  font-family: "Clash Display", sans-serif;
}
.button--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}
.button--with-icon {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button--with-icon.button--big {
  height: 48px;
}
.button--outline {
  background: none;
  border: 1px solid #E2E8F0;
  color: #64748B;
}
.button--outline.disabled, .button--outline:disabled {
  border-color: 1px solid #CDCDCD;
  background: #EFEFEF !important;
  color: #CDCDCD;
}
.button--outline:hover {
  border-color: #4F46E5;
  color: #fff;
}
.button--outline:hover img, .button--outline:hover svg, .button--outline:hover i {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.button--full {
  width: 100%;
}
.button--white {
  background: #fff;
  border: 1px solid #DEDEDE;
  color: #020617;
}
.button--white:hover {
  border-color: #4F46E5;
  color: #fff;
}
.button--white:hover img, .button--white:hover svg {
  filter: brightness(0) invert(1);
}
.button--primary {
  background: #4F46E5;
  box-shadow: 0 0 0 4px rgba(101, 81, 243, 0.45);
}
.button--primary:hover {
  box-shadow: 0 0 0 4px #4F46E5;
}

.links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.links .link::after {
  margin: 0 10px;
  content: "|";
}
.links .link:last-of-type::after {
  display: none;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #4F46E5;
  font-weight: 500;
  font-size: 16px;
}
.link::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-bottom: -2px;
}
.link:hover::after {
  transform: translateX(4px);
}

.icon-button {
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: #4F46E5;
  width: 40px;
  height: 40px;
  border-radius: 48px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-button:hover {
  opacity: 0.75;
}
.icon-button .count {
  position: absolute;
  top: -8px;
  right: -10px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #fff;
  color: #020617;
  border: 2px solid #EEEDED;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #010105;
}

.buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.buttons--center {
  justify-content: center;
}

.heading {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  font-family: "Clash Display", sans-serif;
  color: #020617;
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 32px;
  }
}
.heading--big {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .heading--big {
    font-size: 36px;
  }
}
.heading--small {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  .heading--small {
    font-size: 18px;
  }
}

.subtitle {
  margin: 0 0 8px !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  color: #4F46E5;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 18px;
  }
}

.faqs {
  margin: 64px 0; 
}
@media only screen and (max-width: 768px) {
  .faqs {
    margin: 64px 0;
  }
}
.faqs__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}
@media only screen and (max-width: 768px) {
  .faqs__grid {
    display: block;
    margin-top: 48px;
  }
}
.faqs__cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .faqs__cta {
    margin-top: 48px;
  }
}
.faqs__cta p {
  font-family: "Clash Display", sans-serif;
  font-size: 20px;
}
.faqs__cta .button {
  margin-top: 24px;
}

.faq {
  padding: 22px 32px;
  margin: 16px 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  color: #334155;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 18px 20px;
  }
}
.faq__title {
  margin: 0;
  display: grid;
  grid-template-columns: auto 32px;
  grid-gap: 48px;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .faq__title {
    grid-gap: 12px;
  }
}
.faq__title::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/faq-arrow.svg");
  transition: 0.3s;
}
.faq__content {
  transform: 0.3s;
  overflow: hidden;
  max-height: 0;
}

.faq__content p {
  margin-top: 10px;
}

.faq__content p:last-child {
  margin-bottom: 0;
}
.faq--active .faq__title::after {
  transform: rotate(-180deg);
}
.faq--active .faq__content {
  max-height: 1000px;
}

.features {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  padding: 80px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .features {
    padding: 64px 0;
  }
}
.features__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .features__grid {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }
}

.feature {
  display: grid;
  grid-template-columns: 56px auto;
  grid-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .feature {
    display: block;
    margin: 16px 0;
  }
}
.feature__icon {
  background: #D9D5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
}
@media only screen and (max-width: 768px) {
  .feature__icon {
    margin-bottom: 16px;
  }
}
.feature__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Clash Display", sans-serif;
}

.tabs .container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.tab {
  border: 0;
  margin: 0;
  padding: 16px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #F6F6F6;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #94A3B8;
  font-family: "Clash Display", sans-serif;
}
.tab.active {
  background: #fff;
  color: #020617;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* Pages */
.h-hero {
  padding: 88px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h-hero {
    padding: 48px 0;
  }
}
.h-hero .heading {
  margin-bottom: 16px;
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  .h-hero .heading {
    font-size: 48px;
  }
}
.h-hero p {
  font-weight: 500;
  font-size: 20px;
  width: min(700px, 100%);
  margin: 16px auto;
}
@media only screen and (max-width: 768px) {
  .h-hero p {
    font-size: 16px;
  }
}
.h-hero .buttons {
  margin-top: 32px;
}
.h-hero__bg {
  margin: -160px 0;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .h-hero__bg {
    margin: -100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .h-hero__bg {
    margin: -24px 0;
  }
}
.h-hero__logos-title {
  color: #475569;
}
.h-hero__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .h-hero__logos {
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .h-hero__logos {
    gap: 16px;
  }
}

.h-services {
  margin: 64px 0;
}
.h-services__grid {
  margin: 64px 0 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .h-services__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .h-services__grid {
    margin: 32px 0 24px;
    display: block;
  }
}
.h-services__cta {
  text-align: center;
}
.h-services__cta .button {
  margin-top: 24px;
}

.h-service-box {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .h-service-box {
    padding: 24px;
    margin: 16px 0;
  }
}
.h-service-box__title {
  margin: 36px 0 16px;
}
@media only screen and (max-width: 768px) {
  .h-service-box__title {
    margin-top: 24px;
  }
}

.h-map {
  background: #fff;
  padding: 80px 0;
  border-radius: 64px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .h-map {
    padding: 56px 0;
  }
}
.h-map__wrapper {
  margin: 80px 0;
}
.h-map__stats {
  margin-top: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .h-map__stats {
    margin-top: 64px;
    flex-direction: column;
  }
}
.h-map__stat {
  display: grid;
  grid-template-columns: 64px auto;
  grid-gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .h-map__stat {
    min-width: 200px;
  }
}
.h-map__stat strong {
  line-height: 1;
  display: block;
  font-family: "Clash Display", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.h-map__stat__icon {
  width: 64px;
  height: 64px;
  background: #D9D5F5;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main--home .features {
  border-radius: 0;
  background: none;
}

.h-testimonials {
  background: #fff;
  padding: 80px 0;
  border-radius: 64px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .h-testimonials {
    padding: 56px 0;
  }
}
.h-testimonials__logos {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.h-testimonials__slider-wrapper {
  position: relative;
  margin-top: 80px;
  padding-bottom: 64px;
}
.h-testimonials__slider-wrapper .tns-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .h-testimonials__slider-wrapper .tns-nav {
    bottom: 32px;
  }
}
.h-testimonials__slider-wrapper .tns-controls {
  position: absolute;
  bottom: -12px;
  gap: 116px;
  width: 100%;
}

.testimonial {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding: 24px;
  }
}
.testimonial > img {
  margin-bottom: 24px;
}
.testimonial p {
  color: #020617;
  font-size: 20px;
}
.testimonial__author {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 48px auto;
  grid-gap: 12px;
  align-items: center;
  color: #94A3B8;
  font-weight: 700;
}
.testimonial__author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__author strong {
  display: block;
  font-size: 20px;
  color: #475569;
}

.h-migrate {
  margin: 64px 0;
}
@media only screen and (max-width: 768px) {
  .h-migrate {
    margin: 64px 0;
  }
}
.h-migrate .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .h-migrate .container {
    display: block;
  }
}
.h-migrate__content {
  width: min(515px, 100%);
}
.h-migrate .heading {
  margin-bottom: 20px;
}
.h-migrate .button {
  margin-top: 32px;
}
.h-migrate__image {
  justify-self: end;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .h-migrate__image {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .post-teaser {
    margin: 24px 0;
  }
}
.post-teaser__image img {
  border-radius: 24px;
  width: 100%;
  display: block;
}
.post-teaser__categories {
  margin: 32px 0 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .post-teaser__categories {
    gap: 8px;
  }
}
.post-teaser__categories span {
  padding: 4px 16px;
  border-radius: 48px;
  border: 1px solid #E2E8F0;
  font-weight: 700;
  color: #334155;
}
@media only screen and (max-width: 768px) {
  .post-teaser__categories span {
    font-size: 14px;
  }
}
.post-teaser__title {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .post-teaser__title {
    font-size: 24px;
  }
}
.post-teaser__meta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #475569;
}
.post-teaser__meta img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.post-teaser--small {
  display: grid;
  grid-template-columns: 165px auto;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .post-teaser--small {
    grid-column-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .post-teaser--small {
    display: block;
  }
}
.post-teaser--small .post-teaser__image {
  aspect-ratio: 1/1;
  grid-row: 1/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-teaser--small .post-teaser__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-teaser--small .post-teaser__title {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .post-teaser--small .post-teaser__title {
    margin-top: 16px;
  }
}
.post-teaser--small .post-teaser__meta {
  font-size: 14px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 0;
}

.h-blog {
  background: #fff;
  padding: 64px 0 80px;
  border-radius: 64px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 768px) {
  .h-blog {
    padding: 56px 0 48px;
  }
}

.h-blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.h-blog__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
}

@media only screen and (max-width: 1024px) {
  .h-blog__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .h-blog__grid {
    margin-top: 48px;
    display: block;
  }
}

.h-blog__grid .post-teaser:first-of-type {
  grid-row: 1/4;
}

.servers {
  background: #fff;
  padding: 64px 0;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

@media only screen and (max-width: 768px) {
  .servers {
    padding: 48px 0;
  }
}

.server-row {
  margin: 24px 0;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 20px 32px;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr auto;
  grid-gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .server-row {
    grid-gap: 16px;
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .server-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.server-row__title {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  font-weight: 700;
  font-size: 20px;
  font-family: "Clash Display", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .server-row__title {
    padding: 0;
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
}

.server-row__specs {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 1024px) {
  .server-row__specs {
    width: 100%;
  }
}

.server-row__spec {
  flex: 1;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.server-row__spec:first-of-type .server-value {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.server-row__spec:last-of-type .server-value {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.server-row__spec:not(:last-of-type) .server-value {
  border-right: 1px solid #EFEFEF;
}

.server-row .server-label {
  margin-bottom: 12px;
  color: #94A3B8;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .server-row .server-label {
    font-size: 14px;
  }
}

.server-row .server-value {
  padding: 24px 16px;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .server-row .server-value {
    padding: 16px 8px;
    font-size: 16px;
  }
}

.server-row .server-value b {
  color: #020617;
}

.server-row .flag {
  width: 32px;
}

.server-row__price {
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.server-row__price .server-value {
  border: 1px solid #F6F6F6;
  background: #fff;
  font-size: 20px;
  border-radius: 16px;
  font-family: "Clash Display", sans-serif;
}

.server-row__price .server-value del {
  font-weight: 700;
  font-size: 12px;
  color: #DDE2EA;
}

.server-row__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.servers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

@media only screen and (max-width: 1024px) {
  .servers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .servers-grid {
    display: block;
  }
}

.server-box {
  border-radius: 24px;
  padding: 32px 12px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.server-box-white {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .server-box {
    margin: 16px 0;
  }
}
.server-box__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Clash Display", sans-serif;
}
@media only screen and (max-width: 768px) {
  .server-box__title {
    font-size: 18px;
  }
}
.server-box__price {
  margin: 16px 0 24px;
  color: #4F46E5;
  font-size: 48px;
  font-weight: 700;
  font-family: "Clash Display", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .server-box__price {
    font-size: 32px;
  }
}
.server-box__price small {
  font-size: 16px;
}
.server-box__price span {
  display: block;
  line-height: 16px;
  color: #C9D1DB;
  font-size: 16px;
}
.server-box p {
  color: #475569;
  font-weight: 700;
}
.server-box__locations {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.server-box .button {
  width: 100%;
}
.server-box--featured {
  position: relative;
  border: 2px solid #4F46E5;
  box-shadow: 0 0 0 4px rgba(101, 81, 243, 0.2);
}
@media only screen and (max-width: 768px) {
  .server-box--featured {
    margin-top: 24px;
  }
}
.server-box--featured::before {
  content: "POPULARNY";
  position: absolute;
  top: -12px;
  background: #4F46E5;
  padding: 2px 12px;
  border-radius: 40px;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.server-info {
  border-radius: 12px;
  grid-column: span 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #EBEBEB;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .server-info {
    margin: 16px 0;
  }
}
.server-info__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #EBEBEB;
}
.server-info__row:first-of-type .server-info__label {
  border-top-left-radius: 12px;
}
.server-info__row:last-of-type {
  border-bottom: none;
  flex: auto;
}
.server-info__row:last-of-type .server-info__label {
  border-bottom-left-radius: 12px;
}
.server-info__label, .server-info__value {
  padding: 16px 20px;
}
@media only screen and (max-width: 768px) {
  .server-info__label, .server-info__value {
    padding: 14px 16px;
  }
}
.server-info__label {
  background: #F8FAFC;
  border-right: 1px solid #E2E8F0;
  color: #334155;
}
.server-info__value {
  color: #64748B;
}

.administration {
  background: #fff;
  padding: 64px 0;
  border-radius: 64px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .administration {
    padding: 48px 0;
  }
}

.plan-price {
  margin-bottom: 16px;
  color: #4F46E5;
  font-size: 48px;
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.plan-price small {
  font-size: 16px;
}
.plan-price span {
  font-size: 16px;
  color: #475569;
  font-family: "Satoshi", sans-serif;
}

.plans-wrapper {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .plans-wrapper {
    min-width: 680px;
    overflow-x: auto;
  }
}

.plans {
  width: 100%;
  margin-bottom: 48px;
  border-bottom: 1px solid #E4E7EC;
}

.plans__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 14px;
  font-weight: 700;
  color: #64748B;
  align-items: center;
}

.plans__row:nth-child(even) {
  background: #F8FAFC;
}

.plans__row--labels {
  font-size: 20px;
  border-bottom: 1px solid #E4E7EC;
  color: #020617;
}

.plans__row--labels > div {
  /*text-align: left !important;*/
  padding-top: 0;
}

.plans__row--header {
  background: #fff !important;
}

.plans__row--header > div {
  text-align: left !important;
  font-weight: 500;
}

.plans__row--header .button {
  margin-top: 24px;
  width: 100%;
}

.plans__row--spacer {
  padding: 22px 24px;
  background: #fff;
  grid-column: 1/-1;
  text-transform: uppercase;
  color: #4F46E5;
}

@media only screen and (max-width: 1024px) {
  .plans__row--spacer {
    padding: 16px 18px;
  }
}

.plans__row > div {
  padding: 22px 24px;
}

@media only screen and (max-width: 1024px) {
  .plans__row > div {
    padding: 16px 18px;
  }
}

.plans__row > div:not(:first-child) {
  text-align: center;
}

.plans__row > div:first-child {
  color: #020617;
}

.administration-packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media only screen and (max-width: 1024px) {
  .administration-packages {
    grid-gap: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .administration-packages {
    display: block;
  }
}

.administration-package {
  border-radius: 24px;
  padding: 38px 24px 0;
  background: #F8FAFC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .administration-package {
    margin: 16px 0;
  }
}

.administration-package__title {
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Clash Display", sans-serif;
}

.administration-package__price {
  line-height: 1;
  margin: 0;
  font-family: "Clash Display", sans-serif;
  color: #4F46E5;
  font-weight: 600;
  font-size: 32px;
}

.administration-package__price small {
  font-size: 16px;
}

.administration-package .button {
  margin-top: 32px;
  margin-bottom: -24px;
}

.packages {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.package {
  min-width: 230px;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package__title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 16px;
}

.package hr {
  width: 80%;
}

.package p {
  margin: 0;
}

.package .price {
  font-size: 28px;
}

.package .price small {
  font-size: 20px;
}

.package__locations {
  margin: 24px 0 0;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 16px;
}

.login-wrapper {
  background: #fff;
  padding-top: 24px;
}

.login-wrapper .container {
  min-height: calc(100vh - 24px);
  min-height: calc(100svh - 24px);
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .login-wrapper .container {
    display: block;
  }
}

.login-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.login-content__header {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .login-content {
    gap: 24px;
  }
}

.login-form {
  width: min(400px, 100%);
}

.login-form .buttons {
  gap: 10px;
  margin-bottom: 16px;
}

.login-form .buttons .button {
  border-radius: 8px;
  flex: 1;
}

.login-form .button--primary {
  border: 4px solid #4F46E5;
  box-shadow: none;
}

.login-form .button--primary:hover {
  border-color: #D9D5F5;
}

.login-slider-wrapper {
  position: relative;
  background: #F6F6F6;
  border-radius: 16px;
  min-height: calc(100vh - 109px);
  min-height: calc(100svh - 109px);
}

@media only screen and (max-width: 1024px) {
  .login-slider-wrapper {
    margin-top: 48px;
    min-height: 100%;
  }
}

.login-slider-wrapper .tns-nav {
  position: absolute;
  bottom: 64px;
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .login-slider-wrapper .tns-nav {
    bottom: 32px;
  }
}

.login-slide {
  padding: 24px 24px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login-slide img {
  display: block;
  margin-bottom: 118px;
}
@media only screen and (max-width: 1024px) {
  .login-slide img {
    margin-bottom: 48px;
  }
}

.login-footer {
  grid-column: 1/-1;
  align-self: end;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #64748B;
}
@media only screen and (max-width: 768px) {
  .login-footer {
    display: block;
    text-align: center;
  }
}
.login-footer .sm {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .login-footer .sm {
    margin: 12px 0;
  }
}
.login-footer .sm__link__icon {
  background: #CBD5E1;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.login-footer .sm__link__icon:hover {
  background: #4F46E5;
}
.login-footer__menu {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .login-footer__menu {
    text-align: center;
  }
}
.login-footer__menu a {
  display: inline-block;
  transition: 0.3s;
}
.login-footer__menu a:hover {
  color: #4F46E5;
}
.login-footer__menu a:not(:first-child)::before {
  content: " • ";
}

/*custom */

.fs-14 {
font-size: 14px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important; 
}

.mb-55 {
  margin-bottom: 55px !important; 
}

.pt-40 {
  padding-top: 50px !important;
}

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

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.plans-desc {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px !important;
}

.plans-row {
  font-size: 14px;
  color: #475569;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.text-box {
  width: 100%;
  background-color: #fff;
  color: #475569;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  text-align: justify;
}

.text-box h3, .text-box h4 {
  color: #020617;
}

.off-text {
  color: #475569;
  text-align: justify;
}

.tags {
  display: inline-block;
  border-radius: 24px;
  padding: 5px 15px;
  border: 1px solid #DEDEDE;
  font-size: 12px;
  font-weight: 700;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  margin-left: 3px;
}

.tags:first-child {
  margin-left: 0px;
}

.blog-tags {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0px 200px;
}

.blog-details {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
}

.blog-views {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-column-gap: 50px;
}

.blog-views .blog-text {
  color: #475569;
  text-align: justify;
}

.blog-text h3 {
  margin: 0px;
  padding: 0px;
  color: #020617 !important;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-item {
  margin-bottom: 20px;
  display: block;
}

.blog-item img {
  border-radius: 24px;
}

.blog-item p {
  margin-top: 15px;
}

.blog-item .link {
  font-size: 14px;
  margin-bottom: -3px;
}

.blog-item span {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}

.blog-input-search {
  border: 1px solid #DEDEDE;
  width: 450px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 64px !important;
  font-size: 18px;
  color: #475569;
  font-weight: 500;
  text-align: center;
}

.blog-input-search::placeholder {
  opacity: 0.33;
}

.blog-input-icon {
  position: relative;
}

.blog-input-icon i {
  font-size: 22px;
  position: absolute;
  right: 18px;
  top: 20px;
  opacity: 0.33;
}

.code {
  background: #0f172a;         
  color: #e2e8f0;               
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid #1e293b;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
  tab-size: 4;
  -moz-tab-size: 4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.code::selection {
  background: rgba(56, 189, 248, 0.25);
}

.code::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.code::-webkit-scrollbar-track {
  background: transparent;
}
.code::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.4);
  border-radius: 6px;
}
.code::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.7);
}

.cta {
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  color: #020617;
  margin-top: 10px;
  display: block;  
}

.cta span {
  padding-left: 65px;
  display: block;
}

.cta::before {
  position: absolute;
  content: "\f672";          
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 200;          
  font-size: 36px;    
  display: inline-block;
  margin-right: 50px;
  margin-top: -4px;
  color: #4F46E5;
}

.pagination {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.pagination .p {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #C7D2FE;
  color: #6551F3;
  border-radius: 50%;  
  display: flex;     
  align-items: center; 
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 2px;
}

.pagination .p i {
  margin-top: 2px;
}

.pagination .active {
  opacity: 0.6;
}

.nores {
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  color: #020617;
  margin-top: 10px;
  display: block;  
}

.nores span {
  padding-left: 65px;
  display: block;
}

.nores::before {
  position: absolute;
  content: "\f002";          
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 200;          
  font-size: 36px;    
  display: inline-block;
  margin-right: 50px;
  margin-top: -4px;
  color: #4F46E5;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8000;
  background: rgba(2, 6, 23, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
}

.modal__box {
  position: relative;
  /*width: min(664px, 100%);*/
  width: min(900px, 100%);
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #E9EEF3;
  color: #475569; 
  box-shadow: 0 1px 1px 1px rgba(233, 238, 243, 0.8);
  /*padding: 32px 24px;*/
  padding: 25px; 
  overflow: visible;
}

.modal__close {
  border: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.modal__close:hover {
  color: #6740FF;
}

.modal__title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Clash Display", sans-serif;
  color: #020617;
}

.modal--desc {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.modal__subtitle {
  text-align: center;
  color: #0F172A;
}

.icon-success { 
  font-size: 90px;
  color: #2ecc71;
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 0.9;
  animation: subtlePulse 1.2s infinite alternate ease-in-out;
}

@keyframes fadeInScale {
  from {opacity: 0; transform: scale(0.9); } to {opacity: 1;transform: scale(1);} 
}

@keyframes subtlePulse {
  from {transform: scale(1); opacity: 0.8;} to {transform: scale(1.15); opacity: 1;}
}

.fa-spin {
  animation: fa-spin 0.8s infinite linear !important;
}

.grid-contact {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 30px; 
}

.grid-contact-opt {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.grid-contact-opt span {
  color: #475569;
}

.input--with-icon {
  position: relative;
}
      
.input--with-icon i {
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 14px;
  opacity: 0.2;
}

.input {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  max-width: 100%;
  color: #475569;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  transition: 0.3s;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  font-family: "Satoshi", sans-serif;
}

.input--modal {
  border-radius: 24px !important;
}

.textarea {
  border-radius: 30px !important;
}

.input:focus, .textarea:focus {
  border-color: #cacccf;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1) !important;
}

.input::placeholder {
  opacity: 0.4;
  font-size: 14px;
  font-weight: 500;
}

.inputred {
  border: 1px solid #f3b3b3 !important;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.button--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-50-50 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 10px;
}

.center {
  text-align: center;
}

.about-mt {
  margin-bottom: -80px !important;
}