@import url('../fonts/DM_Sans/stylesheet.css');
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  background-color: #fff;
  color: #0F0F24;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #0F0F24;
}
body h2 {
  margin: 0;
}
body p {
  margin: 0;
}
body a,
body div {
  box-sizing: border-box;
}
body .h2-title {
  margin: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 991px) {
  body .h2-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  body .h2-title {
    font-size: 32px;
  }
}
body .container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .container.right-0 {
  max-width: 1600px;
  margin-right: -15px;
}
body .container.right-1600 {
  max-width: 1600px;
  margin-right: -15px;
}
@media (max-width: 1700px) {
  body .container.right-1600 {
    margin-right: -8%;
  }
}
@media (max-width: 1500px) {
  body .container.right-1600 {
    margin-right: -6%;
  }
}
@media (max-width: 1340px) {
  body .container.right-1600 {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
body .container.right-2000 {
  max-width: 2000px;
  margin-right: -315px;
}
@media (max-width: 1800px) {
  body .container.right-2000 {
    margin-right: -10vw;
  }
}
@media (max-width: 1600px) {
  body .container.right-2000 {
    margin-right: -8vw;
  }
}
@media (max-width: 1500px) {
  body .container.right-2000 {
    margin-right: -4vw;
  }
}
@media (max-width: 1340px) {
  body .container.right-2000 {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
@media (max-width: 1340px) {
  body .container {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
body .btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
}
body .btn.wide-menu-btn {
  border: 1px solid #FFFFFF1A;
  background-color: #FFFFFF0D;
  grid-column-gap: 8px;
  align-items: center;
  transition: 0.3s;
}
body .btn.wide-menu-btn:hover {
  color: #c4c4c7;
  transition: 0.3s;
}
body .btn.wide-menu-btn:hover:after {
  opacity: 0.6;
  transition: 0.3s;
}
body .btn.wide-menu-btn:hover:before {
  opacity: 0.6;
  transition: 0.3s;
}
body .btn.wide-menu-btn.opened {
  background-color: #FFFFFF1A;
  transition: 0.3s;
}
body .btn.wide-menu-btn.opened:after {
  background-image: url("/assets/img/icons/close-20-icon.svg");
}
body .btn.wide-menu-btn.opened:hover {
  color: #c4c4c7;
  transition: 0.3s;
}
body .btn.wide-menu-btn.opened:hover:after {
  opacity: 0.6;
  transition: 0.3s;
}
body .btn.wide-menu-btn.opened:hover:before {
  opacity: 0.6;
  transition: 0.3s;
}
body .btn.wide-menu-btn:before {
  content: "";
  background-image: url("/assets/img/icons/eagle-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  display: block;
  position: relative;
  transition: 0.3s;
  margin-top: -7px;
}
body .btn.wide-menu-btn:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-down-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  transition: 0.3s;
}
body .btn.timer-btn {
  align-items: center;
  border: 1px solid #FFFFFF1A;
  transition: 0.3s;
  padding: 16px 24px;
  grid-column-gap: 8px;
  color: #fff;
}
@media (max-width: 550px) {
  body .btn.timer-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
  }
}
body .btn.timer-btn span {
  display: flex;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
  background-color: #FFFFFF0D;
  color: #c9cdd4;
}
@media (max-width: 550px) {
  body .btn.timer-btn span {
    background-color: #1f2c4f;
  }
}
body .btn.timer-btn:before {
  content: "";
  background-image: url("/assets/img/icons/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: block;
  position: relative;
  transition: 0.3s;
}
body .btn.timer-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #c4c4c7;
  transition: 0.3s;
}
body .btn.timer-btn:hover:before {
  opacity: 0.8;
  transition: 0.3s;
}
body .btn.timer-btn:hover span {
  opacity: 0.8;
  transition: 0.3s;
}
body .btn.header-btn {
  color: #fff;
  border: 1px solid #FFFFFF1A;
  background-color: #FFFFFF0D;
  transition: 0.3s;
}
body .btn.header-btn:hover {
  color: #c4c4c7;
  transition: 0.3s;
}
body .btn.orange-gradient {
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 166, 102, 0.9) 5.41%, #FF6B00 69.05%), #E28D51;
  border: 1px solid rgba(255, 229, 184, 0.8);
  color: #fff;
  padding: 16px 56px 16px 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
  width: max-content;
  align-items: center;
  grid-column-gap: 15px;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}
@media (max-width: 550px) {
  body .btn.orange-gradient {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    justify-content: center;
  }
}
body .btn.orange-gradient:hover {
  padding: 16px 24px 16px 56px;
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 107, 0, 0.3) 5.41%, #FF6B00 35%), #E28D51;
  box-shadow: 0px 8px 40px -8px rgba(255, 107, 0, 0.6);
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient:hover {
    padding: 12px 24px;
  }
}
body .btn.orange-gradient:hover:before {
  left: 24px;
  transition: 0.3s;
}
body .btn.orange-gradient:hover:after {
  right: -24px;
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient:hover:after {
    right: auto;
  }
}
body .btn.orange-gradient:before {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-whitr-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient:before {
    display: none;
  }
}
body .btn.orange-gradient:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-whitr-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient:after {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
body .btn.orange-gradient-dark {
  color: #fff;
  padding: 16px 56px 16px 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
  width: max-content;
  align-items: center;
  grid-column-gap: 15px;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border: 1px solid #c57d00;
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 107, 0, 0) 5.41%, rgba(255, 107, 0, 0.8) 69.05%);
}
@media (max-width: 550px) {
  body .btn.orange-gradient-dark {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    justify-content: center;
  }
}
body .btn.orange-gradient-dark:hover {
  padding: 16px 24px 16px 56px;
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 107, 0, 0.2) 5.41%, #FF6B00 69.05%);
  box-shadow: 0px 8px 40px -8px rgba(255, 107, 0, 0.6);
  border: 1px solid #ffa200;
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient-dark:hover {
    padding: 12px 24px;
  }
}
body .btn.orange-gradient-dark:hover:before {
  left: 24px;
  transition: 0.3s;
}
body .btn.orange-gradient-dark:hover:after {
  right: -24px;
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient-dark:hover:after {
    right: auto;
  }
}
body .btn.orange-gradient-dark:before {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-whitr-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient-dark:before {
    display: none;
  }
}
body .btn.orange-gradient-dark:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-whitr-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 550px) {
  body .btn.orange-gradient-dark:after {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
body textarea {
  min-height: 110px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  position: relative;
}
body textarea:after {
  content: "600 max characters";
  display: block;
  width: 100px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  bottom: 16px;
}
body select,
body textarea,
body input {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  color: #c4c4c7;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--Border-Inverted-Primary, rgba(255, 255, 255, 0.1));
  background: var(--BG-Overlay-light, rgba(255, 255, 255, 0.05));
  transition: 0.3s;
}
body select::placeholder,
body textarea::placeholder,
body input::placeholder {
  transition: 0.3s;
}
body select:focus-visible,
body textarea:focus-visible,
body input:focus-visible,
body select:active,
body textarea:active,
body input:active,
body select:focus,
body textarea:focus,
body input:focus,
body select:hover,
body textarea:hover,
body input:hover {
  color: #fff;
  outline: none;
  transition: 0.3s;
}
body select:focus-visible::placeholder,
body textarea:focus-visible::placeholder,
body input:focus-visible::placeholder,
body select:active::placeholder,
body textarea:active::placeholder,
body input:active::placeholder,
body select:focus::placeholder,
body textarea:focus::placeholder,
body input:focus::placeholder,
body select:hover::placeholder,
body textarea:hover::placeholder,
body input:hover::placeholder {
  color: #fff;
  transition: 0.3s;
}
body form {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-row-gap: 16px;
}
body .mobile {
  display: none;
}
@media (max-width: 768px) {
  body .mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  body .desktop {
    display: none;
  }
}
body .top-line-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffe005;
  color: #000;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
body .top-line-banner.hide {
  transform: translateY(-100%);
  opacity: 0;
}
body .top-line-banner .banner-text {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  body .top-line-banner .banner-text {
    font-size: 16px;
  }
}
body .top-line-banner .banner-button {
  margin-left: auto;
  margin-right: 10px;
  padding: 8px 22px;
  background-color: #0f0f24;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  body .top-line-banner .banner-button {
    padding: 8px 16px;
  }
}
body .top-line-banner .banner-button:hover {
  background-color: #0f0f24d1;
  transition: 0.3s;
}
body .top-line-banner .close-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}
/* Header Styles */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #0F0F24;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header .container {
    padding: 0 16px;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.header__row:before {
  content: "";
  width: 323px;
  height: 49px;
  display: none;
  background-image: url("/assets/img/demo/orange-light-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 550px) {
  .header__row:before {
    display: block;
  }
}
.header__row-left {
  display: flex;
  max-width: 200px;
}
.header__row-left-logo {
  display: flex;
  align-items: center;
}
.header__row-left-logo img {
  max-width: 120px;
}
@media (max-width: 768px) {
  .header__row-left-logo img {
    max-width: 110px;
  }
}
.header__row-right {
  display: flex;
  align-items: center;
  grid-column-gap: 32px;
  position: relative;
}
@media (max-width: 1199px) {
  .header__row-right {
    grid-column-gap: 20px;
  }
}
@media (max-width: 550px) {
  .header__row-right {
    grid-column-gap: 8px;
  }
}
.header__row-right:before {
  content: "";
  width: 323px;
  height: 49px;
  display: block;
  background-image: url("/assets/img/demo/orange-light-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -90px;
  top: -20px;
  z-index: 0;
}
@media (max-width: 768px) {
  .header__row-right:before {
    display: none;
  }
}
.header__row-right-btn {
  z-index: 1;
}
.header__row-right-menu {
  display: flex;
}
@media (max-width: 768px) {
  .header__row-right-menu {
    justify-content: space-between;
    align-items: center;
  }
}
.header__row-right-menu.open {
  transition: 0.5s;
  top: 82px;
  height: calc(100% - 82px);
}
@media (max-width: 991px) {
  .header__row-right-menu {
    flex-direction: column;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
    z-index: 5;
    transition: 0.5s;
    padding: 24px;
    box-sizing: border-box;
  }
}
.header__row-right-menu-list {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .header__row-right-menu-list {
    grid-column-gap: 2px;
  }
}
@media (max-width: 991px) {
  .header__row-right-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.header__row-right-menu-list.opened {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-item {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header__row-right-menu-list-item a {
  padding: 10px 12px;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-item a {
    padding: 16px 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.header__row-right-menu-list-item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header__row-right-menu-list-item a.active {
  background-color: #FFFFFF0D;
  transition: 0.3s;
}
.header__row-right-menu-list-item a.active:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header__row-right-menu-list-item.parent .header__row-right-menu-list-item-link {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-item.parent .header__row-right-menu-list-item-link {
    padding: 16px 16px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
.header__row-right-menu-list-item.parent .header__row-right-menu-list-item-link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header__row-right-menu-list-item.parent .header__row-right-menu-list-item-link:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-image: url("/assets/img/icons/arrow-down-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-item.parent.opened {
    border-bottom: none;
  }
}
.header__row-right-menu-list-item.parent.opened .header__row-right-menu-list-child {
  display: flex;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-item.parent.opened .header__row-right-menu-list-child {
    visibility: visible;
    height: min-content;
    padding: 16px 32px;
    margin: 6px 0;
    z-index: 1;
    border-radius: 16px;
    background: var(--BG-Overlay-light, rgba(255, 255, 255, 0.05));
  }
}
.header__row-right-menu-list-item.parent.opened .header__row-right-menu-list-item-link:after {
  transform: rotate(180deg);
}
.header__row-right-menu-list-child {
  display: none;
  flex-direction: column;
  list-style: none;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 16px;
  background-color: #0F0F24;
  min-width: 270px;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-child {
    background-color: transparent;
    position: relative;
    display: flex;
    padding-left: 48px;
    top: auto;
    left: auto;
    transform: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
.header__row-right-menu-list-child-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #FFFFFF1A;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-child-item {
    font-size: 14px;
  }
  .header__row-right-menu-list-child-item:last-of-type {
    border-bottom: none;
  }
}
.header__row-right-menu-list-child-item a {
  padding: 16px 0;
  display: block;
}
@media (max-width: 768px) {
  .header__row-right-menu-list-btn {
    display: none!important;
  }
}
.header__row-right-menu-list-mobile {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF1A;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 991px) {
  .header__row-right-menu-list-mobile {
    display: flex;
  }
}
.header__row-right-menu-list-mobile:hover {
  background-color: #FFFFFF1A;
  transition: 0.3s;
}
.header__row-right-menu-list-mobile .cross {
  display: none;
}
.header__row-right-menu-list-mobile.open .cross {
  display: block;
}
.header__row-right-menu-list-mobile.open .burger {
  display: none;
}
.header__row-right .nav-button {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.hero {
  padding: 130px 0 140px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
}
@media (min-width: 1440px) {
  .hero {
    height: 90vh;
    min-height: 800px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
  }
}
@media (min-width: 1700px) {
  .hero {
    height: 96vh;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 120px 0 48px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 100px 0 48px;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .hero {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
.hero .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1440px) {
  .hero .background-video {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .hero .background-video {
    top: 47%;
  }
}
@media (max-width: 1340px) {
  .hero .background-video {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (max-width: 991px) {
  .hero .background-video {
    display: none;
  }
}
.hero__row {
  position: relative;
  z-index: 1;
}
.hero__row-content {
  width: 40%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1340px) {
  .hero__row-content {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .hero__row-content {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .hero__row-content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__row-content {
    grid-row-gap: 20px;
  }
}
.hero__row-content-logos {
  display: flex;
  grid-column-gap: 24px;
}
.hero__row-content-logos img {
  max-width: 64px;
}
@media (max-width: 768px) {
  .hero__row-content-logos img {
    max-width: 40px;
  }
}
.hero__row-content-title {
  color: #fff;
  max-width: 510px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.28px;
  margin: 0;
  position: relative;
}
@media (max-width: 1340px) {
  .hero__row-content-title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero__row-content-title {
    font-size: 42px;
  }
}
@media (max-width: 550px) {
  .hero__row-content-title {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .hero__row-content-title {
    font-size: 40px;
  }
}
.hero__row-content-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF6B00 0%, #FFA199 100%);
  left: 0;
  bottom: -6px;
  position: absolute;
}
.hero__row-content-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .hero__row-content-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .hero__row-content-subtitle {
    font-size: 16px;
  }
}
.hero__row-content-image {
  display: none;
}
.hero__row-content-image-mobile {
  width: 100%;
}
@media (min-width: 450px) {
  .hero__row-content-image {
    display: flex;
  }
}
@media (min-width: 992px) {
  .hero__row-content-image {
    display: none;
  }
}
.hero__row-content-text {
  color: #c9cdd4;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.hero__row-content-btns {
  display: flex;
  grid-column-gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1340px) {
  .hero__row-content-btns {
    margin-top: 0;
    grid-row-gap: 16px;
    align-items: flex-start;
  }
}
@media (max-width: 1240px) {
  .hero__row-content-btns {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hero__row-content-btns {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .hero__row-content-btns {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hero__row-image {
  width: 100%;
  max-width: 1100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}
.wide-menu {
  color: #fff;
}
.wide-menu-overlay {
  display: flex;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  transition: 1s;
}
@media (max-height: 800px) {
  .wide-menu-overlay {
    overflow-y: scroll;
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .wide-menu-overlay {
    overflow-y: scroll;
    padding-bottom: 32px;
  }
}
.wide-menu-overlay.active {
  top: 82px;
  transition: 1s;
}
@media (max-width: 991px) {
  .wide-menu-overlay.active {
    box-sizing: border-box;
    height: calc(100% - 82px);
  }
}
.wide-menu-overlay.opened-footer {
  z-index: 10;
  padding-top: 0;
  top: 0;
  transition: 0.5s;
}
.wide-menu-overlay.opened-footer .wide-menu-header {
  display: block;
}
.wide-menu-header {
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
.wide-menu-header__row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 16px;
}
.wide-menu-header__row-left {
  display: flex;
  max-width: 200px;
}
.wide-menu-header__row-left-logo {
  display: flex;
  align-items: center;
}
.wide-menu-header__row-left-logo img {
  max-width: 120px;
}
.wide-menu-header__row-right {
  display: flex;
}
.wide-menu-header__row-right-close {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF1A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.wide-menu-header__row-right-close:hover {
  background-color: #FFFFFF1A;
  transition: 0.3s;
}
.wide-menu-content {
  display: flex;
  grid-column-gap: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .wide-menu-content {
    grid-column-gap: 2%;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .wide-menu-content {
    grid-row-gap: 16px;
  }
}
.wide-menu-column {
  list-style-type: none;
  width: calc(33.33% - 16px);
  padding: 35px 32px;
  border-radius: 16px;
  background: var(--BG-Overlay-light, rgba(255, 255, 255, 0.05));
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media (max-width: 1340px) {
  .wide-menu-column {
    padding: 32px 24px;
  }
}
@media (max-width: 1199px) {
  .wide-menu-column {
    padding: 24px 16px;
  }
}
@media (max-width: 991px) {
  .wide-menu-column {
    width: 49%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .wide-menu-column {
    width: 100%;
    padding: 24px 16px;
  }
}
.wide-menu-column-title a {
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
@media (max-width: 1340px) {
  .wide-menu-column-title a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wide-menu-column-title a {
    font-size: 18px;
  }
}
.wide-menu-column-title a span {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.wide-menu-column-list {
  display: flex;
  flex-direction: column;
}
.wide-menu-column-list a {
  display: block;
  padding: 12px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c4c4c7;
  border-bottom: 1px solid #FFFFFF1A;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .wide-menu-column-list a {
    padding: 10px 0;
  }
}
.wide-menu-column-list a:hover {
  color: #fff;
  transition: 0.3s;
}
.heading {
  padding: 130px 0 90px;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .heading {
    padding: 130px 0 50px;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .heading {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
.heading.pb-180 {
  padding: 130px 0 185px;
}
@media (max-width: 768px) {
  .heading.pb-180 {
    padding: 130px 0 120px;
  }
}
.heading.pb-80 {
  padding: 130px 0 80px;
}
.heading.pb-80 .heading__row-content {
  max-width: 100%;
}
.heading.pb-80 .heading__row-content-title {
  max-width: 100%;
}
.heading.blog-header {
  padding: 130px 0 120px;
}
@media (max-width: 550px) {
  .heading.blog-header {
    padding: 120px 0 80px;
  }
}
.heading.blog-header .heading__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .heading.blog-header .heading__row {
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
.heading.blog-header .heading__row-archives {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  align-items: center;
  color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  cursor: pointer;
  padding: 0 16px;
}
@media (max-width: 550px) {
  .heading.blog-header .heading__row-archives {
    width: 100%;
    box-sizing: border-box;
  }
}
.heading.blog-header .heading__row-archives:hover {
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.heading.blog-header .heading__row-archives label {
  cursor: pointer;
}
.heading.blog-header .heading__row-archives select {
  width: auto;
  color: #c4c4c7;
  background-color: transparent;
  border: none;
  padding: 10px 5px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .heading.blog-header .heading__row-archives select {
    width: 100%;
  }
}
.heading.blog-header .heading__row-archives select option {
  color: #0F0F24;
  cursor: pointer;
}
.heading.article-header {
  padding: 130px 0 80px;
}
@media (max-width: 550px) {
  .heading.article-header {
    padding: 120px 0 48px;
  }
}
.heading.article-header .heading__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .heading.article-header .heading__row {
    align-items: flex-start;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
.heading.article-header .heading__row-content {
  max-width: 700px;
}
@media (max-width: 1199px) {
  .heading.article-header .heading__row-content {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .heading.article-header .heading__row-content {
    max-width: 500px;
  }
}
.heading.article-header .heading__row-content-title {
  max-width: 675px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.28px;
}
@media (max-width: 1199px) {
  .heading.article-header .heading__row-content-title {
    font-size: 50px;
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .heading.article-header .heading__row-content-title {
    font-size: 45px;
    max-width: 500px;
  }
}
@media (max-width: 850px) {
  .heading.article-header .heading__row-content-title {
    font-size: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.heading.sql-client-header {
  padding: 130px 0 0;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .heading.sql-client-header {
    padding: 120px 0 0;
    min-height: auto;
  }
}
@media (max-width: 550px) {
  .heading.sql-client-header {
    padding: 110px 0 0;
  }
}
.heading.sql-client-header .heading__row {
  display: flex;
}
@media (max-width: 991px) {
  .heading.sql-client-header .heading__row {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 24px;
  }
}
.heading.sql-client-header .heading__row-content {
  justify-content: space-between;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .heading.sql-client-header .heading__row-content {
    max-width: 500px;
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .heading.sql-client-header .heading__row-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .heading.sql-client-header .heading__row-content {
    grid-row-gap: 24px;
  }
}
.heading.sql-client-header .heading__row-content-top {
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 24px;
}
.heading.sql-client-header .heading__row-content-title {
  max-width: 600px;
}
.heading.sql-client-header .heading__row-content-title span {
  display: block;
  color: #FF6B00;
}
@media (max-width: 1340px) {
  .heading.sql-client-header .heading__row-content-title {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .heading.sql-client-header .heading__row-content-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .heading.sql-client-header .heading__row-content-title {
    font-size: 40px;
  }
}
.heading.sql-client-header .hero__row-image {
  width: 58%;
  right: -150px;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
@media (max-width: 1700px) {
  .heading.sql-client-header .hero__row-image {
    right: -100px;
  }
}
@media (max-width: 1600px) {
  .heading.sql-client-header .hero__row-image {
    right: -50px;
  }
}
@media (max-width: 1500px) {
  .heading.sql-client-header .hero__row-image {
    right: 0;
  }
}
@media (max-width: 1340px) {
  .heading.sql-client-header .hero__row-image {
    right: -100px;
  }
}
@media (max-width: 991px) {
  .heading.sql-client-header .hero__row-image {
    width: 70%;
    right: auto;
  }
}
@media (max-width: 768px) {
  .heading.sql-client-header .hero__row-image {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .heading.sql-client-header .hero__row-image {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .heading.sql-client-header .orange-gradient-dark {
    width: 100%;
    box-sizing: border-box;
  }
}
.heading.sql-online-editor {
  padding: 130px 0 140px;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
}
@media (max-width: 550px) {
  .heading.sql-online-editor {
    padding: 120px 0 60px;
  }
}
.heading.sql-online-editor .heading__row-content {
  max-width: 700px;
}
.heading.sql-online-editor .heading__row-content-title {
  max-width: 100%;
}
.heading.sql-editor .heading__row-content {
  max-width: 700px;
}
.heading.sql-editor .heading__row-content-title {
  max-width: 100%;
}
.heading.sql-editor .heading__row-content-subtitle a {
  color: #fff;
  text-decoration: underline;
}
.heading.sql-editor .heading__row-content-subtitle a:hover {
  text-decoration: none;
}
.heading.simple-page .heading__row-content {
  max-width: 100%;
}
.heading.simple-page .heading__row-content-title {
  max-width: 100%;
  text-align: center;
}
.heading__row {
  position: relative;
}
.heading__row-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .heading__row-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .heading__row-content {
    grid-row-gap: 16px;
  }
}
.heading__row-content-title {
  color: #fff;
  max-width: 600px;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.28px;
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  .heading__row-content-title {
    max-width: 100%;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .heading__row-content-title {
    font-size: 40px;
  }
}
.heading__row-content-title .underline {
  position: relative;
}
.heading__row-content-title .underline:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: linear-gradient(90deg, #FF6B00 0%, #FFA199 100%);
}
.heading__row-content-subtitle {
  color: #c4c4c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
}
.heading__row-content-top {
  display: flex;
  align-items: center;
  grid-column-gap: 24px;
  color: #c4c4c7;
}
.heading__row-content-top-tag {
  font-size: 12px;
  color: #c4c4c7;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.heading__row-content-top-tag:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.heading__row-content-top-date {
  font-size: 14px;
  color: #c4c4c7;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  transition: 0.3s;
}
.heading__row-content-top-date:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.heading__row-right {
  display: flex;
  grid-column-gap: 24px;
  align-items: center;
}
@media (max-width: 550px) {
  .heading__row-right {
    justify-content: space-between;
    width: 100%;
  }
}
.heading__row-right-author {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  align-items: center;
  color: #c4c4c7;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .heading__row-right-author {
    font-size: 18px;
  }
}
.heading__row-right-author:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.heading__row-right-socials {
  display: flex;
  grid-column-gap: 8px;
}
.heading__row-right-socials-item {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.heading__row-right-socials-item:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.companies {
  padding: 60px 0 100px;
  background-image: url("/assets/img/demo/lines-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.companies.pt-120 {
  padding: 120px 0 60px;
  background-image: none;
}
@media (max-width: 768px) {
  .companies.pt-120 {
    padding: 80px 0 48px;
  }
}
@media (max-width: 550px) {
  .companies.pt-120 {
    padding: 48px 0 48px;
  }
}
.companies.ptb-80 {
  padding: 60px 0 60px;
  background-image: none;
}
.companies__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 24px;
}
.companies__row-title {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}
@media (max-width: 550px) {
  .companies__row-title {
    flex-direction: column;
    text-align: center;
    grid-row-gap: 12px;
  }
}
.companies__row-title-text {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.companies__row-title-logo {
  padding: 10px 16px;
  background: #0F0F240D;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
}
.companies__row-title-logo span {
  background-image: url("/assets/img/icons/eagle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
  display: block;
}
.companies__row-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  width: 100%;
}
@media (max-width: 768px) {
  .companies__row-list {
    display: flex;
    grid-template-columns: none;
    overflow-x: scroll;
  }
}
.companies__row-list-item {
  display: flex;
  flex-direction: column;
  grid-row-gap: 11px;
  padding: 36px 0;
  border-radius: 16px;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .companies__row-list-item {
    padding: 23px 20px;
    margin-bottom: 13px;
  }
}
.companies__row-list-item:hover {
  padding: 26px 0 46px;
  background: #0F0F240D;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .companies__row-list-item:hover {
    padding: 23px 20px 36px;
    margin-bottom: 0;
  }
}
.companies__row-list-item:hover:after {
  opacity: 1;
  transition: 0.3s;
}
.companies__row-list-item:hover .companies__row-list-item-link {
  opacity: 0.6;
  height: 18px;
  transition: 0.3s;
}
.companies__row-list-item:hover .companies__row-list-item-logo {
  opacity: 1;
  transition: 0.3s;
}
.companies__row-list-item:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1;
  background-image: url("/assets/img/icons/link-icon-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.3s;
}
.companies__row-list-item-logo {
  height: 28px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .companies__row-list-item-logo {
    opacity: 1;
  }
}
.companies__row-list-item-logo img {
  max-height: 100%;
}
.companies__row-list-item-link {
  opacity: 0;
  height: 0;
  width: 100%;
  text-align: center;
  color: #0F0F24;
  font-size: 12px;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
}
.compare {
  padding: 30px 0 120px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .compare {
    padding: 30px 0 80px;
  }
}
@media (max-width: 768px) {
  .compare {
    padding: 30px 0 80px;
  }
}
@media (max-width: 550px) {
  .compare {
    padding: 30px 0 48px;
  }
}
.compare.pricing {
  padding: 0 0 120px;
}
.compare.pricing .compare__row-table {
  margin-top: -105px;
}
.compare.pricing .orange-light {
  display: none;
}
.compare .orange-light {
  width: 720px;
  height: 220px;
  background-image: url("/assets/img/demo/orange-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  display: none;
  position: fixed;
  bottom: 0;
  right: 50vw;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.compare .orange-light.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .compare .orange-light.visible {
    display: none;
  }
}
.compare__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 550px) {
  .compare__row {
    grid-row-gap: 24px;
  }
}
.compare__row-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .compare__row-top {
    flex-direction: column;
    grid-row-gap: 48px;
    align-items: flex-start;
  }
}
.compare__row-top-title {
  width: 40%;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .compare__row-top-title {
    width: 100%;
    max-width: 100%;
  }
}
.compare__row-top-title .underline {
  position: relative;
}
.compare__row-top-title .underline:after {
  content: "";
  width: 100%;
  height: 4px;
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 166, 102, 0.9) 5.41%, #FF6B00 69.05%), #E28D51;
  left: 0;
  bottom: -3px;
  position: absolute;
}
.compare__row-top-logos {
  width: 60%;
  display: flex;
  grid-column-gap: 48px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .compare__row-top-logos {
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  .compare__row-top-logos {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 12px;
  }
}
.compare__row-top-logos img {
  max-height: 48px;
}
.compare__row-table {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .compare__row-table {
    flex-direction: column;
  }
}
.compare__row-table:after {
  content: "";
  width: 100vw;
  height: 5px;
  display: block;
  background: #0F0F241A;
  position: absolute;
  left: 50%;
  top: 107px;
  transform: translateX(-50%);
}
.compare__row-table-dbhawk {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 991px) {
  .compare__row-table-dbhawk {
    width: 100%;
  }
}
.compare__row-table-dbhawk-top {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  height: 110px;
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
}
.compare__row-table-dbhawk-top:before {
  content: "";
  width: 21px;
  height: 32px;
  display: block;
  position: relative;
  background-image: url("/assets/img/icons/eagle-dark-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.compare__row-table-dbhawk-line {
  border-bottom: 1px solid #0F0F241A;
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  height: 90px;
}
.compare__row-table-dbhawk-line-image {
  width: 28px;
}
.compare__row-table-dbhawk-line-content {
  display: flex;
  flex-direction: column;
}
.compare__row-table-dbhawk-line-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.compare__row-table-dbhawk-line-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  opacity: 0.6;
}
@media (max-width: 550px) {
  .compare__row-table-dbhawk-line-text {
    opacity: 1;
  }
}
.compare__row-table-other {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 991px) {
  .compare__row-table-other {
    width: 100%;
  }
}
.compare__row-table-other-top {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  height: 110px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  position: relative;
}
.compare__row-table-other-top:after {
  content: "";
  width: 100vw;
  height: 5px;
  display: none;
  background: #0F0F241A;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .compare__row-table-other-top:after {
    display: block;
  }
}
@media (max-width: 991px) {
  .compare__row-table-other-top {
    padding-left: 0;
  }
}
.compare__row-table-other-line {
  border-bottom: 1px solid #0F0F241A;
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  height: 90px;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .compare__row-table-other-line {
    padding-left: 0;
  }
}
.compare__row-table-other-line-image {
  width: 28px;
}
.compare__row-table-other-line-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.pricing {
  padding: 0 0 120px;
  margin-top: -112px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .pricing {
    margin-top: -72px;
    padding: 0 0 48px;
  }
}
.pricing__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
.pricing__row-table {
  width: 100%;
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #0F0F241A;
}
@media (max-width: 768px) {
  .pricing__row-table {
    flex-direction: column;
    grid-row-gap: 32px;
  }
}
.pricing__row-table:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 110px;
  left: 0;
  background-color: #0F0F241A;
}
@media (max-width: 768px) {
  .pricing__row-table:after {
    top: 70px;
  }
}
.pricing__row-table-other {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pricing__row-table-other {
    width: 100%;
  }
}
.pricing__row-table-other.active {
  border: 4px solid #1180FF;
  border-radius: 24px;
  position: absolute;
  top: -4px;
  right: -4px;
  width: calc(50% + 6px);
  height: calc(100% + 8px);
}
@media (max-width: 768px) {
  .pricing__row-table-other.active {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}
.pricing__row-table-other-top {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pricing__row-table-other-top {
    height: 70px;
    font-size: 18px;
  }
}
.pricing__row-table-other-line {
  border-bottom: 1px solid #0F0F241A;
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  height: 90px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .pricing__row-table-other-line {
    height: auto;
    padding: 16px;
  }
}
.pricing__row-table-other-line:last-child {
  border-bottom: none;
}
.pricing__row-table-other-line-image {
  width: 28px;
}
.pricing__row-table-other-line-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.pricing__row-table-other-footer {
  margin: 8px;
  background-color: #F5F5F6;
  padding: 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 8px;
  border-radius: 12px;
  position: sticky;
  bottom: 8px;
}
@media (max-width: 768px) {
  .pricing__row-table-other-footer {
    bottom: 0;
  }
}
.pricing__row-table-other-footer.black {
  grid-row-gap: 52px;
  border-radius: 8px;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  color: #fff;
}
@media (max-width: 768px) {
  .pricing__row-table-other-footer.black {
    grid-row-gap: 16px;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .pricing__row-table-other-footer.black {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
.pricing__row-table-other-footer-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pricing__row-table-other-footer-title {
    font-size: 18px;
  }
}
.pricing__row-table-other-footer-text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #0F0F2499;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .pricing__row-table-other-footer-text {
    margin-bottom: 8px;
  }
}
.scroll {
  position: relative;
  background: linear-gradient(0deg, #FFF 20%, #F5F5F6 100%);
}
@media (max-width: 768px) {
  .scroll {
    padding: 80px 0 0;
  }
}
@media (max-width: 550px) {
  .scroll {
    padding: 60px 0 0;
  }
}
.scroll .scrollcontainer {
  overflow: hidden;
}
.scroll__orange {
  background-image: url("/assets/img/icons/scroll-orange-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 150px;
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .scroll__orange {
    background-position: center bottom;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .scroll__orange {
    height: 48px;
  }
}
.scroll__border {
  width: 100%;
  display: block;
  left: 0;
  position: sticky;
  z-index: 1;
}
@media (max-width: 768px) {
  .scroll__border {
    display: none;
  }
}
.scroll__border.top {
  height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
}
@media (max-width: 991px) {
  .scroll__border.top {
    height: 120px;
  }
}
.scroll__border.bottom {
  height: 150px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
@media (max-width: 991px) {
  .scroll__border.bottom {
    height: 70px;
  }
}
.scroll__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 50px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .scroll__row {
    grid-row-gap: 16px;
    padding-bottom: 0;
  }
}
.scroll__row-line {
  display: flex;
  justify-content: center;
  max-height: 250px;
  height: 300px;
  position: relative;
}
.scroll__row-line.short {
  max-height: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .scroll__row-line.long {
    display: none;
  }
}
.scroll__row-line img {
  position: absolute;
  bottom: 0;
}
.scroll__row-block {
  display: flex;
  flex-direction: column;
  grid-row-gap: 32px;
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 48px;
  box-sizing: border-box;
  transform: scale(0.8) translateY(200px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
@media (max-width: 991px) {
  .scroll__row-block {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .scroll__row-block {
    grid-row-gap: 16px;
  }
}
@media (max-width: 600px) {
  .scroll__row-block {
    padding: 32px 16px;
  }
}
.scroll__row-block.visible {
  transform: scale(1) translateY(0);
}
.scroll__row-block.visible-no-animation {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
.scroll__row-block.second {
  background-color: #0F0F24;
  color: white;
  grid-row-gap: 48px;
}
@media (max-width: 600px) {
  .scroll__row-block.second {
    grid-row-gap: 32px;
  }
}
.scroll__row-block.second .scroll__row-block-text {
  color: #fff;
}
.scroll__row-block.third {
  background-color: transparent;
  padding: 48px;
  align-items: center;
  grid-row-gap: 48px;
}
@media (max-width: 600px) {
  .scroll__row-block.third {
    padding: 24px 16px;
    grid-row-gap: 24px;
  }
}
.scroll__row-block:after {
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #FF6B00;
  position: absolute;
  left: calc(100% + 60px);
  top: 50%;
}
@media (max-width: 1199px) {
  .scroll__row-block:after {
    display: none;
  }
}
.scroll__row-block:before {
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #FF6B00;
  position: absolute;
  right: calc(100% + 60px);
  top: 50%;
}
@media (max-width: 1199px) {
  .scroll__row-block:before {
    display: none;
  }
}
.scroll__row-block-text {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  color: #0F0F24;
}
@media (max-width: 991px) {
  .scroll__row-block-text {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .scroll__row-block-text {
    font-size: 20px;
  }
}
.scroll__row-block-text-line.white {
  opacity: 0.6;
}
@media (max-width: 550px) {
  .scroll__row-block-text-line.white {
    opacity: 1;
  }
}
.scroll__row-block-logos {
  display: flex;
}
@media (max-width: 600px) {
  .scroll__row-block-logos {
    flex-wrap: wrap;
  }
}
.scroll__row-block-logos-item {
  display: flex;
  width: 20%;
  justify-content: center;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .scroll__row-block-logos-item {
    padding: 32px 0;
  }
}
@media (max-width: 600px) {
  .scroll__row-block-logos-item {
    width: 50%;
    padding: 24px 0;
  }
}
.scroll__row-block-logos-item-logo {
  max-height: 21px;
}
.scroll__row-block-list {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .scroll__row-block-list {
    grid-column-gap: 12px;
  }
}
@media (max-width: 600px) {
  .scroll__row-block-list {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
.scroll__row-block-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 20px;
}
@media (max-width: 600px) {
  .scroll__row-block-list-item {
    grid-row-gap: 12px;
  }
}
.scroll__row-block-list-item-number {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}
.scroll__row-block-list-item-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #c4c4c7;
  text-align: center;
}
.faq {
  padding: 120px 0;
  background-color: #F5F5F6;
}
@media (max-width: 768px) {
  .faq {
    padding: 48px 0;
  }
}
.faq__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 768px) {
  .faq__row {
    grid-row-gap: 32px;
  }
}
.faq__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__row-top-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  .faq__row-top-title {
    font-size: 32px;
  }
}
.faq__row-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  grid-column-gap: 100px;
}
@media (max-width: 1340px) {
  .faq__row-content {
    grid-column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .faq__row-content {
    flex-direction: column;
    grid-row-gap: 32px;
  }
}
.faq__row-content-list {
  display: flex;
  flex-direction: column;
  width: calc(100% - 400px);
}
.faq__row-content-list-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .faq__row-content-list-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .faq__row-content-list-title {
    font-size: 34px;
  }
}
@media (max-width: 550px) {
  .faq__row-content-list-title {
    font-size: 28px;
  }
}
@media (max-width: 1340px) {
  .faq__row-content-list {
    grid-column-gap: 40px;
    width: calc(100% - 340px);
  }
}
@media (max-width: 991px) {
  .faq__row-content-list {
    width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  .faq__row-content-list {
    width: 100%;
  }
}
.faq__row-content-list-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #0F0F241A;
  padding: 24px 100px 24px 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .faq__row-content-list-item {
    padding: 20px 40px 20px 0;
  }
}
@media (max-width: 768px) {
  .faq__row-content-list-item {
    padding: 20px 60px 20px 0;
  }
}
@media (max-width: 550px) {
  .faq__row-content-list-item {
    padding: 20px 32px 20px 0;
  }
}
.faq__row-content-list-item.active {
  transition: 0.3s;
}
.faq__row-content-list-item.active:before {
  height: 2px;
  top: 43px;
  transition: 0.3s;
}
.faq__row-content-list-item:after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #0F0F24;
  position: absolute;
  right: 24px;
  top: 43px;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .faq__row-content-list-item:after {
    right: 2px;
  }
}
.faq__row-content-list-item:before {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  background-color: #0F0F24;
  position: absolute;
  right: 29px;
  top: 38px;
}
@media (max-width: 550px) {
  .faq__row-content-list-item:before {
    right: 7px;
  }
}
.faq__row-content-list-item:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.faq__row-content-list-item-question {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  .faq__row-content-list-item-question {
    font-size: 20px;
  }
}
.faq__row-content-list-item-answer {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #0F0F24CC;
}
@media (max-width: 991px) {
  .faq__row-content-list-item-answer {
    font-size: 16px;
  }
}
.faq__row-content-list-item-answer p {
  margin-bottom: 6px;
}
.faq__row-content-list-item-answer a {
  font-weight: 500;
  text-decoration: underline;
}
.faq__row-content-list-item-answer a:hover {
  text-decoration: none;
}
.faq__row-content-contact {
  width: 300px;
  position: sticky;
  top: 100px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(15, 15, 36, 0.1);
  box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .faq__row-content-contact {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .faq__row-content-contact {
    width: 100%;
  }
}
.faq__row-content-contact-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.success {
  padding: 120px 0;
  background-color: #F5F5F6;
}
@media (max-width: 991px) {
  .success {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .success {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .success {
    padding: 48px 0;
  }
}
.success__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
.success__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success__row-top-title {
  max-width: 600px;
}
.success__row-top-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  opacity: 0.6;
}
.success__row-content {
  width: 100%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .success__row-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .success__row-content {
    grid-template-columns: 1fr;
  }
}
.success__row-content-item {
  border-radius: 16px;
  background-color: #fff;
  padding: 50px 32px 32px;
  border: 1px solid #0F0F241A;
  display: flex;
  flex-direction: column;
  grid-row-gap: 33px;
  justify-content: space-between;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  -moz-box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
}
@media (max-width: 550px) {
  .success__row-content-item {
    padding: 36px 24px 24px;
  }
}
.success__row-content-item-top {
  display: flex;
  flex-direction: column;
}
.success__row-content-item-logo {
  margin-bottom: 36px;
}
@media (max-width: 550px) {
  .success__row-content-item-logo {
    margin-bottom: 32px;
  }
}
.success__row-content-item-logo img {
  max-width: 180px;
}
.success__row-content-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
}
@media (max-width: 550px) {
  .success__row-content-item-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.success__row-content-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.success__row-content-item-link {
  color: #1180FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.success__row-content-item-link:hover {
  transition: 0.3s;
  grid-column-gap: 12px;
}
.success__row-content-item-link:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-blue-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.databases {
  padding: 120px 0;
  background: linear-gradient(180deg, #f5f5f6 0%, #ffffff 100%);
}
@media (max-width: 991px) {
  .databases {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .databases {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .databases {
    padding: 48px 0;
  }
}
.databases__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 550px) {
  .databases__row {
    grid-row-gap: 32px;
  }
}
.databases__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .databases__row-top {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 16px;
  }
}
.databases__row-top-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  opacity: 0.6;
}
@media (max-width: 550px) {
  .databases__row-top-subtitle {
    font-size: 20px;
    opacity: 1;
  }
}
.databases__row-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #0F0F241A;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .databases__row-table {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .databases__row-table {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .databases__row-table {
    grid-template-columns: 1fr 1fr;
  }
}
.databases__row-table-item {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
  border-right: 1px solid #0F0F241A;
  border-bottom: 1px solid #0F0F241A;
}
.databases__row-table-item:nth-of-type(5n) {
  border-right: none;
}
@media (max-width: 1199px) {
  .databases__row-table-item:nth-of-type(5n) {
    border-right: 1px solid #0F0F241A;
  }
  .databases__row-table-item:nth-of-type(4n) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .databases__row-table-item:nth-of-type(4n) {
    border-right: 1px solid #0F0F241A;
  }
  .databases__row-table-item:nth-of-type(3n) {
    border-right: none;
  }
}
@media (max-width: 550px) {
  .databases__row-table-item:nth-of-type(3n) {
    border-right: 1px solid #0F0F241A;
  }
  .databases__row-table-item:nth-of-type(2n) {
    border-right: none;
  }
}
.databases__row-table-item:hover {
  background: #0F0F240D;
  transition: 0.3s;
}
.databases__row-table-item:hover:after {
  opacity: 1;
  transition: 0.3s;
}
.databases__row-table-item:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1;
  background-image: url("/assets/img/icons/link-icon-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.3s;
}
.databases__row-table-item.last {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0F0F24;
}
.databases__row-table-item.last span {
  position: relative;
  padding-right: 26px;
}
.databases__row-table-item.last span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.databases__row-table-item img {
  max-height: 80px;
  max-width: 180px;
}
@media (max-width: 768px) {
  .databases__row-table-item img {
    max-height: 40px;
    max-width: 120px;
  }
}
@media (max-width: 550px) {
  .databases__row-table-item img {
    max-width: 100px;
  }
}
.help {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .help {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .help {
    padding: 60px 0 150px;
  }
}
@media (max-width: 550px) {
  .help {
    padding: 48px 0 120px;
  }
}
.help__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
.help__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .help__row-top {
    margin-bottom: 32px;
  }
}
.help__row-top-title {
  max-width: 600px;
}
.help__row-top-nav {
  display: flex;
  align-items: center;
  grid-column-gap: 48px;
}
@media (max-width: 768px) {
  .help__row-top-nav {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 550px) {
  .help__row-top-nav {
    bottom: 48px;
    grid-column-gap: 24px;
  }
}
.help__row-top-nav .custom-arrow {
  border-radius: 12px;
  border: 1px solid #0F0F241A;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
.help__row-top-nav .custom-arrow:hover {
  background-color: #0F0F240D;
  transition: 0.3s;
}
.help__row-top-nav .custom-arrow.slider-prev:after {
  transform: rotate(180deg);
}
.help__row-top-nav .custom-arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.help__row-top-nav .custom-arrow.slick-disabled {
  opacity: 0.5;
}
.help__row-top-nav .custom-arrow.slick-disabled:hover {
  background-color: #fff;
  transition: 0.3s;
}
.help__row-top-nav .progress-bar-container {
  width: 80px;
  height: 5px;
  display: block;
  background-color: #0F0F240D;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.help__row-top-nav .progress-bar {
  height: 100%;
  width: 0;
  background-color: #FF6B00;
  transition: width 0.3s ease;
}
.help__row-slider {
  width: 100%;
  border: 1px solid #0F0F241A;
  border-radius: 16px;
}
.help__row-slider-item-content {
  height: 370px;
  padding: 32px;
  box-sizing: border-box;
  border-right: 1px solid #0F0F240D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1340px) {
  .help__row-slider-item-content {
    min-height: 350px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .help__row-slider-item-content {
    padding: 24px;
    min-height: 350px;
  }
}
.help__row-slider-item-top {
  display: flex;
  flex-direction: column;
}
.help__row-slider-item-bottom {
  display: flex;
  flex-direction: column;
  grid-row-gap: 32px;
}
.help__row-slider-item-icon {
  margin-bottom: 24px;
}
.help__row-slider-item-icon img {
  max-height: 32px;
}
.help__row-slider-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
  /*max-width: 250px;*/
  /*@media (max-width: 550px) {
            max-width: 100%;
          }*/
}
@media (max-width: 768px) {
  .help__row-slider-item-title {
    font-size: 20px;
  }
}
.help__row-slider-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .help__row-slider-item-text {
    font-size: 14px;
  }
}
.help__row-slider-item-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.help__row-slider-item-link:hover {
  transition: 0.3s;
  grid-column-gap: 12px;
}
.help__row-slider-item-link:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.integrations {
  padding: 80px 0;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
}
@media (max-width: 768px) {
  .integrations {
    padding: 60px 0;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .integrations {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .integrations {
    padding: 48px 0;
  }
}
.integrations__row {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 550px) {
  .integrations__row {
    grid-row-gap: 32px;
  }
}
.integrations__row-top-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 768px) {
  .integrations__row-top-title {
    font-size: 28px;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .integrations__row-top-title {
    font-size: 24px;
  }
}
.integrations__row-content {
  width: 100%;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .integrations__row-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .integrations__row-content {
    grid-template-columns: 1fr;
  }
}
.integrations__row-content-item {
  border-radius: 16px;
  padding: 50px 32px 32px;
  border: 1px solid #FFFFFF1A;
  color: #fff;
  display: flex;
  flex-direction: column;
  grid-row-gap: 70px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .integrations__row-content-item {
    grid-template-columns: 1fr 1fr;
    padding: 40px 24px 24px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 550px) {
  .integrations__row-content-item {
    padding: 20px 20px 20px;
    grid-row-gap: 32px;
  }
}
.integrations__row-content-item.last {
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: 0.3s;
  background: radial-gradient(98.56% 128.13% at 50% 0%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.integrations__row-content-item.last:hover {
  transition: 0.3s;
  background: radial-gradient(98.56% 128.13% at 50% 0%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.integrations__row-content-item.last .integrations__row-content-item-top {
  align-items: center;
  grid-row-gap: 18px;
}
.integrations__row-content-item.last .integrations__row-content-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.integrations__row-content-item.last .integrations__row-content-item-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: radial-gradient(355.02% 317.86% at 50% 0%, rgba(255, 166, 102, 0.9) 5.41%, #FF6B00 69.05%), #E28D51;
  left: 0;
  bottom: -6px;
  position: absolute;
}
.integrations__row-content-item.last .integrations__row-content-item-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("/assets/img/icons/reviews-link-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.integrations__row-content-item-top {
  display: flex;
  flex-direction: column;
}
.integrations__row-content-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 550px) {
  .integrations__row-content-item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.integrations__row-content-item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #c4c4c7;
}
.integrations__row-content-item-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.integrations__row-content-item-link:hover {
  transition: 0.3s;
  grid-column-gap: 12px;
}
.integrations__row-content-item-link:after {
  content: "";
  background-image: url("/assets/img/icons/arrow-right-whitr-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.requirements {
  padding: 40px 0 120px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .requirements {
    padding: 48px 0;
  }
}
.requirements.press-releases .requirements__row-content-item {
  padding: 32px 0;
}
.requirements.press-releases .requirements__row-content-item:nth-of-type(1) {
  border-top: 1px solid #0F0F241A;
}
.requirements.press-releases .requirements__row-content-item:hover .requirements__row-content-item-top-title {
  color: #FF6B00;
  transition: 0.3s;
}
.requirements__row-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.requirements__row-content-item {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0F0F241A;
}
@media (max-width: 768px) {
  .requirements__row-content-item {
    padding: 28px 0;
  }
}
.requirements__row-content-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.requirements__row-content-item-top-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .requirements__row-content-item-top-title {
    font-size: 24px;
  }
}
.requirements__row-content-item-top-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .requirements__row-content-item-top-number {
    font-size: 24px;
  }
}
.requirements__row-content-item-text {
  color: #0F0F24CC;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 750px;
}
@media (max-width: 768px) {
  .requirements__row-content-item-text {
    font-size: 16px;
  }
}
.management {
  padding: 48px 0 60px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .management {
    padding: 24px 0;
  }
}
.management__row {
  display: flex;
  grid-column-gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .management__row {
    flex-direction: column;
    grid-row-gap: 32px;
  }
}
.management__row-left {
  width: calc(70% - 48px);
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .management__row-left {
    width: calc(60% - 48px);
  }
}
@media (max-width: 768px) {
  .management__row-left {
    width: 100%;
  }
}
.management__row-left-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .management__row-left-title {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .management__row-left-title {
    font-size: 23px;
  }
}
.management__row-left-text {
  color: #0F0F24CC;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 750px;
}
@media (max-width: 768px) {
  .management__row-left-text {
    font-size: 14px;
  }
}
.management__row-right {
  width: 30%;
  display: flex;
}
@media (max-width: 1199px) {
  .management__row-right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .management__row-right {
    width: 100%;
    justify-content: center;
  }
}
.management__row-right-img {
  max-width: 100%;
}
.reviews {
  padding: 120px 0;
  background-color: #F5F5F6;
}
@media (max-width: 991px) {
  .reviews {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .reviews {
    padding: 48px 0;
  }
}
.reviews.slider-type {
  background: #F5F5F6;
}
.reviews.slider-type .reviews__row-top {
  margin-bottom: 48px;
}
@media (max-width: 550px) {
  .reviews.slider-type .reviews__row-top {
    margin-bottom: 24px;
  }
}
@media (max-width: 550px) {
  .reviews.slider-type .reviews__row {
    grid-row-gap: 24px;
  }
}
@media (max-width: 550px) {
  .reviews.slider-type .reviews__row-top-btn {
    display: none;
  }
}
.reviews.slider-type .reviews__row-top-btn-mobile {
  display: none;
}
@media (max-width: 550px) {
  .reviews.slider-type .reviews__row-top-btn-mobile {
    display: flex;
  }
}
.reviews.slider-type .reviews__row-content-item {
  box-sizing: border-box;
  display: flex!important;
  flex-direction: column;
  grid-row-gap: 16px;
  min-height: 370px;
}
.reviews.slider-type .reviews__row-content-item-rating {
  margin-bottom: 16px;
}
.reviews.slider-type .reviews__row-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews.slider-type .reviews__row-content .reviews-slider {
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .reviews.slider-type .reviews__row-content .reviews-slider {
    padding-bottom: 24px;
  }
}
.reviews.slider-type .reviews__row-content .reviews-slider .slick-list {
  margin: 0 -8px;
}
.reviews.slider-type .reviews__row-content .reviews-slider .slick-slide {
  margin: 0 8px;
  border-radius: 16px;
  overflow: hidden;
  /*box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);*/
}
.reviews.slider-type .reviews__row-content-nav {
  display: flex;
  align-items: center;
  grid-column-gap: 48px;
  justify-content: center;
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow {
  border-radius: 12px;
  border: 1px solid #0F0F241A;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow:hover {
  background-color: #0F0F240D;
  transition: 0.3s;
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow.slider-prev:after {
  transform: rotate(180deg);
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow.slick-disabled {
  opacity: 0.5;
}
.reviews.slider-type .reviews__row-content-nav .custom-arrow.slick-disabled:hover {
  background-color: #fff;
  transition: 0.3s;
}
.reviews.slider-type .reviews__row-content-nav .progress-bar-container {
  width: 80px;
  height: 5px;
  display: block;
  background-color: #0F0F240D;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.reviews.slider-type .reviews__row-content-nav .progress-bar {
  height: 100%;
  width: 0;
  background-color: #FF6B00;
  transition: width 0.3s ease;
}
.reviews__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 768px) {
  .reviews__row {
    grid-row-gap: 32px;
  }
}
.reviews__row-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.reviews__row-top-title {
  max-width: 680px;
}
@media (max-width: 991px) {
  .reviews__row-top-title {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .reviews__row-top-btn.btn {
    display: none;
  }
}
.reviews__row-content {
  width: 100%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .reviews__row-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .reviews__row-content {
    grid-template-columns: 1fr;
  }
}
.reviews__row-content-item {
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #0F0F241A;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
@media (max-width: 768px) {
  .reviews__row-content-item {
    padding: 24px;
  }
}
.reviews__row-content-item-rating {
  margin-bottom: 40px;
  display: flex;
  grid-column-gap: 5px;
}
@media (max-width: 991px) {
  .reviews__row-content-item-rating {
    margin-bottom: 32px;
  }
}
.reviews__row-content-item-rating-star {
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews__row-content-item-rating-star.full {
  background-image: url("/assets/img/icons/star-full2-icon.svg");
}
.reviews__row-content-item-rating-star.clear {
  background-image: url("/assets/img/icons/star-clear-icon.svg");
}
.reviews__row-content-item-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
}
.reviews__row-content-item-position {
  font-size: 16px;
  color: #0F0F2499;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
.reviews__row-content-item-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  .reviews__row-content-item-title {
    font-size: 24px;
  }
}
.reviews__row-content-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.reviews__row-content-item-review {
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .reviews__row-content-item-review {
    font-size: 16px;
  }
}
.reviews__row-content-item-author {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #0F0F2499;
  margin-top: 16px;
}
.reviews__row-bottom {
  display: none;
}
@media (max-width: 991px) {
  .reviews__row-bottom {
    display: flex;
    justify-content: center;
  }
}
.columns {
  background: #F5F5F6;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .columns {
    padding: 80px 0;
  }
}
@media (max-width: 550px) {
  .columns {
    padding: 48px 0;
  }
}
.columns.features {
  padding: 60px 0 120px;
  background: #fff;
}
@media (max-width: 768px) {
  .columns.features {
    padding: 48px 0;
  }
}
.columns.features .columns__row {
  grid-column-gap: 16px;
}
@media (max-width: 1199px) {
  .columns.features .columns__row {
    grid-column-gap: 24px;
  }
}
.columns.features .columns__row-left {
  width: calc(50% - 8px);
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .columns.features .columns__row-left {
    width: calc(40% - 8px);
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .columns.features .columns__row-left {
    width: 100%;
  }
}
.columns.features .columns__row-right {
  width: calc(50% - 8px);
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .columns.features .columns__row-right {
    width: calc(60% - 8px);
  }
}
@media (max-width: 991px) {
  .columns.features .columns__row-right {
    width: 100%;
  }
}
.columns.features .columns__row-right-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
.columns.features .columns__row-right-list-item {
  padding: 0;
}
@media (max-width: 550px) {
  .columns.features .columns__row-right-list-item {
    flex-direction: column;
  }
}
.columns.features .columns__row-left-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .columns.features .columns__row-left-title {
    font-size: 32px;
  }
}
.columns.features .columns__row-left-subtitle {
  color: #0F0F24CC;
}
@media (max-width: 768px) {
  .columns.features .columns__row-left-subtitle {
    font-size: 18px;
  }
}
.columns a {
  font-weight: 500;
  text-decoration: underline;
}
.columns a:hover {
  text-decoration: none;
}
.columns__row {
  display: flex;
  grid-column-gap: 80px;
}
@media (max-width: 1340px) {
  .columns__row {
    grid-column-gap: 32px;
  }
}
@media (max-width: 991px) {
  .columns__row {
    flex-direction: column;
    grid-row-gap: 38px;
  }
}
.columns__row-left {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  width: 55%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .columns__row-left {
    width: 100%;
  }
}
.columns__row-left-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 1340px) {
  .columns__row-left-title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .columns__row-left-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .columns__row-left-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .columns__row-left-title {
    font-size: 32px;
  }
}
.columns__row-left-subtitle {
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
}
@media (max-width: 550px) {
  .columns__row-left-subtitle {
    font-size: 16px;
  }
}
.columns__row-left-text {
  /*font-size: 16px;*/
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
}
@media (max-width: 550px) {
  .columns__row-left-text {
    font-size: 16px;
  }
}
.columns__row-right {
  width: calc(45% - 80px);
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.1);
  background: #fff;
  padding: 32px;
  box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1340px) {
  .columns__row-right {
    width: calc(45% - 32px);
  }
}
@media (max-width: 1199px) {
  .columns__row-right {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .columns__row-right {
    width: 100%;
  }
}
.columns__row-right-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .columns__row-right-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.columns__row-right-list {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.columns__row-right-list-item {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 12px;
  grid-column-gap: 16px;
}
@media (max-width: 550px) {
  .columns__row-right-list-item {
    grid-row-gap: 8px;
  }
}
.columns__row-right-list-item svg {
  display: block;
  width: 24px;
}
.columns__row-right-list-item span {
  display: block;
  width: calc(100% - 40px);
}
.columns__row-right-list-item-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 550px) {
  .columns__row-right-list-item-title {
    font-size: 20px;
  }
}
.columns__row-right-list-item-text {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #0F0F24CC;
  padding-left: 40px;
}
@media (max-width: 550px) {
  .columns__row-right-list-item-text {
    padding-left: 0;
  }
}
.tiles {
  background: #fff;
  padding: 120px 0 120px;
}
@media (max-width: 991px) {
  .tiles {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .tiles {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .tiles {
    padding: 48px 0;
  }
}
.tiles.pt-0 {
  padding: 0 0 80px;
}
.tiles.mt-minus-100 {
  padding: 0 0 60px;
  margin-top: -48px;
  z-index: 2;
  background-color: transparent;
  position: relative;
}
@media (max-width: 550px) {
  .tiles.mt-minus-100 {
    padding: 48px 0;
    margin-top: 0;
  }
}
.tiles.mt-minus-100 .tiles__row-item {
  background-color: #fff;
}
.tiles__row {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .tiles__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tiles__row {
    grid-template-columns: 1fr;
  }
}
.tiles__row-top {
  display: flex;
  align-items: center;
  margin: 60px 0 48px;
}
@media (max-width: 550px) {
  .tiles__row-top {
    margin: 24px 0;
  }
}
.tiles__row-item {
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.1);
  background-color: #F5F5F6;
  padding: 32px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
@media (max-width: 550px) {
  .tiles__row-item {
    padding: 24px;
  }
}
.tiles__row-item-number {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid rgba(26, 31, 35, 0.1);
}
@media (max-width: 550px) {
  .tiles__row-item-number {
    width: 32px;
    height: 32px;
  }
}
.tiles__row-item-icon img {
  max-width: 100px;
  max-height: 100px;
}
.tiles__row-item-title {
  /*text-transform: uppercase;*/
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 550px) {
  .tiles__row-item-title {
    font-size: 18px;
  }
}
.tiles__row-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.tiles__row-item-text a {
  font-weight: 500;
  text-decoration: underline;
}
.tiles__row-item-text a:hover {
  text-decoration: none;
}
.tiles__row-item-text p {
  margin-bottom: 6px;
  margin-top: 0;
}
.tiles__row-item-text p:last-of-type {
  margin-bottom: 0;
}
.whitepaper {
  padding: 120px 0;
  background-color: #F5F5F6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 75% top;
}
@media (max-width: 1700px) {
  .whitepaper {
    background-position: 120% top;
  }
}
@media (max-width: 1340px) {
  .whitepaper {
    background-position: 150% top;
  }
}
@media (max-width: 1260px) {
  .whitepaper {
    background-position: 180% top;
  }
}
@media (max-width: 1199px) {
  .whitepaper {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .whitepaper {
    background-position: 200% top;
    padding: 70px 0;
  }
}
@media (max-width: 850px) {
  .whitepaper {
    background-image: none!important;
  }
}
.whitepaper.bg-white {
  background-color: #fff;
}
.whitepaper__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
.whitepaper__row-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  width: 50%;
}
@media (max-width: 991px) {
  .whitepaper__row-content {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .whitepaper__row-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .whitepaper__row-content-title.h2-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .whitepaper__row-content-title.h2-title {
    font-size: 32px;
  }
}
.whitepaper__row-content-text {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.whitepaper__row-content-btns {
  display: flex;
  align-items: center;
  grid-column-gap: 36px;
}
@media (max-width: 550px) {
  .whitepaper__row-content-btns {
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
.whitepaper__row-content-btns-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 12px;
  border-radius: 36px;
  background: rgba(15, 15, 36, 0.05);
}
.whitepaper__row-content-mobile-image {
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 500px;
}
@media (max-width: 850px) {
  .whitepaper__row-content-mobile-image {
    display: block;
  }
}
@media (max-width: 768px) {
  .whitepaper__row-content-mobile-image {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .whitepaper__row-content-mobile-image {
    background-size: cover;
    height: 320px;
  }
}
@media (max-width: 450px) {
  .whitepaper__row-content-mobile-image {
    height: 250px;
  }
}
.blog {
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  .blog {
    padding: 50px 0 48px;
  }
}
.blog__row {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 768px) {
  .blog__row {
    grid-row-gap: 32px;
  }
}
.blog__row-tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  width: 100%;
  grid-column-gap: 16px;
  margin-top: -120px;
  z-index: 1;
}
@media (max-width: 1340px) {
  .blog__row-tags {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 1199px) {
  .blog__row-tags {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-top: -115px;
  }
}
@media (max-width: 991px) {
  .blog__row-tags {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .blog__row-tags {
    margin-top: -85px;
    grid-column-gap: 12px;
  }
}
.blog__row-tags-item {
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.1);
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(26, 27, 31, 0.05), 0 32px 40px 0px rgba(26, 27, 31, 0.05);
  padding: 25px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .blog__row-tags-item {
    padding: 20px 24px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog__row-tags-item {
    grid-column-gap: 16px;
    min-width: 150px;
    white-space: nowrap;
  }
}
.blog__row-tags-item:hover {
  background: #f3f3f4;
  transition: 0.3s;
}
.blog__row-tags-item:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.blog__row-search {
  position: relative;
}
.blog__row-search input {
  border-bottom: 1px solid rgba(15, 15, 36, 0.1);
  padding: 24px 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F24;
  position: relative;
  transition: 0.3s;
  border-radius: 0;
}
@media (max-width: 768px) {
  .blog__row-search input {
    font-size: 24px;
    padding: 16px 0;
  }
}
.blog__row-search input::placeholder {
  color: #0F0F24;
  opacity: 0.2;
}
.blog__row-search input:focus-visible,
.blog__row-search input:active,
.blog__row-search input:focus,
.blog__row-search input:hover {
  color: #0F0F24;
  transition: 0.3s;
  border-bottom: 1px solid #868691;
}
.blog__row-search input:focus-visible::placeholder,
.blog__row-search input:active::placeholder,
.blog__row-search input:focus::placeholder,
.blog__row-search input:hover::placeholder {
  color: #0F0F24;
  opacity: 0.5;
}
.blog__row-search #searchsubmit {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background-image: url("/assets/img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 0;
  border-bottom: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .blog__row-articles {
    padding-bottom: 100px;
    position: relative;
    border-bottom: 1px solid #0F0F241A;
  }
}
.blog__row-articles-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 550px) {
  .blog__row-articles-top {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}
.blog__row-articles-top-nav {
  display: flex;
  align-items: center;
  grid-column-gap: 48px;
}
@media (max-width: 768px) {
  .blog__row-articles-top-nav {
    grid-column-gap: 16px;
  }
}
@media (max-width: 550px) {
  .blog__row-articles-top-nav {
    position: absolute;
    bottom: 32px;
    justify-content: space-between;
    width: 100%;
  }
}
.blog__row-articles-top-nav .custom-arrow {
  border-radius: 12px;
  border: 1px solid #0F0F241A;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
.blog__row-articles-top-nav .custom-arrow:hover {
  background-color: #0F0F240D;
  transition: 0.3s;
}
.blog__row-articles-top-nav .custom-arrow.slider-prev:after {
  transform: rotate(180deg);
}
.blog__row-articles-top-nav .custom-arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/assets/img/icons/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.blog__row-articles-top-nav .custom-arrow.slick-disabled {
  opacity: 0.5;
}
.blog__row-articles-top-nav .custom-arrow.slick-disabled:hover {
  background-color: #fff;
  transition: 0.3s;
}
.blog__row-articles-top-nav .progress-bar-container {
  width: 80px;
  height: 5px;
  display: block;
  background-color: #0F0F240D;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.blog__row-articles-top-nav .progress-bar {
  height: 100%;
  width: 0;
  background-color: #FF6B00;
  transition: width 0.3s ease;
}
.blog__row-articles-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  .blog__row-articles-title {
    font-size: 32px;
  }
}
.blog__row-articles-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
.blog__row-articles-list.articles-slider {
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .blog__row-articles-list.articles-slider {
    padding-bottom: 16px;
  }
}
.blog__row-articles-list .slick-slide {
  margin: 0 8px;
}
@media (max-width: 550px) {
  .blog__row-articles-list .slick-slide {
    margin: 0;
  }
}
.blog__row-articles-list-item {
  display: flex!important;
  flex-direction: column;
  grid-row-gap: 20px;
  position: relative;
}
.blog__row-articles-list-item:hover .blog__row-articles-list-item-title {
  color: #FF6B00;
  transition: 0.3s;
}
.blog__row-articles-list-item-tag {
  font-size: 12px;
  line-height: 150%;
  border-radius: 8px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(15, 15, 36, 0.6);
  backdrop-filter: blur(20px);
  position: absolute;
  top: 8px;
  left: 8px;
}
.blog__row-articles-list-item-image {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 240px;
  display: block;
}
.blog__row-articles-list-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .blog__row-articles-list-item-title {
    font-size: 18px;
  }
}
.blog__row-columns {
  display: grid;
  align-items: start;
  grid-column-gap: 16px;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 991px) {
  .blog__row-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog__row-columns {
    grid-template-columns: 1fr;
  }
}
.blog__row-columns-left {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
}
@media (max-width: 768px) {
  .blog__row-columns-left {
    grid-row-gap: 20px;
  }
}
.blog__row-columns-left-list {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media (max-width: 1199px) {
  .blog__row-columns-left-list {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .blog__row-columns-left-list {
    width: 100%;
  }
}
.blog__row-columns-left-list-item {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
  border-bottom: 1px solid rgba(15, 15, 36, 0.1);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .blog__row-columns-left-list-item {
    padding: 16px 0;
  }
}
.blog__row-columns-left-list-item:hover .blog__row-columns-left-list-item-title {
  color: #FF6B00;
  transition: 0.3s;
}
.blog__row-columns-left-list-item-tag {
  font-size: 12px;
  color: #0F0F24CC;
  padding: 6px 8px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  background: #F5F5F6;
}
.blog__row-columns-left-list-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .blog__row-columns-left-list-item-title {
    font-size: 18px;
  }
}
.blog__row-columns-left-list-item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #0F0F2499;
}
@media (max-width: 550px) {
  .blog__row-columns-left-list-item-text {
    font-size: 14px;
  }
}
.blog__row-columns-right {
  width: 100%;
  position: sticky;
  top: 150px;
  border-radius: 16px;
  background: #F5F5F6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media (max-width: 768px) {
  .blog__row-columns-right {
    display: none;
  }
}
.blog__row-columns-right-image {
  background-image: url("/assets/img/demo/sidebar-img-big.png");
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog__row-columns-right-content {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
}
.blog__row-columns-right-content-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.blog__row-columns-right-content-text {
  font-size: 14px;
  color: #0F0F24CC;
  font-weight: 300;
  line-height: 150%;
}
.blog__row-columns-right-btns {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  margin-bottom: 24px;
  align-items: center;
}
.blog__row-columns-right-btns .btn {
  width: 100%!important;
  box-sizing: border-box;
}
.blog__row-columns-right-btns-info {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #0F0F2499;
}
.blog .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
@media (max-width: 550px) {
  .blog .pagination {
    justify-content: center;
    gap: 4px;
  }
}
.blog .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(15, 15, 36, 0.1);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .blog .pagination-btn {
    width: 40px;
    height: 32px;
    font-size: 14px;
  }
}
.blog .pagination-btn:hover {
  background-color: #F5F5F6;
  color: #0F0F24;
  transition: 0.3s;
}
.blog .pagination-list {
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 550px) {
  .blog .pagination-list {
    grid-column-gap: 2px;
  }
}
.blog .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(15, 15, 36, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .blog .pagination-item {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.blog .pagination-item:hover {
  background-color: #F5F5F6;
  color: #0F0F24;
  transition: 0.3s;
}
.blog .pagination-item.active {
  color: #0F0F24;
  background-color: #F5F5F6;
}
.blog .pagination-item.dots {
  pointer-events: none;
  color: #aaa;
}
.article {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .article {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .article {
    padding: 48px 0;
  }
}
.article.page .article__row-post-content {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article.page .article__row-post-content p.main-top {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .article.page .article__row-post-content p.main-top {
    font-size: 18px;
  }
}
.article.page .article__row-post-content h2 {
  font-size: 48px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .article.page .article__row-post-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .article.page .article__row-post-content h2 {
    font-size: 32px;
  }
}
.article.page .article__row-post-content h3 {
  font-size: 32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .article.page .article__row-post-content h3 {
    font-size: 26px;
  }
}
.article.page .article__row-post-content h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .article.page .article__row-post-content h4 {
    font-size: 22px;
  }
}
.article.page .article__row-post-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .article.page .article__row-post-content h5 {
    font-size: 18px;
  }
}
.article.page-editor .article__row-post-content {
  font-size: 16px;
}
.article.page-editor .article__row-post-content a {
  color: #FF6B00;
}
.article.page-editor .article__row-post-content h2 a {
  text-decoration: none;
}
.article.page-editor .article__row-post-content h3 a {
  text-decoration: none;
}
.article.page-editor .article__row-post-content h4 a {
  text-decoration: none;
}
.article.page-editor .article__row-post-content li p {
  margin-bottom: 5px;
}
.article__row {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 120px;
}
@media (max-width: 1199px) {
  .article__row {
    grid-column-gap: 30px;
  }
}
.article__row-post {
  width: calc(100% - 430px);
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .article__row-post {
    width: calc(100% - 340px);
  }
}
@media (max-width: 768px) {
  .article__row-post {
    width: 100%;
  }
}
.article__row-post-content {
  display: block;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(15, 15, 36, 0.1);
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .article__row-post-content {
    font-size: 16px;
  }
}
.article__row-post-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 24px;
  margin-top: 32px;
}
.article__row-post-content h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 991px) {
  .article__row-post-content h2 {
    font-size: 28px;
  }
}
.article__row-post-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .article__row-post-content h3 {
    font-size: 25px;
  }
}
.article__row-post-content h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 12px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .article__row-post-content h4 {
    font-size: 22px;
  }
}
.article__row-post-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 12px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .article__row-post-content h5 {
    font-size: 18px;
  }
}
.article__row-post-content p {
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .article__row-post-content p {
    margin-bottom: 12px;
  }
}
.article__row-post-content a {
  text-decoration: underline;
  font-weight: 500;
}
.article__row-post-content a:hover {
  text-decoration: none;
}
.article__row-post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 24px 0;
}
.article__row-post-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}
.article__row-post-content table th,
.article__row-post-content table td {
  border: 1px solid #000;
  padding: 5px 12px;
  text-align: left;
}
.article__row-post-other {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width: 550px) {
  .article__row-post-other {
    display: flex;
    flex-direction: column;
    grid-row-gap: 32px;
  }
}
.article__row-post-other-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article__row-post-other-title {
    font-size: 24px;
  }
}
.article__row-post-other-item {
  display: flex!important;
  flex-direction: column;
  grid-row-gap: 20px;
  position: relative;
}
.article__row-post-other-item:hover .article__row-post-other-item-title {
  color: #FF6B00;
  transition: 0.3s;
}
.article__row-post-other-item-tag {
  font-size: 12px;
  line-height: 150%;
  border-radius: 8px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(15, 15, 36, 0.6);
  backdrop-filter: blur(20px);
  position: absolute;
  top: 8px;
  left: 8px;
}
.article__row-post-other-item-image {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 240px;
  display: block;
}
@media (max-width: 991px) {
  .article__row-post-other-item-image {
    height: 180px;
  }
}
.article__row-post-other-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  .article__row-post-other-item-title {
    font-size: 18px;
  }
}
.article__row-sidebar {
  width: 310px;
  position: sticky;
  top: 100px;
  border-radius: 16px;
  background: #F5F5F6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media (max-width: 768px) {
  .article__row-sidebar {
    display: none;
  }
}
.article__row-sidebar-image {
  background-image: url("/assets/img/demo/sidebar-img.jpg");
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.article__row-sidebar-content {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
}
.article__row-sidebar-content-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.article__row-sidebar-content-text {
  font-size: 14px;
  color: #0F0F24CC;
  font-weight: 300;
  line-height: 150%;
}
.article__row-sidebar-btns {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  margin-bottom: 24px;
  align-items: center;
}
.article__row-sidebar-btns .btn {
  width: 100%!important;
  box-sizing: border-box;
}
.article__row-sidebar-btns-info {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #0F0F2499;
}
.article.tutorial .article__row {
  grid-column-gap: 80px;
}
@media (max-width: 768px) {
  .article.tutorial .article__row {
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
.article.tutorial .article__row-sidebar {
  width: 350px;
}
@media (max-width: 768px) {
  .article.tutorial .article__row-sidebar {
    display: flex;
    width: 100%;
  }
}
.article.tutorial .article__row-sidebar-content {
  padding: 24px;
}
.article.tutorial .article__row-post-content {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.article.tutorial .article__row-sidebar-content-list {
  display: flex;
  flex-direction: column;
}
.article.tutorial .article__row-sidebar-content-list a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.article.tutorial .article__row-sidebar-content-list a:hover {
  color: #FF6B00;
  transition: 0.3s;
}
.article.notes .article__row-sidebar {
  position: relative;
  top: 0;
}
.article.notes .article__row-sidebar-content {
  grid-row-gap: 24px;
}
.article.notes .article__row-sidebar-content-title {
  font-size: 30px;
}
.notes__list {
  display: flex;
  flex-direction: column;
}
.notes__list-item {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #0F0F241A;
  transition: 0.3s;
}
.notes__list-item-link {
  font-weight: 600;
}
.notes__list-item-link:hover {
  color: #FF6B00;
  transition: 0.3s;
}
.notes__list-item.parent {
  border-bottom: none;
}
.notes__list-item-child {
  display: flex;
  flex-direction: column;
  margin: 10px 20px 0;
}
.notes__list-item-child-link {
  padding: 10px 0;
  font-weight: 400;
  border-bottom: 1px solid #0F0F241A;
  transition: 0.3s;
}
.notes__list-item-child-link:hover {
  color: #FF6B00;
  transition: 0.3s;
}
.contacts {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contacts {
    padding: 48px 0;
  }
}
.contacts__row {
  display: flex;
  grid-column-gap: 16px;
}
@media (max-width: 768px) {
  .contacts__row {
    flex-direction: column-reverse;
    grid-row-gap: 48px;
  }
}
.contacts__row-details {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  padding: 32px;
  box-sizing: border-box;
  width: 57%;
  border-radius: 16px;
  position: relative;
  background: #F5F5F6;
}
@media (max-width: 991px) {
  .contacts__row-details {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .contacts__row-details {
    width: 100%;
  }
}
.contacts__row-details-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 991px) {
  .contacts__row-details-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .contacts__row-details-title {
    font-size: 32px;
  }
}
.contacts__row-details-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
@media (max-width: 768px) {
  .contacts__row-details-content {
    grid-row-gap: 20px;
  }
}
.contacts__row-details-content-line {
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 15, 36, 0.1);
}
@media (max-width: 991px) {
  .contacts__row-details-content-line {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .contacts__row-details-content-line {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.contacts__row-details-content-line a {
  transition: 0.3s;
}
.contacts__row-details-content-line a:hover {
  text-decoration: underline;
  color: #000;
  transition: 0.3s;
}
.contacts__row-details-content-address {
  display: flex;
  grid-column-gap: 24px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .contacts__row-details-content-address {
    flex-direction: column;
    margin-top: 12px;
    grid-row-gap: 32px;
  }
}
.contacts__row-details-content-address-item {
  display: flex;
  width: calc(50% - 12px);
  box-sizing: border-box;
  flex-direction: column;
  grid-row-gap: 8px;
}
@media (max-width: 991px) {
  .contacts__row-details-content-address-item {
    width: 100%;
  }
}
.contacts__row-details-content-address-item-icon {
  margin-bottom: 16px;
}
.contacts__row-details-content-address-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #0F0F24;
}
@media (max-width: 768px) {
  .contacts__row-details-content-address-item-title {
    font-size: 16px;
  }
}
.contacts__row-details-content-address-item-text {
  font-size: 20px;
  font-weight: 400;
  color: #0F0F2499;
  line-height: 150%;
}
@media (max-width: 991px) {
  .contacts__row-details-content-address-item-text {
    font-size: 16px;
  }
}
.contacts__row-details-footer {
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-size: 12px;
  color: #0F0F2499;
  max-width: 550px;
  width: calc(100% - 48px);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .contacts__row-details-footer {
    bottom: 24px;
  }
}
@media (max-width: 768px) {
  .contacts__row-details-footer {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 24px;
  }
}
@media (max-width: 550px) {
  .contacts__row-details-footer {
    width: 100%;
  }
}
.contacts__row-details-footer a {
  color: #0F0F24;
  transition: 0.3s;
}
.contacts__row-details-footer a:hover {
  text-decoration: underline;
  color: #000;
  transition: 0.3s;
}
.contacts__row-form {
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.05);
  box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  width: calc(43% - 16px);
  grid-row-gap: 24px;
}
@media (max-width: 991px) {
  .contacts__row-form {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .contacts__row-form {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contacts__row-form {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.contacts__row-form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  .contacts__row-form-title {
    font-size: 24px;
  }
}
.contacts__row-form select,
.contacts__row-form textarea,
.contacts__row-form input {
  color: #0F0F2499;
  border: 1px solid rgba(15, 15, 36, 0.1);
  transition: 0.3s;
}
.contacts__row-form select::placeholder,
.contacts__row-form textarea::placeholder,
.contacts__row-form input::placeholder {
  transition: 0.3s;
}
.contacts__row-form select:focus-visible,
.contacts__row-form textarea:focus-visible,
.contacts__row-form input:focus-visible,
.contacts__row-form select:active,
.contacts__row-form textarea:active,
.contacts__row-form input:active,
.contacts__row-form select:focus,
.contacts__row-form textarea:focus,
.contacts__row-form input:focus,
.contacts__row-form select:hover,
.contacts__row-form textarea:hover,
.contacts__row-form input:hover {
  color: #000;
  outline: none;
  transition: 0.3s;
}
.contacts__row-form select:focus-visible::placeholder,
.contacts__row-form textarea:focus-visible::placeholder,
.contacts__row-form input:focus-visible::placeholder,
.contacts__row-form select:active::placeholder,
.contacts__row-form textarea:active::placeholder,
.contacts__row-form input:active::placeholder,
.contacts__row-form select:focus::placeholder,
.contacts__row-form textarea:focus::placeholder,
.contacts__row-form input:focus::placeholder,
.contacts__row-form select:hover::placeholder,
.contacts__row-form textarea:hover::placeholder,
.contacts__row-form input:hover::placeholder {
  color: #000;
  transition: 0.3s;
}
.contacts__row-form .btn.orange-gradient {
  width: 100%;
  justify-content: center;
}
.contacts.demo .contacts__row {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .contacts.demo .contacts__row {
    flex-direction: column;
  }
}
.contacts.demo .contacts__row-details {
  width: 65%;
  padding: 24px;
  grid-row-gap: 80px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contacts.demo .contacts__row-details {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contacts.demo .contacts__row-details {
    width: 100%;
    grid-row-gap: 48px;
  }
}
@media (max-width: 550px) {
  .contacts.demo .contacts__row-details {
    grid-row-gap: 24px;
  }
}
.contacts.demo .contacts__row-form {
  padding: 24px;
  width: calc(35% - 16px);
}
@media (max-width: 991px) {
  .contacts.demo .contacts__row-form {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .contacts.demo .contacts__row-form {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contacts.demo .contacts__row-form {
    padding: 0;
  }
}
.contacts.demo .contacts__row-details-title {
  font-size: 32px;
}
.contacts.demo .contacts__row-details-content {
  display: flex;
  flex-direction: row;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .contacts.demo .contacts__row-details-content {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .contacts.demo .contacts__row-details-content {
    grid-gap: 16px;
  }
}
.contacts.demo .contacts__row-details-content-left {
  width: calc(40% - 32px);
  text-align: center;
}
@media (max-width: 991px) {
  .contacts.demo .contacts__row-details-content-left {
    width: 100%;
  }
}
.contacts.demo .contacts__row-details-content-left img {
  width: auto;
  max-width: 220px;
}
@media (max-width: 550px) {
  .contacts.demo .contacts__row-details-content-left img {
    max-width: 180px;
  }
}
.contacts.demo .contacts__row-details-content-right {
  width: 60%;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .contacts.demo .contacts__row-details-content-right {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contacts.demo .contacts__row-details-content-right {
    font-size: 16px;
  }
}
.contacts.demo .contacts__row-details-content-right h2 {
  font-size: 26px;
  line-height: 1.3;
}
.contacts.demo .contacts__row-details-content-right h3 {
  font-size: 22px;
  line-height: 1.3;
}
.contacts.demo .contacts__row-details-content-right h4 {
  font-size: 18px;
  line-height: 1.3;
}
.contacts.demo .contacts__row-details-content-right ul {
  padding-left: 20px;
}
.contacts.demo .contacts__row-details-content-right ol {
  padding-left: 20px;
}
.contacts.demo .contacts__row-details-content-right-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contacts.demo .contacts__row-details-content-right-text {
    font-size: 14px;
  }
}
.contacts.demo .contacts__row-details-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  bottom: auto;
  left: auto;
}
.sign-in {
  padding: 60px 0 100px;
}
@media (max-width: 768px) {
  .sign-in {
    padding: 32px 0 48px;
  }
}
.sign-in__row {
  display: flex;
  grid-column-gap: 126px;
  position: relative;
}
@media (max-width: 1340px) {
  .sign-in__row {
    grid-column-gap: 48px;
  }
}
@media (max-width: 991px) {
  .sign-in__row {
    grid-column-gap: 24px;
  }
}
@media (max-width: 768px) {
  .sign-in__row {
    flex-direction: column-reverse;
    grid-row-gap: 64px;
  }
}
@media (max-width: 550px) {
  .sign-in__row {
    flex-direction: column-reverse;
    grid-row-gap: 48px;
  }
}
.sign-in__row-details {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  box-sizing: border-box;
  width: 50%;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .sign-in__row-details {
    width: 100%;
  }
}
.sign-in__row-details-header {
  border-radius: 16px;
  background: #0F0F24;
  padding: 24px;
  display: flex;
  grid-row-gap: 24px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sign-in__row-details-header {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .sign-in__row-details-header {
    padding-bottom: 24px;
  }
}
@media (max-width: 550px) {
  .sign-in__row-details-header {
    padding-bottom: 170px;
    grid-row-gap: 12px;
  }
}
.sign-in__row-details-header-title {
  max-width: 250px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1340px) {
  .sign-in__row-details-header-title {
    z-index: 3;
  }
}
@media (max-width: 991px) {
  .sign-in__row-details-header-title {
    font-size: 18px;
    max-width: 190px;
  }
}
.sign-in__row-details-header-text {
  max-width: 330px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c7;
}
@media (max-width: 1340px) {
  .sign-in__row-details-header-text {
    z-index: 3;
  }
}
.sign-in__row-details-header-img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: auto;
  z-index: 2;
}
@media (max-width: 550px) {
  .sign-in__row-details-header-img {
    right: 50%;
    transform: translateX(50%);
  }
}
.sign-in__row-details-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .sign-in__row-details-content {
    grid-row-gap: 20px;
  }
}
.sign-in__row-details-content-line {
  padding: 24px 24px 24px 80px;
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.1);
  display: flex;
  grid-row-gap: 12px;
  flex-direction: column;
}
@media (max-width: 550px) {
  .sign-in__row-details-content-line {
    padding: 80px 20px 20px 20px;
  }
}
.sign-in__row-details-content-line-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}
@media (max-width: 991px) {
  .sign-in__row-details-content-line-title {
    font-size: 18px;
  }
}
.sign-in__row-details-content-line-title span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(15, 15, 36, 0.05);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  left: -56px;
  top: 0;
}
@media (max-width: 550px) {
  .sign-in__row-details-content-line-title span {
    left: 0;
    top: -56px;
  }
}
.sign-in__row-details-content-line-title:after {
  content: "";
}
.sign-in__row-details-content-line-text {
  font-size: 16px;
  line-height: 150%;
}
.sign-in__row-details-policy {
  margin-top: 15px;
}
.sign-in__row-details-policy a {
  text-decoration: underline;
  font-weight: 500;
}
.sign-in__row-details-policy a:hover {
  text-decoration: underline;
}
.sign-in__row-form {
  padding: 32px;
  display: flex;
  position: absolute;
  right: 0;
  top: -180px;
  z-index: 1;
  background: #fff;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 36, 0.05);
  box-shadow: 0 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  width: calc(50% - 126px);
  grid-row-gap: 24px;
}
@media (max-width: 1340px) {
  .sign-in__row-form {
    width: calc(50% - 48px);
  }
}
@media (max-width: 991px) {
  .sign-in__row-form {
    padding: 24px;
    top: -130px;
    width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  .sign-in__row-form {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
@media (max-width: 550px) {
  .sign-in__row-form {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.sign-in__row-form-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  letter-spacing: 2.8px;
  text-transform: uppercase;
  padding: 18px 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
@media (max-width: 768px) {
  .sign-in__row-form-info {
    color: #0F0F24;
    padding: 10px 16px;
    border-radius: 38px;
    background: rgba(15, 15, 36, 0.05);
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    max-width: 320px;
  }
}
@media (max-width: 450px) {
  .sign-in__row-form-info {
    font-size: 13px;
  }
}
.sign-in__row-form-info-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sign-in__row-form-info-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .sign-in__row-form-info-icon {
    display: none;
  }
}
.sign-in__row-form-info-text {
  white-space: nowrap;
}
.sign-in__row-form select,
.sign-in__row-form textarea,
.sign-in__row-form input {
  color: #0F0F2499;
  border: 1px solid rgba(15, 15, 36, 0.1);
  transition: 0.3s;
}
.sign-in__row-form select::placeholder,
.sign-in__row-form textarea::placeholder,
.sign-in__row-form input::placeholder {
  transition: 0.3s;
}
.sign-in__row-form select:focus-visible,
.sign-in__row-form textarea:focus-visible,
.sign-in__row-form input:focus-visible,
.sign-in__row-form select:active,
.sign-in__row-form textarea:active,
.sign-in__row-form input:active,
.sign-in__row-form select:focus,
.sign-in__row-form textarea:focus,
.sign-in__row-form input:focus,
.sign-in__row-form select:hover,
.sign-in__row-form textarea:hover,
.sign-in__row-form input:hover {
  color: #000;
  outline: none;
  transition: 0.3s;
}
.sign-in__row-form select:focus-visible::placeholder,
.sign-in__row-form textarea:focus-visible::placeholder,
.sign-in__row-form input:focus-visible::placeholder,
.sign-in__row-form select:active::placeholder,
.sign-in__row-form textarea:active::placeholder,
.sign-in__row-form input:active::placeholder,
.sign-in__row-form select:focus::placeholder,
.sign-in__row-form textarea:focus::placeholder,
.sign-in__row-form input:focus::placeholder,
.sign-in__row-form select:hover::placeholder,
.sign-in__row-form textarea:hover::placeholder,
.sign-in__row-form input:hover::placeholder {
  color: #000;
  transition: 0.3s;
}
.sign-in__row-form .btn.orange-gradient {
  width: 100%;
  justify-content: center;
}
.sign-in__row-form .signin-wrap {
  margin-top: 10px;
}
.sign-in__row-form .signin-wrap a {
  text-decoration: underline;
  font-weight: 500;
}
.sign-in__row-form .signin-wrap a:hover {
  text-decoration: underline;
}
.code {
  padding: 48px 0 48px;
  position: relative;
}
@media (max-width: 768px) {
  .code {
    padding: 32px 0 32px;
  }
}
@media (max-width: 550px) {
  .code {
    padding: 24px 0 24px;
  }
}
.code.dark_bg {
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  color: #fff;
  padding: 60px 0 60px;
}
@media (max-width: 768px) {
  .code.dark_bg {
    padding: 32px 0 32px;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .code.dark_bg {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .code.dark_bg {
    padding: 24px 0 24px;
  }
}
.code.align_center {
  text-align: center;
}
.code.align_center .code__row-text {
  align-items: center;
}
.code__row {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
.code__row-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .code__row-text {
    font-size: 14px;
  }
}
.code__row-text a {
  font-weight: 500;
  text-decoration: underline;
}
.code__row-text a:hover {
  text-decoration: none;
}
.code__row-text img {
  max-width: 100%;
}
.dark {
  padding: 80px 0;
  position: relative;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  overflow: hidden;
}
@media (max-width: 768px) {
  .dark {
    padding: 48px 0;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .dark {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
.dark:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/img/demo/lines-dark-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 532px;
  height: 500px;
  right: 200px;
  top: 0;
}
@media (max-width: 1600px) {
  .dark:after {
    right: 0;
  }
}
@media (max-width: 1340px) {
  .dark:after {
    right: -200px;
  }
}
@media (max-width: 991px) {
  .dark:after {
    right: -300px;
  }
}
@media (max-width: 768px) {
  .dark:after {
    display: none;
  }
}
.dark__row {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
.dark__row-top-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #fff;
  width: 100%;
  max-width: 730px;
}
@media (max-width: 1199px) {
  .dark__row-top-title {
    max-width: 600px;
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .dark__row-top-title {
    font-size: 32px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .dark__row-top-title {
    max-width: 100%;
  }
}
.dark__row-content {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .dark__row-content {
    flex-direction: column;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }
}
.dark__row-content a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  cursor: pointer;
}
.dark__row-content a:hover {
  text-decoration: none;
}
.dark__row-content-left {
  display: flex;
  flex-direction: column;
  grid-row-gap: 48px;
  width: 70%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .dark__row-content-left {
    width: 100%;
  }
}
.dark__row-content-left-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1199px) {
  .dark__row-content-left-text {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .dark__row-content-left-text {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .dark__row-content-left-text {
    max-width: 100%;
  }
}
.dark__row-content-right {
  width: 30%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .dark__row-content-right {
    width: 100%;
  }
}
.dark__row-content-right-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c7;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .dark__row-content-right-text {
    padding-left: 0;
  }
}
.dark-columns {
  padding: 120px 0;
  position: relative;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  overflow: hidden;
}
@media (max-width: 991px) {
  .dark-columns {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .dark-columns {
    padding: 60px 0;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .dark-columns {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .dark-columns {
    padding: 48px 0;
  }
}
.dark-columns__row {
  position: relative;
  display: flex;
  grid-column-gap: 16px;
}
@media (max-width: 991px) {
  .dark-columns__row {
    flex-direction: column;
    grid-row-gap: 32px;
  }
}
.dark-columns__row-right {
  width: calc(50% - 8px);
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .dark-columns__row-right {
    width: 100%;
    padding-right: 0;
  }
}
.dark-columns__row-right-list {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}
.dark-columns__row-right-list-item {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 12px;
  grid-column-gap: 16px;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .dark-columns__row-right-list-item {
    flex-direction: column;
  }
}
.dark-columns__row-right-list-item svg {
  display: block;
  width: 24px;
}
.dark-columns__row-right-list-item-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 550px) {
  .dark-columns__row-right-list-item-title {
    font-size: 18px;
  }
}
.dark-columns__row-right-list-item-text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 40px;
}
@media (max-width: 550px) {
  .dark-columns__row-right-list-item-text {
    padding-left: 0;
  }
}
.dark-columns__row-left {
  width: calc(50% - 8px);
  padding-right: 60px;
}
@media (max-width: 991px) {
  .dark-columns__row-left {
    width: 100%;
    padding-right: 0;
  }
}
.dark-columns__row-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}
.dark-columns__row-content-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .dark-columns__row-content-title {
    font-size: 32px;
  }
}
.dark-columns__row-content-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media (max-width: 768px) {
  .dark-columns__row-content-text {
    font-size: 16px;
  }
}
.dark-columns__row-content-text p {
  margin-bottom: 12px;
}
.form {
  color: #fff;
}
.form-overlay {
  display: flex;
  position: fixed;
  justify-content: center;
  left: 0;
  top: -200%;
  width: 100%;
  height: 100%;
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  z-index: 10;
  padding-top: 0;
  transition: 1s;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .form-overlay {
    overflow-y: scroll;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .form-overlay {
    padding: 80px 0 60px;
    box-sizing: border-box;
    justify-content: flex-start;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .form-overlay {
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.15) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.08) 100%), var(--BG-Inverted, #0F0F24);
  }
}
.form-overlay:after {
  content: "";
  background-image: url("/assets/img/demo/orange-light-form.svg");
  width: 650px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .form-overlay:after {
    width: 70%;
    height: 70px;
    background-position-x: center;
  }
}
@media (max-width: 375px) {
  .form-overlay:after {
    width: 90%;
    height: 35px;
  }
}
.form-overlay.active {
  top: 0;
  transition: 1s;
}
.form-overlay .container {
  max-width: 800px;
}
.form-overlay-close {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF1A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 20px;
}
.form-overlay-close:hover {
  background-color: #FFFFFF1A;
  transition: 0.3s;
}
.form__row {
  display: flex;
  grid-column-gap: 24px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .form__row {
    flex-direction: column-reverse;
    align-items: center;
    grid-row-gap: 24px;
  }
}
.form__row-left {
  display: flex;
  width: calc(50% - 12px);
  box-sizing: border-box;
  flex-direction: column;
  grid-row-gap: 25px;
  color: #c4c4c7;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .form__row-left {
    width: 90%;
  }
}
@media (max-width: 550px) {
  .form__row-left {
    padding: 20px;
    width: 100%;
  }
}
.form__row-left-block {
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
}
.form__row-left-block-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 768px) {
  .form__row-left-block-title {
    font-size: 24px;
  }
}
.form__row-left-block-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.form__row-left-block-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .form__row-left-block-subtitle {
    font-size: 18px;
  }
}
.form__row-left-block-contacts {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.form__row-left-block-contacts-phone,
.form__row-left-block-contacts-mail {
  color: #fff;
}
.form__row-left-block-contacts-address {
  margin-top: 12px;
}
.form__row-left-block-contacts-address-title {
  color: #fff;
  margin-bottom: 8px;
}
.form__row-right {
  display: flex;
  width: calc(50% - 12px);
  box-sizing: border-box;
  flex-direction: column;
  grid-row-gap: 25px;
  color: #c4c4c7;
}
@media (max-width: 768px) {
  .form__row-right {
    width: 90%;
  }
}
@media (max-width: 550px) {
  .form__row-right {
    width: 100%;
  }
}
.form__row-right form .half {
  display: flex;
  width: 100%;
  grid-column-gap: 8px;
}
.form__row-right form .half input {
  width: 50%;
  box-sizing: border-box;
}
.form__row-right form button.btn {
  width: 100%;
  justify-content: center;
}
.form__row-right form button.btn:hover {
  padding: 16px 56px 16px 24px;
}
@media (max-width: 550px) {
  .form__row-right form button.btn:hover {
    padding: 12px 24px;
  }
}
.form__row-right form button.btn:before,
.form__row-right form button.btn:after {
  display: none;
}
.form__footer {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  max-width: 550px;
  width: 100%;
  color: #c4c4c7;
  position: absolute;
  left: 50%;
  bottom: 40px;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .form__footer {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    transform: none;
    margin-top: 24px;
  }
}
.editor {
  margin-top: 49px;
}
.editor-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .editor-container {
    grid-template-columns: 1fr;
  }
}
.editor .tabs-select {
  width: auto;
  min-width: 150px;
  padding: 12px 16px;
  cursor: pointer;
}
.editor .tabs-select option {
  background-color: #27273b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.editor .tabs {
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.editor .tabs .tab {
  color: #c4c4c7;
  padding: 16px 20px;
  /*font-size: 20px;
      font-weight: 500;*/
  line-height: 150%;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 550px) {
  .editor .tabs .tab {
    font-size: 18px;
    padding: 16px 12px;
  }
}
.editor .tabs .tab.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.editor .tabs .tabs-fake {
  width: 10px;
  height: 44px;
}
.editor .editor-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.editor .editor-section.formatter-section {
  background: transparent;
}
.editor .editor-section.formatter-section .tabs {
  background: rgba(255, 255, 255, 0.1);
}
.editor .editor-section.formatter-section .CodeMirror-scroll {
  background: rgba(255, 255, 255, 0.05);
  padding-top: 10px;
}
.editor .editor-section #formatted_query_block {
  margin-top: 20px;
}
.editor .sql-editor {
  height: 100%;
  color: #fff;
  border: none;
  resize: none;
  padding: 24px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  flex-grow: 1;
  background: transparent;
}
.editor .tables-section {
  display: flex;
  flex-direction: column;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 550px) {
  .editor .tables-section {
    height: 280px;
  }
}
.editor .tables_header {
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  align-items: center;
}
@media (max-width: 550px) {
  .editor .tables_header {
    font-size: 18px;
  }
}
.editor .load-tables {
  padding: 8px 13px;
  transition: 0.3s;
  color: #fff;
  border-radius: 12px;
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.editor .load-tables:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.1);
}
.editor .tables_list {
  box-sizing: border-box;
  overflow-y: scroll;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}
.editor .tables_list::-webkit-scrollbar {
  width: 6px;
}
.editor .tables_list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.01);
  border-radius: 4px;
}
.editor .tables_list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.editor .tables_list_item {
  font-size: 14px;
  color: #c4c4c7;
  background-color: transparent;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 550px) {
  .editor .tables_list_item {
    padding: 12px 24px;
  }
}
.editor .tables_list_item:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.02);
}
.editor .tables_list_item:last-of-type {
  border-bottom: none;
}
.editor .editor-area {
  flex-direction: column;
  flex-grow: 1;
}
.editor .editor-area.active {
  display: flex;
}
.editor .editor-area .cm-s-material.CodeMirror,
.editor .editor-area .cm-s-material .CodeMirror-gutters,
.editor .editor-area .cm-s-dracula .CodeMirror-gutters,
.editor .editor-area .cm-s-dracula.CodeMirror {
  background-color: transparent!important;
}
.editor .editor-area .reset-btn {
  position: absolute;
  padding: 9px 15px;
  top: 14px;
  right: 155px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  background: transparent;
}
@media (max-width: 550px) {
  .editor .editor-area .reset-btn {
    right: 24px;
    top: 10px;
  }
}
.editor .editor-area .reset-btn:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.05);
}
.editor .editor-area .reset-btn.formater {
  right: 170px;
}
@media (max-width: 550px) {
  .editor .editor-area .reset-btn.formater {
    right: 24px;
  }
}
.editor .editor-area .orange-gradient-dark {
  display: flex;
  font-size: 14px;
  padding: 6px 40px 6px 16px;
  position: absolute;
  top: 14px;
  right: 24px;
  border-radius: 12px;
}
.editor .editor-area .orange-gradient-dark.formatted-copy {
  left: 0;
  bottom: -55px;
  top: auto;
}
@media (max-width: 991px) {
  .editor .editor-area .orange-gradient-dark.formatted-copy {
    bottom: -40px;
  }
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark.formatted-copy {
    bottom: 0;
    left: -24px;
  }
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark#btnformat_new {
    left: -24px;
  }
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark {
    position: relative;
    top: auto;
    right: auto;
    margin: 15px 24px 20px;
    width: auto;
    padding: 12px 16px 12px 16px;
  }
  .editor .editor-area .orange-gradient-dark:hover:before {
    display: none;
  }
  .editor .editor-area .orange-gradient-dark:hover:after {
    display: none;
  }
}
.editor .editor-area .orange-gradient-dark:before {
  width: 16px;
  height: 16px;
  left: -16px;
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark:before {
    display: none;
  }
}
.editor .editor-area .orange-gradient-dark:after {
  width: 16px;
  height: 16px;
  right: 16px;
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark:after {
    display: none;
  }
}
.editor .editor-area .orange-gradient-dark:hover {
  padding: 6px 16px 6px 40px;
}
@media (max-width: 550px) {
  .editor .editor-area .orange-gradient-dark:hover {
    padding: 12px 16px;
  }
}
.editor .editor-area .orange-gradient-dark:hover:before {
  left: 16px;
}
.editor .result_table_container {
  overflow-x: scroll;
}
.editor .result_table_container::-webkit-scrollbar {
  height: 10px;
}
.editor .result_table_container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.editor .result_table_container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.editor .result_table_container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.editor-result {
  color: #fff;
  width: 100%;
}
@media (max-width: 550px) {
  .editor-result {
    overflow-x: scroll;
  }
}
.editor-result .result_table {
  overflow: scroll;
  width: 100%;
  margin-top: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-collapse: collapse;
  border: none;
}
@media (max-width: 550px) {
  .editor-result .result_table {
    width: 500px;
  }
}
.editor-result .result_table thead {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.editor-result .result_table thead th {
  padding: 15px 18px;
  text-align: left;
  font-size: 18px;
  min-width: 110px;
  font-weight: 500;
  line-height: 150%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media (max-width: 550px) {
  .editor-result .result_table thead th {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.editor-result .result_table thead th:first-of-type {
  border-top-left-radius: 16px;
}
.editor-result .result_table thead th:last-of-type {
  border-top-right-radius: 16px;
  border-right: none;
}
.editor-result .result_table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.editor-result .result_table tbody tr:nth-of-type(2n) {
  background: rgba(255, 255, 255, 0.02);
}
.editor-result .result_table tbody tr:last-of-type {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: none;
}
.editor-result .result_table tbody tr td {
  padding: 5px 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: #c4c4c7;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 550px) {
  .editor-result .result_table tbody tr td {
    padding: 10px 24px;
  }
}
.editor-result .result_table tbody tr td:last-of-type {
  border-right: none;
}
.editor .loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #ff6b00;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.editor .loader-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.events {
  padding: 48px 0 80px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .events {
    padding: 32px 0;
  }
}
.events.videos .events__row-content-item-right,
.events.videos .events__row-content-item-left {
  width: auto;
}
@media (max-width: 1199px) {
  .events.videos .events__row-content-item-right iframe,
  .events.videos .events__row-content-item-left iframe {
    width: 400px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .events.videos .events__row-content-item-right iframe,
  .events.videos .events__row-content-item-left iframe {
    max-width: 100%;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .events.videos .events__row-content-item-right iframe,
  .events.videos .events__row-content-item-left iframe {
    height: 170px;
  }
}
.events.videos .events__row-content-item {
  align-items: center;
}
.events.videos .events__row-content-item .events__row-content-item-right-title {
  color: #FF6B00;
}
.events.videos .events__row-content-item:hover {
  background-color: #fff;
}
.events.videos .events__row-content-item:hover .events__row-content-item-right-title {
  color: #FF6B00;
}
.events__row-top {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .events__row-top {
    margin-bottom: 24px;
  }
}
@media (max-width: 550px) {
  .events__row-top {
    margin-bottom: 16px;
  }
}
.events__row-content {
  width: 100%;
  display: flex;
  grid-row-gap: 24px;
  flex-direction: column;
}
.events__row-content-item {
  padding: 32px 24px;
  display: flex;
  flex-direction: row;
  grid-column-gap: 32px;
  border: 1px solid #0F0F241A;
  border-radius: 24px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  -moz-box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
  box-shadow: 0px 2px 4px -2px rgba(26, 27, 31, 0.05), 0px 32px 40px 0px rgba(26, 27, 31, 0.05);
}
@media (max-width: 991px) {
  .events__row-content-item {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .events__row-content-item {
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
@media (max-width: 550px) {
  .events__row-content-item {
    padding: 16px;
  }
}
.events__row-content-item:hover {
  background-color: #F5F5F6;
  transition: 0.3s;
}
.events__row-content-item:hover .events__row-content-item-right-title {
  color: #FF6B00;
  transition: 0.3s;
}
.events__row-content-item-right {
  display: flex;
  align-items: flex-start;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 991px) {
  .events__row-content-item-right {
    grid-row-gap: 12px;
  }
}
@media (max-width: 768px) {
  .events__row-content-item-right {
    width: 100%;
  }
}
.events__row-content-item-right-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .events__row-content-item-right-title {
    font-size: 24px;
  }
}
.events__row-content-item-right-date {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #959595;
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
@media (max-width: 991px) {
  .events__row-content-item-right-date {
    font-size: 16px;
  }
}
.events__row-content-item-right-date:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/assets/img/icons/calendar-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.events__row-content-item-right-text {
  font-size: 16px;
}
@media (max-width: 991px) {
  .events__row-content-item-right-text {
    font-size: 14px;
  }
}
.events__row-content-item-right-link {
  color: #FF6B00;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.events__row-content-item-left {
  color: #0F0F24CC;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 35%;
}
@media (max-width: 1199px) {
  .events__row-content-item-left {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .events__row-content-item-left {
    font-size: 16px;
    width: 100%;
  }
}
.events__row-content-item-left img {
  border-radius: 16px;
  width: 100%;
}
.vacancies {
  padding: 80px 0 80px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .vacancies {
    padding: 48px 0;
  }
}
.vacancies__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.vacancies__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 32px 32px;
  border: 1px solid #0F0F241A;
}
@media (max-width: 550px) {
  .vacancies__item {
    padding: 25px 16px 16px;
  }
}
.vacancies__item-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.vacancies__item-title {
  margin: 0;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 991px) {
  .vacancies__item-title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .vacancies__item-title {
    font-size: 26px;
  }
}
.vacancies__item-location {
  font-size: 20px;
  font-weight: 500;
}
.vacancies__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vacancies__item-info-item {
  position: relative;
  font-weight: 500;
  padding-left: 30px;
}
.vacancies__item-info-item span {
  font-weight: 400;
  opacity: 0.6;
}
.vacancies__item-info-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.vacancies__item-info .vacancies__item-info-item--type:before {
  background-image: url('/assets/img/icons/icon_15.svg');
}
.vacancies__item-info .vacancies__item-info-item--skills:before {
  background-image: url('/assets/img/icons/icon_16.svg');
}
.vacancies__item-info .vacancies__item-info-item--date:before {
  background-image: url('/assets/img/icons/document-icon.svg');
}
.vacancies__item-about {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vacancies__item-about-title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  .vacancies__item-about-title {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .vacancies__item-about-title {
    font-size: 22px;
  }
}
.vacancies__item-about-content {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 550px) {
  .vacancies__item-about-content {
    font-size: 14px;
  }
}
.vacancies__item-about-content p {
  margin: 0 0 15px;
}
.vacancies__item-about-content ul,
.vacancies__item-about-content ol {
  margin: 0 0 15px;
}
.simple {
  padding: 40px 0 40px;
}
@media (max-width: 550px) {
  .simple {
    padding: 24px 0 24px;
  }
}
.simple__content {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 550px) {
  .simple__content {
    font-size: 14px;
  }
}
.simple__content a {
  color: #FF6B00;
}
.simple__content a:hover {
  text-decoration: underline;
}
/* Footer Styles */
.footer {
  background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  color: #c4c4c7;
  line-height: 150%;
  padding: 70px 0 80px;
}
@media (max-width: 768px) {
  .footer {
    padding: 48px 0;
    background: radial-gradient(128.4% 128.4% at 50% 0%, rgba(15, 15, 36, 0) 70%, rgba(255, 255, 255, 0.3) 100%), radial-gradient(178.53% 178.53% at 50% 0%, rgba(17, 168, 255, 0) 25%, rgba(17, 168, 255, 0.3) 100%), radial-gradient(129.81% 129.81% at 50% 0%, rgba(17, 128, 255, 0) 60%, rgba(17, 128, 255, 0.2) 100%), var(--BG-Inverted, #0F0F24);
  }
}
@media (max-width: 550px) {
  .footer {
    background: #0f0f24;
  }
}
.footer__row {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .footer__row {
    flex-direction: column;
    grid-row-gap: 32px;
    margin-bottom: 48px;
  }
}
.footer__row-info {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 1199px) {
  .footer__row-info {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .footer__row-info {
    width: 100%;
  }
}
.footer__row-info-top {
  display: flex;
  align-items: center;
  grid-column-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .footer__row-info-top {
    align-items: flex-start;
    grid-column-gap: 0;
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
.footer__row-info-top-logo {
  display: flex;
  align-items: center;
}
.footer__row-info-top-logo img {
  max-width: 190px;
}
.footer__row-info-top-btn {
  color: #fff;
}
@media (max-width: 450px) {
  .footer__row-info-top-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}
.footer__row-info-text {
  margin-bottom: 16px;
  max-width: 210px;
}
@media (max-width: 768px) {
  .footer__row-info-text {
    max-width: 100%;
  }
}
.footer__row-info-text a {
  color: #c4c4c7;
  transition: 0.3s;
}
.footer__row-info-text a:hover {
  color: #fff;
  transition: 0.3s;
}
.footer__row-menu {
  display: flex;
  justify-content: space-between;
  width: 60%;
  grid-column-gap: 2%;
}
@media (max-width: 1199px) {
  .footer__row-menu {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .footer__row-menu {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__row-menu {
    grid-column-gap: 0;
    flex-direction: column;
    grid-row-gap: 36px;
  }
}
.footer__row-menu-item {
  display: flex;
  flex-direction: column;
  width: 32%;
}
@media (max-width: 600px) {
  .footer__row-menu-item {
    width: 100%;
  }
}
.footer__row-menu-item-title {
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  font-size: 18px;
  margin-bottom: 24px;
}
.footer__row-menu-item ul {
  display: flex;
  flex-direction: column;
  grid-row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__row-menu-item ul li a {
  color: #c4c4c7;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
  transition: 0.3s;
}
.footer__row-menu-item ul li a:hover {
  color: #fff;
  transition: 0.3s;
}
.footer__partners {
  display: flex;
  grid-column-gap: 48px;
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .footer__partners {
    flex-direction: column;
    grid-row-gap: 24px;
  }
}
.footer__partners-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 8px;
  max-height: 48px;
}
.footer__partners-item-text {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.8;
  display: flex;
  grid-column-gap: 12px;
  align-items: center;
}
.footer__partners-item-text .stars {
  width: 72px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icons/stars-icon.svg");
}
.footer__partners-item img {
  max-height: 24px;
}
.footer__socials {
  display: flex;
  grid-column-gap: 30px;
  position: absolute;
  right: 134px;
  top: 0;
}
@media (max-width: 991px) {
  .footer__socials {
    right: 0;
    top: -60px;
  }
}
@media (max-width: 768px) {
  .footer__socials {
    right: 0;
    top: 50%;
  }
}
@media (max-width: 550px) {
  .footer__socials {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.footer__socials-item:hover img {
  opacity: 1;
  transition: 0.3s;
}
.footer__socials-item img {
  opacity: 0.5;
  transition: 0.3s;
  max-width: 28px;
}
@media (max-width: 550px) {
  .footer__socials-item img {
    opacity: 1;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    grid-row-gap: 16px;
  }
}
.footer__bottom-menu {
  display: flex;
  grid-column-gap: 24px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .footer__bottom-menu {
    margin-right: 0;
  }
}
.footer__bottom a {
  color: #c4c4c7;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #fff;
  transition: 0.3s;
}
.landing {
  padding: 120px 0 70px;
  min-height: 700px;
}
@media (max-width: 991px) {
  .landing {
    min-height: 600px;
  }
}
.landing__row {
  display: flex;
  align-items: center;
  grid-column-gap: 50px;
}
@media (max-width: 991px) {
  .landing__row {
    grid-column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .landing__row {
    flex-direction: column;
  }
}
.landing__row-content {
  width: 60%;
}
@media (max-width: 768px) {
  .landing__row-content {
    width: 100%;
  }
}
.landing__row-content .hero__row-content-img img {
  width: 100%;
  max-width: 120px;
}
.landing__row-content .hero__row-content-title {
  max-width: max-content;
  font-size: 38px;
  line-height: 130%;
  margin: 20px 0 32px;
}
@media (max-width: 550px) {
  .landing__row-content .hero__row-content-title {
    font-size: 32px;
  }
}
.landing__row-content .hero__row-content-title:after {
  display: none;
}
.landing__row-content .hero__row-content-text {
  font-size: 20px;
}
@media (max-width: 550px) {
  .landing__row-content .hero__row-content-text {
    font-size: 18px;
  }
}
.landing__row-content .hero__row-content-text h2 {
  font-weight: 400;
  font-size: 26px;
  color: #FF6B00;
}
@media (max-width: 550px) {
  .landing__row-content .hero__row-content-text h2 {
    font-size: 22px;
  }
}
.landing__row-content .hero__row-content-text ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 550px) {
  .landing__row-content .hero__row-content-text ul {
    font-size: 18px;
    line-height: 1.6;
  }
}
.landing__row-content .hero__row-content-text ul li {
  padding-left: 36px;
  position: relative;
}
.landing__row-content .hero__row-content-text ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("/assets/img/icons/check-circle-icon.svg");
  background-size: contain;
}
@media (max-width: 550px) {
  .landing__row-content .hero__row-content-text ul li:before {
    top: 2px;
  }
}
.landing__row-form {
  width: 40%;
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .landing__row-form {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .landing__row-form {
    padding: 16px;
  }
}
.landing__row-form input {
  color: #0F0F2499;
  border: 1px solid rgba(15, 15, 36, 0.1);
}
.landing__row-form input:hover {
  color: #0F0F2499;
}
.landing__row-form input:hover::placeholder {
  color: #000;
}
.landing__row-form input:active {
  color: #0F0F2499;
}
.landing__row-form input:active::placeholder {
  color: #000;
}
.landing__row-form input:focus {
  color: #0F0F2499;
}
.landing__row-form input:focus::placeholder {
  color: #000;
}
.landing__row-form textarea {
  color: #0F0F2499;
  border: 1px solid rgba(15, 15, 36, 0.1);
}
.landing__row-form textarea:hover {
  color: #0F0F2499;
}
.landing__row-form textarea:hover::placeholder {
  color: #000;
}
.landing__row-form textarea:active {
  color: #0F0F2499;
}
.landing__row-form textarea:active::placeholder {
  color: #000;
}
.landing__row-form textarea:focus {
  color: #0F0F2499;
}
.landing__row-form textarea:focus::placeholder {
  color: #000;
}
.landing__row-form button {
  width: 100%;
}
.landing__row-form-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.landing__row-form-img img {
  max-width: 100px;
}
.landing-page.integrations .integrations__row-top-title {
  font-size: 38px;
  max-width: 850px;
}
.landing-page.integrations .integrations__row-content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .landing-page.integrations .integrations__row-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .landing-page.integrations .integrations__row-content {
    grid-template-columns: 1fr;
  }
}
.landing-page.integrations .integrations__row-content-item-title {
  margin-bottom: 0;
}
.landing-page.integrations .integrations__row-item-number {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.landing-page.integrations .integrations__row-content-item {
  padding: 32px 26px 32px;
  grid-row-gap: 16px;
  justify-content: flex-start;
}
.landing-page.reviews .reviews__row-content-item-rating {
  margin-bottom: 20px;
}
.landing-page.reviews .reviews__row-content {
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199px) {
  .landing-page.reviews .reviews__row-content {
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  .landing-page.reviews .reviews__row-content {
    grid-template-columns: 1fr;
  }
}
.landing-page.reviews .reviews__row-content-item-text {
  font-size: 20px;
  line-height: 30px;
}
.landing-page.faq .faq__row-content-list {
  width: 100%;
}
@media (max-width: 1340px) {
  .landing-page.faq .faq__row-content-list {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .landing-page.faq .faq__row-content-list {
    width: 100%;
  }
}
.ptb-80 {
  padding: 80px 0 80px;
}
/*# sourceMappingURL=style.css.map */