* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #1f1f2b;
  width: 100vw;
  overflow-x: hidden;
}
.body-padding {
  padding-top: 126px;
}
@media (max-width: 1660px) {
  .body-padding {
    padding-top: 64px;
  }
}
@media (max-width: 1150px) {
  .body-padding {
    padding-top: 80px;
  }
}
.no-scroll {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1652px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1660px) {
  .container {
    max-width: 1366px;
  }
}
.header {
  background-color: #1f1f2b;
  height: 64px;
  width: 100%;
  z-index: 20;
  transition: 0.3s;
}
@media (max-width: 1150px) {
  .header {
    padding: 12px 26px 5px 26px;
    height: 80px;
  }
}
@media (max-width: 426px) {
  .header {
    padding: 8px 20px 5px 16px;
  }
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header.header-scrolled {
  height: 60px;
  background-color: rgba(37, 39, 54, 0.9);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
@media (max-width: 1025px) {
  .header.header-scrolled {
    height: 92px;
    padding: 0 26px 0 26px;
  }
}
@media (max-width: 426px) {
  .header.header-scrolled {
    height: 40px;
    padding: 0 20px 0 16px;
  }
}
.header.header-scrolled .header-inner {
  height: 60px;
}
@media (max-width: 1025px) {
  .header.header-scrolled .header-inner {
    height: 92px;
  }
}
@media (max-width: 426px) {
  .header.header-scrolled .header-inner {
    height: 40px;
  }
}
.header-inner {
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  width: 100%;
}
.header-main-logo-wrapper {
  display: flex;
  width: 100%;
  max-width: 149px;
  justify-content: flex-start;
}
@media (max-width: 1367px) {
  .header-main-logo-wrapper {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.header-main-logo {
  width: 88px;
  height: 40px;
  background-image: url(../images/zylar-logo-thin.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1150px) {
  .header-main-logo {
    background-image: url(../images/mobile-logo.svg);
    width: 35px;
    height: 35px;
    z-index: 2;
  }
}
@media (max-width: 426px) {
  .header-main-logo {
    width: 26.4px;
    height: 26.4px;
  }
}
.header-main-logo.header-main-logo-display-none {
  display: none;
}
.header-main-menu {
  width: 100%;
  max-width: 790px;
  padding: 0 8px;
}
@media (max-width: 1150px) {
  .header-main-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    max-width: 100%;
    height: 100vh;
    display: none;
  }
}
.header-main-menu-active {
  display: flex;
  background-color: #1f1f2b;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #6d2929;
}
@media (max-width: 426px) {
  .header-main-menu-active {
    border-left: none;
  }
}
.header-main-menu-active .header-main-menu-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 1% 0 5%;
}
@media (max-width: 426px) {
  .header-main-menu-active .header-main-menu-list {
    padding: 84px 1% 0 4%;
  }
}
@media (max-height: 540px) {
  .header-main-menu-active .header-main-menu-list {
    max-height: calc(100vh - 85px);
    overflow-y: scroll;
    padding: 70px 1% 0 4%;
  }
}
.header-main-menu-active .header-main-menu-list .header-main-menu-list-item {
  padding: 18px 0;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1025px) {
  .header-main-menu-active .header-main-menu-list .header-main-menu-list-item {
    padding: 10px 0;
  }
}
@media (max-width: 769px) {
  .header-main-menu-active .header-main-menu-list .header-main-menu-list-item {
    padding: 9px 0;
    margin-bottom: 17px;
  }
}
@media (max-height: 540px) {
  .header-main-menu-active .header-main-menu-list .header-main-menu-list-item {
    padding: 7px 0;
    margin-bottom: 0;
  }
}
.header-main-menu-active .header-main-menu-list .header-main-menu-list-item a {
  font-size: 26px;
}
@media (max-width: 1025px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item
    a {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item
    a {
    font-size: 16px;
  }
}
.header-main-menu-active
  .header-main-menu-list
  .header-main-menu-list-item
  a:after {
  bottom: -10px;
}
@media (max-width: 1150px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu {
    position: relative;
  }
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu:after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/footer-menu-arrow.svg);
    position: absolute;
    right: 16px;
    top: 16px;
    transform: rotate(-90deg);
  }
}
.header-main-menu-active
  .header-main-menu-list
  .header-main-menu-list-item.header-main-menu-list-item-hidden {
  display: none !important;
}
.header-main-menu-active
  .header-main-menu-list
  .header-main-menu-list-item.header-main-menu-list-item-hidden.header-main-menu-list-item-has-submenu.header-main-menu-list-item-has-submenu-active {
  display: inline-block !important;
}
@media (max-width: 1150px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu.header-main-menu-list-item-has-submenu-active {
    text-align: center;
  }
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu.header-main-menu-list-item-has-submenu-active:after {
    background-image: url(../images/header-mobile-submenu-opened.svg);
    width: 14px;
    height: 26px;
    right: 91%;
    top: 5px;
    background-size: contain;
    transform: rotate(0);
  }
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu.header-main-menu-list-item-has-submenu-active
    a {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 1150px) and (max-width: 769px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item-has-submenu.header-main-menu-list-item-has-submenu-active
    .header-main-menu-submenu-wrapper-active
    a {
    font-size: 16px;
  }
}
.header-main-menu-active
  .header-main-menu-list.header-main-menu-list-any-height {
  max-height: none;
}
.header-main-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1150px) {
  .header-main-menu-list.header-main-menu-list-submenu-active {
    padding: 54px 1% 0 1%;
  }
}
.header-main-menu-list-item {
  list-style: none;
  position: relative;
  padding: 25px 0;
}
.header-main-menu-list-item:hover .header-main-menu-submenu-wrapper {
  display: flex;
}
@media (max-width: 1150px) {
  .header-main-menu-list-item:hover .header-main-menu-submenu-wrapper {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header-main-menu-list-item
    .header-main-menu-submenu-wrapper.header-main-menu-submenu-wrapper-active {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
  }
}
.header-main-menu-list-item a {
  text-decoration: none;
  color: #b8bbd3;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 400;
  position: relative;
  transition: 0.3s;
}
.header-main-menu-list-item a:hover {
  color: #fff;
}
.header-main-menu-list-item:last-child a:after {
  display: none;
}
.header-main-menu-list-item.active-menu-item {
  position: relative;
}
.header-main-menu-list-item.active-menu-item > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #e36659;
}
@media (max-width: 769px) {
  .header-main-menu-active
    .header-main-menu-list
    .header-main-menu-list-item.active-menu-item
    a::after {
    left: 0;
    bottom: -6px;
    margin-left: 0;
  }
}
.header-main-menu-submenu-wrapper {
  position: absolute;
  top: 65px;
  left: -17px;
  display: none;
  flex-direction: column;
  padding: 24px 32px 30px 32px;
  background-color: #1f1f2b;
  border: 1px solid #6d2929;
  width: auto;
  min-width: 740px;
}
@media (max-width: 1025px) {
  .header-main-menu-submenu-wrapper {
    left: -11px;
  }
}
.header-main-menu-submenu-wrapper:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1f1f2b;
  border: 1px solid #6d2929;
  position: absolute;
  top: -1px;
  left: 39px;
  transform: rotate(45deg);
  z-index: -1;
}
.header-main-menu-submenu-wrapper:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1f1f2b;
  position: absolute;
  top: 0;
  left: 40px;
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 1150px) {
  .header-main-menu-submenu-wrapper {
    max-width: 390px;
    width: 390px;
    min-width: 390px;
    background-color: #1f1f2b;
    border: none;
    z-index: 2;
  }
  .header-main-menu-submenu-wrapper:before {
    display: none;
  }
  .header-main-menu-submenu-wrapper:after {
    display: none;
  }
}
@media (max-width: 426px) {
  .header-main-menu-submenu-wrapper {
    max-width: 370px;
    width: 370px;
    min-width: 370px;
  }
}
.header-main-menu-submenu {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.header-main-menu-submenu .header-main-menu-submenu-item {
  width: 100%;
  max-width: 337px;
  height: 96px;
  border: 1px solid #6d2929;
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.header-main-menu-submenu .header-main-menu-submenu-item:hover {
  background-color: #381919;
}
.header-main-menu-submenu .header-main-menu-submenu-item:hover a {
  color: #fff;
}
.header-main-menu-submenu
  .header-main-menu-submenu-item:hover
  .submenu-item-image-wrapper {
  background-color: #381919;
}
.header-main-menu-submenu .header-main-menu-submenu-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 94px;
  padding-top: 4px;
}
.header-main-menu-submenu
  .header-main-menu-submenu-item
  .submenu-item-image-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  border: 1px solid #6d2929;
  background-color: #381919;
}
.header-main-menu-submenu .header-main-menu-submenu-item.active-submenu-item {
  border: 1px solid #e36659;
}
.header-main-menu-submenu-heading {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .header-main-menu-submenu-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .header-main-menu-submenu-heading {
    line-height: 20.8px;
  }
}
.partners-menu .header-main-menu-submenu-wrapper {
  min-width: 340px;
  padding: 32px;
}
.partners-menu .header-main-menu-submenu-wrapper .header-main-menu-submenu {
  z-index: 2;
  padding-top: 0;
}
.partners-menu
  .header-main-menu-submenu-wrapper
  .header-main-menu-submenu
  .header-main-menu-submenu-item:nth-child(1) {
  border-bottom: none;
}
.header-login-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 149px;
}
@media (max-width: 1150px) {
  .header-login-container {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header-login-container-active {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: absolute;
    top: 450px;
    right: 20px;
    max-width: 358px;
    width: calc(100% - 40px);
  }
}
@media (max-height: 540px) {
  .header-login-container-active {
    flex-direction: row;
    top: 290px;
  }
}
.header-login-container-active .header-login {
  background-color: #e36659;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  max-width: 100%;
  height: 48px;
  text-transform: uppercase;
  color: #1f1f2b;
  transition: 0.3s;
}
@media (max-height: 540px) {
  .header-login-container-active .header-login {
    width: 50%;
    height: 34px;
    flex-shrink: 0;
  }
}
.header-login-container-active .header-login:hover {
  background-color: #6d2929;
  color: #fff;
}
.header-login-container-active .header-sign-up {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e36659;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  max-width: 100%;
  height: 48px;
  text-transform: uppercase;
  color: #e36659;
}
@media (max-height: 540px) {
  .header-login-container-active .header-sign-up {
    background-color: #1f1f2b;
    width: 50%;
    height: 34px;
    flex-shrink: 0;
  }
}
.header-login-container.header-login-container-inactive {
  display: none;
}
.header-main-menu-list-mobile-sub-open {
  padding: 54px 1% 0 4%;
}
.header-login {
  color: #b8bbd3;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
.header-login:hover {
  color: #e36659;
}
.header-sign-up {
  color: #b8bbd3;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #b8bbd3;
  text-decoration: none;
  padding: 6px 13px;
}
.header-sign-up:hover {
  background-color: #6d2929;
  border: 1px solid #e36659;
  color: #fff;
}
.header-burger-btn {
  display: none;
}
@media (max-width: 1150px) {
  .header-burger-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 26px;
    z-index: 4;
  }
}
@media (max-width: 1150px) and (max-width: 426px) {
  .header-burger-btn {
    width: 26px;
  }
}
@media (max-width: 1150px) {
  .header-burger-btn span {
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #b8bbd3;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
  }
  .header-burger-btn span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b8bbd3;
    border-radius: 30px;
    position: absolute;
    top: -12px;
    left: 0;
    transition: 0.3s;
  }
}
@media (max-width: 1150px) and (max-width: 426px) {
  .header-burger-btn span:before {
    top: -8px;
  }
}
@media (max-width: 1150px) {
  .header-burger-btn span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b8bbd3;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: 0.3s;
  }
}
@media (max-width: 1150px) and (max-width: 426px) {
  .header-burger-btn span:after {
    bottom: -8px;
  }
}
@media (max-width: 1150px) {
  .header-burger-btn-active {
    position: fixed;
    right: 37px;
  }
  .header-burger-btn-active span {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-burger-btn-active span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .header-burger-btn-active span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header-burger-btn.header-burger-btn-margin-top {
    margin-top: 64px;
  }
}
@media (max-width: 1150px) and (max-height: 540px) {
  .header-burger-btn.header-burger-btn-margin-top {
    margin-top: 40px;
  }
}
@media (max-width: 1150px) and (max-height: 540px) and (max-width: 426px) {
  .header-burger-btn.header-burger-btn-margin-top {
    margin-top: 64px;
  }
}
.header.header-scrolled .header-burger-btn-active {
  top: 27px;
}
.header-main-menu-list-item-has-submenu-active .close-all-menus-hidden-btn {
  display: none;
}
@media (max-width: 1025px) {
  .header-main-menu-list-item-has-submenu-active .close-all-menus-hidden-btn {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../images/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 21px;
    top: -2px;
  }
}
@media (max-height: 540px) {
  .header-main-menu-list-item-has-submenu-active .close-all-menus-hidden-btn {
    top: -6px;
  }
}
.header-burger-btn-none {
  display: none !important;
}
.hero-banner {
  min-height: 100vh;
}
@media (max-width: 1281px) {
  .hero-banner {
    min-height: auto;
  }
}
.hero-banner-inner {
  padding: 34px 0;
}
@media (min-width: 1728px) {
  .hero-banner-inner {
    padding: 4px 0;
  }
}
@media (max-width: 1150px) {
  .hero-banner-inner {
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 426px) {
  .hero-banner-inner {
    padding-top: 24px;
  }
}
.hero-banner-title {
  font-size: 84px;
  line-height: 109px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1.8px;
  text-align: center;
}
.hero-banner-title span {
  font-family: IBMPlexMono;
  font-weight: 700;
  color: #e36659;
}
@media (max-width: 1150px) {
  .hero-banner-title {
    font-size: 63px;
    letter-spacing: -0.7px;
  }
}
@media (max-width: 769px) {
  .hero-banner-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 426px) {
  .hero-banner-title {
    max-width: 350px;
    letter-spacing: 0.2px;
    line-height: 43px;
    margin-bottom: 16px;
  }
}
.hero-banner-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 769px) {
  .hero-banner-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1150px) {
  .hero-banner-text {
    font-size: 16px;
    margin-top: 0;
    line-height: 20.8px;
  }
}
.hero-banner-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
}
@media (max-width: 426px) {
  .hero-banner-btns {
    margin-top: 20px;
  }
}
.hero-banner-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #1f1f2b;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px 88px;
}
.hero-banner-btn:hover {
  background-color: #a43939;
  border: 1px solid #a43939;
  color: #fff;
}
.hero-banner-btn:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #1f1f2b;
  pointer-events: none;
}
@media (max-width: 769px) {
  .hero-banner-btn {
    padding: 15px 15px;
    font-size: 18px;
  }
}
@media (max-width: 426px) {
  .hero-banner-btn {
    padding: 14px 3px;
    max-width: 189px;
    min-width: 189px;
  }
}
.hero-banner-btn-secondary {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #e36659;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
}
.hero-banner-btn-secondary:hover {
  background-color: #6d2929;
  color: #fff;
}
.hero-banner-btn-secondary:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #1f1f2b;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 769px) {
  .hero-banner-btn-secondary {
    padding: 15px 15px;
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .hero-banner-btn-secondary {
    display: none;
    font-size: 14px;
  }
}
@media (max-height: 415px) and (max-width: 897px) {
  .hero-banner-btn-secondary {
    display: none;
  }
}
@media (max-height: 390px) and (max-width: 844px) {
  .hero-banner-btn-secondary {
    display: none;
  }
}
@media (max-height: 431px) and (max-width: 933px) {
  .hero-banner-btn-secondary {
    display: none;
  }
}
@media (max-height: 413px) and (max-width: 916px) {
  .hero-banner-btn-secondary {
    display: none;
  }
}
@media (max-height: 413px) and (max-width: 916px) {
  .hero-banner-btn-secondary {
    display: none;
  }
}
@media (max-width: 426px) {
  .hero-banner-btn-secondary {
    padding: 14px 3px;
    max-width: 189px;
    min-width: 189px;
  }
}
@media (max-width: 376px) {
  .hero-banner-btn-secondary {
    font-size: 12px;
    height: 48px;
    max-width: 169px;
    min-width: 169px;
  }
}
.hero-banner-bg {
  min-height: 883px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1920px;
  background: #1f1f2b;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  margin-top: -67px;
}
@media (min-width: 1728px) {
  .hero-banner-bg {
    height: 1030px;
    margin-top: 0;
  }
}
@media (max-width: 1025px) {
  .hero-banner-bg {
    height: 730px;
    min-height: 730px;
    margin-top: -60px;
  }
}
@media (max-width: 426px) {
  .hero-banner-bg {
    height: 360px;
    min-height: 360px;
    margin-top: -5px;
  }
}
.hero-banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.quote-section {
  min-height: 366px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -124px;
}
@media (max-width: 1281px) {
  .quote-section {
    margin-top: -260px;
  }
}
@media (max-width: 1025px) {
  .quote-section {
    margin-top: -124px;
  }
}
@media (max-width: 769px) {
  .quote-section {
    min-height: 240px;
  }
}
@media (max-width: 426px) {
  .quote-section {
    margin-top: -33px;
  }
}
.quote-section-inner {
  max-width: 726px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 769px) {
  .quote-section-inner {
    justify-content: center;
  }
}
.quote-section-inner:before {
  content: "";
  width: 186px;
  height: 124px;
  background-image: url(../images/qoute-gg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -154px;
  top: -66px;
}
@media (max-width: 769px) {
  .quote-section-inner:before {
    width: 50px;
    height: 34px;
    left: 177px;
    top: -26px;
    z-index: 2;
  }
}
@media (max-width: 426px) {
  .quote-section-inner.quote-section-first:before {
    left: -2px;
  }
}
@media (max-width: 426px) {
  .quote-section-inner.quote-section-second:before {
    left: -2px;
  }
}
.quote-image-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .quote-image-wrapper {
    width: 73px;
    height: 92px;
    margin-right: 16px;
  }
}
.quote-image-wrapper img {
  width: 100%;
  height: auto;
}
.quote-author-wrapper {
  display: flex;
}
.quote-author-text-wrapper {
  display: flex;
  flex-direction: column;
}
.quote-text-wrapper {
  padding: 3px 0 0 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .quote-text-wrapper {
    max-width: 261px;
    padding: 0;
  }
}
.quote-text {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -0.7px;
}
@media (max-width: 769px) {
  .quote-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  .quote-text {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.1px;
  }
}
.quote-heading {
  font-size: 24px;
  color: #b8bbd3;
  font-family: IBMPlexMono;
  font-weight: 700;
  padding-top: 55px;
  position: relative;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .quote-heading {
    font-size: 20px;
    line-height: 26px;
    padding-top: 24px;
    margin-bottom: 4px;
  }
}
.quote-heading:before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #b8bbd3;
  position: absolute;
  top: 39px;
  left: 1px;
}
@media (max-width: 769px) {
  .quote-heading:before {
    top: 11px;
  }
}
.quote-author {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .quote-author {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.quote-section-default {
  margin-top: 115px;
}
@media (max-width: 426px) {
  .quote-section-default {
    margin-top: 60px;
  }
}
.quote-section-default .quote-section-inner:before {
  background-image: url(../images/quote-gg-green.svg);
  top: -88px;
}
@media (max-width: 769px) {
  .quote-section-default .quote-section-inner:before {
    top: -24px;
  }
}
.quote-text-green {
  color: #e36659;
}
.quote-section-mac {
  display: none;
}
.clients-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.clients-section .deco-block-border {
  margin: 40px auto;
}
.clients-section-slider {
  display: flex;
  justify-content: space-between;
}
.clients-section-slider-item {
  height: 112px;
  width: 256px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
@media (max-width: 769px) {
  .clients-section-slider-item {
    width: 194px;
    height: 85px;
    margin: 0 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.clients-section-slider-item img {
  width: auto;
  height: auto;
}
@media (max-width: 426px) {
  .clients-section-slider-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.revenue {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0 12px 0;
}
@media (max-width: 769px) {
  .revenue {
    padding-top: 0;
  }
}
.deco-block-border {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 35px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
.deco-block-border .deco {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 35px;
  background-image: url(../images/plus-deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}
@media (max-width: 769px) {
  .deco-block-border .deco {
    width: 16px;
    height: 16px;
    margin-left: -8px;
  }
}
@media (max-width: 769px) {
  .deco-block-border {
    height: 16px;
  }
}
.deco-block-border:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 35px;
  background-image: url(../images/plus-deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .deco-block-border:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 426px) {
  .deco-block-border:before {
    left: 8px;
  }
}
.deco-block-border:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 35px;
  background-image: url(../images/plus-deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .deco-block-border:after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 426px) {
  .deco-block-border:after {
    right: 8px;
  }
}
.revenue .deco-block-border:last-child {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .revenue .deco-block-border:last-child {
    margin-top: 38px;
  }
}
@media (max-width: 426px) {
  .revenue .deco-block-border:last-child {
    margin-top: 59px;
  }
}
@media (max-width: 769px) {
  .revenue .deco-block-border {
    margin-top: 38px;
  }
}
.revenue-inner {
  width: 100%;
  max-width: 1346px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 110px 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .revenue-inner {
    border: none;
    flex-direction: column;
    padding: 38px 0;
  }
}
@media (max-width: 426px) {
  .revenue-inner {
    max-width: 360px;
    border: 1px solid #6d2929;
    padding: 18px 0;
    margin-top: 60px;
  }
}
.revenue-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  max-width: 605px;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .revenue-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .revenue-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 1025px) {
  .revenue-inner-heading {
    padding-right: 40px;
    max-width: 360px;
  }
}
@media (max-width: 769px) {
  .revenue-inner-heading {
    padding-right: 0;
    max-width: 81%;
    margin-bottom: 40px;
  }
}
@media (max-width: 426px) {
  .revenue-inner-heading {
    margin-bottom: 12px;
    max-width: 322px;
  }
}
.revenue-image-wrapper {
  margin-right: 43px;
  width: 100%;
  max-width: 426px;
  height: 140px;
  background-color: #281111;
  padding: 19px 10px 15px 32px;
}
@media (max-width: 1025px) {
  .revenue-image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .revenue-image-wrapper {
    width: 326px;
    height: 92px;
    padding: 11px 5px 5px 23px;
  }
}
.revenue-image-wrapper-count {
  font-size: 48px;
  font-family: IBMPlexMono;
  font-weight: 700;
  background-image: url(../images/Block-new.svg);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  letter-spacing: 1.8px;
}
@media (max-width: 769px) {
  .revenue-image-wrapper-count {
    font-size: 33px;
    margin-bottom: 5px;
    letter-spacing: 1.1px;
    background-size: 13%;
  }
}
.revenue-image-wrapper-text {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #e36659;
  font-size: 21px;
}
@media (max-width: 769px) {
  .revenue-image-wrapper-text {
    font-size: 14px;
  }
}
.steps {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 426px) {
  .steps {
    padding: 60px 0 42px 0;
  }
}
.steps .deco-block-border:last-child {
  margin-top: 80px;
}
@media (max-width: 426px) {
  .steps .deco-block-border:last-child {
    margin-top: 60px;
  }
}
.steps-inner {
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .steps-inner {
    padding: 0 1px;
  }
}
.steps-block {
  border-left: 1px solid #6d2929;
  margin-top: 40px;
}
.step:nth-child(1) {
  padding: 87px 65px;
  margin-bottom: 32px;
}
@media (max-width: 514px) {
  .step:nth-child(1) {
    padding: 77px 19px 31px 19px;
  }
}
.step:nth-child(2) {
  padding: 67px 65px;
}
@media (max-width: 514px) {
  .step:nth-child(2) {
    padding: 77px 19px 31px 0;
  }
}
@media (max-width: 514px) {
  .step:nth-child(2) .step-block-heading {
    padding-left: 18px;
  }
}
.step:nth-child(3) {
  padding: 82px 65px;
  padding-bottom: 40px;
}
@media (max-width: 514px) {
  .step:nth-child(3) {
    padding: 90px 10px 2px 17px;
    margin-top: 20px;
  }
}
.step:nth-child(3) .step-number {
  top: 14px;
}
.step:nth-child(3):before {
  content: "";
  display: block;
  width: 15px;
  height: 150px;
  background-color: #1f1f2b;
  position: absolute;
  bottom: -60px;
  left: -15px;
}
@media (max-width: 514px) {
  .step:nth-child(3):before {
    bottom: -90px;
  }
}
@media (max-width: 514px) {
  .step:nth-child(3) .step-block-inner-content {
    padding-top: 18px;
  }
}
.step:nth-child(3) .step-block-inner-content-image-wrapper img.step-3-desktop {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 514px) {
  .step:nth-child(3) .step-block-inner-content-image-wrapper {
    margin-bottom: 57px;
  }
}
.step {
  position: relative;
}
.step-number {
  width: 74px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b8bbd3;
  font-family: IBMPlexMono;
  font-weight: 300;
  border: 1px solid #6d2929;
  border-left: none;
}
.step-block-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .step-block-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .step-block-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .step-block-heading {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 16px;
  }
}
.step-block-heading-green {
  color: #e36659;
}
.step-block-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  max-width: 942px;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .step-block-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .step-block-text {
    line-height: 20.8px;
  }
}
.step-block-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  position: relative;
}
@media (max-width: 426px) {
  .step-block-images {
    padding-top: 30px;
    padding-right: 5px;
  }
}
.step-block-images:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 53%;
  left: 0;
  z-index: -1;
  background-color: #6d2929;
}
@media (max-width: 426px) {
  .step-block-images:before {
    top: 50%;
    height: 2px;
    width: 98%;
  }
}
.step-block-image-wrapper {
  display: flex;
  flex-direction: column;
}
.step-block-image {
  width: 80px;
  height: 80px;
  border: 1px solid #6d2929;
  background-color: #2b1423;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 426px) {
  .step-block-image {
    width: 56px;
    height: 56px;
    margin-bottom: 7px;
  }
}
@media (max-width: 426px) {
  .step-block-image img {
    width: 32px;
    height: 32px;
  }
}
.step-block-name {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .step-block-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .step-block-name {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .step-block-name {
    font-size: 14px;
    padding-left: 7px;
  }
}
.step-block-inner-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #6d2929;
  margin-top: 38px;
}
@media (max-width: 426px) {
  .step-block-inner-wrapper {
    margin-top: 40px;
    border-left: none;
  }
}
.step-block-inner-wrapper-top {
  width: 100%;
  display: flex;
}
@media (max-width: 426px) {
  .step-block-inner-wrapper-top {
    flex-direction: column;
  }
}
.step-block-inner-top-text-block-wrapper {
  display: flex;
}
.step-block-inner-top-text-block {
  min-height: 300px;
  border-bottom: 1px solid #6d2929;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 426px) {
  .step-block-inner-top-text-block {
    border-top: 1px solid #6d2929;
    padding: 17px 0 17px 17px;
    min-height: 208px;
    border-bottom: none;
  }
}
.step-block-inner-top-text-block:last-child {
  border-bottom: none;
}
.step-block-inner-top-image {
  max-width: 605px;
  border-right: 1px solid #6d2929;
}
@media (max-width: 426px) {
  .step-block-inner-top-image {
    border-right: none;
  }
}
.step-block-inner-top-image img {
  width: 100%;
  height: auto;
}
.step-block-inner-top-text-block-img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6d2929;
  background-color: #2b1423;
}
@media (max-width: 426px) {
  .step-block-inner-top-text-block-img {
    width: 56px;
    height: 56px;
  }
}
.step-block-inner-top-text-block-img img {
  width: 100%;
  max-width: 56px;
  height: auto;
}
@media (max-width: 426px) {
  .step-block-inner-top-text-block-img img {
    width: 32px;
    height: 32px;
  }
}
.step-block-inner-top-text-heading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #b8bbd3;
  font-family: IBMPlexMono;
  margin-bottom: 5px;
}
@media (max-width: 426px) {
  .step-block-inner-top-text-heading {
    font-size: 16px;
  }
}
.step-block-inner-top-text-block-texts-wrapper {
  padding-left: 26px;
}
.step-block-inner-top-text-subheading {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-left: -2px;
  max-width: 270px;
}
@media (max-width: 769px) {
  .step-block-inner-top-text-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .step-block-inner-top-text-subheading {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .step-block-inner-top-text-subheading {
    max-width: 210px;
  }
}
.step-block-inner-top-text-block-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-top: 22px;
  max-width: 541px;
}
@media (max-width: 769px) {
  .step-block-inner-top-text-block-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .step-block-inner-top-text-block-text {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .step-block-inner-top-text-block-text {
    margin-top: 17px;
  }
}
.step-block-inner-wrapper-bottom {
  width: 100%;
  padding: 32px 67px;
  border-top: 1px solid #6d2929;
}
@media (max-width: 426px) {
  .step-block-inner-wrapper-bottom {
    padding: 19px 6px 11px 17px;
  }
}
.step-block-inner-wrapper-bottom-subheading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #b8bbd3;
  font-family: IBMPlexMono;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 426px) {
  .step-block-inner-wrapper-bottom-subheading {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.step-block-inner-wrapper-bottom-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  padding-bottom: 4px;
}
@media (max-width: 1025px) {
  .step-block-inner-wrapper-bottom-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .step-block-inner-wrapper-bottom-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .step-block-inner-wrapper-bottom-heading {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.step-block-inner-wrapper-bottom-heading-green {
  color: #e36659;
}
.step-block-heading-last {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 20px;
  max-width: 1140px;
}
@media (max-width: 1025px) {
  .step-block-heading-last {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .step-block-heading-last {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.step-block-inner-content {
  padding-top: 27px;
}
.step-block-inner-content-image-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1025px) {
  .step-block-inner-content-image-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.step-block-inner-content-image-wrapper .step-3-mobile {
  display: none;
}
@media (max-width: 426px) {
  .step-block-inner-content-image-wrapper .step-3-mobile {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 426px) {
  .step-block-inner-content-image-wrapper .step-3-desktop {
    display: none;
  }
}
@media (max-width: 1025px) {
  .step-block-inner-content-image-wrapper img {
    max-width: 100%;
    width: 100%;
  }
}
.step-block-inner-content-btns {
  width: 100%;
  display: flex;
}
@media (max-width: 426px) {
  .step-block-inner-content-btns {
    justify-content: center;
  }
}
.step-block-inner-content-btns .hero-banner-btn {
  max-width: 50%;
  width: 50%;
}
@media (max-width: 426px) {
  .step-block-inner-content-btns .hero-banner-btn {
    max-width: 180px;
    width: 180px;
    min-width: 1px;
  }
}
.step-block-inner-content-btns .hero-banner-btn-secondary {
  max-width: 50%;
  width: 50%;
}
@media (max-width: 426px) {
  .step-block-inner-content-btns .hero-banner-btn-secondary {
    max-width: 180px;
    width: 180px;
    min-width: 1px;
  }
}
.double-qouote-section {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 426px) {
  .double-qouote-section {
    padding-top: 50px;
  }
}
.double-qouote-section .deco-block-border {
  margin-top: 143px;
}
@media (max-width: 1025px) {
  .double-qouote-section .deco-block-border {
    margin-top: 15px;
  }
}
.double-qouote-section-inner {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .double-qouote-section-inner {
    flex-direction: column;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-inner {
    padding: 0 25px;
  }
}
.double-qouote-section-quote {
  display: flex;
  width: 100%;
  max-width: 672px;
  position: relative;
}
@media (max-width: 1025px) {
  .double-qouote-section-quote {
    margin-bottom: 70px;
    justify-content: center;
  }
  .double-qouote-section-quote .quote-text-wrapper {
    max-width: 370px;
    min-width: 370px;
  }
}
@media (max-width: 1025px) and (max-width: 514px) {
  .double-qouote-section-quote .quote-text-wrapper {
    min-width: auto;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-quote {
    margin-bottom: 113px;
  }
}
.double-qouote-section-quote:before {
  content: "";
  width: 123px;
  height: 82px;
  background-image: url(../images/quote-gg-green.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -28px;
  top: -44px;
}
@media (max-width: 769px) {
  .double-qouote-section-quote:before {
    width: 50px;
    height: 34px;
    left: 140px;
    top: -26px;
    z-index: 2;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-quote:before {
    left: -13px;
    top: -23px;
  }
}
.double-qouote-section-quote .quote-text {
  font-size: 20px;
  line-height: 27px;
  max-width: 370px;
  letter-spacing: -0.5px;
}
@media (max-width: 769px) {
  .double-qouote-section-quote .quote-text {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.1px;
  }
}
.double-qouote-section-quote .quote-text-wrapper {
  padding: 0 0 0 25px;
}
@media (max-width: 426px) {
  .double-qouote-section-quote .quote-text-wrapper {
    padding: 0;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-quote:last-child {
    margin-bottom: 64px;
  }
}
.big-table-section {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 1025px) {
  .big-table-section {
    padding-top: 80px;
  }
}
@media (max-width: 426px) {
  .big-table-section {
    padding-top: 60px;
  }
}
.big-table-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.big-table-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 19px;
}
@media (max-width: 1025px) {
  .big-table-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .big-table-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .big-table-section-heading {
    margin-bottom: 16px;
  }
}
.big-table-section-subheading {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .big-table-section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .big-table-section-subheading {
    line-height: 20.8px;
  }
}
.big-table-section-inner-table-item-icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6d2929;
  background-color: #2b1423;
}
.big-table-section-inner-table-item-icon img {
  width: 100%;
  max-width: 32px;
  height: auto;
}
.big-table-section-inner-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #6d2929;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .big-table-section-inner-table {
    margin-top: 22px;
  }
}
.big-table-section-inner-table-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .big-table-section-inner-table-row {
    flex-direction: column;
  }
}
.big-table-section-inner-table-row:last-child {
  border-bottom: none;
}
.big-table-section-inner-table-item {
  width: 50%;
  min-height: 570px;
  padding: 3%;
  border-left: 1px solid #6d2929;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 769px) {
  .big-table-section-inner-table-item {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item {
    padding: 0;
    min-height: 520px;
    padding-bottom: 19px;
  }
}
@media (max-width: 426px) and (max-width: 426px) {
  .big-table-section-inner-table-item:last-child {
    padding-bottom: 0;
    min-height: 400px;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item:last-child {
    border-top: 1px solid #6d2929;
  }
}
.big-table-section-inner-table-item-wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 769px) {
  .big-table-section-inner-table-item-wrapper {
    flex-wrap: wrap;
    padding: 16px 2px 10px 14px;
  }
}
.big-table-section-inner-table-item-wrapper-top {
  display: flex;
}
.big-table-section-inner-table-item-wrapper-top
  .big-table-section-inner-table-heading {
  display: none;
}
@media (max-width: 769px) {
  .big-table-section-inner-table-item-wrapper-top
    .big-table-section-inner-table-heading {
    display: block;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper.big-table-section-inner-table-item-image-wrapper-second {
    max-width: 290px;
    max-height: 278px;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 32px;
    border-bottom: none;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper.big-table-section-inner-table-item-image-wrapper-second
    img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper.big-table-section-inner-table-item-image-wrapper-third {
    margin: 0 auto;
    max-width: 248px;
    border-bottom: none;
  }
}
.big-table-section-inner-table-item-icon {
  flex-shrink: 0;
  margin-right: 24px;
}
.big-table-section-inner-table-heading {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 769px) {
  .big-table-section-inner-table-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  .big-table-section-inner-table-heading {
    display: none;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-heading {
    font-size: 16px;
    line-height: 20.8px;
    padding: 23px 0 0 0;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-heading.big-table-section-inner-table-heading-long {
    max-width: 240px;
    padding: 12px 0 0 0;
  }
}
.big-table-section-inner-table-text {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 13px;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-texts-desktop {
    display: none;
  }
}
.big-table-section-inner-table-item-texts-desktop
  .big-table-section-inner-table-item-texts {
  padding: 0 1% 0 4%;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-texts-desktop
    .big-table-section-inner-table-item-texts {
    padding: 23px 1% 0 16px;
  }
}
.big-table-section-inner-table-item-texts-mobile {
  display: none;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-texts-mobile {
    display: block;
    padding-top: 17px;
  }
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-texts-mobile
    .big-table-section-inner-table-item-texts {
    padding: 23px 1% 0 16px;
  }
}
.big-table-section-inner-table-item-image-wrapper {
  width: 100%;
  max-width: 512px;
  margin-top: 22px;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper {
    margin-top: 0;
    max-height: 255px;
  }
}
.big-table-section-inner-table-item-image-wrapper
  .deepest-tracking-online-desktop {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper
    .deepest-tracking-online-desktop {
    display: none;
  }
}
.big-table-section-inner-table-item-image-wrapper
  .deepest-tracking-online-mobile {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  display: none;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper
    .deepest-tracking-online-mobile {
    display: block;
  }
}
.big-table-section-inner-table-item-image-wrapper .injected-img-desktop {
  max-width: 100%;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper .injected-img-desktop {
    display: none;
  }
}
.big-table-section-inner-table-item-image-wrapper .injected-img-mobile {
  display: none;
}
@media (max-width: 426px) {
  .big-table-section-inner-table-item-image-wrapper .injected-img-mobile {
    display: block;
    margin: 14px auto;
    margin-bottom: 0;
  }
}
.big-table-section .deco-block-border {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .big-table-section .deco-block-border {
    margin-top: 60px;
  }
}
.big-table-section-inner-table-item-image-wrapper.big-table-section-inner-table-item-image-wrapper-no-border {
  border-bottom: none;
}
.trusted {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 426px) {
  .trusted {
    padding-top: 60px;
  }
}
.trusted .deco-block-border {
  margin-top: 62px;
}
@media (max-width: 426px) {
  .trusted .deco-block-border {
    margin-top: 72px;
  }
}
.trusted-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.trusted-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.2px;
  max-width: 1090px;
}
@media (max-width: 1025px) {
  .trusted-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .trusted-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.trusted-inner-photos {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1150px) {
  .trusted-inner-photos {
    flex-wrap: wrap;
  }
}
.trusted-inner-photo-wrapper {
  width: 100%;
  max-width: 244px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border: 1px solid #6d2929;
  border-right: none;
  position: relative;
}
.trusted-inner-photo-wrapper .photo-name {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #b8bbd3;
  font-family: IBMPlexMono;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .trusted-inner-photo-wrapper .photo-name {
    font-size: 14px;
    line-height: normal;
  }
}
.trusted-inner-photo-wrapper:last-child {
  border-right: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .trusted-inner-photo-wrapper:nth-child(3) {
    border-right: 1px solid #6d2929;
  }
}
@media (max-width: 1150px) {
  .trusted-inner-photo-wrapper {
    margin-bottom: 18px;
  }
}
@media (max-width: 426px) {
  .trusted-inner-photo-wrapper {
    margin-bottom: 0;
    max-width: 33%;
    height: auto;
  }
}
.trusted-inner-photo-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 426px) {
  .trusted-inner-photo-wrapper img {
    max-width: 100%;
  }
}
.trusted-inner-brands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 426px) {
  .trusted-inner-brands {
    margin-top: 12px;
  }
}
.trusted-inner-brand-wrapper {
  width: 100%;
  max-width: 210px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 426px) {
  .trusted-inner-brand-wrapper {
    max-width: 168px;
    height: 73px;
  }
}
.trusted-inner-brand-wrapper img {
  height: auto;
  width: 100%;
}
@media (max-width: 426px) {
  .trusted-inner-brand-wrapper img {
    max-width: 79%;
  }
}
.stories {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 426px) {
  .stories {
    padding-top: 60px;
  }
}
.stories .deco-block-border {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .stories .deco-block-border {
    display: none;
  }
}
.stories-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.stories-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .stories-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .stories-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.stories-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .stories-inner-wrapper {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
}
.stories-inner-wrapper::-webkit-scrollbar {
  width: 100px;
  height: 4px;
}
.stories-inner-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  width: 70px;
}
.stories-inner-wrapper::-webkit-scrollbar-thumb {
  width: 60px;
  background-color: #6d2929;
  border-radius: 0;
}
.stories-inner-wrapper-item {
  width: 100%;
  max-width: 448px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #6d2929;
}
.stories-inner-wrapper-item:nth-child(2) {
  border-left: none;
  border-right: none;
}
@media (max-width: 769px) {
  .stories-inner-wrapper-item {
    width: 350px;
    flex-shrink: 0;
  }
}
@media (max-width: 426px) {
  .stories-inner-wrapper-item {
    width: 325px;
    padding-bottom: 10px;
  }
}
.card-header {
  display: flex;
  width: 100%;
  padding: 24px 8px 18px 24px;
  align-items: center;
}
.author-photo {
  width: 44px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.author-texts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
.author-name {
  font-size: 18px;
  font-family: IBMPlexMono;
  color: #b8bbd3;
  font-weight: 700;
}
.author-title {
  font-size: 12px;
  font-weight: 500;
  font-family: IBMPlexMono;
  color: #b8bbd3;
}
.card-text {
  padding: 0 24px 0 24px;
}
.storie-text {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
@media (max-width: 1025px) {
  .storie-text {
    padding-bottom: 15px;
  }
}
@media (max-width: 426px) {
  .storie-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.trust-pilots {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}
.trust-pilots-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: visible;
}
.trust-pilots-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .trust-pilots-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .trust-pilots-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.trust-pilots-inner-slider-wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 514px) {
  .trust-pilots-inner-slider-wrapper {
    flex-direction: column;
  }
}
.trust-pilots-inner-slider-nav {
  width: 269px;
  height: 454px;
  border: 1px solid #6d2929;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 28px;
  padding-bottom: 145px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 426px) {
  .trust-pilots-inner-slider-nav {
    width: 358px;
    padding: 30px 10px 24px 28px;
    height: auto;
  }
}
.slider-nav-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
}
@media (max-width: 1025px) {
  .slider-nav-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .slider-nav-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .slider-nav-heading {
    font-size: 40px;
  }
}
.reviews {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-top: 7px;
}
@media (max-width: 426px) {
  .reviews {
    padding-top: 12px;
  }
}
.reviews span {
  padding-left: 22px;
  position: relative;
}
.reviews span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b8bbd3;
  position: absolute;
  left: 4px;
  top: 8px;
}
.rating-stars {
  width: 183px;
  height: 34px;
  background-image: url(../images/stars-slider.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  margin-top: 10px;
}
.reviews-undertext {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
.trust-pilots-slider-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 40px;
  display: flex;
}
.trust-pilots-slider-buttons .slick-arrow {
  font-size: 0;
  border: 1px solid #6d2929;
  border-bottom: none;
  border-right: none;
  width: 40px;
  height: 40px;
  background-color: #2b1423;
  cursor: pointer;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background-image: url(../images/prev-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.trust-pilots-slider-buttons .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.trust-pilots-slider-buttons .slick-arrow.slick-next {
  transform: rotate(180deg);
  border-bottom: 1px solid #6d2929;
  border-right: 1px solid #6d2929;
  border-left: none;
  border-top: none;
}
.trust-pilots-inner-slider {
  display: flex;
}
.trust-pilots-inner-slider-item {
  width: 100%;
  max-width: 403px;
  height: 454px;
  flex-shrink: 0;
  border: 1px solid #6d2929;
  border-right: none;
  display: flex;
  flex-direction: column;
  padding: 24px 10px 12px 26px;
  cursor: pointer;
  outline: 0;
  transition: 0.3s;
}
@media (max-width: 426px) {
  .trust-pilots-inner-slider-item {
    max-width: 358px;
    height: auto;
    padding: 24px 10px 24px 26px;
  }
}
.trust-pilots-inner-slider-item:last-child {
  border-right: 1px solid #6d2929;
}
@media (max-width: 426px) {
  .trust-pilots-inner-slider-item:last-child {
    border-left: 1px solid #6d2929;
  }
}
.trust-pilots-inner-slider-item:first-child {
  border-left: none;
}
@media (max-width: 426px) {
  .trust-pilots-inner-slider-item:first-child {
    border-left: 1px solid #6d2929;
  }
}
.trust-pilots-inner-slider-item.slick-active.slick-current {
  border-left: none;
}
@media (max-width: 426px) {
  .trust-pilots-inner-slider-item.slick-active.slick-current {
    border-left: 1px solid #6d2929;
  }
}
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.review-author-photo {
  width: 44px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.review-author-name {
  padding-left: 11px;
  font-size: 18px;
  font-weight: 700;
  font-family: IBMPlexMono;
  color: #b8bbd3;
}
.review-item-stars {
  width: 88px;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.review-item-main {
  padding-top: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 340px;
}
@media (max-width: 426px) {
  .review-item-main {
    min-height: 416px;
  }
}
.review-item-title {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  font-weight: 500;
  color: #b8bbd3;
  margin-bottom: 11px;
}
@media (max-width: 769px) {
  .review-item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .review-item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.review-item-text {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
}
.review-item-date {
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
}
.cta-section {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .cta-section {
    padding-top: 57px;
  }
}
.cta-section .deco-block-border {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .cta-section .deco-block-border {
    display: none;
  }
}
.cta-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.cta-section-inner-content {
  width: 100%;
  border: 1px solid #6d2929;
  padding: 4.2% 4.8%;
}
@media (max-width: 426px) {
  .cta-section-inner-content {
    padding: 19px 18px 6px 18px;
  }
}
.cta-section-inner-content .step-block-inner-content-btns {
  margin-top: 45px;
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  .cta-section-inner-content .step-block-inner-content-btns {
    margin-top: 16px;
  }
}
.cta-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 8px;
}
@media (max-width: 1025px) {
  .cta-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .cta-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.cta-section-heading br {
  display: none;
}
@media (max-width: 426px) {
  .cta-section-heading br {
    display: block;
  }
}
.cta-section-subheading {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .cta-section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .cta-section-subheading {
    line-height: 23px;
  }
}
.features-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1025px) {
  .features-section {
    overflow: hidden;
  }
}
@media (max-width: 769px) {
  .features-section {
    padding-top: 75px;
  }
}
@media (max-width: 426px) {
  .features-section {
    padding-bottom: 40px;
  }
}
.features-section .deco-block-border {
  margin-top: 121px;
}
@media (max-width: 1025px) {
  .features-section .deco-block-border {
    margin-top: 80px;
    overflow: hidden;
  }
}
@media (max-width: 426px) {
  .features-section .deco-block-border {
    margin-top: 75px;
  }
}
.features-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.features-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 8px;
}
@media (max-width: 1025px) {
  .features-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .features-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.features-inner-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 63px;
  position: relative;
}
@media (max-width: 769px) {
  .features-inner-cards-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 426px) {
  .features-inner-cards-wrapper {
    padding-top: 0;
    margin-top: 40px;
  }
}
.features-inner-cards-wrapper:before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: 0;
  left: -10%;
}
.features-inner-cards-wrapper:after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  bottom: 0;
  left: -10%;
}
.features-inner-card {
  width: 100%;
  max-width: 336px;
  height: 324px;
  border: 1px solid #6d2929;
  position: relative;
  transition: 0.3s;
  background-color: #1f1f2b;
  padding: 28px 20px;
  background-repeat: no-repeat;
  background-position-x: 14%;
  background-position-y: 83%;
}
@media (max-width: 1025px) {
  .features-inner-card {
    height: 255px;
    padding: 20px 15px;
  }
}
@media (max-width: 769px) {
  .features-inner-card {
    height: 205px;
    background-size: 50%;
  }
}
@media (max-width: 426px) {
  .features-inner-card {
    height: 172px;
    max-width: 50%;
    background-size: 40%;
    padding: 14px 5px 9px 14px;
  }
}
.features-inner-card:hover {
  background-color: #2b1423;
  border: 1px solid #e36659;
  background-image: url(../images/E-commerce-b.webp) !important;
}
.features-inner-card:hover .features-card-title {
  color: #fff;
}
.features-inner-card:nth-child(2):hover {
  background-image: url(../images/Info-Education-b.webp) !important;
}
.features-inner-card:nth-child(3):hover {
  background-image: url(../images/Call-Funnels-b.webp) !important;
}
.features-inner-card:nth-child(4):hover {
  background-image: url(../images/Local-Agency-b.webp) !important;
}
.features-inner-card:before {
  content: "";
  display: block;
  width: 1px;
  height: 160%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: -30%;
  left: -1px;
  opacity: 0.7;
}
.features-inner-card:last-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 160%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: -30%;
  right: -1px;
  opacity: 0.7;
}
.features-inner-card.features-inner-card-out-now-tag {
  border: 2px solid #e36659;
  box-shadow: 0 2px 24px 0 rgba(245, 80, 80, 0.8);
}
.features-inner-card.features-inner-card-out-now-tag:after {
  content: "";
  display: block;
  background-image: url(../images/out-now-tag.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 105px;
}
.features-inner-card-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-card.svg);
  background-position-x: 97.5%;
  background-position-y: 3%;
  background-repeat: no-repeat;
}
@media (max-width: 426px) {
  .features-inner-card-link {
    background-position-x: 97.5%;
    background-position-y: 0.5%;
    background-size: 9%;
  }
}
.features-card-title {
  color: #b8bbd3;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
}
@media (max-width: 769px) {
  .features-card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 769px) {
  .features-card-title {
    font-size: 13px;
  }
}
@media (max-width: 426px) {
  .features-card-title {
    font-size: 16px;
  }
}
.features-card-title span {
  font-style: italic;
  color: #1f1f2b;
  background-color: #e36659;
  padding: 0 9px;
  padding-left: 6px;
  font-weight: 700;
}
@media (max-width: 426px) {
  .features-card-title span {
    font-size: 14px;
  }
}
.text-section {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 426px) {
  .text-section {
    padding-bottom: 15px;
  }
}
.text-section-inner {
  width: 100%;
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 15px;
}
.text-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 15px;
}
@media (max-width: 1025px) {
  .text-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .text-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.text-section-paragr {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 18px;
  max-width: 1000px;
}
@media (max-width: 769px) {
  .text-section-paragr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .text-section-paragr {
    line-height: 20.8px;
  }
}
.image-text-section-row {
  width: 100%;
}
.image-text-section-row-inner {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1025px) {
  .image-text-section-row-inner {
    flex-direction: column;
  }
}
.image-text-section-image {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 659px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .image-text-section-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 426px) {
  .image-text-section-image {
    max-width: 290px;
  }
}
.image-text-section-image img {
  width: 100%;
  max-width: 659px;
  height: auto;
}
@media (max-width: 426px) {
  .image-text-section-image .image-text-section-image-desktop {
    display: none;
  }
}
.image-text-section-image .image-text-section-image-mobile {
  display: none;
}
@media (max-width: 426px) {
  .image-text-section-image .image-text-section-image-mobile {
    display: block;
  }
}
.image-text-section-text {
  width: 100%;
  max-width: 602px;
}
.image-text-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .image-text-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .image-text-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.image-text-section-subheading {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-top: 18px;
}
@media (max-width: 769px) {
  .image-text-section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .image-text-section-subheading {
    line-height: 20.8px;
  }
}
.image-text-section-row-reveerse {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1025px) {
  .image-text-section-row-reveerse {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.image-text-section-row-reveerse .image-text-section-row-inner {
  flex-direction: row-reverse;
  max-width: 1374px;
}
@media (max-width: 1025px) {
  .image-text-section-row-reveerse .image-text-section-row-inner {
    flex-direction: column;
  }
}
.image-text-section-row-reveerse
  .image-text-section-row-inner
  .image-text-section-text {
  max-width: 538px;
}
.deco-block-border-big-margin {
  margin-top: 143px;
}
.image-text-section-row-reveerse-low-margin {
  padding-bottom: 0;
}
@media (max-width: 426px) {
  .image-text-section-row-reveerse-low-margin {
    padding-top: 60px;
  }
}
.image-text-section-row-reveerse-low-margin .deco-block-border {
  margin-top: 70px;
  margin-bottom: 73px;
}
@media (max-width: 514px) {
  .image-text-section-row-reveerse-low-margin .deco-block-border {
    margin: 60px 0;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-reveerse-low-margin
    .deco-block-border.deco-block-border-big-margin {
    margin-top: 80px;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-reveerse-low-margin
    .image-text-section-row-inner
    .image-text-section-image {
    max-width: 100%;
  }
}
.big-graph {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 514px) {
  .big-graph {
    padding-top: 40px;
  }
}
@media (max-width: 426px) {
  .big-graph {
    padding-bottom: 60px;
    overflow: hidden;
  }
}
.big-graph .deco-block-border {
  margin-top: 63px;
}
@media (max-width: 426px) {
  .big-graph .deco-block-border {
    margin-top: 50px;
  }
}
.big-graph-inner {
  width: 100%;
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.big-graph-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 63px;
}
@media (max-width: 1025px) {
  .big-graph-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .big-graph-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 514px) {
  .big-graph-heading {
    order: 2;
    margin-bottom: 16px;
  }
}
.big-graph-wrapper {
  width: 100%;
  max-width: 1240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-height: 328px;
  background-image: url(../images/big-graph-img.svg);
}
@media (max-width: 1025px) {
  .big-graph-wrapper {
    max-width: 93%;
  }
}
@media (max-width: 514px) {
  .big-graph-wrapper {
    order: 1;
    margin-bottom: 43px;
  }
}
@media (max-width: 426px) {
  .big-graph-wrapper {
    max-width: 100%;
    min-height: 192px;
    background-size: contain;
    background-image: url(../images/big-graph-img-mobile.svg);
  }
}
.big-graph-text-wrapper {
  padding-top: 40px;
}
@media (max-width: 514px) {
  .big-graph-text-wrapper {
    order: 3;
    padding-top: 0;
  }
}
.big-graph-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  max-width: 1077px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .big-graph-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .big-graph-text {
    line-height: 20.8px;
  }
}
.demonstration {
  width: 100%;
}
@media (max-width: 1025px) {
  .demonstration {
    overflow: hidden;
  }
}
.demonstration .deco-block-border {
  margin-top: 80px;
}
@media (max-width: 426px) {
  .demonstration .deco-block-border {
    margin-top: 68px;
  }
}
.demonstration-inner {
  width: 100%;
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 15px;
}
.demonstration-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 40px;
  max-width: 1077px;
}
@media (max-width: 1025px) {
  .demonstration-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .demonstration-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.demonstration-inner-text-wrapper {
  padding-top: 40px;
}
.demonstration-inner-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  max-width: 1077px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .demonstration-inner-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .demonstration-inner-text {
    line-height: 20.8px;
  }
}
.demonstration-inner-image-wrapper {
  width: 100%;
  max-width: 1077px;
  min-height: 613px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .demonstration-inner-image-wrapper {
    min-height: 430px;
  }
}
@media (max-width: 426px) {
  .demonstration-inner-image-wrapper {
    min-height: 205px;
  }
}
.demonstration-inner-image-wrapper:before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  bottom: 4px;
  left: -10%;
}
.demonstration-inner-image-wrapper video {
  max-width: 100%;
  height: auto;
}
.features-section-column .features-inner-heading {
  margin: 50px 0;
}
@media (max-width: 769px) {
  .features-section-column .features-inner-heading {
    margin: 0 0 32px 0;
  }
}
.features-section-column .features-section-wrapper-items {
  display: flex;
  flex-direction: column;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item {
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6d2929;
  text-decoration: none;
  transition: 0.3s;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item:not(:last-child) {
  border-bottom: none;
}
@media (max-width: 769px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item {
    padding: 28px 24px;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-icon {
  margin-right: 39px;
  max-width: 100px;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-icon
  img {
  width: 100%;
  height: auto;
}
@media (max-width: 1150px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-icon {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-icon {
    max-width: 96px;
    margin-bottom: 16px;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-text {
  width: 62%;
  color: #b8bbd3;
}
@media (max-width: 1281px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-text {
    width: 550px;
  }
}
@media (max-width: 1045px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-title {
  display: block;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 8px;
  transition: 0.3s;
}
@media (max-width: 769px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-title
  .green-text-inverted {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-title {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column-reverse;
  }
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-title
    .green-text-inverted {
    max-width: 185px;
    margin-bottom: 8px;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .features-section-item-subtitle {
  display: block;
  max-width: 550px;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item:nth-child(2)
  .features-section-item-subtitle {
  max-width: 430px;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item
  .hero-banner-btn-secondary {
  min-width: 288px;
  background-image: url(../images/arrow-card.svg);
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .hero-banner-btn-secondary {
    display: block;
    text-align: center;
    min-width: 310px;
  }
}
@media (max-width: 514px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .hero-banner-btn-secondary {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 514px) {
  .features-section-column
    .features-section-wrapper-items
    .features-section-item
    .features-section-item-btn {
    display: block;
    width: 100%;
  }
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item:hover {
  outline: 2px solid #e36659;
  box-shadow: 0 2px 24px 0 rgba(245, 80, 80, 0.8);
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item:hover
  .features-section-item-title {
  color: #e36659;
}
.features-section-column
  .features-section-wrapper-items
  .features-section-item:hover
  .hero-banner-btn-secondary {
  color: #1f1f2b;
  background-color: #e36659;
}
.features-section-column .deco-block-border {
  margin: 40px auto;
}
@media (max-width: 769px) {
  .features-section-column .deco-block-border {
    margin: 60px auto 20px auto;
  }
}
@media (max-width: 769px) {
  .features-section-column {
    margin-top: 0;
    padding: 60px 0 20px 0;
  }
}
.green-text-inverted {
  display: inline-block;
  padding: 0 6px;
  color: #1f1f2b;
  background: #e36659;
}
.book-a-call-form {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 14px;
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  .book-a-call-form {
    padding: 60px 15px 0 15px;
  }
}
.book-a-call-form .deco-block-border {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .book-a-call-form .deco-block-border {
    margin-top: 60px;
  }
}
.book-a-call-form .book-a-call-form-inner {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 46px 6.2% 47px 4.9%;
  border: 1px solid #6d2929;
}
@media (max-width: 1281px) {
  .book-a-call-form .book-a-call-form-inner {
    padding: 30px 1% 30px 1%;
  }
}
@media (max-width: 769px) {
  .book-a-call-form .book-a-call-form-inner {
    padding: 25px 15px;
  }
}
.book-a-call-form .book-a-call-form-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  max-width: 902px;
  letter-spacing: -1.1px;
  margin: 0 auto 56px auto;
  text-align: center;
}
@media (max-width: 1025px) {
  .book-a-call-form .book-a-call-form-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .book-a-call-form .book-a-call-form-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 1150px) {
  .book-a-call-form .book-a-call-form-heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 426px) {
  .book-a-call-form .book-a-call-form-heading {
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: -0.6px;
    max-width: 322px;
    margin: 0 0 23px 0;
    text-align: left;
  }
}
.book-a-call-form #form-wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  text-align: center;
}
.book-a-call-form #form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book-a-call-form #form-wrapper form .input {
  margin-right: 0;
}
.book-a-call-form #form-wrapper form .field {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .book-a-call-form #form-wrapper form .field {
    margin-bottom: 32px;
  }
}
.book-a-call-form #form-wrapper form .form-columns-1 {
  min-width: 100%;
}
.book-a-call-form #form-wrapper form .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  gap: 48px;
}
@media (max-width: 769px) {
  .book-a-call-form #form-wrapper form .form-columns-2 {
    flex-direction: column;
    gap: 0;
  }
}
.book-a-call-form #form-wrapper form .form-columns-2 .field {
  width: calc((100% - 48px) / 2);
}
@media (max-width: 769px) {
  .book-a-call-form #form-wrapper form .form-columns-2 .field {
    width: 100%;
  }
}
.book-a-call-form #form-wrapper form label {
  display: inline-block;
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
  margin-bottom: 8px;
}
.book-a-call-form #form-wrapper form label span.hs-form-required {
  color: #ee786c;
  display: inline-block;
  vertical-align: super;
}
.book-a-call-form #form-wrapper form select {
  -webkit-appearance: none;
}
.book-a-call-form #form-wrapper form .hs-fieldtype-select .input {
  position: relative;
}
.book-a-call-form #form-wrapper form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/select-arr.svg) 50% 50% no-repeat;
}
.book-a-call-form #form-wrapper form input[type="email"],
.book-a-call-form #form-wrapper form input[type="tel"],
.book-a-call-form #form-wrapper form input[type="text"],
.book-a-call-form #form-wrapper form select {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 17px 20px 18px 20px;
  background-color: #2b1423;
  border: 1px solid #6d2929;
  color: #fff;
}
.book-a-call-form #form-wrapper form input[type="submit"] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #1f1f2b;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.book-a-call-form #form-wrapper form input[type="submit"]:hover {
  background-color: #39a47b;
  border: 1px solid #39a47b;
  color: #fff;
}
.book-a-call-form #form-wrapper form input[type="submit"]:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #1f1f2b;
  pointer-events: none;
}
.book-a-call-form #form-wrapper form fieldset {
  border: none;
}
.book-a-call-form #form-wrapper form .hs_phone .hs-fieldtype-intl-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.book-a-call-form #form-wrapper form .hs_phone .hs-fieldtype-intl-phone:after {
  display: none;
}
@media (max-width: 426px) {
  .book-a-call-form #form-wrapper form .hs_phone .hs-fieldtype-intl-phone {
    width: 100%;
  }
}
.book-a-call-form #form-wrapper form .hs_phone select {
  max-width: 192px;
}
.book-a-call-form #form-wrapper form .hs_phone input {
  width: calc(70% - 18px) !important;
}
.bannered {
  padding-top: 60px;
}
@media (max-width: 769px) {
  .bannered {
    padding-top: 80px;
  }
}
.top-banner {
  display: none;
  background-color: #fff01f;
  padding: 20px 10px;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #000;
}
.top-banner p {
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.top-banner p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.3em;
}
.top-banner .timer {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.top-banner .timer .timer-block {
  margin-right: 25px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-banner .timer .timer-block:first-of-type {
  margin-left: 0;
}
.top-banner .timer .timer-block:last-of-type {
  margin-right: 0;
}
.top-banner .timer .timer-block .timer-value {
  font-size: 28px;
  font-weight: 700;
}
.top-banner .timer .timer-block span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.top-banner .timer .separator {
  font-size: 28px;
}
@media (max-width: 769px) {
  .top-banner p {
    font-size: 24px;
    line-height: 1.3em;
    max-width: 1150px;
    margin: 0 auto 16px auto;
  }
  .top-banner p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.footer {
  width: 100%;
  padding-bottom: 67px;
  overflow: hidden;
  position: relative;
}
.footer .deco-block-border {
  position: absolute;
  top: 287px;
  z-index: 0;
  height: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 426px) {
  .footer .deco-block-border {
    display: none;
  }
}
.line-block-border {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 77%;
  height: 1px;
  opacity: 0.2;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.footer-inner .deco-block-border {
  position: absolute;
  top: 241px;
  left: 0;
  z-index: 0;
}
@media (max-width: 426px) {
  .footer-inner .deco-block-border {
    display: none;
  }
}
.footer-inner .deco-block-border:after {
  right: 0;
}
.footer-inner .deco-block-border:before {
  left: 0;
}
@media (max-width: 1025px) {
  .footer-inner .deco-block-border {
    top: 252px;
  }
  .footer-inner .deco-block-border:after {
    right: 1%;
  }
  .footer-inner .deco-block-border:before {
    left: 1%;
  }
}
.footer-inner-top {
  width: 100%;
  display: flex;
  padding-top: 80px;
}
@media (max-width: 426px) {
  .footer-inner-top {
    flex-direction: column;
    padding: 40px 15px 0 15px;
  }
}
.footer-top-info {
  display: flex;
  flex-direction: column;
  max-width: 275px;
  width: 100%;
  margin-right: 11%;
}
@media (max-width: 1025px) {
  .footer-top-info {
    margin-right: 4%;
  }
}
@media (max-width: 426px) {
  .footer-top-info {
    margin-right: 0;
    max-width: 300px;
  }
}
.footer-logo {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-top-info-text-wrapper {
  padding-top: 35px;
}
@media (max-width: 426px) {
  .footer-top-info-text-wrapper {
    padding-top: 24px;
  }
}
.footer-top-info-text-wrapper.images {
  display: flex;
  gap: 10px;
}
.footer-top-info-text-wrapper.images img {
  max-width: 100px;
  height: auto;
}
.footer-top-info-text {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -0.7px;
}
@media (max-width: 769px) {
  .footer-top-info-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 426px) {
  .footer-top-info-text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 730px;
}
@media (max-width: 426px) {
  .footer-nav {
    padding-top: 66px;
  }
}
.footer-nav-list {
  list-style: none;
}
@media (max-width: 1025px) {
  .footer-nav-list {
    min-width: 200px;
    margin-bottom: 45px;
  }
}
@media (max-width: 426px) {
  .footer-nav-list {
    min-width: 320px;
    margin-bottom: 1px;
  }
}
.footer-nav-list-item {
  margin-bottom: 22px;
}
.footer-nav-list-item a {
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.footer-nav-list-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e36659;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.footer-nav-list-item a:hover {
  color: #fff;
}
.footer-nav-list-item a:hover:after {
  opacity: 1;
}
.footer-nav-list-item-heading span {
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
  text-transform: uppercase;
  display: block;
  margin-bottom: 28px;
}
@media (max-width: 426px) {
  .footer-nav-list-item-heading span {
    text-transform: capitalize;
  }
  .footer-nav-list-item-heading span:after {
    display: none;
  }
}
@media (max-width: 426px) {
  .footer-nav-list-item-heading {
    position: relative;
  }
  .footer-nav-list-item-heading:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/footer-menu-arrow.svg);
    position: absolute;
    right: 4px;
    top: 7px;
  }
}
@media (max-width: 426px) {
  .footer-nav-list-item-heading-active {
    position: relative;
  }
  .footer-nav-list-item-heading-active:after {
    transform: rotate(-180deg);
  }
}
.footer-inner-bottom {
  margin-top: 97px;
}
.footer-copyright-text {
  color: #76768d;
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
}
.footer-nav-list-inner-wrapper {
  list-style: none;
}
@media (max-width: 426px) {
  .footer-nav-list-inner-wrapper {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media (max-width: 426px) {
  .footer-nav-list-inner-wrapper-active {
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
    margin-bottom: 40px;
  }
}
.cursor-heading {
  position: relative;
}
.cursor-heading:after {
  content: "";
  display: block;
  width: 8.4px;
  height: 36px;
  background-color: #b8bbd3;
  position: absolute;
  right: -15px;
  bottom: 3px;
}
.cursor-heading-short {
  position: relative;
}
.cursor-heading-short:after {
  content: "";
  display: block;
  width: 5px;
  height: 36px;
  background-color: #b8bbd3;
  position: absolute;
  right: -9px;
  bottom: 3px;
}
.mobile-remove {
  display: block;
}
.only-mobile {
  display: none;
}
@media (max-width: 514px) {
  .mobile-remove {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.thanks-tabs {
  padding: 40px 0;
  color: #b8bbd3;
  font-family: IBMPlexMono, sans-serif;
}
@media (max-width: 769px) {
  .thanks-tabs {
    padding: 60px 16px;
  }
}
.thanks-tabs__inner {
  width: 99%;
  max-width: 1374px;
  margin: 0 auto;
}
.thanks-tabs__title {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
@media (max-width: 1025px) {
  .thanks-tabs__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .thanks-tabs__title {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.thanks-tabs__tsubtitle {
  font-size: 32px;
  line-height: 39.2px;
  font-family: IBMPlexMono;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 769px) {
  .thanks-tabs__tsubtitle {
    font-size: 16px;
    line-height: 21.8px;
    letter-spacing: -0.9px;
    max-width: 100%;
  }
}
.thanks-tabs__nav {
  margin-top: 64px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #6d2929;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media (max-width: 769px) {
  .thanks-tabs__nav {
    margin-top: 24px;
    overflow-x: scroll;
  }
}
.thanks-tabs__nav--item {
  color: #b8bbd3;
  text-decoration: unset;
  border: 1px solid #6d2929;
  border-top: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 32px;
  border-radius: 0 20px 0 0;
  border-left: unset;
  white-space: nowrap;
  flex-wrap: nowrap;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.03em;
}
@media (max-width: 769px) {
  .thanks-tabs__nav--item {
    font-size: 20px;
  }
}
.thanks-tabs__nav--item:first-of-type {
  border-radius: 20px 20px 0 0;
  border-left: 1px solid #6d2929;
}
.thanks-tabs__nav--item.active {
  border-radius: 20px 20px 0 0;
  background: #6d2929;
  color: #fff;
  border-color: #e36659;
  border-top: 1px solid #e36659;
  border-left: 1px solid #e36659;
}
.thanks-tabs__content {
  padding: 64px;
  border: 1px solid #6d2929;
  border-top: unset;
  overflow: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
}
.thanks-tabs__content.active {
  display: block;
}
@media (max-width: 769px) {
  .thanks-tabs__content {
    padding: 22px 16px;
  }
}
.thanks-tabs__heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-bottom: 16px;
}
@media (max-width: 1025px) {
  .thanks-tabs__heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .thanks-tabs__heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 769px) {
  .thanks-tabs__heading {
    font-size: 24px;
  }
}
.thanks-tabs__text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
}
@media (max-width: 769px) {
  .thanks-tabs__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.thanks-tabs__method {
  margin-top: 80px;
  margin-bottom: 24px;
  padding: 7px 16px;
  border: 1px solid #e36659;
  background: #6d2929;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 769px) {
  .thanks-tabs__method {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.thanks-tabs__method::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 1px);
  top: 50%;
  transform: translateY(50%);
  width: 100px;
  height: 1px;
  background: #6d2929;
}
.thanks-tabs__subtitle {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 769px) {
  .thanks-tabs__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.thanks-tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .thanks-tabs__list {
    grid-template-columns: 1fr;
    border: unset;
  }
}
.thanks-tabs__list--item {
  padding: 16px;
}
@media (max-width: 769px) {
  .thanks-tabs__list--item {
    padding: 16px 0;
    position: relative;
  }
  .thanks-tabs__list--item:before {
    content: " ";
    display: block;
    background-color: #6d2929;
    width: 150%;
    height: 1px;
    left: -20px;
    right: -20px;
    top: -16px;
    position: absolute;
  }
}
.thanks-tabs__list--item:nth-of-type(2n + 1) {
  border-right: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .thanks-tabs__list--item:nth-of-type(2n + 1) {
    border-right: unset;
  }
}
.thanks-tabs__list--item p {
  padding: 0 16px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
}
@media (max-width: 769px) {
  .thanks-tabs__list--item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 769px) {
  .thanks-tabs__list--item p {
    padding: 0;
  }
}
.thanks-tabs__list--item ul {
  padding: 0 16px 0 32px;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .thanks-tabs__list--item ul {
    padding: 0 0 0 16px;
  }
}
.thanks-tabs__list--item ul li {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .thanks-tabs__list--item ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.thanks-tabs__list--item ul li:last-of-type {
  margin: unset;
}
.thanks-tabs__list--subtitle {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  font-weight: 300;
  font-size: 34px;
  background-color: #6d2929;
  padding: 8px 16px;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 769px) {
  .thanks-tabs__list--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 769px) {
  .thanks-tabs__list--subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.thanks-tabs .video-optimize-video {
  width: 100%;
  margin: 0 auto;
}
.video-optimize-section {
  margin-top: 40px;
}
.video-optimize-section .video-optimize-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.video-optimize-section .video-optimize-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  margin-bottom: 32px;
  max-width: 1142px;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .video-optimize-section .video-optimize-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-heading {
    margin-bottom: 24px;
  }
}
.video-optimize-section .video-optimize-video {
  position: relative;
  width: 1094px;
  height: 619px;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .video-optimize-section .video-optimize-video {
    width: 98%;
    height: 500px;
  }
}
@media (max-width: 905px) {
  .video-optimize-section .video-optimize-video {
    height: 400px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-video {
    height: 300px;
  }
}
@media (max-width: 426px) {
  .video-optimize-section .video-optimize-video {
    height: 203px;
    margin-bottom: 60px;
  }
}
.video-optimize-section .video-optimize-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 426px) {
  .video-optimize-section .deco-block-border:before {
    left: 10px;
  }
  .video-optimize-section .deco-block-border:after {
    right: 10px;
  }
}

.trusted-by-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -20px;
  overflow: hidden; /* Hide the scrollbar */
}

.trusted-by-slider {
  display: flex;
  flex-direction: row; /* Ensure items flow from left to right */
  justify-content: flex-start; /* Align items to the start */
  flex-wrap: nowrap; /* Prevent items from wrapping */
  animation: scroll 30s linear infinite; /* Apply scrolling animation */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.trusted-by-slider-item {
  height: 112px;
  width: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; /* Add margin between items */
  flex-shrink: 0; /* Prevent shrinking */
}

.trusted-by-slider-item img {
  max-width: 100%;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 769px) {
  .trusted-by-slider {
    animation: scroll 20s linear infinite; /* Slow down the animation on smaller screens */
  }

  .trusted-by-slider-item {
    width: 150px;
    height: 75px;
    margin-right: 5px; /* Adjust margin for smaller screens */
  }

  .trusted-by-slider-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 426px) {
  .trusted-by-slider {
    animation: scroll 10s linear infinite; /* Further slow down the animation on the smallest screens */
  }

  .trusted-by-slider-item {
    width: 120px; /* Adjust width for very small screens */
    height: 50px; /* Adjust height for very small screens */
    margin-right: 5px; /* Adjust margin for very small screens */
  }

  .trusted-by-slider-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .trusted-by-slider {
    animation: scroll 10s linear infinite; /* Slow down the animation on the smallest screens */
  }

  .trusted-by-slider-item {
    width: 120px; /* Further adjust width for very small screens */
    height: 40px; /* Further adjust height for very small screens */
    margin-right: 3px; /* Adjust margin for very small screens */
  }

  .trusted-by-slider-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.who-is-using-title {
  margin-bottom: 50px;
}

.new-features-section {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1025px) {
  .new-features-section {
    overflow: hidden;
  }
}
@media (max-width: 769px) {
  .new-features-section {
    padding-top: 75px;
  }
}
@media (max-width: 426px) {
  .new-features-section {
    padding-bottom: 40px;
  }
}
.new-deco-block-border {
  margin-top: 121px;
}
@media (max-width: 1025px) {
  .new-deco-block-border {
    margin-top: 80px;
    overflow: hidden;
  }
}
@media (max-width: 426px) {
  .new-deco-block-border {
    margin-top: 75px;
  }
}
.new-features-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 25px;
}
.new-features-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 50px;
}
@media (max-width: 1025px) {
  .new-features-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .new-features-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.new-features-section-wrapper-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.new-features-section-item {
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6d2929;
  text-decoration: none;
  transition: 0.3s;
}
.new-features-section-item:not(:last-child) {
  border-bottom: none;
}
@media (max-width: 769px) {
  .new-features-section-item {
    padding: 28px 24px;
  }
}
.new-features-section-item-icon {
  margin-right: 39px;
  max-width: 100px;
}
.new-features-section-item-icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 1150px) {
  .new-features-section-item-icon {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .new-features-section-item-icon {
    max-width: 96px;
    margin-bottom: 16px;
  }
}
.new-features-section-item-text {
  width: 62%;
  color: #b8bbd3;
}
@media (max-width: 1281px) {
  .new-features-section-item-text {
    width: 550px;
  }
}
@media (max-width: 1045px) {
  .new-features-section-item-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.new-features-section-item-title {
  display: block;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 8px;
  transition: 0.3s;
}
@media (max-width: 769px) {
  .new-features-section-item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.new-features-section-item-title .new-green-text-inverted {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .new-features-section-item-title {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column-reverse;
  }
  .new-features-section-item-title .new-green-text-inverted {
    max-width: 185px;
    margin-bottom: 8px;
  }
}
.new-features-section-item-subtitle {
  display: block;
  max-width: 550px;
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
}
.new-features-section-item:nth-child(2) .new-features-section-item-subtitle {
  max-width: 430px;
}
.new-hero-banner-btn-secondary {
  min-width: 288px;
  background-image: url(../images/arrow-card.svg);
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .new-hero-banner-btn-secondary {
    display: block;
    text-align: center;
    min-width: 310px;
  }
}
@media (max-width: 514px) {
  .new-hero-banner-btn-secondary {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 514px) {
  .new-features-section-item-btn {
    display: block;
    width: 100%;
  }
}
.new-features-section-item:hover {
  outline: 2px solid #e36659;
  box-shadow: 0 2px 24px 0 rgba(245, 80, 80, 0.8);
}
.new-features-section-item:hover .new-features-section-item-title {
  color: #e36659;
}
.new-features-section-item:hover .new-hero-banner-btn-secondary {
  color: #1f1f2b;
  background-color: #e36659;
}
.new-deco-block-border {
  margin: 40px auto;
}
@media (max-width: 769px) {
  .new-deco-block-border {
    margin: 60px auto 20px auto;
  }
}
@media (max-width: 769px) {
  .new-features-section {
    margin-top: 0;
    padding: 60px 0 20px 0;
  }
}

.new-features-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.features-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.features-inner-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  letter-spacing: -1.1px;
  margin-bottom: 8px;
}
@media (max-width: 1025px) {
  .features-inner-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .features-inner-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.new-features-inner-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 63px;
  position: relative;
}
@media (max-width: 769px) {
  .new-features-inner-cards-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 426px) {
  .new-features-inner-cards-wrapper {
    padding-top: 0;
    margin-top: 40px;
  }
}
.new-features-inner-cards-wrapper:before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: 0;
  left: -10%;
}
.new-features-inner-cards-wrapper:after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  background: linear-gradient(
    260deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  bottom: 0;
  left: -10%;
}
.new-features-inner-card {
  width: 100%;
  max-width: 336px;
  height: 324px;
  border: 1px solid #6d2929;
  position: relative;
  transition: 0.3s;
  background-color: #1f1f2b;
  padding: 28px 20px;
  background-repeat: no-repeat;
  background-position-x: 14%;
  background-position-y: 83%;
}
@media (max-width: 1025px) {
  .new-features-inner-card {
    height: 255px;
    padding: 20px 15px;
  }
}
@media (max-width: 769px) {
  .new-features-inner-card {
    height: 205px;
    background-size: 50%;
  }
}
@media (max-width: 426px) {
  .new-features-inner-card {
    height: 172px;
    max-width: 50%;
    background-size: 40%;
    padding: 14px 5px 9px 14px;
  }
}
.new-features-inner-card:hover {
  background-color: #2b1423;
  border: 1px solid #e36659;
  background-image: url(../images/E-commerce-b.webp) !important;
}
.new-features-inner-card:hover .new-features-card-title {
  color: #fff;
}
.new-features-inner-card:nth-child(2):hover {
  background-image: url(../images/Info-Education-b.webp) !important;
}
.new-features-inner-card:nth-child(3):hover {
  background-image: url(../images/Call-Funnels-b.webp) !important;
}
.new-features-inner-card:nth-child(4):hover {
  background-image: url(../images/Local-Agency-b.webp) !important;
}
.new-features-inner-card:before {
  content: "";
  display: block;
  width: 1px;
  height: 160%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: -30%;
  left: -1px;
  opacity: 0.7;
}
.new-features-inner-card:last-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 160%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    #8a2722 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: -30%;
  right: -1px;
  opacity: 0.7;
}
.new-features-inner-card.new-features-inner-card-out-now-tag {
  border: 2px solid #e36659;
  box-shadow: 0 2px 24px 0 rgba(245, 80, 80, 0.8);
}
.new-features-inner-card.new-features-inner-card-out-now-tag:after {
  content: "";
  display: block;
  background-image: url(../images/out-now-tag.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 105px;
}
.new-features-inner-card-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-card.svg);
  background-position-x: 97.5%;
  background-position-y: 3%;
  background-repeat: no-repeat;
}
@media (max-width: 426px) {
  .new-features-inner-card-link {
    background-position-x: 97.5%;
    background-position-y: 0.5%;
    background-size: 9%;
  }
}
