/** Global styles */ /** Colors */
/** Fonts */
/** Ease */
/** Media Queries */
/**************************************************************
-> Usage: @include aspect-ratio(16, 9);
**************************************************************/
/**************************************************************
-> Usage: @include aspect-ratio(690, 905);
**************************************************************/
/**************************************************************
-> Define font-face custom typefaces
**************************************************************/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-heavy-webfont.woff2") format("woff2");
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-heavyitalic-webfont.woff2") format("woff2");
  font-weight: 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-blackitalic-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabolditalic-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bolditalic-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibolditalic-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-medium-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-mediumitalic-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regularitalic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-light-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-lightitalic-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-thin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-thinitalic-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-ultralight-webfont.woff2") format("woff2");
  font-weight: 50;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-ultralightitalic-webfont.woff2") format("woff2");
  font-weight: 50;
  font-style: italic;
  font-display: swap;
}
.bg-image-armalytix {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  background-size: contain;
  z-index: -3;
  pointer-events: none;
}

.can-click {
  pointer-events: all !important;
}

#cookie-notice {
  min-width: 74%;
  width: 74%;
  border-top-right-radius: 10px;
}
@media (max-width: 769px) {
  #cookie-notice {
    width: 100%;
  }
}
#cookie-notice .cn-button {
  background-color: #93002c;
  color: #f7f7f7;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 5px;
}
#cookie-notice .cn-privacy-policy-link {
  font-weight: 700;
  text-decoration: none;
  color: #f7f7f7;
}

.poly-button {
  text-decoration: none;
  color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}
.poly-button:hover .bg-poly {
  transform-origin: top left;
  transform: scale(1.1) rotate(-10deg) translate(-50%, -50%);
}
.poly-button:hover .arrow-poly {
  transform-origin: top left;
  transform: scale(1.25) translate(-50%, -50%);
}
.poly-button:hover .form-button {
  margin-right: 20px;
}
.poly-button .form-button {
  position: relative;
  width: 80px;
  height: 73px;
  margin-right: 15px;
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.poly-button .form-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  z-index: 1;
}
.poly-button .button-text {
  font-size: 15px;
}

input[type=text],
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

aside.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
  display: none;
}
aside.lightbox-video.active {
  display: flex;
  z-index: 10;
  visibility: visible;
}
aside.lightbox-video .plyr__video-wrapper {
  aspect-ratio: 16/9 !important;
}
aside.lightbox-video .close-lightbox {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  cursor: pointer;
  z-index: 20;
}
aside.lightbox-video .close-lightbox:hover {
  background-color: #7a0025;
}
aside.lightbox-video .close-lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --plyr-color-main: #93002c;
}

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 21px 0;
  z-index: 6;
}
@media (max-width: 769px) {
  header.site-header {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  header.site-header .container {
    width: 90%;
  }
}
header.site-header .wrap-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1920px) {
  header.site-header .wrap-header {
    align-items: flex-end;
  }
}
header.site-header .wrap-header .wrap-logo {
  width: auto;
}
header.site-header .wrap-header .wrap-logo .brand {
  display: inline-block;
  width: 141px;
  height: 47px;
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-logo .brand {
    display: none;
  }
}
header.site-header .wrap-header .wrap-logo .brand svg {
  width: 100%;
  height: 100%;
}
header.site-header .wrap-header .wrap-logo .brand-mobile {
  display: none;
  width: 120px;
  height: 28px;
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-logo .brand-mobile {
    display: inline-block;
  }
}
header.site-header .wrap-header .wrap-logo .brand-mobile svg {
  width: 100%;
  height: 100%;
}
header.site-header .wrap-header .wrap-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  height: 60px;
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary {
    height: 60px;
  }
}
@media (min-width: 1401px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary {
    height: 60px;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .nav-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .nav-buttons li a {
  text-decoration: none;
  color: #f7f7f7;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .get-started-header {
  background-color: #93002c;
  height: auto;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .get-started-header {
    display: none;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .get-started-header:hover {
  background-color: #7a0025;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login {
  background-color: transparent;
  border: 1px solid #e9ccd5;
  height: auto;
  padding: 9px 20px;
  margin-left: 15px;
  line-height: 1;
  border-radius: 5px;
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 300;
  transition: border 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login {
    display: none;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login:hover {
  border: 1px solid #be6680;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .asked-check {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  height: auto;
  padding: 9px 20px;
  margin-left: 25px;
  line-height: 1;
  border-radius: 5px;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  transition: border 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .asked-check {
    display: none;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .asked-check:hover {
  border: 1px solid #f7f7f7;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .asked-check a {
  color: inherit !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary ul {
  padding-left: 0;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary ul li {
  list-style: none;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary ul.nav > li {
  position: relative;
  margin: 0 35px 0 0;
  height: 45px;
  display: block;
}
@media (max-width: 1024px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary ul.nav > li {
    display: none;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown {
  position: relative;
  margin: 0 43px 0 0;
  height: 45px;
  display: block;
}
@media (max-width: 1024px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown {
    display: none;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  top: 7px;
  right: -22px;
  background-image: url("../images/dropdown-arrow.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
@media (min-width: 1920px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown:after {
    top: 11px;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown.active:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  top: 7px;
  right: -22px;
  background-image: url("../images/dropdown-arrow.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  transform: rotate(180deg) !important;
}
@media (min-width: 1920px) {
  header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown.active:after {
    top: 11px;
  }
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-why .sub-menu {
  min-width: 270px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-why li:last-child {
  border-bottom: none;
  padding: 25px 0 0 0;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-why li:last-child:after {
  top: unset;
  bottom: 0;
  transform: translate(0, 0);
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-industries .sub-menu {
  min-width: 195px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-industries li a {
  display: inline-block;
  width: 100%;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-industries li:last-child {
  border-bottom: none;
  padding: 40px 0 0 0;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-industries li:last-child:after {
  top: unset;
  bottom: 0;
  transform: translate(0, -50%);
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services .sub-menu {
  min-width: 240px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li {
  padding: 20px 0 20px 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li:after {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li:first-child {
  padding: 0 0 20px 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li:first-child::after {
  top: 0 !important;
  transform: none !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li:last-child {
  border-bottom: none;
  padding: 20px 0 0 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-services li:last-child:after {
  top: unset;
  bottom: 0;
  transform: translate(0, 2px) !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company .sub-menu {
  min-width: 195px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li {
  padding: 20px 0 20px 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li:after {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li:first-child {
  padding: 0 0 20px 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li:first-child::after {
  top: 0 !important;
  transform: none !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li:last-child {
  border-bottom: none;
  padding: 20px 0 0 0 !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .dropdown-company li:last-child:after {
  top: unset;
  bottom: 0;
  transform: translate(0, 2px) !important;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .nav {
  display: flex;
  align-items: center;
  margin-top: 0;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .nav a {
  color: #f7f7f7;
  text-decoration: none;
  font-size: 15px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu {
  position: absolute;
  top: 35px;
  background-color: #f7f7f7;
  padding: 20px 20px 30px 20px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  margin-top: 0;
  transition: opacity 0.2s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu:before {
  content: "";
  height: 25px;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu.visible {
  opacity: 1;
  pointer-events: all;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu li {
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu li:first-child {
  padding: 20px 0 20px 0;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  top: 50%;
  right: 0;
  background-image: url("../images/sub-nav-round-arrow.svg");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(0, -25%);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu a {
  color: #35334a;
  font-weight: 500;
  position: relative;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu a:hover {
  color: #be6680;
}
header.site-header .wrap-header .wrap-primary-nav .nav-primary .sub-menu a[title]::before {
  content: attr(title);
  position: absolute;
  top: -20px;
  left: 0;
  width: auto;
  font-size: 12px;
  font-weight: 300;
  color: #35334a !important;
}
header.site-header .wrap-header .burger-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header.site-header .wrap-header .burger-mobile {
    display: block;
    margin-left: 30px;
    max-width: 30px;
  }
}

.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #be6680;
  display: flex;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 12rem 2rem 6rem;
  box-sizing: border-box;
  justify-content: space-between;
  overflow: scroll;
}
.nav-mobile-overlay .brand-overlay {
  position: absolute;
  top: 20px;
  left: 19px;
  width: 120px;
  height: 28px;
  z-index: 10;
}
.nav-mobile-overlay .brand-overlay svg {
  width: 100%;
  height: 100%;
}
.nav-mobile-overlay .close-nav-overlay {
  position: absolute;
  top: 25px;
  right: 22px;
  max-width: 30px;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  border: 0;
}
.nav-mobile-overlay .wrap-primary-nav {
  position: relative;
}
.nav-mobile-overlay .wrap-primary-nav .mobile-home-link {
  font-size: 30px;
  line-height: 1.25;
  display: inline-block;
}
.nav-mobile-overlay .wrap-primary-nav ul {
  padding: 0;
  margin-top: 10px;
}
.nav-mobile-overlay .wrap-primary-nav ul li {
  list-style: none;
}
.nav-mobile-overlay .wrap-primary-nav ul .dropdown {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
}
.nav-mobile-overlay .wrap-primary-nav ul .dropdown > a {
  position: relative;
  display: inline-block;
}
.nav-mobile-overlay .wrap-primary-nav ul .dropdown > a:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 12px;
  top: 20px;
  right: -42px !important;
  background-image: url("../images/drop-arrow-mobile-close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.nav-mobile-overlay .wrap-primary-nav ul .dropdown.active > a {
  position: relative;
  display: inline-block;
}
.nav-mobile-overlay .wrap-primary-nav ul .dropdown.active > a:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 12px;
  top: 20px;
  right: -42px !important;
  background-image: url("../images/drop-arrow-mobile-open.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  transform: rotate(180deg) !important;
}
.nav-mobile-overlay .wrap-primary-nav ul .sub-menu {
  height: 0;
  overflow: hidden;
}
.nav-mobile-overlay .wrap-primary-nav ul .sub-menu.visible {
  pointer-events: all !important;
}
.nav-mobile-overlay .wrap-primary-nav ul .sub-menu li {
  font-size: 20px;
  line-height: 2;
}
.nav-mobile-overlay .wrap-primary-nav ul.nav > li {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
}
.nav-mobile-overlay .wrap-primary-nav a {
  color: #f7f7f7;
  text-decoration: none;
}
.nav-mobile-overlay .wrap-buttons-bottom {
  position: relative;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li {
  list-style: none;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li a {
  text-decoration: none;
  color: #f7f7f7;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li.get-started-header {
  background-color: #93002c;
  height: 35px;
  width: 50%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li.corporate-login {
  background-color: transparent;
  border: 1px solid #e9ccd5;
  height: 35px;
  width: 50%;
  text-align: center;
  padding: 9px 20px;
  margin-top: 15px;
  line-height: 1;
  border-radius: 5px;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li.asked-check {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  height: 35px;
  text-align: center;
  padding: 9px 20px;
  margin-top: 15px;
  line-height: 1;
  border-radius: 5px;
  color: #000000;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
  width: 50%;
}
.nav-mobile-overlay .wrap-buttons-bottom .menu-button-navigation-container ul li.asked-check a {
  color: inherit;
}

footer.page-footer {
  background-color: #191822;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  footer.page-footer {
    padding: 60px 0 90px 0;
  }
}
footer.page-footer .wrap-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer.page-footer .wrap-footer .left-column {
  width: 42%;
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .left-column {
    width: 100%;
  }
}
footer.page-footer .wrap-footer .left-column .armalytix-logo {
  align-items: center;
  display: flex;
  width: 260px;
  height: auto;
  margin-bottom: 40px;
}
footer.page-footer .wrap-footer .left-column .icb-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer.page-footer .wrap-footer .left-column .icb-logo img {
  height: auto;
  margin-left: 15px;
  margin-top: 30px;
  max-width: 180px;
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.page-footer .wrap-footer .left-column .icb-logo img:first-child {
  margin-left: unset;
}
footer.page-footer .wrap-footer .left-column .tagline {
  margin: 0 0 30px 0;
}
footer.page-footer .wrap-footer .left-column .poly-button {
  text-decoration: none;
  color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0;
}
footer.page-footer .wrap-footer .left-column .poly-button:hover .bg-poly {
  transform-origin: top left;
  transform: scale(1.1) rotate(-10deg) translate(-50%, -50%);
}
footer.page-footer .wrap-footer .left-column .poly-button:hover .arrow-poly {
  transform-origin: top left;
  transform: scale(1.25) translate(-50%, -50%);
}
footer.page-footer .wrap-footer .left-column .poly-button:hover .form-button {
  margin-right: 20px;
}
footer.page-footer .wrap-footer .left-column .poly-button .form-button {
  position: relative;
  width: 80px;
  height: 73px;
  margin-right: 15px;
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
footer.page-footer .wrap-footer .left-column .poly-button .form-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
footer.page-footer .wrap-footer .left-column .poly-button .button-text {
  font-size: 15px;
}
footer.page-footer .wrap-footer .right-column {
  width: 33%;
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .right-column {
    width: 100%;
    margin-top: 25px;
  }
}
footer.page-footer .wrap-footer .right-column .socials .pre-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 25px 0;
}
footer.page-footer .wrap-footer .right-column .socials .wrap-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon {
  margin-right: 40px;
}
@media (max-width: 1070px) {
  footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon {
    margin-right: 35px;
  }
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon {
    width: 30px;
  }
}
footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon svg path,
footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon svg rect {
  transition: fill 0.2s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon:hover svg path,
footer.page-footer .wrap-footer .right-column .socials .wrap-socials .social-icon:hover svg rect {
  fill: #e9ccd5;
}
footer.page-footer .wrap-footer .right-column .infos {
  margin-top: 40px;
}
footer.page-footer .wrap-footer .right-column .infos .reference {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
footer.page-footer .wrap-footer .right-column .infos .address-footer {
  font-weight: 200;
  margin: 15px 0 0 0;
  font-size: 20px;
}
footer.page-footer .wrap-footer .right-column .infos .email-footer {
  display: inline-block;
  margin: 15px 0 0 0;
  color: #e9ccd5;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
footer.page-footer .wrap-footer .right-column .infos .email-footer:hover {
  color: #be6680;
}
footer.page-footer .wrap-footer .bottom-column {
  width: 100%;
  margin-top: 30px;
}
footer.page-footer .wrap-footer .bottom-column .legal-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 20px 0;
}
footer.page-footer .wrap-footer .bottom-column .legal-nav ul li {
  list-style: none;
}
footer.page-footer .wrap-footer .bottom-column .legal-nav ul li a {
  text-decoration: none;
  color: #e9ccd5;
  font-size: 15px;
  margin-right: 12px;
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-left {
  width: 83%;
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-left {
    width: 100%;
  }
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-left .company-number,
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-left .copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 5px 0;
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-right {
  width: calc(17% - 30px);
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-right {
    width: 100%;
    margin-top: 25px;
  }
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-right .kota {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  color: #f7f7f7;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-right .kota {
    justify-content: flex-start;
  }
}
footer.page-footer .wrap-footer .bottom-column .wrap-bottom .column-right .kota svg {
  width: 35px;
  height: 35px;
  margin-left: 12px;
}

/** Dependancy styles */
/** Component styles */
/**
 * Swiper 7.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 9, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/** Content builder */
/** Template-specific styles */
.template-policy {
  background: #f7f7f7 !important;
}
.template-policy .bg-image-armalytix {
  display: none;
}
.template-policy .content-policy {
  color: #2b1f30;
}
.template-policy .content-policy .wrap-policy-content {
  padding: 90px 0 130px 0;
  max-width: 825px;
}
@media (max-width: 769px) {
  .template-policy .content-policy .wrap-policy-content {
    padding: 30px 0 70px 0;
  }
}
@media (min-width: 1601px) {
  .template-policy .content-policy .wrap-policy-content {
    max-width: 1225px;
  }
}
.template-policy .content-policy .wrap-policy-content h2,
.template-policy .content-policy .wrap-policy-content h3,
.template-policy .content-policy .wrap-policy-content h4,
.template-policy .content-policy .wrap-policy-content h5,
.template-policy .content-policy .wrap-policy-content h6 {
  margin: 25px 0;
  font-size: 20px;
  font-weight: 700;
}
.template-policy .content-policy .wrap-policy-content ul,
.template-policy .content-policy .wrap-policy-content ol {
  padding-left: 20px;
}
.template-policy .content-policy .wrap-policy-content ul li,
.template-policy .content-policy .wrap-policy-content ol li {
  margin: 10px 0;
  line-height: 1.5;
}
.template-policy .content-policy .wrap-policy-content a {
  color: #93002c;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-policy .content-policy .wrap-policy-content a:hover {
  color: #e9ccd5;
}
.template-policy .content-policy .wrap-policy-content p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
}

.template-trust .content-trust {
  color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.template-trust .content-trust .wrap-trust-content {
  position: relative;
  padding: 210px 0 130px 0;
  max-width: 825px;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-trust .content-trust .wrap-trust-content {
    padding: 120px 0 70px 0;
  }
}
@media (min-width: 1601px) {
  .template-trust .content-trust .wrap-trust-content {
    max-width: 1225px;
  }
}
.template-trust .content-trust .wrap-trust-content h1 {
  margin-top: 0;
}
@media (max-width: 769px) {
  .template-trust .content-trust .wrap-trust-content h1 {
    font-size: 40px;
  }
}
.template-trust .content-trust .wrap-trust-content h2,
.template-trust .content-trust .wrap-trust-content h3,
.template-trust .content-trust .wrap-trust-content h4,
.template-trust .content-trust .wrap-trust-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.template-trust .content-trust .wrap-trust-content a {
  color: #93002c;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-trust .content-trust .wrap-trust-content a:hover {
  color: #e9ccd5;
}
.template-trust .content-trust .wrap-trust-content p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;
}
.template-trust .content-trust .trust-fixed-logo {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 40%;
  height: auto;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.65;
}
@media (max-width: 769px) {
  .template-trust .content-trust .trust-fixed-logo {
    top: 60px;
    left: 50%;
    width: 80%;
    opacity: 0.5;
    transform: translate(-50%, 0);
  }
}
.template-trust .content-trust .trust-fixed-logo svg {
  width: 100%;
  height: auto;
}
.template-trust .content-trust .trust-poly-line {
  position: absolute;
  top: -27.5%;
  left: -15%;
  width: 70%;
  height: auto;
  z-index: 1;
}
@media (max-width: 769px) {
  .template-trust .content-trust .trust-poly-line {
    display: none;
  }
}
.template-trust .content-trust .trust-poly-line svg {
  width: 100%;
  height: auto;
}

.template-maintenance .maintenance-content {
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  z-index: 2;
}
.template-maintenance .maintenance-content .wrap-flares {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.template-maintenance .maintenance-content .wrap-maintenance-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .wrap-maintenance-content {
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0 auto;
    padding: 100px 0;
    height: 100%;
  }
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-text {
  width: 40%;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-text {
    width: 100%;
  }
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-text .maintenance-title {
  margin-top: 0;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-text .maintenance-title {
    font-size: 40px;
  }
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image {
  width: 40%;
  margin-left: 10%;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image {
    width: 60%;
    margin: 0 auto 60px auto;
  }
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image {
  position: relative;
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 139.8514851485%;
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image {
    position: relative;
  }
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 140%;
  }
  .template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-maintenance .maintenance-content .wrap-maintenance-content .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-maintenance .maintenance-content .maintenance-content-poly-line {
  position: absolute;
  top: -30%;
  left: -15%;
  width: 80%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-maintenance .maintenance-content .maintenance-content-poly-line {
    display: none;
  }
}
.template-maintenance .maintenance-content .maintenance-content-poly-line svg {
  width: 100%;
  height: auto;
}

.error404 .not-found {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.error404 .not-found .content {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 42.5%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 769px) {
  .error404 .not-found .content {
    position: relative;
    width: 100%;
    max-width: 85%;
    margin: 0;
    padding-bottom: 60px;
    transform: translateY(0);
    left: 0;
    position: relative;
  }
  .error404 .not-found .content::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 117.1428571429%;
  }
  .error404 .not-found .content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 520px) {
  .error404 .not-found .content {
    position: relative;
  }
  .error404 .not-found .content::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 137.5510204082%;
  }
  .error404 .not-found .content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.error404 .not-found .content .not-found-title {
  max-width: 280px;
}
.error404 .not-found .content .poly-button {
  text-decoration: none;
  color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0;
}
.error404 .not-found .content .poly-button:hover .bg-poly {
  transform-origin: top left;
  transform: scale(1.1) rotate(-10deg) translate(-50%, -50%);
}
.error404 .not-found .content .poly-button:hover .arrow-poly {
  transform-origin: top left;
  transform: scale(1.25) translate(-50%, -50%);
}
.error404 .not-found .content .poly-button:hover .form-button {
  margin-right: 20px;
}
.error404 .not-found .content .poly-button .form-button {
  position: relative;
  width: 80px;
  height: 73px;
  margin-right: 15px;
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.error404 .not-found .content .poly-button .form-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  z-index: 1;
}
.error404 .not-found .content .poly-button .button-text {
  font-size: 15px;
}
.error404 .not-found .not-found-logo-question {
  position: absolute;
  top: -17.5%;
  left: 40%;
  width: 55%;
  height: auto;
  z-index: 1;
}
@media (max-width: 769px) {
  .error404 .not-found .not-found-logo-question {
    top: 80px;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0);
  }
}
.error404 .not-found .not-found-logo-question .image {
  position: relative;
}
.error404 .not-found .not-found-logo-question .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 117.3333333333%;
}
.error404 .not-found .not-found-logo-question .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .error404 .not-found .not-found-logo-question .image {
    position: relative;
  }
  .error404 .not-found .not-found-logo-question .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 117.1428571429%;
  }
  .error404 .not-found .not-found-logo-question .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.error404 .not-found .not-found-logo-question .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.error404 .not-found .not-found-poly-line {
  position: absolute;
  top: -35%;
  left: -15%;
  width: 70%;
  height: auto;
  z-index: 1;
}
@media (max-width: 769px) {
  .error404 .not-found .not-found-poly-line {
    display: none;
  }
}
.error404 .not-found .not-found-poly-line svg {
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .template-industries {
    overflow-x: hidden;
  }
}
.template-industries .wrap-industries-and-reports {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
}
.template-industries .wrap-industries-and-reports .bg-line-top-left {
  position: absolute;
  left: -10%;
  top: -14%;
  width: 60%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-industries .wrap-industries-and-reports .bg-line-top-left {
    display: none;
  }
}
.template-industries .wrap-industries-and-reports .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-industries .wrap-industries-and-reports .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-industries .wrap-industries-and-reports .bg-line-left {
    display: none;
  }
}
.template-industries .wrap-industries-and-reports .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-industries .wrap-industries-and-reports .bg-line-right {
  position: absolute;
  right: -40%;
  top: 25%;
  width: 66%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-industries .wrap-industries-and-reports .bg-line-right {
    display: none;
  }
}
.template-industries .wrap-industries-and-reports .bg-line-right svg {
  width: 100%;
  height: 100%;
}
.template-industries .wrap-industries-and-reports .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 70%;
  width: 40%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-industries .wrap-industries-and-reports .bg-line-bottom-right {
    display: none;
  }
}
.template-industries .wrap-industries-and-reports .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}
.template-industries .how-we-help {
  position: relative;
  margin: 100px 0;
}
.template-industries .how-we-help .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-industries .how-we-help .white-band {
  position: absolute;
  z-index: -1;
  height: 250px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-industries .how-we-help .white-band {
    display: none;
  }
}
.template-industries .how-we-help .wrap-content {
  text-align: center;
}
.template-industries .how-we-help .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.template-industries .how-we-help .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.template-industries .how-we-help .wrap-content .wrap-button {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .template-industries .how-we-help .wrap-content .wrap-button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.template-industries .how-we-help .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-industries .how-we-help .wrap-content .wrap-help-items {
    display: none;
  }
}
.template-industries .how-we-help .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-industries .how-we-help .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
  .template-industries .how-we-help .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 75px;
  }
  .template-industries .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-industries .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-industries .how-we-help .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
}
.template-industries .how-we-help .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-industries .how-we-help .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-industries .how-we-help .wrap-content .help-item {
    width: 100%;
  }
}
.template-industries .how-we-help .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .template-industries .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
@media (max-width: 520px) {
  .template-industries .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 60px);
  }
}
.template-industries .how-we-help .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-industries .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .template-industries .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .template-industries .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 520px) {
  .template-industries .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3.5rem;
    margin: 20px 0;
  }
}
.template-industries .how-we-help .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.template-industries .how-we-help .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.template-industries .how-we-help .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-industries .features-and-benefits {
  position: relative;
  padding: 30px 0 130px 0;
  z-index: 3;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits {
    padding: 30px 0 60px 0;
  }
}
.template-industries .features-and-benefits .title {
  color: #2b1f30;
  text-align: center;
  margin: 80px 0 0 0;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .title {
    margin: 30px 0 0 0;
    font-size: 40px;
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image {
    width: 100%;
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.7777777778%;
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
    position: relative;
  }
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10%, 0);
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
    width: 140%;
    height: 100%;
    transform: translate(-12.5%, 0);
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features {
  width: 45%;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features {
    width: 100%;
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
  text-align: left;
}
@media (max-width: 769px) {
  .template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-industries .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}
.template-industries .news {
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
  margin-bottom: 150px;
}
.template-industries .news .title {
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 769px) {
  .template-industries .news .title {
    font-size: 40px;
  }
}
.template-industries .news .wrap-swiper-nav {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 100px;
  height: 30px;
}
.template-industries .news .swiper-button-next,
.template-industries .news .swiper-button-prev {
  transform: translateY(60px);
}
.template-industries .news .swiper-button-next:after,
.template-industries .news .swiper-button-prev:after {
  content: none;
}
.template-industries .news .swiper-button-next svg,
.template-industries .news .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.template-industries .news .swiper-button-next svg path,
.template-industries .news .swiper-button-prev svg path {
  fill: #93002c;
}
.template-industries .news .wrap-news-items {
  position: relative;
}
.template-industries .news .wrap-news-items:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 135px;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 80%);
  z-index: 10;
}
@media (max-width: 769px) {
  .template-industries .news .wrap-news-items:before {
    width: 80px;
  }
}
.template-industries .news .news-articles {
  text-decoration: none;
  color: #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .template-industries .news .news-articles:last-child {
    margin-bottom: 0;
  }
}
.template-industries .news .news-articles:hover .read-more {
  margin-right: 30px;
}
.template-industries .news .news-articles:hover svg {
  margin-right: 10px;
}
.template-industries .news .news-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.template-industries .news .news-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.template-industries .news .news-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles .image {
    position: relative;
  }
  .template-industries .news .news-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .template-industries .news .news-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-industries .news .news-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles .image img {
    width: 100%;
  }
}
.template-industries .news .news-articles .news-title {
  margin: 20px 0;
  color: #2b1f30;
  font-size: 20px;
}
.template-industries .news .news-articles .infos {
  font-size: 15px;
  margin: 30px 0 0 0;
  color: #2b1f30;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles .infos {
    margin: 15px 0 0 0;
  }
}
.template-industries .news .news-articles .infos .category {
  color: #2b1f30;
  font-weight: 600;
}
.template-industries .news .news-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #2b1f30;
  margin: 0;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles .excerpt {
    padding-left: 0;
  }
}
.template-industries .news .news-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .template-industries .news .news-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.template-industries .news .news-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
  color: #2b1f30;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-industries .news .news-articles .wrap-read-more svg {
  width: auto;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-industries .news .news-articles .wrap-read-more svg path {
  fill: #e9ccd5;
}
.template-industries .featured-in {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 769px) {
  .template-industries .featured-in {
    margin-bottom: 120px;
  }
}
.template-industries .featured-in .title {
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 769px) {
  .template-industries .featured-in .title {
    font-size: 40px;
  }
}
.template-industries .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-industries .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-industries .featured-in .wrap-logos .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
.template-industries .featured-in .wrap-logos .logo-item {
  width: 100%;
}
@media (max-width: 769px) {
  .template-industries .featured-in .wrap-logos .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.template-industries .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.template-industries .reports {
  position: relative;
  background-color: #f7f7f7;
  overflow: visible;
}
.template-industries .reports .wrap-reports .title {
  color: #2b1f30;
  margin-top: -1px;
  text-align: center;
  font-weight: 400;
}
.template-industries .reports .wrap-reports .wrap-report-items {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .template-industries .reports .wrap-reports .wrap-report-items {
    display: none;
  }
}
.template-industries .reports .wrap-reports .wrap-report-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-industries .reports .wrap-reports .wrap-report-items-mobile {
    display: block;
    width: calc(100% + 19px);
  }
  .template-industries .reports .wrap-reports .wrap-report-items-mobile .swiper {
    padding-bottom: 45px;
  }
  .template-industries .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-industries .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-bordeaux.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-industries .reports .wrap-reports .report-item {
  position: relative;
  overflow: hidden;
  background-color: #35334a;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border-radius: 10px;
}
.template-industries .reports .wrap-reports .report-item:nth-child(2n) {
  margin-left: 30px;
}
.template-industries .reports .wrap-reports .report-item:nth-child(2) .overlay-line {
  transform: rotate(245deg);
}
.template-industries .reports .wrap-reports .report-item:nth-child(3) .overlay-line {
  transform: rotate(180deg);
  top: -35%;
  left: 20%;
}
.template-industries .reports .wrap-reports .report-item:nth-child(4) .overlay-line {
  transform: rotate(180deg);
}
@media (max-width: 769px) {
  .template-industries .reports .wrap-reports .report-item {
    width: 100%;
  }
  .template-industries .reports .wrap-reports .report-item:nth-child(2n) {
    margin-left: 0;
  }
}
.template-industries .reports .wrap-reports .report-item .gradient-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(33, 31, 48) 0%, rgba(255, 255, 255, 0) 100%);
}
.template-industries .reports .wrap-reports .report-item .overlay-line {
  position: absolute;
  top: -20%;
  left: 10%;
  width: 120%;
  height: 100%;
  opacity: 0.8;
  z-index: 2;
}
.template-industries .reports .wrap-reports .report-item .logo-bg {
  position: absolute;
  top: -60%;
  left: 20%;
  width: 730px;
  height: 855px;
  opacity: 0.1;
  transform: rotate(45deg);
}
.template-industries .reports .wrap-reports .report-item .logo-bg svg path {
  fill: #e9ccd5;
}
.template-industries .reports .wrap-reports .report-item .wrap-content {
  position: relative;
  padding: 40px 30px 60px 30px;
  z-index: 1;
}
@media (max-width: 769px) {
  .template-industries .reports .wrap-reports .report-item .wrap-content {
    padding: 40px 20px 30px 20px;
  }
}
.template-industries .reports .wrap-reports .report-item .wrap-content .title {
  color: #f7f7f7;
  text-align: left;
  margin: 0;
}
@media (max-width: 769px) {
  .template-industries .reports .wrap-reports .report-item .wrap-content .title {
    font-size: 30px;
  }
}
.template-industries .reports .wrap-reports .report-item .wrap-content .title strong {
  font-weight: 400;
  color: #be6680;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .title p {
  margin: 0 0 30px 0;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .sub-title {
  color: #f7f7f7;
  font-weight: 500;
  margin: 0;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .wrap-items {
  margin: 20px 0 0 0;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 16px;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item:last-child {
  margin-bottom: 0;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item svg {
  width: 25px;
}
.template-industries .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item span {
  width: calc(100% - 45px);
}
.template-industries .how-it-works {
  position: relative;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-industries .how-it-works {
    background-color: #f7f7f7;
    padding: 0 0 60px 0;
    margin-bottom: 0;
  }
}
.template-industries .how-it-works .white-band {
  position: absolute;
  z-index: -1;
  height: 500px;
  width: 100%;
  top: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-industries .how-it-works .white-band {
    display: none;
  }
}
.template-industries .how-it-works .title {
  color: #2b1f30;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .template-industries .how-it-works .title {
    margin-top: -1px;
    padding-top: 50px;
  }
}
.template-industries .how-it-works .text {
  color: #2b1f30;
  max-width: 540px;
  margin: 0 auto 60px auto;
}
.template-industries .how-it-works .wrap-video {
  position: relative;
  position: relative;
  background-color: #35334a;
  border-radius: 5px;
  overflow: hidden;
}
.template-industries .how-it-works .wrap-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.7272727273%;
}
.template-industries .how-it-works .wrap-video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-industries .how-it-works .wrap-video .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.template-industries .how-it-works .wrap-video .plyr.active {
  z-index: 2;
}
.template-industries .how-it-works .wrap-video .wrap-inside-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-button {
  width: 35%;
  cursor: pointer;
}
@media (max-width: 769px) {
  .template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
  }
  .template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-button .button-text {
    display: none;
  }
}
.template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-title {
  width: 45%;
}
@media (max-width: 769px) {
  .template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 2;
  }
}
.template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-title .title-video {
  text-align: left;
}
@media (max-width: 769px) {
  .template-industries .how-it-works .wrap-video .wrap-inside-video .wrap-title .title-video {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
  }
}
.template-industries .how-it-works .wrap-video .logo-bg {
  position: absolute;
  top: -40%;
  left: 10%;
  width: 100%;
  height: auto;
  transform: rotate(45deg);
  opacity: 0.1;
  pointer-events: none;
}
.template-industries .how-it-works .wrap-video .logo-bg svg {
  width: 100%;
  height: 100%;
}
.template-industries .how-it-works .wrap-video .logo-bg svg path {
  fill: #e9ccd5;
}
.template-industries aside.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.template-industries aside.lightbox-video.active {
  z-index: 10;
}
.template-industries aside.lightbox-video .plyr__video-wrapper {
  aspect-ratio: 16/9 !important;
}
.template-industries aside.lightbox-video .close-lightbox {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  cursor: pointer;
  z-index: 20;
}
.template-industries aside.lightbox-video .close-lightbox:hover {
  background-color: #7a0025;
}
.template-industries aside.lightbox-video .close-lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-industries .integration {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-industries .integration {
    margin-top: 60px;
  }
}
.template-industries .integration .wrap-integration .title,
.template-industries .integration .wrap-integration .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-industries .integration .wrap-integration .title {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration .title {
    font-size: 40px;
  }
}
.template-industries .integration .wrap-integration-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item {
  position: relative;
  overflow: hidden;
  width: calc(50% - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 100px 100px 100px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-2 .integration-item {
    width: 100%;
    padding: 25px 20px 60px 20px;
  }
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(2) {
  background: linear-gradient(152deg, rgb(53, 51, 74) 0%, rgb(147, 130, 159) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .image {
  position: relative;
  width: 180px;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-2 .integration-item .image img {
    width: 100%;
    height: 100%;
  }
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .option-number {
  font-weight: 600;
  margin-bottom: 20px;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .title {
  margin-bottom: 30px;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-industries .integration .wrap-integration-items.list-of-2 .integration-item .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 45px 100px 45px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-3 .integration-item {
    width: 100%;
    padding: 25px 20px 60px 20px;
  }
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(1) {
  background-color: #2b1f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(1) {
    background-color: #2b1f30;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(2) {
  background-color: #31243e;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(2) {
    background-color: #31243e;
    border-radius: 0;
  }
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(3) {
  background: linear-gradient(152deg, rgb(53, 51, 74) 0%, rgb(147, 130, 159) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .image {
  position: relative;
  width: 180px;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-industries .integration .wrap-integration-items.list-of-3 .integration-item .image img {
    width: 100%;
    height: 100%;
  }
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .option-number {
  font-weight: 600;
  margin-bottom: 20px;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .title {
  margin-bottom: 30px;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-industries .integration .wrap-integration-items.list-of-3 .integration-item .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.template-industries .who-we-help {
  text-align: center;
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-industries .who-we-help {
    margin-bottom: 90px;
    margin: 90px 0;
  }
}
.template-industries .who-we-help .wrap-intro {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .wrap-intro .title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.template-industries .who-we-help .wrap-who-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .wrap-who-items {
    display: none;
  }
}
.template-industries .who-we-help .wrap-who-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .wrap-who-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
}
.template-industries .who-we-help .wrap-who-items-mobile .swiper {
  padding-bottom: 75px;
}
.template-industries .who-we-help .wrap-who-items-mobile .swiper-pagination {
  bottom: 30px;
}
.template-industries .who-we-help .wrap-who-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-industries .who-we-help .who-item {
  position: relative;
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 60px 30px;
  background-color: #35334a;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .who-item {
    width: auto;
    padding: 100px 0 40px 0;
  }
}
.template-industries .who-we-help .who-item .image {
  position: relative;
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 85px;
  margin-bottom: 70px;
}
.template-industries .who-we-help .who-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 112.9411764706%;
}
.template-industries .who-we-help .who-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .who-item .image {
    position: relative;
  }
  .template-industries .who-we-help .who-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 112.9411764706%;
  }
  .template-industries .who-we-help .who-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-industries .who-we-help .who-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-industries .who-we-help .who-item .iteration-number {
  position: relative;
  z-index: 2;
  margin: 0;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-size: 20px;
  color: #e9ccd5;
}
.template-industries .who-we-help .who-item .title {
  position: relative;
  margin: 20px 0;
  z-index: 2;
}
.template-industries .who-we-help .who-item .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-industries .who-we-help .who-item .text {
    padding: 0 30px;
  }
}
.template-industries .who-we-help .who-item .normal-button {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #f7f7f7;
  border-radius: 5px;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-industries .who-we-help .who-item .normal-button:hover {
  background-color: #7a0025;
}
.template-industries .who-we-help .who-item .normal-button p {
  margin: 0;
  padding: 10px 20px;
}
.template-industries .who-we-help .who-item .bg-texture {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.template-industries .who-we-help .who-item .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170.8571428571%;
}
.template-industries .who-we-help .who-item .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-industries .who-we-help .who-item .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-industries .who-we-help .who-item .glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40%;
  height: 40%;
  background-color: #e9ccd5;
  filter: blur(40px);
  opacity: 0.2;
  transform: translateX(-50%);
}
.template-industries .pricing,
.template-industries .refer,
.template-industries .get-started {
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-industries .pricing,
  .template-industries .refer,
  .template-industries .get-started {
    margin: 30px 0;
  }
}
.template-industries .industries {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .template-industries .industries {
    margin-top: 80px;
  }
}
.template-industries .industries .bg-flare-one {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-industries .industries .bg-flare-two {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-industries .industries .bg-flare-three {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 23%;
  height: 16%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-industries .industries .wrap-intro {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-intro .title {
    font-size: 50px;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-intro .text {
    font-size: 20px;
  }
}
.template-industries .industries .wrap-industries-items {
  margin: 100px 0 0 0;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items {
    margin: 60px 0 0 0;
  }
}
.template-industries .industries .wrap-industries-items .industries-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item {
    margin-bottom: 10px;
  }
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
  top: 5%;
  right: 5%;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
    top: 12.5%;
    right: 7.5%;
  }
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
  order: 2;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
    order: 1;
  }
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image .flare-img {
  top: 50%;
  left: 7.5%;
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
  order: 1;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
    order: 2;
  }
}
.template-industries .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content .wrap-flare svg {
  top: -12.5%;
  left: unset;
  right: -50%;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item:last-child {
    margin-bottom: 0;
  }
}
.template-industries .industries .wrap-industries-items .industries-item:last-child .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}
.template-industries .industries .wrap-industries-items .industries-item:last-child .flare-img {
  bottom: 5%;
  left: 50%;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image {
  position: relative;
  width: 35%;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-image {
    width: 100%;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image .flare-img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  filter: blur(15px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #fff;
  opacity: 0.35;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.6315789474%;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-image .image {
    position: relative;
  }
  .template-industries .industries .wrap-industries-items .industries-item .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-industries .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -15%);
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-image .image img {
    width: 100%;
    transform: translate(0, 0);
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content {
  position: relative;
  background-color: #35334a;
  width: calc(60% - 120px);
  height: auto;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-content {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 10px;
  overflow: hidden;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare svg {
  position: absolute;
  top: -12.5%;
  left: -50%;
  width: 100%;
  height: auto;
  transform: scale(1.5) rotate(90deg);
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .text {
  margin-bottom: 4rem;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
  position: absolute;
  width: 75%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9ccd5;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
    display: none;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .title {
  margin: 0 0 30px 0;
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .text,
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .link-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-content .link-text {
    margin: 40px 0 0 0;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(30%);
  z-index: 2;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
    transform: translateY(-20px);
    right: 15px;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
  width: 125px;
  height: 125px;
}
@media (max-width: 769px) {
  .template-industries .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
    width: 70px;
    height: 70px;
  }
}
.template-industries .industries .wrap-industries-items .industries-item .wrap-content .poly-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-industries .industries .bg-title {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23vw;
  line-height: 0;
  margin-top: 0;
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 769px) {
  .template-industries .industries .bg-title {
    display: none;
  }
}
.template-industries .why-armalytix {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix .title,
.template-industries .why-armalytix .wrap-why-armalytix .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-industries .why-armalytix .wrap-why-armalytix .title {
  margin-bottom: 40px;
  font-weight: 300;
}
.template-industries .why-armalytix .wrap-why-armalytix .title strong {
  font-weight: 600;
}
.template-industries .why-armalytix .wrap-why-armalytix .copy {
  margin: 2rem auto;
  line-height: 1.5;
}
.template-industries .why-armalytix .wrap-why-armalytix-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items {
    margin-top: 80px;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 74px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 37px 120px 37px;
  text-decoration: none;
  color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
    width: 100%;
    padding: 60px 20px 60px 20px;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares svg {
  position: absolute;
  bottom: -23%;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(1.5);
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) em {
  color: #e9ccd5;
  font-style: normal;
  font-weight: 500;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) {
  background-color: #1e1c33;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) em {
  color: #be6680;
  font-style: normal;
  font-weight: 500;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .bg-poly path {
  fill: #705bab;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
  background: linear-gradient(-45deg, rgb(74, 73, 93) 0%, rgb(182, 151, 183) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) em {
  color: rgb(31, 221, 31);
  font-style: normal;
  font-weight: 500;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .bg-poly path {
  fill: #e9ccd5;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .arrow-poly path {
  fill: #000000;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-one {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 275px;
  border-radius: 40px;
  background-color: #2b1f30;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.5;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image {
  position: relative;
  width: 70px;
  margin-bottom: 3rem;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 114.2857142857%;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .option-number {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e9ccd5;
  z-index: 2;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto 30px auto;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
    max-width: 100%;
    font-size: 40px;
    line-height: 1;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
    max-width: 90%;
    margin: 0 auto;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 769px) {
  .template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
    margin-top: 60px;
  }
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video {
  margin-top: 3rem;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video p {
  line-height: 1;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button {
  position: absolute;
  bottom: -32px;
  right: -32px;
  z-index: 2;
  width: 130px;
  height: 130px;
}
.template-industries .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-industries .wrap-why-and-how {
  position: relative;
}
.template-industries .wrap-why-and-how .bg-why-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: -15%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-industries .wrap-why-and-how .bg-why-section {
    display: none;
  }
}
.template-industries .wrap-why-and-how .bg-why-section svg {
  width: 100%;
  height: 100%;
}
.template-industries .wrap-why-and-how .bg-how-section {
  position: absolute;
  width: 125%;
  bottom: -5%;
  left: -10%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-industries .wrap-why-and-how .bg-how-section {
    display: none;
  }
}

@media (max-width: 769px) {
  .template-accounting {
    overflow-x: hidden;
  }
}
.template-accounting .wrap-industries-and-reports {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
}
.template-accounting .wrap-industries-and-reports .bg-line-top-left {
  position: absolute;
  left: -10%;
  top: -14%;
  width: 60%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-accounting .wrap-industries-and-reports .bg-line-top-left {
    display: none;
  }
}
.template-accounting .wrap-industries-and-reports .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-accounting .wrap-industries-and-reports .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-accounting .wrap-industries-and-reports .bg-line-left {
    display: none;
  }
}
.template-accounting .wrap-industries-and-reports .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-accounting .wrap-industries-and-reports .bg-line-right {
  position: absolute;
  right: -40%;
  top: 25%;
  width: 66%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-accounting .wrap-industries-and-reports .bg-line-right {
    display: none;
  }
}
.template-accounting .wrap-industries-and-reports .bg-line-right svg {
  width: 100%;
  height: 100%;
}
.template-accounting .wrap-industries-and-reports .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 70%;
  width: 40%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-accounting .wrap-industries-and-reports .bg-line-bottom-right {
    display: none;
  }
}
.template-accounting .wrap-industries-and-reports .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}
.template-accounting .how-we-help {
  position: relative;
  margin: 100px 0;
}
.template-accounting .how-we-help .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-accounting .how-we-help .white-band {
  position: absolute;
  z-index: -1;
  height: 250px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-accounting .how-we-help .white-band {
    display: none;
  }
}
.template-accounting .how-we-help .wrap-content {
  text-align: center;
}
.template-accounting .how-we-help .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.template-accounting .how-we-help .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.template-accounting .how-we-help .wrap-content .wrap-button {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .template-accounting .how-we-help .wrap-content .wrap-button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.template-accounting .how-we-help .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-accounting .how-we-help .wrap-content .wrap-help-items {
    display: none;
  }
}
.template-accounting .how-we-help .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-accounting .how-we-help .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
  .template-accounting .how-we-help .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 75px;
  }
  .template-accounting .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-accounting .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-accounting .how-we-help .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
}
.template-accounting .how-we-help .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-accounting .how-we-help .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-accounting .how-we-help .wrap-content .help-item {
    width: 100%;
  }
}
.template-accounting .how-we-help .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .template-accounting .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
@media (max-width: 520px) {
  .template-accounting .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 60px);
  }
}
.template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 520px) {
  .template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3.5rem;
    margin: 20px 0;
  }
}
.template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.template-accounting .how-we-help .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.template-accounting .how-we-help .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-accounting .features-and-benefits {
  position: relative;
  padding: 30px 0 130px 0;
  z-index: 3;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits {
    padding: 30px 0 60px 0;
  }
}
.template-accounting .features-and-benefits .title {
  color: #2b1f30;
  text-align: center;
  margin: 80px 0 0 0;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .title {
    margin: 30px 0 0 0;
    font-size: 40px;
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image {
    width: 100%;
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.7777777778%;
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
    position: relative;
  }
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10%, 0);
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
    width: 140%;
    height: 100%;
    transform: translate(-12.5%, 0);
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features {
  width: 45%;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features {
    width: 100%;
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
  text-align: left;
}
@media (max-width: 769px) {
  .template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-accounting .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}
.template-accounting .news {
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
  margin-bottom: 150px;
}
.template-accounting .news .title {
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 769px) {
  .template-accounting .news .title {
    font-size: 40px;
  }
}
.template-accounting .news .wrap-swiper-nav {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 100px;
  height: 30px;
}
.template-accounting .news .swiper-button-next,
.template-accounting .news .swiper-button-prev {
  transform: translateY(60px);
}
.template-accounting .news .swiper-button-next:after,
.template-accounting .news .swiper-button-prev:after {
  content: none;
}
.template-accounting .news .swiper-button-next svg,
.template-accounting .news .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.template-accounting .news .swiper-button-next svg path,
.template-accounting .news .swiper-button-prev svg path {
  fill: #93002c;
}
.template-accounting .news .wrap-news-items {
  position: relative;
}
.template-accounting .news .wrap-news-items:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 135px;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 80%);
  z-index: 10;
}
@media (max-width: 769px) {
  .template-accounting .news .wrap-news-items:before {
    width: 80px;
  }
}
.template-accounting .news .news-articles {
  text-decoration: none;
  color: #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .template-accounting .news .news-articles:last-child {
    margin-bottom: 0;
  }
}
.template-accounting .news .news-articles:hover .read-more {
  margin-right: 30px;
}
.template-accounting .news .news-articles:hover svg {
  margin-right: 10px;
}
.template-accounting .news .news-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.template-accounting .news .news-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.template-accounting .news .news-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles .image {
    position: relative;
  }
  .template-accounting .news .news-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .template-accounting .news .news-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-accounting .news .news-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles .image img {
    width: 100%;
  }
}
.template-accounting .news .news-articles .news-title {
  margin: 20px 0;
  color: #2b1f30;
  font-size: 20px;
}
.template-accounting .news .news-articles .infos {
  font-size: 15px;
  margin: 30px 0 0 0;
  color: #2b1f30;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles .infos {
    margin: 15px 0 0 0;
  }
}
.template-accounting .news .news-articles .infos .category {
  color: #2b1f30;
  font-weight: 600;
}
.template-accounting .news .news-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #2b1f30;
  margin: 0;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles .excerpt {
    padding-left: 0;
  }
}
.template-accounting .news .news-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .template-accounting .news .news-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.template-accounting .news .news-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
  color: #2b1f30;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-accounting .news .news-articles .wrap-read-more svg {
  width: auto;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-accounting .news .news-articles .wrap-read-more svg path {
  fill: #e9ccd5;
}
.template-accounting .featured-in {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 769px) {
  .template-accounting .featured-in {
    margin-bottom: 120px;
  }
}
.template-accounting .featured-in .title {
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 769px) {
  .template-accounting .featured-in .title {
    font-size: 40px;
  }
}
.template-accounting .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-accounting .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-accounting .featured-in .wrap-logos .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
.template-accounting .featured-in .wrap-logos .logo-item {
  width: 100%;
}
@media (max-width: 769px) {
  .template-accounting .featured-in .wrap-logos .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.template-accounting .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  height: 60px;
  max-height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.template-accounting .reports {
  position: relative;
  background-color: #f7f7f7;
  overflow: visible;
}
.template-accounting .reports .wrap-reports .title {
  color: #2b1f30;
  margin-top: -1px;
  text-align: center;
  font-weight: 400;
}
.template-accounting .reports .wrap-reports .wrap-report-items {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .template-accounting .reports .wrap-reports .wrap-report-items {
    display: none;
  }
}
.template-accounting .reports .wrap-reports .wrap-report-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-accounting .reports .wrap-reports .wrap-report-items-mobile {
    display: block;
    width: calc(100% + 19px);
  }
  .template-accounting .reports .wrap-reports .wrap-report-items-mobile .swiper {
    padding-bottom: 45px;
  }
  .template-accounting .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-accounting .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-bordeaux.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-accounting .reports .wrap-reports .report-item {
  position: relative;
  overflow: hidden;
  background-color: #35334a;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border-radius: 10px;
}
.template-accounting .reports .wrap-reports .report-item:nth-child(2n) {
  margin-left: 30px;
}
.template-accounting .reports .wrap-reports .report-item:nth-child(2) .overlay-line {
  transform: rotate(245deg);
}
.template-accounting .reports .wrap-reports .report-item:nth-child(3) .overlay-line {
  transform: rotate(180deg);
  top: -35%;
  left: 20%;
}
.template-accounting .reports .wrap-reports .report-item:nth-child(4) .overlay-line {
  transform: rotate(180deg);
}
@media (max-width: 769px) {
  .template-accounting .reports .wrap-reports .report-item {
    width: 100%;
  }
  .template-accounting .reports .wrap-reports .report-item:nth-child(2n) {
    margin-left: 0;
  }
}
.template-accounting .reports .wrap-reports .report-item .gradient-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(33, 31, 48) 0%, rgba(255, 255, 255, 0) 100%);
}
.template-accounting .reports .wrap-reports .report-item .overlay-line {
  position: absolute;
  top: -20%;
  left: 10%;
  width: 120%;
  height: 100%;
  opacity: 0.8;
  z-index: 2;
}
.template-accounting .reports .wrap-reports .report-item .logo-bg {
  position: absolute;
  top: -60%;
  left: 20%;
  width: 730px;
  height: 855px;
  opacity: 0.1;
  transform: rotate(45deg);
}
.template-accounting .reports .wrap-reports .report-item .logo-bg svg path {
  fill: #e9ccd5;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content {
  position: relative;
  padding: 40px 30px 60px 30px;
  z-index: 1;
}
@media (max-width: 769px) {
  .template-accounting .reports .wrap-reports .report-item .wrap-content {
    padding: 40px 20px 30px 20px;
  }
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .title {
  color: #f7f7f7;
  text-align: left;
  margin: 0;
}
@media (max-width: 769px) {
  .template-accounting .reports .wrap-reports .report-item .wrap-content .title {
    font-size: 30px;
  }
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .title strong {
  font-weight: 400;
  color: #be6680;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .title p {
  margin: 0 0 30px 0;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .sub-title {
  color: #f7f7f7;
  font-weight: 500;
  margin: 0;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .wrap-items {
  margin: 20px 0 0 0;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 16px;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item:last-child {
  margin-bottom: 0;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item svg {
  width: 25px;
}
.template-accounting .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item span {
  width: calc(100% - 45px);
}
.template-accounting .how-it-works {
  position: relative;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works {
    background-color: #f7f7f7;
    padding: 0 0 60px 0;
    margin-bottom: 0;
  }
}
.template-accounting .how-it-works .white-band {
  position: absolute;
  z-index: -1;
  height: 500px;
  width: 100%;
  top: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works .white-band {
    display: none;
  }
}
.template-accounting .how-it-works .title {
  color: #2b1f30;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works .title {
    margin-top: -1px;
    padding-top: 50px;
  }
}
.template-accounting .how-it-works .text {
  color: #2b1f30;
  max-width: 540px;
  margin: 0 auto 60px auto;
}
.template-accounting .how-it-works .wrap-video {
  position: relative;
  position: relative;
  background-color: #35334a;
  border-radius: 5px;
  overflow: hidden;
}
.template-accounting .how-it-works .wrap-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.7272727273%;
}
.template-accounting .how-it-works .wrap-video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-accounting .how-it-works .wrap-video .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.template-accounting .how-it-works .wrap-video .plyr.active {
  z-index: 2;
}
.template-accounting .how-it-works .wrap-video .wrap-inside-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-button {
  width: 35%;
  cursor: pointer;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
  }
  .template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-button .button-text {
    display: none;
  }
}
.template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-title {
  width: 45%;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 2;
  }
}
.template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-title .title-video {
  text-align: left;
}
@media (max-width: 769px) {
  .template-accounting .how-it-works .wrap-video .wrap-inside-video .wrap-title .title-video {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
  }
}
.template-accounting .how-it-works .wrap-video .logo-bg {
  position: absolute;
  top: -40%;
  left: 10%;
  width: 100%;
  height: auto;
  transform: rotate(45deg);
  opacity: 0.1;
  pointer-events: none;
}
.template-accounting .how-it-works .wrap-video .logo-bg svg {
  width: 100%;
  height: 100%;
}
.template-accounting .how-it-works .wrap-video .logo-bg svg path {
  fill: #e9ccd5;
}
.template-accounting aside.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.template-accounting aside.lightbox-video.active {
  z-index: 10;
}
.template-accounting aside.lightbox-video .plyr__video-wrapper {
  aspect-ratio: 16/9 !important;
}
.template-accounting aside.lightbox-video .close-lightbox {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  cursor: pointer;
  z-index: 20;
}
.template-accounting aside.lightbox-video .close-lightbox:hover {
  background-color: #7a0025;
}
.template-accounting aside.lightbox-video .close-lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-accounting .integration {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-accounting .integration {
    margin-top: 60px;
  }
}
.template-accounting .integration .wrap-integration .title,
.template-accounting .integration .wrap-integration .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-accounting .integration .wrap-integration .title {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration .title {
    font-size: 40px;
  }
}
.template-accounting .integration .wrap-integration-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item {
  position: relative;
  overflow: hidden;
  width: calc(50% - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 100px 100px 100px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-2 .integration-item {
    width: 100%;
    padding: 25px 20px 60px 20px;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(2) {
  background: linear-gradient(152deg, rgb(53, 51, 74) 0%, rgb(147, 130, 159) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-2 .integration-item:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .image {
  position: relative;
  width: 180px;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .image img {
    width: 100%;
    height: 100%;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .option-number {
  font-weight: 600;
  margin-bottom: 20px;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .title {
  margin-bottom: 30px;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-accounting .integration .wrap-integration-items.list-of-2 .integration-item .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 45px 100px 45px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-3 .integration-item {
    width: 100%;
    padding: 25px 20px 60px 20px;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(1) {
  background-color: #2b1f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(1) {
    background-color: #2b1f30;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(2) {
  background-color: #31243e;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(2) {
    background-color: #31243e;
    border-radius: 0;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(3) {
  background: linear-gradient(152deg, rgb(53, 51, 74) 0%, rgb(147, 130, 159) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-3 .integration-item:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .image {
  position: relative;
  width: 180px;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .image img {
    width: 100%;
    height: 100%;
  }
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .option-number {
  font-weight: 600;
  margin-bottom: 20px;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .title {
  margin-bottom: 30px;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-accounting .integration .wrap-integration-items.list-of-3 .integration-item .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.template-accounting .who-we-help {
  text-align: center;
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help {
    margin-bottom: 90px;
    margin: 90px 0;
  }
}
.template-accounting .who-we-help .wrap-intro {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .wrap-intro .title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.template-accounting .who-we-help .wrap-who-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .wrap-who-items {
    display: none;
  }
}
.template-accounting .who-we-help .wrap-who-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .wrap-who-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
}
.template-accounting .who-we-help .wrap-who-items-mobile .swiper {
  padding-bottom: 75px;
}
.template-accounting .who-we-help .wrap-who-items-mobile .swiper-pagination {
  bottom: 30px;
}
.template-accounting .who-we-help .wrap-who-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-accounting .who-we-help .who-item {
  position: relative;
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 60px 30px;
  background-color: #35334a;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .who-item {
    width: auto;
    padding: 100px 0 40px 0;
  }
}
.template-accounting .who-we-help .who-item .image {
  position: relative;
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 85px;
  margin-bottom: 70px;
}
.template-accounting .who-we-help .who-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 112.9411764706%;
}
.template-accounting .who-we-help .who-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .who-item .image {
    position: relative;
  }
  .template-accounting .who-we-help .who-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 112.9411764706%;
  }
  .template-accounting .who-we-help .who-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-accounting .who-we-help .who-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-accounting .who-we-help .who-item .iteration-number {
  position: relative;
  z-index: 2;
  margin: 0;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-size: 20px;
  color: #e9ccd5;
}
.template-accounting .who-we-help .who-item .title {
  position: relative;
  margin: 20px 0;
  z-index: 2;
}
.template-accounting .who-we-help .who-item .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-accounting .who-we-help .who-item .text {
    padding: 0 30px;
  }
}
.template-accounting .who-we-help .who-item .normal-button {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #f7f7f7;
  border-radius: 5px;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-accounting .who-we-help .who-item .normal-button:hover {
  background-color: #7a0025;
}
.template-accounting .who-we-help .who-item .normal-button p {
  margin: 0;
  padding: 10px 20px;
}
.template-accounting .who-we-help .who-item .bg-texture {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.template-accounting .who-we-help .who-item .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170.8571428571%;
}
.template-accounting .who-we-help .who-item .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-accounting .who-we-help .who-item .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-accounting .who-we-help .who-item .glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40%;
  height: 40%;
  background-color: #e9ccd5;
  filter: blur(40px);
  opacity: 0.2;
  transform: translateX(-50%);
}
.template-accounting .pricing,
.template-accounting .refer,
.template-accounting .get-started {
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-accounting .pricing,
  .template-accounting .refer,
  .template-accounting .get-started {
    margin: 30px 0;
  }
}
.template-accounting .industries {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .template-accounting .industries {
    margin-top: 80px;
  }
}
.template-accounting .industries .bg-flare-one {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-accounting .industries .bg-flare-two {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-accounting .industries .bg-flare-three {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 23%;
  height: 16%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-accounting .industries .wrap-intro {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-intro .title {
    font-size: 50px;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-intro .text {
    font-size: 20px;
  }
}
.template-accounting .industries .wrap-industries-items {
  margin: 100px 0 0 0;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items {
    margin: 60px 0 0 0;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item {
    margin-bottom: 10px;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
  top: 5%;
  right: 5%;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
    top: 12.5%;
    right: 7.5%;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
  order: 2;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
    order: 1;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image .flare-img {
  top: 50%;
  left: 7.5%;
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
  order: 1;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
    order: 2;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content .wrap-flare svg {
  top: -12.5%;
  left: unset;
  right: -50%;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item:last-child {
    margin-bottom: 0;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item:last-child .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}
.template-accounting .industries .wrap-industries-items .industries-item:last-child .flare-img {
  bottom: 5%;
  left: 50%;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image {
  position: relative;
  width: 35%;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-image {
    width: 100%;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image .flare-img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  filter: blur(15px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #fff;
  opacity: 0.35;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.6315789474%;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image {
    position: relative;
  }
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -15%);
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-image .image img {
    width: 100%;
    transform: translate(0, 0);
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content {
  position: relative;
  background-color: #35334a;
  width: calc(60% - 120px);
  height: auto;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-content {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 10px;
  overflow: hidden;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare svg {
  position: absolute;
  top: -12.5%;
  left: -50%;
  width: 100%;
  height: auto;
  transform: scale(1.5) rotate(90deg);
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .text {
  margin-bottom: 4rem;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
  position: absolute;
  width: 75%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9ccd5;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
    display: none;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .title {
  margin: 0 0 30px 0;
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .text,
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .link-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-content .link-text {
    margin: 40px 0 0 0;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(30%);
  z-index: 2;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
    transform: translateY(-20px);
    right: 15px;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
  width: 125px;
  height: 125px;
}
@media (max-width: 769px) {
  .template-accounting .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
    width: 70px;
    height: 70px;
  }
}
.template-accounting .industries .wrap-industries-items .industries-item .wrap-content .poly-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-accounting .industries .bg-title {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23vw;
  line-height: 0;
  margin-top: 0;
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 769px) {
  .template-accounting .industries .bg-title {
    display: none;
  }
}
.template-accounting .why-armalytix {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix .title,
.template-accounting .why-armalytix .wrap-why-armalytix .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-accounting .why-armalytix .wrap-why-armalytix .title {
  margin-bottom: 40px;
  font-weight: 300;
}
.template-accounting .why-armalytix .wrap-why-armalytix .title strong {
  font-weight: 600;
}
.template-accounting .why-armalytix .wrap-why-armalytix .copy {
  margin: 2rem auto;
  line-height: 1.5;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items {
    margin-top: 80px;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 74px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 37px 120px 37px;
  text-decoration: none;
  color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
    width: 100%;
    padding: 60px 20px 60px 20px;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares svg {
  position: absolute;
  bottom: -23%;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(1.5);
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) em {
  color: #e9ccd5;
  font-style: normal;
  font-weight: 500;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) {
  background-color: #1e1c33;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) em {
  color: #be6680;
  font-style: normal;
  font-weight: 500;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .bg-poly path {
  fill: #705bab;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
  background: linear-gradient(-45deg, rgb(74, 73, 93) 0%, rgb(182, 151, 183) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) em {
  color: rgb(31, 221, 31);
  font-style: normal;
  font-weight: 500;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .bg-poly path {
  fill: #e9ccd5;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .arrow-poly path {
  fill: #000000;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-one {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 275px;
  border-radius: 40px;
  background-color: #2b1f30;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.5;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image {
  position: relative;
  width: 70px;
  margin-bottom: 3rem;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 114.2857142857%;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .option-number {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e9ccd5;
  z-index: 2;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto 30px auto;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
    max-width: 100%;
    font-size: 40px;
    line-height: 1;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
    max-width: 90%;
    margin: 0 auto;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 769px) {
  .template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
    margin-top: 60px;
  }
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video {
  margin-top: 3rem;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video p {
  line-height: 1;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button {
  position: absolute;
  bottom: -32px;
  right: -32px;
  z-index: 2;
  width: 130px;
  height: 130px;
}
.template-accounting .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-accounting .wrap-why-and-how {
  position: relative;
}
.template-accounting .wrap-why-and-how .bg-why-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: -15%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-accounting .wrap-why-and-how .bg-why-section {
    display: none;
  }
}
.template-accounting .wrap-why-and-how .bg-why-section svg {
  width: 100%;
  height: 100%;
}
.template-accounting .wrap-why-and-how .bg-how-section {
  position: absolute;
  width: 125%;
  bottom: -5%;
  left: -10%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-accounting .wrap-why-and-how .bg-how-section {
    display: none;
  }
}

.template-about .about-our-mission {
  position: relative;
}
@media (max-width: 769px) {
  .template-about .about-our-mission {
    max-width: 100vw;
  }
}
.template-about .about-our-mission .bg-line-top-left {
  position: absolute;
  top: -35%;
  left: -20%;
  transform: rotate(180deg);
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-about .about-our-mission .bg-line-top-left {
    display: none;
  }
}
.template-about .about-our-mission .wrap-our-mission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 50px 0;
}
@media (max-width: 769px) {
  .template-about .about-our-mission .wrap-our-mission {
    flex-direction: column-reverse;
    margin: 80px 0 50px 0;
  }
}
.template-about .about-our-mission .wrap-our-mission .content {
  width: 40%;
}
@media (max-width: 769px) {
  .template-about .about-our-mission .wrap-our-mission .content {
    width: 100%;
    text-align: center;
  }
  .template-about .about-our-mission .wrap-our-mission .content .title {
    font-size: 40px;
  }
}
.template-about .about-our-mission .wrap-our-mission .wrap-image {
  width: 50%;
}
@media (max-width: 769px) {
  .template-about .about-our-mission .wrap-our-mission .wrap-image {
    width: 100%;
  }
}
.template-about .about-our-mission .wrap-our-mission .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-about .about-our-mission .wrap-our-mission .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 98.3508245877%;
}
.template-about .about-our-mission .wrap-our-mission .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-about .about-our-mission .wrap-our-mission .wrap-image .image {
    position: relative;
    overflow: hidden;
  }
  .template-about .about-our-mission .wrap-our-mission .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-about .about-our-mission .wrap-our-mission .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-about .about-our-mission .wrap-our-mission .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 125%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -20%);
}
@media (max-width: 769px) {
  .template-about .about-our-mission .wrap-our-mission .wrap-image .image img {
    width: 120%;
    transform: translate(-10%, -10%);
  }
}
@media (max-width: 769px) {
  .template-about .about-our-story {
    max-width: 100vw;
  }
}
.template-about .about-our-story .wrap-our-story {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-about .about-our-story .wrap-our-story .content {
  width: 45%;
}
@media (max-width: 769px) {
  .template-about .about-our-story .wrap-our-story .content {
    width: 100%;
    text-align: center;
  }
  .template-about .about-our-story .wrap-our-story .content .title {
    font-size: 40px;
  }
}
.template-about .about-our-story .wrap-our-story .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-about .about-our-story .wrap-our-story .wrap-image {
    width: 100%;
  }
}
.template-about .about-our-story .wrap-our-story .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-about .about-our-story .wrap-our-story .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 98.3508245877%;
}
.template-about .about-our-story .wrap-our-story .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-about .about-our-story .wrap-our-story .wrap-image .image {
    position: relative;
    overflow: hidden;
  }
  .template-about .about-our-story .wrap-our-story .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-about .about-our-story .wrap-our-story .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-about .about-our-story .wrap-our-story .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 125%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-12.5%, -5%);
}
@media (max-width: 769px) {
  .template-about .about-our-story .wrap-our-story .wrap-image .image img {
    width: 120%;
    transform: translate(-10%, -10%);
  }
}
.template-about .featured-in {
  margin-top: 120px;
}
@media (max-width: 769px) {
  .template-about .featured-in {
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .template-about .featured-in {
    margin-top: 200px;
  }
}
.template-about .featured-in .title {
  font-weight: 500;
}
@media (max-width: 769px) {
  .template-about .featured-in .title {
    text-align: center;
    font-size: 40px;
  }
}
.template-about .featured-in .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.template-about .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-about .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-about .featured-in .wrap-logos .logo-item {
  width: 90%;
}
.template-about .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.template-about .get-started {
  margin: 160px 0 120px 0;
}
@media (max-width: 769px) {
  .template-about .get-started {
    margin: 40px 0 60px 0;
  }
}

.template-get-started {
  position: relative;
}
.template-get-started .how-we-help {
  position: relative;
  margin: 120px 0 0 0;
}
@media (max-width: 769px) {
  .template-get-started .how-we-help {
    margin: 80px 0 0 0;
  }
}
.template-get-started .how-we-help .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-get-started .how-we-help .white-band {
  position: absolute;
  z-index: -1;
  height: 150px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-get-started .how-we-help .white-band {
    display: none;
  }
}
.template-get-started .how-we-help .wrap-content {
  text-align: center;
}
.template-get-started .how-we-help .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.template-get-started .how-we-help .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.template-get-started .how-we-help .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-get-started .how-we-help .wrap-content .wrap-help-items {
    display: none;
  }
}
.template-get-started .how-we-help .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-get-started .how-we-help .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
  }
  .template-get-started .how-we-help .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 75px;
  }
  .template-get-started .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-get-started .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-get-started .how-we-help .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
}
.template-get-started .how-we-help .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-get-started .how-we-help .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-get-started .how-we-help .wrap-content .help-item {
    width: 100%;
  }
}
.template-get-started .how-we-help .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
.template-get-started .how-we-help .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-get-started .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
.template-get-started .how-we-help .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.template-get-started .how-we-help .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.template-get-started .how-we-help .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-get-started .featured-in {
  margin-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 769px) {
  .template-get-started .featured-in {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.template-get-started .featured-in .title {
  font-weight: 500;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 769px) {
  .template-get-started .featured-in .title {
    font-size: 40px;
  }
}
.template-get-started .featured-in .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.template-get-started .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-get-started .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-get-started .featured-in .wrap-logos .logo-item {
  width: 100%;
}
.template-get-started .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.template-get-started .features-and-benefits {
  position: relative;
  padding: 180px 0 130px 0;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits {
    padding: 60px 0;
  }
}
.template-get-started .features-and-benefits .title {
  color: #f7f7f7;
  text-align: center;
  margin: 30px 0 30px 0;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .title {
    font-size: 40px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image {
    width: 100%;
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.7777777778%;
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
    position: relative;
    overflow: hidden;
  }
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10%, -10%);
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
    width: 140%;
    height: 100%;
    transform: translate(-12.5%, 0);
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features {
  width: 45%;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features {
    width: 100%;
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
  text-align: left;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #f7f7f7;
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}
@media (max-width: 769px) {
  .template-get-started .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item:last-child {
    margin-bottom: 0;
  }
}
.template-get-started .testimonials {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-get-started .testimonials {
    margin-bottom: 80px;
  }
}

.template-contact {
  position: relative;
}
@media (max-width: 769px) {
  .template-contact .wrap-flares {
    height: 100%;
  }
}
.template-contact .get-started {
  margin: 0 0 120px 0;
}
@media (max-width: 769px) {
  .template-contact .get-started {
    display: none;
  }
}

.single-content {
  background: #f7f7f7 !important;
}
.single-content .brand svg path {
  fill: #93002c;
}
.single-content header.site-header .wrap-header .wrap-primary-nav .nav-primary .nav a {
  color: #35334a;
}
.single-content header.site-header .wrap-header .wrap-primary-nav .nav-primary .nav a:hover {
  color: #be6680;
}
.single-content header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login {
  border: 1px solid #93002c;
}
.single-content header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login:hover a {
  color: #35334a;
}
.single-content header.site-header .wrap-header .wrap-primary-nav .nav-primary .menu-button-navigation-container .corporate-login a {
  color: #93002c;
}
.single-content .bg-image-armalytix {
  display: none;
}
.single-content .article-content {
  color: #2b1f30;
  margin: 120px 0 0 0;
}
@media (max-width: 769px) {
  .single-content .article-content {
    margin: 40px 0 0 0;
  }
}
.single-content .article-content h1 {
  max-width: 710px;
  margin: 0 auto 40px;
}
@media (max-width: 769px) {
  .single-content .article-content h1 {
    font-size: 30px;
  }
}
.single-content .article-content .wrap-content {
  max-width: 710px;
  margin: 0 auto;
}
.single-content .article-content .wrap-content p {
  font-size: 20px;
  line-height: 1.5;
}
.single-content .article-content .wrap-content a {
  text-decoration: none;
  color: #93002c;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.single-content .article-content .wrap-content a:hover {
  color: #be6680;
}
.single-content .article-content .wrap-content ul,
.single-content .article-content .wrap-content ol {
  padding-left: 20px;
}
.single-content .article-content .wrap-content ul li,
.single-content .article-content .wrap-content ol li {
  margin: 10px 0;
  line-height: 1.5;
}
.single-content .article-content .wrap-content h2,
.single-content .article-content .wrap-content h3,
.single-content .article-content .wrap-content h4,
.single-content .article-content .wrap-content h5,
.single-content .article-content .wrap-content h6 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.single-content .article-content .wrap-content img {
  max-width: 80%;
  height: auto;
  margin: 40px 0;
}
@media (max-width: 769px) {
  .single-content .article-content .wrap-content img {
    max-width: 100%;
  }
}
.single-content .article-content .author-and-date {
  margin: 40px auto 0;
  max-width: 710px;
}
.single-content .article-content .author-and-date .author {
  font-weight: 700;
}
.single-content .related {
  color: #2b1f30;
  margin: 120px 0;
}
@media (max-width: 769px) {
  .single-content .related {
    margin: 120px 0 60px 0;
    width: 100%;
  }
}
.single-content .related .title {
  font-weight: 300;
  margin: 0 0 60px 0;
}
.single-content .related .wrap-related-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-content .related .wrap-related-articles .related-articles {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #2b1f30;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .single-content .related .wrap-related-articles .related-articles:last-child {
    margin-bottom: 0;
  }
}
.single-content .related .wrap-related-articles .related-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.single-content .related .wrap-related-articles .related-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.single-content .related .wrap-related-articles .related-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .image {
    position: relative;
  }
  .single-content .related .wrap-related-articles .related-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .single-content .related .wrap-related-articles .related-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.single-content .related .wrap-related-articles .related-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .image img {
    width: 100%;
  }
}
.single-content .related .wrap-related-articles .related-articles .related-title {
  margin: 20px 0 30px 0;
}
.single-content .related .wrap-related-articles .related-articles .infos {
  font-size: 15px;
  margin: 60px 0 0 0;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .infos {
    margin: 35px 0 0 0;
  }
}
.single-content .related .wrap-related-articles .related-articles .infos .category {
  color: #93002c;
  font-weight: 600;
}
.single-content .related .wrap-related-articles .related-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  padding-left: 38px;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .excerpt {
    padding-left: 0;
  }
}
.single-content .related .wrap-related-articles .related-articles .excerpt:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e9ccd5;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .excerpt:before {
    content: none;
  }
}
.single-content .related .wrap-related-articles .related-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .single-content .related .wrap-related-articles .related-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.single-content .related .wrap-related-articles .related-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
}
.single-content .get-started {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .single-content .get-started {
    margin-bottom: 60px;
  }
}

.single-case-study {
  background: #f7f7f7 !important;
}
.single-case-study .bg-image-armalytix {
  display: none;
}
.single-case-study .article-content {
  color: #2b1f30;
  margin: 120px 0 0 0;
}
@media (max-width: 769px) {
  .single-case-study .article-content {
    margin: 40px 0 0 0;
  }
}
.single-case-study .article-content h1 {
  max-width: 710px;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .single-case-study .article-content h1 {
    font-size: 30px;
  }
}
.single-case-study .article-content .wrap-content {
  max-width: 710px;
}
.single-case-study .article-content .wrap-content p {
  font-size: 20px;
  line-height: 1.5;
}
.single-case-study .article-content .wrap-content a {
  text-decoration: none;
  color: #93002c;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.single-case-study .article-content .wrap-content a:hover {
  color: #be6680;
}
.single-case-study .article-content .wrap-content ul {
  padding-left: 20px;
}
.single-case-study .article-content .wrap-content ul li {
  margin: 10px 0;
}
.single-case-study .article-content .wrap-content h2,
.single-case-study .article-content .wrap-content h3,
.single-case-study .article-content .wrap-content h4,
.single-case-study .article-content .wrap-content h5,
.single-case-study .article-content .wrap-content h6 {
  margin: 35px 0 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.single-case-study .article-content .wrap-content img {
  max-width: 80%;
  height: auto;
  margin: 40px 0;
}
@media (max-width: 769px) {
  .single-case-study .article-content .wrap-content img {
    max-width: 100%;
  }
}
.single-case-study .article-content .author-and-date {
  margin: 40px 0 0 0;
  display: none;
}
.single-case-study .article-content .author-and-date .author {
  font-weight: 700;
}
.single-case-study .related {
  color: #2b1f30;
  margin: 120px 0;
}
@media (max-width: 769px) {
  .single-case-study .related {
    margin: 120px 0 60px 0;
    width: 100%;
  }
}
.single-case-study .related .title {
  font-weight: 300;
  margin: 0 0 60px 0;
}
.single-case-study .related .wrap-related-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-case-study .related .wrap-related-articles .related-articles {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #2b1f30;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .single-case-study .related .wrap-related-articles .related-articles:last-child {
    margin-bottom: 0;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.single-case-study .related .wrap-related-articles .related-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.single-case-study .related .wrap-related-articles .related-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .image {
    position: relative;
  }
  .single-case-study .related .wrap-related-articles .related-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .single-case-study .related .wrap-related-articles .related-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .image img {
    width: 100%;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .related-title {
  margin: 20px 0 30px 0;
}
.single-case-study .related .wrap-related-articles .related-articles .infos {
  font-size: 15px;
  margin: 60px 0 0 0;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .infos {
    margin: 35px 0 0 0;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .infos .category {
  color: #93002c;
  font-weight: 600;
}
.single-case-study .related .wrap-related-articles .related-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  padding-left: 38px;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .excerpt {
    padding-left: 0;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .excerpt:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e9ccd5;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .excerpt:before {
    content: none;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .single-case-study .related .wrap-related-articles .related-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.single-case-study .related .wrap-related-articles .related-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
}
.single-case-study .get-started {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .single-case-study .get-started {
    margin-bottom: 60px;
  }
}

@media (max-width: 769px) {
  .template-careers {
    overflow-x: hidden;
  }
}
.template-careers img,
.template-careers svg {
  width: 100%;
}
.template-careers .join-us {
  position: relative;
  overflow: hidden;
}
.template-careers .join-us .wrap-intro {
  text-align: center;
}
.template-careers .join-us .wrap-intro .intro-title {
  font-weight: 400;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-intro .intro-title {
    margin: 0 0 30px 0;
  }
}
.template-careers .join-us .wrap-intro .intro-text {
  max-width: 750px;
  margin: 0 auto;
}
.template-careers .join-us .wrap-job-items {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items {
    margin-top: 30px;
  }
}
.template-careers .join-us .wrap-job-items .job-item {
  width: calc(100% - 155px);
  background-color: #f7f7f7;
  color: #2b1f30;
  padding: 60px 95px 90px 60px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
.template-careers .join-us .wrap-job-items .job-item:last-child {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item:last-child {
    margin-bottom: 10px;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-title {
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item .job-title {
    margin: 0 0 20px 0;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.template-careers .join-us .wrap-job-items .job-item .job-content .location {
  width: 10%;
  color: #93002c;
  margin: 0;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item .job-content .location {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-content .bar {
  height: auto;
  width: 1px;
  background-color: #e9ccd5;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item .job-content .bar {
    display: none;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-content .job-excerpt {
  position: relative;
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item .job-content .job-excerpt {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-content .find-out-button {
  width: 25%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .template-careers .join-us .wrap-job-items .job-item .job-content .find-out-button {
    width: 100%;
  }
}
.template-careers .join-us .wrap-job-items .job-item .job-content .poly-button {
  color: #2b1f30;
}
.template-careers .join-us .bg-line-top-left {
  position: absolute;
  top: -4%;
  left: -25%;
  transform: rotate(-55deg);
  z-index: -1;
}
.template-careers .join-us .bg-line-middle-right {
  position: absolute;
  top: 5%;
  right: -35%;
  transform: rotate(-255deg);
  z-index: -1;
}
.template-careers .join-us .bg-line-bottom-left {
  position: absolute;
  top: 45%;
  left: -25%;
  transform: rotate(120deg) scale(0.75);
  z-index: -1;
}
.template-careers .pricing,
.template-careers .refer,
.template-careers .get-started {
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-careers .pricing,
  .template-careers .refer,
  .template-careers .get-started {
    margin: 30px 0;
  }
}

@media (max-width: 769px) {
  .template-news-and-insights {
    overflow-x: hidden;
  }
}
.template-news-and-insights img,
.template-news-and-insights svg {
  width: 100%;
}
.template-news-and-insights .news-list .wrap-filters {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-filters {
    overflow-x: scroll;
    width: calc(100% + 19px);
  }
}
.template-news-and-insights .news-list .wrap-filters .filters {
  display: flex;
  align-items: center;
}
.template-news-and-insights .news-list .wrap-filters .filters .title {
  font-weight: 500;
  margin-right: 30px;
}
.template-news-and-insights .news-list .wrap-filters .filters .facetwp-facet {
  display: flex;
  margin-bottom: 0;
}
.template-news-and-insights .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio {
  background: transparent;
  padding: 10px 24px;
  border: 1px solid #666666;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 200;
  font-size: 15px;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio {
    height: 13px;
  }
}
.template-news-and-insights .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio.checked {
  border: 1px solid #be6680;
  background-color: #be6680;
}
.template-news-and-insights .news-list .wrap-filters .filters .facetwp-facet .facetwp-counter {
  display: none;
}
.template-news-and-insights .news-list .wrap-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #f7f7f7;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .template-news-and-insights .news-list .wrap-news-list .news-articles:last-child {
    margin-bottom: 0;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles:hover .read-more {
  margin-right: 30px;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles:hover svg {
  margin-right: 10px;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .image {
    position: relative;
  }
  .template-news-and-insights .news-list .wrap-news-list .news-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .template-news-and-insights .news-list .wrap-news-list .news-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .image img {
    width: 100%;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .news-title {
  margin: 20px 0 30px 0;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .infos {
  font-size: 15px;
  margin: 60px 0 0 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .infos {
    margin: 35px 0 0 0;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .infos .category {
  color: #e9ccd5;
  font-weight: 600;
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f7;
  padding-left: 38px;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .excerpt {
    padding-left: 0;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .excerpt:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e9ccd5;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .excerpt:before {
    content: none;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .wrap-news-list .news-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .wrap-read-more svg {
  width: auto;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-news-and-insights .news-list .wrap-news-list .news-articles .wrap-read-more svg path {
  fill: #e9ccd5;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .cat-pagination {
    margin: 50px 0 80px 0;
  }
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager {
  display: flex;
  align-items: center;
  height: 95px;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .cat-pagination .facetwp-pager {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page {
  height: 100%;
  font-size: 15px;
  margin-right: 15px;
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page.active {
  font-weight: 300;
  color: #be6680;
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page.next {
  order: -1;
  position: relative;
  padding-left: 120px;
  margin-right: 60px;
}
@media (max-width: 769px) {
  .template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page.next {
    width: auto;
    order: 1;
    margin-right: 30px;
    text-align: center;
  }
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page.next:before {
  content: "";
  background-image: url("../images/poly-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  transform: translateY(-45%);
}
.template-news-and-insights .news-list .cat-pagination .facetwp-pager .facetwp-page.next:after {
  content: "";
  background-image: url("../images/poly-button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  transform: translateY(-45%);
}
.template-news-and-insights .pricing,
.template-news-and-insights .refer,
.template-news-and-insights .get-started {
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-news-and-insights .pricing,
  .template-news-and-insights .refer,
  .template-news-and-insights .get-started {
    margin: 30px 0;
  }
}

@media (max-width: 769px) {
  .template-case-studies {
    overflow-x: hidden;
  }
}
.template-case-studies img,
.template-case-studies svg {
  width: 100%;
}
.template-case-studies .news-list .wrap-filters {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-filters {
    overflow-x: scroll;
    width: calc(100% + 19px);
  }
}
.template-case-studies .news-list .wrap-filters .filters {
  display: flex;
  align-items: center;
}
.template-case-studies .news-list .wrap-filters .filters .title {
  font-weight: 500;
  margin-right: 30px;
}
.template-case-studies .news-list .wrap-filters .filters .facetwp-facet {
  display: flex;
  margin-bottom: 0;
}
.template-case-studies .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio {
  background: transparent;
  padding: 10px 24px;
  border: 1px solid #666666;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 200;
  font-size: 15px;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio {
    height: 13px;
  }
}
.template-case-studies .news-list .wrap-filters .filters .facetwp-facet .facetwp-radio.checked {
  border: 1px solid #be6680;
  background-color: #be6680;
}
.template-case-studies .news-list .wrap-filters .filters .facetwp-facet .facetwp-counter {
  display: none;
}
.template-case-studies .news-list .wrap-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-case-studies .news-list .wrap-news-list .news-articles {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #f7f7f7;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .template-case-studies .news-list .wrap-news-list .news-articles:last-child {
    margin-bottom: 0;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles:hover .read-more {
  margin-right: 30px;
}
.template-case-studies .news-list .wrap-news-list .news-articles:hover svg {
  margin-right: 10px;
}
.template-case-studies .news-list .wrap-news-list .news-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.template-case-studies .news-list .wrap-news-list .news-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.template-case-studies .news-list .wrap-news-list .news-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .image {
    position: relative;
  }
  .template-case-studies .news-list .wrap-news-list .news-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .template-case-studies .news-list .wrap-news-list .news-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .image img {
    width: 100%;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .news-title {
  margin: 20px 0 30px 0;
}
.template-case-studies .news-list .wrap-news-list .news-articles .infos {
  font-size: 15px;
  margin: 60px 0 0 0;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .infos {
    margin: 35px 0 0 0;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .infos .category {
  color: #be6680;
  font-weight: 600;
}
.template-case-studies .news-list .wrap-news-list .news-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f7;
  padding-left: 38px;
  margin: 0 0 40px 0;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .excerpt {
    padding-left: 0;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .excerpt:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #be6680;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .excerpt:before {
    content: none;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .wrap-news-list .news-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.template-case-studies .news-list .wrap-news-list .news-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-case-studies .news-list .wrap-news-list .news-articles .wrap-read-more svg {
  width: auto;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-case-studies .news-list .wrap-news-list .news-articles .wrap-read-more svg path {
  fill: #93002c;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .cat-pagination {
    margin: 50px 0 80px 0;
  }
}
.template-case-studies .news-list .cat-pagination .facetwp-pager {
  display: flex;
  align-items: center;
  height: 95px;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .cat-pagination .facetwp-pager {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page {
  height: 100%;
  font-size: 15px;
  margin-right: 15px;
}
.template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page.active {
  font-weight: 300;
  color: #93002c;
}
.template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page.next {
  order: -1;
  position: relative;
  padding-left: 120px;
  margin-right: 60px;
}
@media (max-width: 769px) {
  .template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page.next {
    width: auto;
    order: 1;
    margin-right: 30px;
    text-align: center;
  }
}
.template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page.next:before {
  content: "";
  background-image: url("../images/poly-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  transform: translateY(-45%);
}
.template-case-studies .news-list .cat-pagination .facetwp-pager .facetwp-page.next:after {
  content: "";
  background-image: url("../images/poly-button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  transform: translateY(-45%);
}
.template-case-studies .pricing,
.template-case-studies .refer,
.template-case-studies .get-started {
  margin: 90px 0 120px 0;
}
@media (max-width: 769px) {
  .template-case-studies .pricing,
  .template-case-studies .refer,
  .template-case-studies .get-started {
    margin: 30px 0;
  }
}

.hero-why-armalytix {
  position: relative;
  height: 100vh;
  min-height: 100vh;
}
@media (min-width: 770px) and (max-height: 780px) {
  .hero-why-armalytix {
    padding-top: 220px;
    height: auto;
  }
}
@media (max-width: 769px) {
  .hero-why-armalytix {
    height: 100%;
    min-height: 100%;
  }
}
.hero-why-armalytix .content-text {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media (max-width: 769px) {
  .hero-why-armalytix .content-text {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transform: translate(0, 80px);
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text {
    top: 53%;
  }
}
.hero-why-armalytix .content-text .pre-title {
  margin: 0;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text .pre-title {
    font-size: 1.8rem;
  }
}
.hero-why-armalytix .content-text .title {
  margin: 0;
}
@media (max-width: 769px) {
  .hero-why-armalytix .content-text .title {
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 40px;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text .title {
    font-size: 5.5rem;
  }
}
.hero-why-armalytix .content-text .title p {
  margin: 20px 0 40px 0;
}
@media (max-width: 769px) {
  .hero-why-armalytix .content-text .title p {
    margin: 30px 0;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text .title p {
    margin: 15px 0 20px 0;
    font-size: 4.8rem;
  }
}
.hero-why-armalytix .content-text .title strong {
  font-weight: 600;
  color: #e9ccd5;
}
.hero-why-armalytix .content-text .text {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .hero-why-armalytix .content-text .text {
    width: calc(100% - 38px);
    margin: 0 auto;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text .text {
    font-size: 1.75rem;
  }
}
.hero-why-armalytix .content-text svg {
  margin: 40px 0 0 0;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-why-armalytix .content-text svg {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 769px) {
  .hero-why-armalytix .content-text svg {
    display: none;
  }
}
.hero-why-armalytix .content-text svg path {
  fill: #93002c;
}
.hero-why-armalytix .image {
  position: relative;
}
.hero-why-armalytix .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 131.0546875%;
}
.hero-why-armalytix .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .hero-why-armalytix .image {
    position: relative;
  }
  .hero-why-armalytix .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .hero-why-armalytix .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-why-armalytix .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .hero-why-armalytix .image img {
    width: 100%;
  }
}
.hero-why-armalytix .wrap-images-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.hero-why-armalytix .bg-image-left {
  position: absolute;
  top: 50%;
  left: -13%;
  width: 45%;
  height: auto;
  z-index: -2;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .hero-why-armalytix .bg-image-left {
    top: 40%;
    left: -25%;
    width: 65%;
  }
}
.hero-why-armalytix .bg-image-left .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-why-armalytix .bg-image-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: auto;
  transform: translate(-50%, -42.5%) rotate(15deg);
  z-index: -1;
}
@media (max-width: 769px) {
  .hero-why-armalytix .bg-image-middle {
    top: 20%;
    width: 100%;
  }
}
.hero-why-armalytix .bg-image-middle .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-why-armalytix .bg-image-right {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 42.5%;
  height: auto;
  z-index: -2;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .hero-why-armalytix .bg-image-right {
    top: 40%;
    right: -20%;
    width: 60%;
  }
}
.hero-why-armalytix .bg-image-right .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-for-professional-services {
  overflow-x: hidden;
  max-width: 100vw;
}
.template-for-professional-services img,
.template-for-professional-services svg {
  width: 100%;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview {
    margin: 180px 0 60px 0;
  }
}
.template-for-professional-services .product-overview .wrap-intro {
  max-width: 635px;
  margin: 0 auto 90px auto;
  text-align: center;
}
.template-for-professional-services .product-overview .wrap-intro .title {
  text-align: center;
  font-weight: 300;
}
.template-for-professional-services .product-overview .wrap-intro .title p {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-intro .title p {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.template-for-professional-services .product-overview .wrap-intro .title strong {
  font-weight: 700;
}
.template-for-professional-services .product-overview .wrap-intro .intro-text {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items {
    margin-top: 40px;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item {
    margin-bottom: 40px;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image {
  position: relative;
  height: 100%;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .image {
    position: relative;
    background-color: #3d3b54;
  }
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 109.7922848665%;
  }
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 103%;
  height: 103%;
  top: -7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image img.desktop {
  display: block;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .image img.desktop {
    display: none;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .image img.mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .image img.mobile {
    display: block;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-left {
  order: 1;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-left {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-right {
  position: relative;
  order: 2;
  background-color: #211f30;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.5));
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-right {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-right .wrap-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(odd) .wrap-right .glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 30px;
  background-color: #e9ccd5;
  filter: blur(50px);
  transform: translateX(-50%);
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-left {
  order: 2;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-left {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    order: 1;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-right {
  position: relative;
  order: 1;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(-45deg, rgba(53, 51, 74, 0.8) 0%, rgba(233, 204, 213, 0.8) 100%);
  filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.5));
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-right {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    order: 2;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-right .wrap-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item:nth-child(even) .wrap-right .glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 30px;
  background-color: #be6680;
  filter: blur(50px);
  transform: translateX(-50%);
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-left {
  width: 50%;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-left {
    width: 100%;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right {
  position: relative;
  position: relative;
  width: 50%;
  text-align: center;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right {
    position: relative;
    width: 100%;
  }
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 109.7922848665%;
  }
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right .inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right .iteration {
  margin: 0;
  color: #e9ccd5;
  letter-spacing: 0.3rem;
  font-weight: 600;
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right .title {
  margin: 20px 0 30px 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right .title {
    font-size: 3rem;
  }
}
.template-for-professional-services .product-overview .wrap-overview-items .overview-item .wrap-right .text {
  margin: 0;
}
.template-for-professional-services .product-overview .wrap-button-overview {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-for-professional-services .product-overview .wrap-button-overview {
    margin-top: 40px;
  }
}
.template-for-professional-services .who-we-help {
  text-align: center;
  margin: 120px 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help {
    margin-bottom: 90px;
    margin: 90px 0;
  }
}
.template-for-professional-services .who-we-help .wrap-intro {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .wrap-intro .title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.template-for-professional-services .who-we-help .wrap-who-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .wrap-who-items {
    display: none;
  }
}
.template-for-professional-services .who-we-help .wrap-who-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .wrap-who-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
}
.template-for-professional-services .who-we-help .wrap-who-items-mobile .swiper {
  padding-bottom: 75px;
}
.template-for-professional-services .who-we-help .wrap-who-items-mobile .swiper-pagination {
  bottom: 30px;
}
.template-for-professional-services .who-we-help .wrap-who-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-for-professional-services .who-we-help .who-item {
  position: relative;
  width: calc(33.33% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 60px 30px;
  background-color: #35334a;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
  border-radius: 10px;
  margin: 0 14px 25px;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .who-item {
    width: auto;
    padding: 100px 0 40px 0;
  }
}
.template-for-professional-services .who-we-help .who-item .image {
  position: relative;
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 85px;
  margin-bottom: 70px;
}
.template-for-professional-services .who-we-help .who-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 112.9411764706%;
}
.template-for-professional-services .who-we-help .who-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .who-item .image {
    position: relative;
  }
  .template-for-professional-services .who-we-help .who-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 112.9411764706%;
  }
  .template-for-professional-services .who-we-help .who-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-for-professional-services .who-we-help .who-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-for-professional-services .who-we-help .who-item .iteration-number {
  position: relative;
  z-index: 2;
  margin: 0;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-size: 20px;
  color: #e9ccd5;
}
.template-for-professional-services .who-we-help .who-item .title {
  position: relative;
  margin: 20px 0;
  z-index: 2;
}
.template-for-professional-services .who-we-help .who-item .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-for-professional-services .who-we-help .who-item .text {
    padding: 0 30px;
  }
}
.template-for-professional-services .who-we-help .who-item .normal-button {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #f7f7f7;
  border-radius: 5px;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-for-professional-services .who-we-help .who-item .normal-button:hover {
  background-color: #7a0025;
}
.template-for-professional-services .who-we-help .who-item .normal-button p {
  margin: 0;
  padding: 10px 20px;
}
.template-for-professional-services .who-we-help .who-item .bg-texture {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.template-for-professional-services .who-we-help .who-item .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170.8571428571%;
}
.template-for-professional-services .who-we-help .who-item .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-for-professional-services .who-we-help .who-item .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-for-professional-services .who-we-help .who-item .glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40%;
  height: 40%;
  background-color: #e9ccd5;
  filter: blur(40px);
  opacity: 0.2;
  transform: translateX(-50%);
}
.template-for-professional-services .see-it {
  text-align: center;
  margin: 120px 0 60px 0;
}
@media (max-width: 769px) {
  .template-for-professional-services .see-it {
    margin: 80px 0 60px 0;
  }
}
.template-for-professional-services .see-it .title {
  font-weight: 300;
  margin: 0;
}
.template-for-professional-services .see-it .text {
  margin-bottom: 55px;
}
.template-for-professional-services .see-it .wrap-video {
  position: relative;
}
.template-for-professional-services .see-it .wrap-video .wrap-inside-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 2;
}
.template-for-professional-services .see-it .wrap-video .wrap-inside-video .poly-button .form-button {
  width: 120px;
  height: 120px;
}
@media (max-width: 769px) {
  .template-for-professional-services .see-it .wrap-video .wrap-inside-video .poly-button .form-button {
    width: 80px;
    height: 80px;
  }
}
.template-for-professional-services .see-it .wrap-video .wrap-inside-video .poly-button .form-button .bg-poly {
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .template-for-professional-services .see-it .wrap-video .wrap-inside-video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .template-for-professional-services .see-it .wrap-video .wrap-inside-video .wrap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .template-for-professional-services .see-it .wrap-video .wrap-inside-video .wrap-button .button-text {
    display: none;
  }
}
.template-for-professional-services .see-it .wrap-video .image-bg {
  position: relative;
  border-radius: 10px;
  position: relative;
}
.template-for-professional-services .see-it .wrap-video .image-bg::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.template-for-professional-services .see-it .wrap-video .image-bg > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-for-professional-services .see-it .wrap-video .image-bg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
.template-for-professional-services .see-it .wrap-video .image-bg .image.un-active {
  z-index: -1;
}
@media (max-width: 769px) {
  .template-for-professional-services .see-it .wrap-video .image-bg .image {
    overflow: hidden;
  }
  .template-for-professional-services .see-it .wrap-video .image-bg .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.template-for-professional-services .see-it .wrap-video .image-bg .image img {
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-for-professional-services .see-it .wrap-video .image-bg .image img {
    width: 140%;
    height: auto;
    transform: translate(0, -17.5%);
  }
}
.template-for-professional-services .see-it .wrap-video .image-bg .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}
.template-for-professional-services .see-it .wrap-video .image-bg .plyr.active {
  z-index: 2;
}
.template-for-professional-services .see-it .wrap-button-under-video {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.template-for-professional-services .testimonials {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .template-for-professional-services .testimonials {
    margin-bottom: 60px;
  }
}
.template-for-professional-services .pricing,
.template-for-professional-services .get-started {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-for-professional-services .pricing,
  .template-for-professional-services .get-started {
    margin-bottom: 60px;
  }
}
.template-for-professional-services .pricing .poly-button,
.template-for-professional-services .get-started .poly-button {
  position: relative;
  z-index: 2;
}

.template-for-platform-and-enterprise {
  overflow-x: hidden;
  max-width: 100vw;
}
.template-for-platform-and-enterprise img,
.template-for-platform-and-enterprise svg {
  width: 100%;
}
.template-for-platform-and-enterprise .hero-why-armalytix .content-text .title {
  width: 100%;
}
.template-for-platform-and-enterprise .hero-why-armalytix .title strong {
  color: #bfaeef;
}
.template-for-platform-and-enterprise .hero-why-armalytix svg path {
  fill: #bfaeef;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .hero-why-armalytix .bg-image-left {
    top: 25%;
    width: 55%;
  }
  .template-for-platform-and-enterprise .hero-why-armalytix .bg-image-right {
    top: 25%;
    right: -30%;
    width: 55%;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .wrap-features-and-reports {
    z-index: 2;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-top-left {
  position: absolute;
  left: -10%;
  top: -14%;
  width: 60%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-top-left {
    display: none;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-left {
    display: none;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-right {
  position: absolute;
  right: -40%;
  top: 25%;
  width: 66%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-right {
    display: none;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-right svg {
  width: 100%;
  height: 100%;
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 70%;
  width: 40%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-bottom-right {
    display: none;
  }
}
.template-for-platform-and-enterprise .wrap-features-and-reports .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}
.template-for-platform-and-enterprise .how-we-help {
  position: relative;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help {
    margin-top: 140px;
  }
}
.template-for-platform-and-enterprise .how-we-help .container {
  margin: 0 auto -170px auto;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .container {
    margin: 0 auto;
  }
}
.template-for-platform-and-enterprise .how-we-help .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-for-platform-and-enterprise .how-we-help .white-band {
  position: absolute;
  z-index: -1;
  height: 250px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
  display: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .white-band {
    display: none;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content {
  text-align: center;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-button {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-button .button-text {
  color: #2b1f30;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-button .button-text {
    color: #f7f7f7;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items {
    display: none;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 125px;
  }
  .template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 80px;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1250px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item {
    width: 31.5%;
  }
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item {
    width: 100%;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
@media (max-width: 520px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 60px);
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 520px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3.5rem;
    margin: 20px 0;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
@media (max-width: 1250px) {
  .template-for-platform-and-enterprise .how-we-help .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
    margin-top: 15px;
  }
}
.template-for-platform-and-enterprise .how-we-help .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-for-platform-and-enterprise .features-and-benefits {
  position: relative;
  background-color: #f7f7f7;
  padding: 200px 0 130px 0;
  z-index: 4;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits {
    padding: 30px 0 60px 0;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .title {
  color: #2b1f30;
  text-align: center;
  margin: 80px 0 0 0;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .title {
    margin: 30px 0 0 0;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image {
    width: 100%;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.7777777778%;
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image {
    position: relative;
    overflow: hidden;
  }
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10%, 0);
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-image .image img {
    width: 140%;
    height: 100%;
    transform: translate(-12.5%, 0);
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features {
  width: 45%;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features {
    width: 100%;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
  text-align: left;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
  line-height: 1.5;
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-for-platform-and-enterprise .features-and-benefits .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
  line-height: 1.5;
}
.template-for-platform-and-enterprise .reports {
  position: relative;
  background-color: #f7f7f7;
  overflow: visible;
}
.template-for-platform-and-enterprise .reports .wrap-reports {
  padding-bottom: 60px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports {
    padding-bottom: 0;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .title {
  color: #2b1f30;
  margin-top: -1px;
  text-align: center;
  font-weight: 400;
}
.template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items {
    display: none;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile {
    display: block;
    width: calc(100% + 19px);
  }
  .template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile .swiper {
    padding-bottom: 45px;
  }
  .template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile .swiper-slide {
    height: auto;
  }
  .template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .wrap-report-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-bordeaux.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item {
  position: relative;
  overflow: hidden;
  background-color: #35334a;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border-radius: 10px;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item:nth-child(2n) {
  margin-left: 30px;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item:nth-child(2) .overlay-line {
  transform: rotate(245deg);
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item:nth-child(3) .overlay-line {
  transform: rotate(180deg);
  top: -35%;
  left: 20%;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item:nth-child(4) .overlay-line {
  transform: rotate(180deg);
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .report-item {
    width: 100%;
  }
  .template-for-platform-and-enterprise .reports .wrap-reports .report-item:nth-child(2n) {
    margin-left: 0;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .gradient-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(33, 31, 48) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .report-item .gradient-item {
    display: none;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .overlay-line {
  position: absolute;
  top: -20%;
  left: 10%;
  width: 120%;
  height: 100%;
  opacity: 0.5;
  z-index: 0;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .logo-bg {
  position: absolute;
  top: -60%;
  left: 20%;
  width: 730px;
  height: 855px;
  opacity: 0.1;
  transform: rotate(45deg);
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .logo-bg svg path {
  fill: #e9ccd5;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content {
  position: relative;
  padding: 40px 30px 60px 30px;
  z-index: 1;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content {
    padding: 40px 20px 30px 20px;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .title {
  color: #f7f7f7;
  text-align: left;
  margin: 0;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .title {
    font-size: 30px;
  }
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .title strong {
  font-weight: 400;
  color: #be6680;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .title p {
  margin: 0 0 30px 0;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .sub-title {
  color: #f7f7f7;
  font-weight: 500;
  margin: 0;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .wrap-items {
  margin: 20px 0 0 0;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 16px;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item:last-child {
  margin-bottom: 0;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item svg {
  width: 25px;
}
.template-for-platform-and-enterprise .reports .wrap-reports .report-item .wrap-content .wrap-items .feature-item span {
  width: calc(100% - 45px);
  line-height: 1.33;
}
.template-for-platform-and-enterprise .how-it-works {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-it-works {
    background-color: #f7f7f7;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.template-for-platform-and-enterprise .how-it-works .white-band {
  position: absolute;
  z-index: -1;
  height: 375px;
  width: 100%;
  top: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-it-works .white-band {
    display: none;
  }
}
.template-for-platform-and-enterprise .how-it-works .title {
  color: #2b1f30;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-it-works .title {
    margin-top: -1px;
    padding-top: 50px;
    font-size: 50px;
  }
}
.template-for-platform-and-enterprise .how-it-works .text {
  color: #2b1f30;
  max-width: 540px;
  margin: 0 auto 60px auto;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video {
  position: relative;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 2;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video .poly-button .form-button {
  width: 120px;
  height: 120px;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video .poly-button .form-button .bg-poly {
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video .wrap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .template-for-platform-and-enterprise .how-it-works .wrap-video .wrap-inside-video .wrap-button .button-text {
    display: none;
  }
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg {
  position: relative;
  position: relative;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .image.un-active {
  z-index: -1;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .image img {
  border-radius: 10px;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.template-for-platform-and-enterprise .how-it-works .wrap-video .image-bg .plyr.active {
  z-index: 2;
}
.template-for-platform-and-enterprise aside.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.template-for-platform-and-enterprise aside.lightbox-video.active {
  z-index: 10;
}
.template-for-platform-and-enterprise aside.lightbox-video .plyr__video-wrapper {
  aspect-ratio: 16/9 !important;
}
.template-for-platform-and-enterprise aside.lightbox-video .close-lightbox {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  cursor: pointer;
  z-index: 20;
}
.template-for-platform-and-enterprise aside.lightbox-video .close-lightbox:hover {
  background-color: #7a0025;
}
.template-for-platform-and-enterprise aside.lightbox-video .close-lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-for-platform-and-enterprise .integration {
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.template-for-platform-and-enterprise .integration .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-for-platform-and-enterprise .integration .wrap-integration .title,
.template-for-platform-and-enterprise .integration .wrap-integration .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-for-platform-and-enterprise .integration .wrap-integration .title {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .wrap-integration .title {
    font-size: 40px;
  }
}
.template-for-platform-and-enterprise .integration .wrap-integration-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .wrap-integration-items {
    display: none;
  }
}
.template-for-platform-and-enterprise .integration .wrap-integration-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .wrap-integration-items-mobile {
    display: block;
    padding-top: 60px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .template-for-platform-and-enterprise .integration .wrap-integration-items-mobile .swiper {
    padding-bottom: 90px;
  }
  .template-for-platform-and-enterprise .integration .wrap-integration-items-mobile .swiper-pagination {
    bottom: 30px;
  }
  .template-for-platform-and-enterprise .integration .wrap-integration-items-mobile .swiper-wrapper {
    padding-top: 4rem;
  }
}
.template-for-platform-and-enterprise .integration .wrap-integration-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-for-platform-and-enterprise .integration .integration-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 45px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .integration-item {
    width: 100%;
    padding: 0;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .template-for-platform-and-enterprise .integration .integration-item .wrap-content {
    padding: 25px 20px 30px 20px;
  }
}
.template-for-platform-and-enterprise .integration .integration-item .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-for-platform-and-enterprise .integration .integration-item .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .integration-item:nth-child(1) {
    background-color: #2b1f30;
    border-radius: 10px;
  }
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(1) em {
  color: #e9ccd5;
  font-style: normal;
  font-weight: 500;
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(2) {
  background-color: #31243e;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .integration-item:nth-child(2) {
    border-radius: 10px;
  }
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(2) em {
  color: #be6680;
  font-style: normal;
  font-weight: 500;
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(3) {
  background: linear-gradient(152deg, rgb(53, 51, 74) 0%, rgb(147, 130, 159) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .integration-item:nth-child(3) {
    background: rgb(114, 101, 124);
    border-radius: 10px;
  }
}
.template-for-platform-and-enterprise .integration .integration-item:nth-child(3) em {
  color: rgb(31, 221, 31);
  font-style: normal;
  font-weight: 500;
}
.template-for-platform-and-enterprise .integration .integration-item .image {
  position: relative;
  width: 205px;
}
.template-for-platform-and-enterprise .integration .integration-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-for-platform-and-enterprise .integration .integration-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-for-platform-and-enterprise .integration .integration-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .integration .integration-item .image img {
    width: 100%;
    height: 100%;
  }
}
.template-for-platform-and-enterprise .integration .integration-item .option-number {
  font-weight: 600;
  margin-bottom: 20px;
  color: #e9ccd5;
}
.template-for-platform-and-enterprise .integration .integration-item .title {
  margin-bottom: 30px;
  min-height: 75px;
}
.template-for-platform-and-enterprise .integration .integration-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-for-platform-and-enterprise .integration .integration-item .description p {
  margin: 0;
  min-height: 90px;
}
.template-for-platform-and-enterprise .integration .integration-item .description h3 {
  margin: 10px 0 20px 0;
  font-weight: 300;
  font-size: 16px;
}
.template-for-platform-and-enterprise .testimonials {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .testimonials {
    margin-bottom: 60px;
  }
}
.template-for-platform-and-enterprise .pricing,
.template-for-platform-and-enterprise .get-started {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .pricing,
  .template-for-platform-and-enterprise .get-started {
    margin-bottom: 60px;
  }
}
@media (max-width: 769px) {
  .template-for-platform-and-enterprise .pricing {
    margin-top: 120px;
  }
}

.template-users {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100vw;
}
.template-users img,
.template-users svg {
  width: 100%;
}
.template-users .hero-why-armalytix {
  position: relative;
  z-index: 5;
}
.template-users .hero-why-armalytix .content-text .title {
  width: 100%;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .template-users .hero-why-armalytix .content-text .title {
    font-size: 5.5rem;
  }
}
.template-users .hero-why-armalytix .info {
  margin-left: -14rem;
  margin-right: -14rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .template-users .hero-why-armalytix .info {
    margin-left: 0;
    margin-right: 0;
  }
}
.template-users .hero-why-armalytix .info a {
  color: #f7f7f7;
  text-decoration: underline;
}
.template-users .hero-why-armalytix .title strong {
  color: #e9ccd5;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .template-users .hero-why-armalytix .text {
    font-size: 1.8rem;
  }
}
.template-users .hero-why-armalytix .text a {
  color: white;
}
.template-users .hero-why-armalytix svg path {
  fill: #e9ccd5;
}
.template-users .hero-why-armalytix .bg-image-right {
  right: -12.5%;
  width: 45%;
}
@media (max-width: 769px) {
  .template-users .hero-why-armalytix .bg-image-left {
    top: 25%;
    width: 55%;
  }
  .template-users .hero-why-armalytix .bg-image-right {
    top: 25%;
    right: -30%;
    width: 55%;
  }
}
.template-users .wrap-features-and-reports {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports {
    overflow: hidden;
  }
}
.template-users .wrap-features-and-reports .bg-line-top-left {
  position: absolute;
  left: -5%;
  top: -4%;
  width: 55%;
  height: auto;
  transform: rotate(315deg);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports .bg-line-top-left {
    display: none;
  }
}
.template-users .wrap-features-and-reports .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-users .wrap-features-and-reports .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports .bg-line-left {
    display: none;
  }
}
.template-users .wrap-features-and-reports .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-users .wrap-features-and-reports .bg-line-left-square {
  position: absolute;
  left: -3%;
  top: 25%;
  width: 15%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports .bg-line-left-square {
    display: none;
  }
}
.template-users .wrap-features-and-reports .bg-line-left-square svg {
  width: 100%;
  height: 100%;
}
.template-users .wrap-features-and-reports .bg-line-privacy {
  position: absolute;
  left: -3%;
  top: 33%;
  width: 110%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports .bg-line-privacy {
    display: none;
  }
}
.template-users .wrap-features-and-reports .bg-line-privacy svg {
  width: 100%;
  height: 100%;
}
.template-users .wrap-features-and-reports .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 15%;
  width: 45%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-users .wrap-features-and-reports .bg-line-bottom-right {
    display: none;
  }
}
.template-users .wrap-features-and-reports .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}
.template-users .product-overview {
  position: relative;
}
@media (max-width: 769px) {
  .template-users .product-overview {
    margin-top: 140px;
  }
}
.template-users .product-overview .container {
  margin: 0 auto -100px auto;
}
@media (max-width: 769px) {
  .template-users .product-overview .container {
    margin: 0 auto;
  }
}
.template-users .product-overview .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.template-users .product-overview .white-band {
  position: absolute;
  z-index: -1;
  height: 150px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
  display: none;
}
@media (max-width: 769px) {
  .template-users .product-overview .white-band {
    display: none;
  }
}
.template-users .product-overview .wrap-content {
  text-align: center;
}
.template-users .product-overview .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
  font-weight: 300;
}
.template-users .product-overview .wrap-content .title strong {
  font-weight: 600;
}
.template-users .product-overview .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.template-users .product-overview .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-users .product-overview .wrap-content .wrap-help-items {
    display: none;
  }
}
.template-users .product-overview .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-users .product-overview .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
  }
  .template-users .product-overview .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 125px;
  }
  .template-users .product-overview .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 80px;
  }
}
.template-users .product-overview .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-users .product-overview .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
  margin-bottom: 30px;
}
.template-users .product-overview .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-users .product-overview .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-users .product-overview .wrap-content .help-item {
    width: 100%;
  }
}
.template-users .product-overview .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .template-users .product-overview .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
@media (max-width: 520px) {
  .template-users .product-overview .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 60px);
  }
}
.template-users .product-overview .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-users .product-overview .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .template-users .product-overview .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .template-users .product-overview .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 520px) {
  .template-users .product-overview .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3.5rem;
    margin: 20px 0;
  }
}
.template-users .product-overview .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.template-users .product-overview .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.template-users .product-overview .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-users .why-am-i-being-asked {
  position: relative;
  background-color: #f7f7f7;
  padding: 130px 0;
}
@media (max-width: 769px) {
  .template-users .why-am-i-being-asked {
    padding: 30px 0 60px 0;
  }
}
.template-users .why-am-i-being-asked .title {
  position: relative;
  z-index: 3;
  color: #2b1f30;
  text-align: center;
  margin: 60px 0 0 0;
  font-weight: 400;
}
@media (max-width: 769px) {
  .template-users .why-am-i-being-asked .title {
    margin: 30px 0 0 0;
  }
}
.template-users .why-am-i-being-asked .main-title {
  position: relative;
  z-index: 3;
  max-width: 480px;
  margin: 80px auto 0 auto;
}
.template-users .why-am-i-being-asked .wrap-being-asked {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need {
  position: relative;
  z-index: 3;
  width: 45%;
}
@media (max-width: 769px) {
  .template-users .why-am-i-being-asked .wrap-being-asked .wrap-need {
    width: 100%;
  }
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need .title {
  text-align: left;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need .sub-title {
  color: #2b1f30;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-need .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know {
  position: relative;
  z-index: 3;
  width: 45%;
}
@media (max-width: 769px) {
  .template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know {
    width: 100%;
  }
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know .title {
  text-align: left;
}
@media (max-width: 769px) {
  .template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know .wrap-feature-items .feature-item svg {
  width: 25px;
}
.template-users .why-am-i-being-asked .wrap-being-asked .wrap-dont-know .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}
.template-users .privacy {
  text-align: center;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-users .privacy {
    padding-bottom: 60px;
    margin-top: 0;
  }
}
.template-users .privacy .wrap-privacy .title,
.template-users .privacy .wrap-privacy .text {
  max-width: 540px;
  margin: 0 auto;
  color: #2b1f30;
}
.template-users .privacy .wrap-privacy .title {
  margin-bottom: 40px;
}
.template-users .privacy .text a {
  text-decoration: none;
  color: #93002c;
  transition: color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.template-users .privacy .text a:hover {
  color: #7a0025;
}
.template-users .privacy .wrap-privacy-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-users .privacy .wrap-privacy-items {
    display: none;
  }
}
.template-users .privacy .wrap-privacy-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-users .privacy .wrap-privacy-items-mobile {
    display: block;
    width: calc(100% + 19px);
    margin-top: 60px;
  }
  .template-users .privacy .wrap-privacy-items-mobile .swiper {
    padding-bottom: 75px;
  }
  .template-users .privacy .wrap-privacy-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.template-users .privacy .wrap-privacy-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-bordeaux.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-users .privacy .privacy-item {
  position: relative;
  width: calc(33% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 30px 40px 30px;
  background-color: #35334a;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-users .privacy .privacy-item {
    padding: 0;
    border-radius: 10px;
    height: auto;
    min-height: 70vh;
  }
}
@media (max-width: 520px) {
  .template-users .privacy .privacy-item {
    min-height: 90vh;
  }
}
.template-users .privacy .privacy-item:nth-child(2) .image {
  width: 90px;
  transform: translateY(-20px);
}
.template-users .privacy .privacy-item:nth-child(3) .image {
  width: 80px;
}
.template-users .privacy .privacy-item .image {
  position: relative;
  width: 120px;
  min-height: 125px;
  position: relative;
  z-index: 1;
}
.template-users .privacy .privacy-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108.2417582418%;
}
.template-users .privacy .privacy-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-users .privacy .privacy-item .image {
    position: relative;
    width: 110px;
    margin-top: 40px;
  }
}
.template-users .privacy .privacy-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  .template-users .privacy .privacy-item .image img {
    width: 100%;
    height: auto;
  }
}
.template-users .privacy .privacy-item .image .bg-glow {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 66%;
  height: 66px;
  transform: translate(-50%, 0);
  background-color: #e9ccd5;
  filter: blur(40px);
  z-index: -1;
}
.template-users .privacy .privacy-item .wrap-content {
  padding: 25px 20px 30px 20px;
}
.template-users .privacy .privacy-item .option-number {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e9ccd5;
  z-index: 1;
}
.template-users .privacy .privacy-item .title {
  position: relative;
  margin-bottom: 30px;
  color: #f7f7f7;
  z-index: 1;
}
.template-users .privacy .privacy-item .description {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  z-index: 1;
}
.template-users .privacy .privacy-item .bg-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.template-users .privacy .privacy-item .bg-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 205.7142857143%;
}
.template-users .privacy .privacy-item .bg-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-users .privacy .privacy-item .bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-users .privacy .privacy-item .bg-image img {
    width: 100%;
    height: 100%;
  }
}
.template-users .what-is {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-users .what-is {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.template-users .what-is .purple-band {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: rgb(33, 31, 48);
  background: linear-gradient(90deg, rgb(33, 31, 48) 0%, rgb(53, 51, 74) 100%);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .template-users .what-is .purple-band {
      background: rgb(33, 31, 48);
    }
  }
}
@media (max-width: 769px) {
  .template-users .what-is .purple-band {
    display: none;
  }
}
.template-users .what-is .title {
  position: relative;
  z-index: 3;
  color: #2b1f30;
  padding-top: 50px;
  max-width: 480px;
  margin: 0 auto 30px auto;
}
@media (max-width: 769px) {
  .template-users .what-is .title {
    margin-top: -1px;
  }
}
.template-users .what-is .text {
  position: relative;
  z-index: 3;
  color: #2b1f30;
  max-width: 730px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .template-users .what-is .text {
    margin: 0 auto 30px auto;
  }
}
.template-users .what-is .text p {
  width: 45%;
  text-align: left;
}
@media (max-width: 769px) {
  .template-users .what-is .text p {
    width: 100%;
  }
}
.template-users .what-is .wrap-video {
  position: relative;
  position: relative;
  background-color: #35334a;
  border-radius: 5px;
  overflow: hidden;
}
.template-users .what-is .wrap-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.7272727273%;
}
.template-users .what-is .wrap-video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-users .what-is .wrap-video .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background-color: transparent;
}
.template-users .what-is .wrap-video .plyr.active {
  z-index: 2;
}
.template-users .what-is .wrap-video .wrap-inside-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-users .what-is .wrap-video .wrap-inside-video .wrap-button {
  width: 35%;
  cursor: pointer;
}
@media (max-width: 769px) {
  .template-users .what-is .wrap-video .wrap-inside-video .wrap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
  }
  .template-users .what-is .wrap-video .wrap-inside-video .wrap-button .button-text {
    display: none;
  }
}
.template-users .what-is .wrap-video .wrap-inside-video .wrap-title {
  width: 45%;
}
@media (max-width: 769px) {
  .template-users .what-is .wrap-video .wrap-inside-video .wrap-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 2;
  }
}
.template-users .what-is .wrap-video .wrap-inside-video .wrap-title .title-video {
  text-align: left;
}
@media (max-width: 769px) {
  .template-users .what-is .wrap-video .wrap-inside-video .wrap-title .title-video {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
  }
}
.template-users .what-is .wrap-video .logo-bg {
  position: absolute;
  top: -40%;
  left: 10%;
  width: 100%;
  height: auto;
  transform: rotate(45deg);
  opacity: 0.1;
  pointer-events: none;
}
.template-users .what-is .wrap-video .logo-bg svg {
  width: 100%;
  height: 100%;
}
.template-users .what-is .wrap-video .logo-bg svg path {
  fill: #e9ccd5;
}
.template-users aside.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.template-users aside.lightbox-video.active {
  z-index: 10;
}
.template-users aside.lightbox-video .plyr__video-wrapper {
  aspect-ratio: 16/9 !important;
}
.template-users aside.lightbox-video .close-lightbox {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #93002c;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
  cursor: pointer;
  z-index: 20;
}
.template-users aside.lightbox-video .close-lightbox:hover {
  background-color: #7a0025;
}
.template-users aside.lightbox-video .close-lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-users .testimonials {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .template-users .testimonials {
    margin-bottom: 60px;
  }
}
.template-users .testimonials .wrap-button-testimonials {
  display: none;
}
.template-users .faqs {
  margin: 60px 0 120px 0;
}
@media (max-width: 769px) {
  .template-users .faqs {
    width: 100%;
    margin: 60px 0 40px 0;
  }
}
@media (max-width: 769px) {
  .template-users .faqs .container {
    margin: 0;
    width: 100%;
  }
}
.template-users .faqs .wrap-faqs {
  background-color: #211f30;
  box-shadow: rgba(0, 0, 0, 0.2), 0 5px 3px 10px;
  padding: 90px;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .template-users .faqs .wrap-faqs {
    padding: 60px 19px;
  }
}
.template-users .faqs .wrap-faqs .title {
  margin-top: 0;
}
.template-users .faqs .wrap-faqs .wrap-faqs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .row {
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media (max-width: 769px) {
  .template-users .faqs .wrap-faqs .wrap-faqs-list .row {
    width: 100%;
    margin-right: 0;
  }
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .row:nth-child(2n) {
  margin-right: 0;
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item .question {
  position: relative;
  margin-bottom: 0;
  padding-right: 65px;
  font-weight: 400;
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item .plus-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item .plus-button .vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 14px;
  background-color: #00cc00;
  transform: translate(-50%, -50%);
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item .plus-button .horyzontal {
  position: absolute;
  width: 14px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #00cc00;
  transform: translate(-50%, -50%);
}
.template-users .faqs .wrap-faqs .wrap-faqs-list .faq-item .answer {
  padding-right: 65px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  height: 0;
  overflow: hidden;
}
.template-users .got-question {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-users .got-question {
    margin-bottom: 60px;
  }
}
.template-users .got-question .wrap-got-question {
  position: relative;
  width: calc(100% - 100px);
  padding: 110px 0 100px 100px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2b1f30;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 769px) {
  .template-users .got-question .wrap-got-question {
    width: 100%;
    padding: 60px 0 250px 0;
    text-align: center;
  }
}
.template-users .got-question .wrap-got-question .title {
  position: relative;
  z-index: 2;
  margin: 0 0 30px 0;
}
@media (max-width: 769px) {
  .template-users .got-question .wrap-got-question .title {
    padding: 0 30px;
  }
}
.template-users .got-question .wrap-got-question .title strong {
  font-weight: 600;
  color: #e9ccd5;
}
.template-users .got-question .wrap-got-question .title p {
  margin: 0;
}
.template-users .got-question .wrap-got-question .text {
  position: relative;
  max-width: 600px;
  z-index: 2;
}
@media (max-width: 769px) {
  .template-users .got-question .wrap-got-question .text {
    padding: 0 30px;
  }
}
.template-users .got-question .wrap-got-question .text p {
  margin: 0;
}
@media (max-width: 769px) {
  .template-users .got-question .wrap-got-question .poly-button {
    justify-content: center;
  }
}
.template-users .got-question .bg-texture {
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.template-users .got-question .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.5454545455%;
}
.template-users .got-question .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-users .got-question .bg-texture {
    position: relative;
  }
  .template-users .got-question .bg-texture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 184.5697329377%;
  }
  .template-users .got-question .bg-texture > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-users .got-question .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: -12.5%;
  right: 0;
  width: 125%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-users .got-question .bg-texture img.desktop {
  display: block;
}
@media (max-width: 769px) {
  .template-users .got-question .bg-texture img.desktop {
    display: none;
  }
}
.template-users .got-question .bg-texture img.mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-users .got-question .bg-texture img.mobile {
    display: block;
    left: 0;
    width: 100%;
  }
}
.template-users .got-question .bg-texture .glow {
  position: absolute;
  width: 1000px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
  background-color: #8a6298;
  opacity: 0.2;
  filter: blur(100px);
}
@media (max-width: 769px) {
  .template-users .got-question .bg-texture .glow {
    width: 500px;
    height: 200px;
    top: 0;
  }
}

.template-home {
  max-width: 100vw;
  overflow-x: hidden;
}
.template-home .wrap-why-and-how {
  position: relative;
}
.template-home .wrap-why-and-how .bg-why-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: -15%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-home .wrap-why-and-how .bg-why-section {
    display: none;
  }
}
.template-home .wrap-why-and-how .bg-why-section svg {
  width: 100%;
  height: 100%;
}
.template-home .wrap-why-and-how .bg-how-section {
  position: absolute;
  width: 125%;
  bottom: -5%;
  left: -10%;
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-home .wrap-why-and-how .bg-how-section {
    display: none;
  }
}
.template-home .featured-in {
  margin-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 769px) {
  .template-home .featured-in {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.template-home .featured-in .title {
  font-weight: 500;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 769px) {
  .template-home .featured-in .title {
    font-size: 40px;
  }
}
.template-home .featured-in .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.template-home .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-home .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-home .featured-in .wrap-logos .logo-item {
  width: 100%;
}
.template-home .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.template-home .why-armalytix {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .template-home .why-armalytix {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.template-home .why-armalytix .wrap-why-armalytix .title,
.template-home .why-armalytix .wrap-why-armalytix .text {
  max-width: 540px;
  margin: 0 auto;
}
.template-home .why-armalytix .wrap-why-armalytix .copy {
  margin: 2rem auto;
  line-height: 1.5;
}
.template-home .why-armalytix .wrap-why-armalytix .title {
  margin-bottom: 40px;
  font-weight: 300;
}
.template-home .why-armalytix .wrap-why-armalytix .title strong {
  font-weight: 600;
}
.template-home .why-armalytix .wrap-why-armalytix-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items {
    margin-top: 30px;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
  position: relative;
  overflow: hidden;
  width: calc(33% - 74px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 37px 120px 37px;
  text-decoration: none;
  color: #f7f7f7;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item {
    width: 100%;
    padding: 60px 20px 60px 20px;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .bg-flares svg {
  position: absolute;
  bottom: -23%;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(1.5);
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
  background-color: #211f30;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) em {
  color: #e9ccd5;
  font-style: normal;
  font-weight: 500;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(1) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) {
  background-color: #1e1c33;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) em {
  color: #be6680;
  font-style: normal;
  font-weight: 500;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .bg-poly path {
  fill: #705bab;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 75px;
  background-color: #e9ccd5;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(2) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
  background: linear-gradient(-45deg, rgb(74, 73, 93) 0%, rgb(182, 151, 183) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) em {
  color: rgb(31, 221, 31);
  font-style: normal;
  font-weight: 500;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .bg-poly path {
  fill: #e9ccd5;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .arrow-poly path {
  fill: #000000;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-one {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 275px;
  border-radius: 40px;
  background-color: #2b1f30;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.5;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item:nth-child(3) .flare-two {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #cfa0f3;
  filter: blur(30px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.1;
  z-index: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image {
  position: relative;
  width: 70px;
  margin-bottom: 3rem;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 114.2857142857%;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .option-number {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e9ccd5;
  z-index: 2;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto 30px auto;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .title {
    max-width: 100%;
    font-size: 40px;
    line-height: 1;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .description {
    max-width: 90%;
    margin: 0 auto;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  margin-top: 70px;
}
@media (max-width: 769px) {
  .template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .link-text {
    margin-top: 60px;
  }
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video {
  margin-top: 3rem;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-video p {
  line-height: 1;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button {
  position: absolute;
  bottom: -32px;
  right: -32px;
  z-index: 2;
  width: 130px;
  height: 130px;
}
.template-home .why-armalytix .wrap-why-armalytix-items .why-armalytix-item .poly-button-corner .form-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-home .how-it-works {
  position: relative;
  margin-top: 140px;
}
@media (max-width: 769px) {
  .template-home .how-it-works {
    margin-top: 90px;
  }
}
.template-home .how-it-works .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.template-home .how-it-works .wrap-content {
  text-align: center;
}
.template-home .how-it-works .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.template-home .how-it-works .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-home .how-it-works .wrap-content .text {
    font-size: 20px;
  }
}
.template-home .how-it-works .wrap-content .text strong {
  font-weight: 600;
}
.template-home .how-it-works .wrap-content .wrap-how-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .template-home .how-it-works .wrap-content .wrap-how-items {
    display: none;
  }
}
.template-home .how-it-works .wrap-content .wrap-how-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .template-home .how-it-works .wrap-content .wrap-how-items-mobile {
    display: block;
    margin-top: 60px;
  }
  .template-home .how-it-works .wrap-content .wrap-how-items-mobile .swiper {
    padding-bottom: 125px;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .template-home .how-it-works .wrap-content .wrap-how-items-mobile .swiper {
    padding-bottom: 90px;
  }
}
@media (max-width: 769px) {
  .template-home .how-it-works .wrap-content .wrap-how-items-mobile .swiper-pagination {
    bottom: 80px;
  }
}
.template-home .how-it-works .wrap-content .wrap-how-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-home .how-it-works .wrap-content .how-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
  margin-bottom: 30px;
}
.template-home .how-it-works .wrap-content .how-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.template-home .how-it-works .wrap-content .how-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1250px) {
  .template-home .how-it-works .wrap-content .how-item {
    width: 31.5%;
  }
}
@media (max-width: 769px) {
  .template-home .how-it-works .wrap-content .how-item {
    width: 100%;
  }
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .template-home .how-it-works .wrap-content .how-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item .loop-iteration .step {
  font-weight: 300;
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item .how-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .template-home .how-it-works .wrap-content .how-item .wrap-content-item .how-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .template-home .how-it-works .wrap-content .how-item .wrap-content-item .how-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item .how-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.template-home .how-it-works .wrap-content .how-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.template-home .how-it-works .wrap-content .how-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-home .industries {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .template-home .industries {
    margin-top: 20px;
  }
}
.template-home .industries .bg-flare-one {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-home .industries .bg-flare-two {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-home .industries .bg-flare-three {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 23%;
  height: 16%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.template-home .industries .wrap-intro {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-intro .title {
    font-size: 50px;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .template-home .industries .wrap-intro .text {
    font-size: 20px;
  }
}
.template-home .industries .wrap-industries-items {
  margin: 100px 0 0 0;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items {
    margin: 60px 0 0 0;
  }
}
.template-home .industries .wrap-industries-items .industries-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item {
    margin-bottom: 10px;
  }
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
  top: 5%;
  right: 5%;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
    top: 12.5%;
    right: 7.5%;
  }
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
  order: 2;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
    order: 1;
  }
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-image .flare-img {
  top: 50%;
  left: 7.5%;
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
  order: 1;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
    order: 2;
  }
}
.template-home .industries .wrap-industries-items .industries-item:nth-child(even) .wrap-content .wrap-flare svg {
  top: -12.5%;
  left: unset;
  right: -50%;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item:last-child {
    margin-bottom: 0;
  }
}
.template-home .industries .wrap-industries-items .industries-item:last-child .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}
.template-home .industries .wrap-industries-items .industries-item:last-child .flare-img {
  bottom: 5%;
  left: 50%;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image {
  position: relative;
  width: 35%;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-image {
    width: 100%;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image .flare-img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  filter: blur(15px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #fff;
  opacity: 0.35;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.6315789474%;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-image .image {
    position: relative;
  }
  .template-home .industries .wrap-industries-items .industries-item .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-home .industries .wrap-industries-items .industries-item .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -15%);
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-image .image img {
    width: 100%;
    transform: translate(0, 0);
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content {
  position: relative;
  background-color: #35334a;
  width: calc(60% - 120px);
  height: auto;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-content {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 10px;
  overflow: hidden;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .wrap-flare svg {
  position: absolute;
  top: -12.5%;
  left: -50%;
  width: 100%;
  height: auto;
  transform: scale(1.5) rotate(90deg);
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .text {
  margin-bottom: 4rem;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
  position: absolute;
  width: 75%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9ccd5;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-content .flare-content {
    display: none;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .title {
  margin: 0 0 30px 0;
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .text,
.template-home .industries .wrap-industries-items .industries-item .wrap-content .link-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-content .link-text {
    margin: 40px 0 0 0;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(30%);
  z-index: 2;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-content .poly-button {
    transform: translateY(-20px);
    right: 15px;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
  width: 125px;
  height: 125px;
}
@media (max-width: 769px) {
  .template-home .industries .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
    width: 70px;
    height: 70px;
  }
}
.template-home .industries .wrap-industries-items .industries-item .wrap-content .poly-button .bg-poly {
  width: 100%;
  height: 100%;
}
.template-home .industries .bg-title {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23vw;
  line-height: 0;
  margin-top: 0;
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 769px) {
  .template-home .industries .bg-title {
    display: none;
  }
}
.template-home .about-us {
  position: relative;
  margin: 200px 0;
}
@media (max-width: 769px) {
  .template-home .about-us {
    margin: 60px 0;
    max-width: 100vw;
  }
}
.template-home .about-us .wrap-about-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-content {
    order: 2;
  }
  .template-home .about-us .wrap-about-us .wrap-image {
    order: 1;
  }
}
.template-home .about-us .wrap-about-us .wrap-content {
  width: 50%;
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-content .wrap-button {
    display: flex;
    justify-content: center;
  }
}
.template-home .about-us .wrap-about-us .wrap-content .form-button {
  width: 105px;
  height: 105px;
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-content .form-button {
    width: 75px;
    height: 75px;
  }
}
.template-home .about-us .wrap-about-us .wrap-content .bg-poly {
  width: 100%;
  height: 100%;
}
.template-home .about-us .wrap-about-us .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-image {
    width: 100%;
  }
}
.template-home .about-us .wrap-about-us .wrap-image .image {
  position: relative;
  overflow: visible;
}
.template-home .about-us .wrap-about-us .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 107.5471698113%;
}
.template-home .about-us .wrap-about-us .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-image .image {
    position: relative;
    overflow: hidden;
  }
  .template-home .about-us .wrap-about-us .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .template-home .about-us .wrap-about-us .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.template-home .about-us .wrap-about-us .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -15%);
}
@media (max-width: 769px) {
  .template-home .about-us .wrap-about-us .wrap-image .image img {
    width: 115%;
    transform: translate(-5%, -11%);
  }
}
.template-home .about-us .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 769px) {
  .template-home .about-us .bg-image {
    display: none;
  }
}
.template-home .about-us .bg-image img {
  width: 125%;
  height: 140%;
  transform: translate(-10%, -17.5%);
}
.template-home .testimonials {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .template-home .testimonials {
    margin-bottom: 60px;
  }
}
.template-home .get-started {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .template-home .get-started {
    margin-bottom: 60px;
  }
}

.template-typeform .wrap-typeform-content {
  min-height: 100vh;
  height: 100%;
  background-color: rgb(33, 31, 48);
  display: flex;
  align-items: center;
}

.page-template-template-login .login-wrapper {
  height: 90vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  max-width: 1000px;
  margin: auto;
}
.page-template-template-login .login-wrapper__info {
  margin-bottom: 2rem;
}
.page-template-template-login .login-wrapper__info p {
  margin-top: 0;
  line-height: 1.4;
}
.page-template-template-login .login-wrapper h1 {
  line-height: 1;
  margin-bottom: 4rem;
}
.template-services-one .featured-in {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 769px) {
  .template-services-one .featured-in {
    margin-bottom: 120px;
  }
}
.template-services-one .featured-in .title {
  font-weight: 500;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 769px) {
  .template-services-one .featured-in .title {
    font-size: 40px;
  }
}
.template-services-one .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-services-one .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-services-one .featured-in .wrap-logos .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
.template-services-one .featured-in .wrap-logos .logo-item {
  width: 100%;
}
@media (max-width: 769px) {
  .template-services-one .featured-in .wrap-logos .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.template-services-one .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.template-services-one .services-white-section {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
}
.template-services-one .services-white-section .bg-line-top-left {
  position: absolute;
  left: -10%;
  top: -14%;
  width: 60%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-one .services-white-section .bg-line-top-left {
    display: none;
  }
}
.template-services-one .services-white-section .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-services-one .services-white-section .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-one .services-white-section .bg-line-left {
    display: none;
  }
}
.template-services-one .services-white-section .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-services-one .services-white-section .bg-line-right {
  position: absolute;
  right: -40%;
  top: 25%;
  width: 66%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-one .services-white-section .bg-line-right {
    display: none;
  }
}
.template-services-one .services-white-section .bg-line-right svg {
  width: 100%;
  height: 100%;
}
.template-services-one .services-white-section .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 70%;
  width: 40%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-one .services-white-section .bg-line-bottom-right {
    display: none;
  }
}
.template-services-one .services-white-section .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}

.template-services-two .featured-in {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 769px) {
  .template-services-two .featured-in {
    margin-bottom: 120px;
  }
}
.template-services-two .featured-in .title {
  font-weight: 500;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 769px) {
  .template-services-two .featured-in .title {
    font-size: 40px;
  }
}
.template-services-two .featured-in .wrap-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 769px) {
  .template-services-two .featured-in .wrap-logos {
    max-width: 80%;
    margin: 0 auto;
  }
}
.template-services-two .featured-in .wrap-logos .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
.template-services-two .featured-in .wrap-logos .logo-item {
  width: 100%;
}
@media (max-width: 769px) {
  .template-services-two .featured-in .wrap-logos .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.template-services-two .featured-in .wrap-logos .logo-item img {
  width: 100%;
  height: auto;
  max-height: 60px;
  height: 60px;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.template-services-two .services-white-section {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
}
.template-services-two .services-white-section .bg-line-top-left {
  position: absolute;
  left: -10%;
  top: -14%;
  width: 60%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-two .services-white-section .bg-line-top-left {
    display: none;
  }
}
.template-services-two .services-white-section .bg-line-top-left svg {
  width: 100%;
  height: 100%;
}
.template-services-two .services-white-section .bg-line-left {
  position: absolute;
  left: -10%;
  top: 30%;
  width: 33%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-two .services-white-section .bg-line-left {
    display: none;
  }
}
.template-services-two .services-white-section .bg-line-left svg {
  width: 100%;
  height: 100%;
}
.template-services-two .services-white-section .bg-line-right {
  position: absolute;
  right: -40%;
  top: 25%;
  width: 66%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-two .services-white-section .bg-line-right {
    display: none;
  }
}
.template-services-two .services-white-section .bg-line-right svg {
  width: 100%;
  height: 100%;
}
.template-services-two .services-white-section .bg-line-bottom-right {
  position: absolute;
  right: -10%;
  top: 70%;
  width: 40%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 769px) {
  .template-services-two .services-white-section .bg-line-bottom-right {
    display: none;
  }
}
.template-services-two .services-white-section .bg-line-bottom-right svg {
  width: 100%;
  height: 100%;
}

@keyframes move-flare-left-top-corner {
  from {
    top: -5vh;
    left: -5%;
  }
  to {
    top: 0;
    left: 0;
  }
}
@keyframes move-flare-left-top {
  from {
    top: 10vh;
    left: 5%;
  }
  to {
    top: 30vh;
    left: 40%;
  }
}
@keyframes move-flare-left-bottom {
  from {
    top: 55vh;
    left: 25vw;
  }
  to {
    top: 55vh;
    left: 10vw;
  }
}
@keyframes move-flare-left-bottom-mobile {
  from {
    top: 50vh;
    left: 50vw;
  }
  to {
    top: 80vh;
    left: 80vw;
  }
}
@keyframes move-flare-big-left {
  from {
    top: 15vh;
    left: 10vw;
  }
  to {
    top: 25vh;
    left: 29vw;
  }
}
@keyframes move-flare-big-right-bottom {
  from {
    top: 50vh;
    left: 70vw;
  }
  to {
    top: 35vh;
    left: 60vw;
  }
}
.wrap-flares {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 769px) {
  .wrap-flares {
    height: 300%;
    overflow: hidden;
  }
}

.flare-left-top-corner {
  position: absolute;
  top: -5vh;
  left: -5vw;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.3;
  box-shadow: 70px 70px 70px 70px #806aa0;
}

.flare-left-top {
  position: absolute;
  top: 10vh;
  left: 5vw;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.3;
  box-shadow: 100px 100px 100px 100px #806aa0;
}
@media (max-width: 769px) {
  .flare-left-top {
    display: none;
  }
}

.flare-left-bottom {
  position: absolute;
  top: 55vh;
  left: 25vw;
  width: 200px;
  height: 200px;
  background-color: #70487c;
  opacity: 0.5;
  z-index: 0;
  filter: blur(75px);
}
@media (max-width: 769px) {
  .flare-left-bottom {
    top: 50vh;
    left: 50vw;
    width: 400px;
    height: 400px;
    animation: none;
  }
}

.flare-big-left {
  position: absolute;
  top: 15vh;
  left: 10vw;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.3;
  box-shadow: 200px 200px 200px 200px #806aa0;
  -webkit-box-shadow: 200px 200px 200px 200px #806aa0;
}
@media (max-width: 769px) {
  .flare-big-left {
    display: none;
  }
}

.flare-big-right-bottom {
  position: absolute;
  top: 50vh;
  left: 70vw;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.3;
  box-shadow: 400px 400px 400px 400px #806aa0;
}
@media (max-width: 769px) {
  .flare-big-right-bottom {
    display: none;
  }
}

.testimonials {
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100vw;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.testimonials .title {
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 50px;
}
@media (max-width: 769px) {
  .testimonials .title {
    width: calc(100% - 60px);
    margin: 0 auto 40px;
    font-size: 40px;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .testimonials .title {
    font-size: 5.5rem;
  }
}
.testimonials .wrap-testimonials .swiper {
  padding-bottom: 60px;
}
.testimonials .wrap-testimonials .testimonial-item {
  padding: 40px 40px 50px 40px;
  border-radius: 10px 0px 0px 0px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2509803922);
  background: #35334a;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  text-align: left;
  height: auto;
}
.testimonials .wrap-testimonials .top {
  flex: 1;
}
.testimonials .wrap-testimonials .quote {
  max-width: 775px;
  margin: 0 auto;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
}
.testimonials .wrap-testimonials .name-and-position {
  font-size: 16px;
}
@media (max-width: 769px) {
  .testimonials .wrap-testimonials .name-and-position span {
    font-size: 15px;
  }
}
.testimonials .wrap-testimonials .logo {
  max-height: 35px;
  max-width: 200px;
  margin-top: 1rem;
}
.testimonials .wrap-testimonials .swiper-button-next,
.testimonials .wrap-testimonials .swiper-button-prev {
  transform: translateY(-60px);
}
@media (max-width: 1024px) {
  .testimonials .wrap-testimonials .swiper-button-next,
  .testimonials .wrap-testimonials .swiper-button-prev {
    display: none;
  }
}
.testimonials .wrap-testimonials .swiper-button-next:after,
.testimonials .wrap-testimonials .swiper-button-prev:after {
  content: none;
}
.testimonials .wrap-testimonials .swiper-button-next svg,
.testimonials .wrap-testimonials .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.testimonials .wrap-testimonials .swiper-button-next {
  right: 0;
}
.testimonials .wrap-testimonials .swiper-button-prev {
  left: 0;
}
.testimonials .wrap-testimonials .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonials .wrap-button-testimonials {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.testimonials .bg-title {
  position: absolute;
  top: 32.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19vw;
  line-height: 0;
  margin-top: 0;
  z-index: -1;
  opacity: 0.05;
}

.pricing {
  position: relative;
  text-align: center;
}
.pricing .wrap-pricing {
  position: relative;
  width: 100%;
  padding: 90px 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #35334a;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.pricing .wrap-pricing .title {
  margin: 0 0 30px 0;
}
.pricing .wrap-pricing .text {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .pricing .wrap-pricing .text {
    padding: 0 30px;
  }
}
.pricing .wrap-pricing .text p {
  margin-bottom: 30px;
}
.pricing .wrap-pricing .poly-button {
  position: relative;
  justify-content: center;
  z-index: 2;
}
.pricing .bg-texture {
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.pricing .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.5454545455%;
}
.pricing .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .pricing .bg-texture {
    position: relative;
    mix-blend-mode: unset;
  }
  .pricing .bg-texture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 135.8208955224%;
  }
  .pricing .bg-texture > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.pricing .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: -10%;
  right: 0;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .pricing .bg-texture img {
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
.pricing .bg-texture img.desktop {
  display: block;
}
@media (max-width: 769px) {
  .pricing .bg-texture img.desktop {
    display: none;
  }
}
.pricing .bg-texture img.mobile {
  display: none;
}
@media (max-width: 769px) {
  .pricing .bg-texture img.mobile {
    display: block;
  }
}
.pricing .bg-texture .glow {
  position: absolute;
  width: 1000px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
  background-color: #8a6298;
  opacity: 0.2;
  filter: blur(100px);
}
@media (max-width: 769px) {
  .pricing .bg-texture .glow {
    width: 500px;
    height: 200px;
    top: 0;
  }
}

.pricing-columns {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.pricing-columns .title {
  margin: 0 0 30px 0;
}
.pricing-columns .text {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .pricing-columns .text {
    padding: 0 30px;
  }
}
.pricing-columns .text p {
  margin-bottom: 30px;
}
.pricing-columns .wrap-pricing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.pricing-columns .wrap-pricing .pricing-item {
  position: relative;
  width: calc(22.5% - 80px);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1250px) {
  .pricing-columns .wrap-pricing .pricing-item {
    width: calc(48% - 68px);
    padding: 44px 34px 60px 34px;
    margin-bottom: 30px;
  }
  .pricing-columns .wrap-pricing .pricing-item:last-child {
    margin-bottom: 90px;
  }
}
@media (max-width: 769px) {
  .pricing-columns .wrap-pricing .pricing-item {
    width: calc(100% - 68px);
    padding: 44px 34px 60px 34px;
    margin-bottom: 30px;
  }
  .pricing-columns .wrap-pricing .pricing-item:last-child {
    margin-bottom: 90px;
  }
}
.pricing-columns .wrap-pricing .pricing-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}
.pricing-columns .wrap-pricing .pricing-item .bg-color:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(153deg, rgba(53, 51, 74, 0.9) 40%, rgba(130, 115, 137, 0.9) 100%);
  border-radius: 10px;
  z-index: -1;
}
.pricing-columns .wrap-pricing .pricing-item:nth-child(2n) {
  background: #211f30;
}
.pricing-columns .wrap-pricing .pricing-item .image {
  width: 70px;
  margin: 0 auto;
}
.pricing-columns .wrap-pricing .pricing-item .image img {
  width: 100%;
  height: auto;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-price {
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-price em {
  color: #e9ccd5;
  font-style: normal;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-include h2 {
  font-size: 20px;
  line-height: 1.2;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-include h3,
.pricing-columns .wrap-pricing .pricing-item .pricing-include h4,
.pricing-columns .wrap-pricing .pricing-item .pricing-include h5,
.pricing-columns .wrap-pricing .pricing-item .pricing-include h6,
.pricing-columns .wrap-pricing .pricing-item .pricing-include p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-include em {
  color: #e9ccd5;
  font-style: normal;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-include strong {
  font-weight: 700;
}
.pricing-columns .wrap-pricing .pricing-item .green-tick-item {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.33;
}
.pricing-columns .wrap-pricing .pricing-item .green-tick-item svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: 10px;
}
.pricing-columns .wrap-pricing .pricing-item .green-tick-item p,
.pricing-columns .wrap-pricing .pricing-item .green-tick-item h2,
.pricing-columns .wrap-pricing .pricing-item .green-tick-item h3,
.pricing-columns .wrap-pricing .pricing-item .green-tick-item h4,
.pricing-columns .wrap-pricing .pricing-item .green-tick-item h5,
.pricing-columns .wrap-pricing .pricing-item .green-tick-item h6 {
  font-size: 16px;
  width: calc(100% - 25px);
  margin: 5px 0;
}
.pricing-columns .wrap-pricing .pricing-item .green-tick-item strong {
  font-weight: 700;
}
.pricing-columns .wrap-pricing .pricing-item .red-cross-item {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.33;
}
.pricing-columns .wrap-pricing .pricing-item .red-cross-item svg {
  width: 16px;
  height: 16px;
  margin: 10px 8px 0 -3px;
}
.pricing-columns .wrap-pricing .pricing-item .red-cross-item svg path {
  fill: #93002c;
}
.pricing-columns .wrap-pricing .pricing-item .red-cross-item p,
.pricing-columns .wrap-pricing .pricing-item .red-cross-item h2,
.pricing-columns .wrap-pricing .pricing-item .red-cross-item h3,
.pricing-columns .wrap-pricing .pricing-item .red-cross-item h4,
.pricing-columns .wrap-pricing .pricing-item .red-cross-item h5,
.pricing-columns .wrap-pricing .pricing-item .red-cross-item h6 {
  font-size: 16px;
  width: calc(100% - 25px);
  margin: 5px 0;
}
.pricing-columns .wrap-pricing .pricing-item .red-cross-item strong {
  font-weight: 700;
}
.pricing-columns .wrap-pricing .pricing-item .pricing-link {
  background-color: #93002c;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}
.pricing-columns .pricing-columns-button-wrap {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.pricing-columns .pricing-columns-button-wrap .poly-button {
  color: #211f30;
}

.refer {
  position: relative;
  text-align: center;
}
.refer .wrap-refer {
  position: relative;
  width: 100%;
  padding: 130px 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #35334a;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 769px) {
  .refer .wrap-refer {
    padding: 60px 0;
  }
}
.refer .wrap-refer .title {
  position: relative;
  margin: 0 0 30px 0;
  z-index: 1;
}
@media (max-width: 769px) {
  .refer .wrap-refer .title {
    padding: 0 30px;
  }
}
.refer .wrap-refer .title strong {
  font-weight: 600;
  color: #e9ccd5;
}
.refer .wrap-refer .title p {
  margin: 0;
}
@media (max-width: 769px) {
  .refer .wrap-refer .title p {
    font-size: 40px;
  }
}
.refer .wrap-refer .text {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}
.refer .wrap-refer .text p {
  margin: 0;
}
.refer .bg-texture {
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.refer .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.5454545455%;
}
.refer .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .refer .bg-texture {
    position: relative;
  }
  .refer .bg-texture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 135.8208955224%;
  }
  .refer .bg-texture > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.refer .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: -17.5%;
  left: -17.5%;
  width: 135%;
  height: 135%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 520px) {
  .refer .bg-texture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .refer .bg-texture img {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
  }
}
.refer .bg-texture img.desktop {
  display: block;
}
@media (max-width: 520px) {
  .refer .bg-texture img.desktop {
    display: none;
  }
}
.refer .bg-texture img.mobile {
  display: none;
}
@media (max-width: 520px) {
  .refer .bg-texture img.mobile {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.refer .bg-texture .glow {
  position: absolute;
  width: 1000px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
  background-color: #8a6298;
  opacity: 0.2;
  filter: blur(100px);
}
@media (max-width: 769px) {
  .refer .bg-texture .glow {
    width: 500px;
    height: 200px;
    top: 0;
  }
}

.get-started {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .get-started {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.get-started .wrap-get-started {
  position: relative;
  width: calc(100% - 100px);
  padding: 110px 0 100px 100px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #211f30;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 769px) {
  .get-started .wrap-get-started {
    width: 100%;
    padding: 60px 0 300px 0;
    text-align: center;
  }
}
.get-started .wrap-get-started .title {
  position: relative;
  z-index: 2;
  margin: 0 0 30px 0;
}
@media (max-width: 769px) {
  .get-started .wrap-get-started .title {
    padding: 0 30px;
    font-size: 40px;
  }
}
.get-started .wrap-get-started .title strong {
  font-weight: 600;
  color: #e9ccd5;
}
.get-started .wrap-get-started .title p {
  margin: 0;
}
.get-started .wrap-get-started .text {
  position: relative;
  max-width: 600px;
  z-index: 2;
}
@media (max-width: 769px) {
  .get-started .wrap-get-started .text {
    padding: 0 30px;
  }
}
.get-started .wrap-get-started .text p {
  margin: 0;
}
.get-started .wrap-get-started .poly-button {
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .get-started .wrap-get-started .poly-button {
    justify-content: center;
  }
}
.get-started .bg-texture {
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.get-started .bg-texture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.5454545455%;
}
.get-started .bg-texture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .get-started .bg-texture {
    position: relative;
  }
  .get-started .bg-texture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 184.5697329377%;
  }
  .get-started .bg-texture > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.get-started .bg-texture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: -12.5%;
  right: 0;
  width: 125%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-started .bg-texture img.desktop {
  display: block;
}
@media (max-width: 769px) {
  .get-started .bg-texture img.desktop {
    display: none;
  }
}
.get-started .bg-texture img.mobile {
  display: none;
}
@media (max-width: 769px) {
  .get-started .bg-texture img.mobile {
    display: block;
    left: 0;
    width: 100%;
  }
}
.get-started .bg-texture .glow {
  position: absolute;
  width: 1000px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
  background-color: #8a6298;
  opacity: 0.2;
  filter: blur(100px);
}
@media (max-width: 769px) {
  .get-started .bg-texture .glow {
    width: 500px;
    height: 200px;
    top: 0;
  }
}

.gf_login_form input[type=submit] {
  background-color: #93002c;
  color: white;
  border: none;
  height: auto;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.gf_login_form input[type=text],
.gf_login_form input[type=email],
.gf_login_form input[type=password] {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

.gf_login_links {
  display: none;
}

.faqs-component {
  margin: 60px 0 120px 0;
}
@media (max-width: 769px) {
  .faqs-component {
    width: 100%;
    margin: 60px 0 40px 0;
  }
}
@media (max-width: 769px) {
  .faqs-component .container {
    margin: 0;
    width: 100%;
  }
}
.faqs-component .wrap-faqs {
  background-color: #211f30;
  box-shadow: rgba(0, 0, 0, 0.2), 0 5px 3px 10px;
  padding: 90px;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .faqs-component .wrap-faqs {
    padding: 60px 19px;
  }
}
.faqs-component .wrap-faqs .title {
  margin-top: 0;
}
.faqs-component .wrap-faqs .wrap-faqs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqs-component .wrap-faqs .wrap-faqs-list .row {
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media (max-width: 769px) {
  .faqs-component .wrap-faqs .wrap-faqs-list .row {
    width: 100%;
    margin-right: 0;
  }
}
.faqs-component .wrap-faqs .wrap-faqs-list .row:nth-child(2n) {
  margin-right: 0;
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item .question {
  position: relative;
  margin-bottom: 0;
  padding-right: 65px;
  font-weight: 400;
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item .plus-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item .plus-button .vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 14px;
  background-color: #00cc00;
  transform: translate(-50%, -50%);
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item .plus-button .horyzontal {
  position: absolute;
  width: 14px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #00cc00;
  transform: translate(-50%, -50%);
}
.faqs-component .wrap-faqs .wrap-faqs-list .faq-item .answer {
  padding-right: 65px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  height: 0;
  overflow: hidden;
}

.news-component {
  position: relative;
  z-index: 5;
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: 150px;
}
.news-component .title {
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 769px) {
  .news-component .title {
    font-size: 40px;
  }
}
.news-component .wrap-swiper-nav {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 100px;
  height: 30px;
}
.news-component .swiper-button-next,
.news-component .swiper-button-prev {
  transform: translateY(60px);
}
.news-component .swiper-button-next:after,
.news-component .swiper-button-prev:after {
  content: none;
}
.news-component .swiper-button-next svg,
.news-component .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.news-component .swiper-button-next svg path,
.news-component .swiper-button-prev svg path {
  fill: #93002c;
}
.news-component .wrap-news-items {
  position: relative;
}
.news-component .wrap-news-items:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 135px;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 80%);
  z-index: 10;
}
@media (max-width: 769px) {
  .news-component .wrap-news-items:before {
    width: 80px;
  }
}
.news-component .news-articles {
  text-decoration: none;
  color: #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .news-component .news-articles {
    width: 100%;
    margin-bottom: 60px;
  }
  .news-component .news-articles:last-child {
    margin-bottom: 0;
  }
}
.news-component .news-articles:hover .read-more {
  margin-right: 30px;
}
.news-component .news-articles:hover svg {
  margin-right: 10px;
}
.news-component .news-articles .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.news-component .news-articles .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2962962963%;
}
.news-component .news-articles .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .news-component .news-articles .image {
    position: relative;
  }
  .news-component .news-articles .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.3798219585%;
  }
  .news-component .news-articles .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.news-component .news-articles .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .news-component .news-articles .image img {
    width: 100%;
  }
}
.news-component .news-articles .news-title {
  margin: 20px 0;
  color: #2b1f30;
  font-size: 20px;
}
.news-component .news-articles .infos {
  font-size: 15px;
  margin: 30px 0 0 0;
  color: #2b1f30;
}
@media (max-width: 769px) {
  .news-component .news-articles .infos {
    margin: 15px 0 0 0;
  }
}
.news-component .news-articles .infos .category {
  color: #2b1f30;
  font-weight: 600;
}
.news-component .news-articles .excerpt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #2b1f30;
  margin: 0;
}
@media (max-width: 769px) {
  .news-component .news-articles .excerpt {
    padding-left: 0;
  }
}
.news-component .news-articles .wrap-read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
@media (max-width: 769px) {
  .news-component .news-articles .wrap-read-more {
    justify-content: flex-start;
  }
}
.news-component .news-articles .wrap-read-more p {
  font-size: 15px;
  margin: 0 20px 0 0;
  color: #2b1f30;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.news-component .news-articles .wrap-read-more svg {
  width: auto;
  transition: margin-right 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
.news-component .news-articles .wrap-read-more svg path {
  fill: #e9ccd5;
}

.contact-component {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .contact-component {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.contact-component .wrap-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 120px;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content {
    margin-top: 120px;
  }
}
.contact-component .wrap-hero-content .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact-component .wrap-hero-content .content .title {
  margin: 0 0 30px 0;
}
.contact-component .wrap-hero-content .content .text {
  margin: 0;
}
.contact-component .wrap-hero-content .content .wrap-email-infos a {
  text-decoration: none;
  color: #e9ccd5;
  line-height: 2;
}
.contact-component .wrap-hero-content .wrap-form {
  width: 50%;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form {
    width: 100%;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_confirmation_message {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 300px;
  text-align: center;
  background-color: #35334a;
  border-radius: 10px;
  box-shadow: 0 0 50px #211f2e;
  padding: 0 4rem;
}
.contact-component .wrap-hero-content .wrap-form .validation_error {
  color: #e9ccd5 !important;
  border-top-color: #e9ccd5;
  border-bottom-color: #e9ccd5;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form .gform_body {
    width: 100%;
    margin: 0;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_body .validation_message {
  color: #e9ccd5;
  font-weight: 200;
  font-size: 11px;
  padding-top: 6px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield_error {
  background-color: transparent;
  border-top-color: #e9ccd5;
  border-bottom-color: #e9ccd5;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form .gform_body .gfield_error {
    margin-top: 0 !important;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield_error label {
  color: #e9ccd5 !important;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield_error input {
  border: 1px solid #e9ccd5 !important;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield {
  width: calc(50% - 15px);
  position: relative;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form .gform_body .gfield {
    width: 100%;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield .ginput_container {
  margin-top: 0;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #666666;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #f7f7f7;
  font-size: 15px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield input::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  color: #f7f7f7;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield input::placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  color: #f7f7f7;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield textarea {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form .gform_body .gfield textarea {
    height: 175px;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like {
  width: 100%;
  margin-top: 0;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like label {
  font-weight: 300;
  margin-bottom: 10px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul li {
  margin-bottom: 0;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul input {
  display: none;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul label {
  max-width: 100%;
  margin-right: 10px;
  font-size: 15px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul [type=checkbox]:not(:checked) + label {
  width: auto;
  border: 1px solid #f7f7f7;
  background-color: transparent;
  padding: 8px 24px;
  border-radius: 5px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.what-would-you-like .ginput_container_checkbox ul [type=checkbox]:checked + label {
  width: auto;
  padding: 8px 24px;
  border: 1px solid #be6680;
  background-color: #be6680;
  border-radius: 5px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.html {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 2rem;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.how-did-you-hear {
  width: 100%;
  max-width: 300px;
  margin-top: 2rem;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.message {
  width: 100%;
  margin-top: 40px;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.message label {
  font-weight: 400;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.message .gfield_description {
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
}
.contact-component .wrap-hero-content .wrap-form .gform_body .gfield.message .gfield_description a {
  color: #f7f7f7;
}
.contact-component .wrap-hero-content .wrap-form .gform_footer {
  margin-bottom: 0;
}
.contact-component .wrap-hero-content .wrap-form .gform_footer input[type=submit] {
  padding: 14px 30px;
  background-color: #93002c;
  color: #f7f7f7;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-weight: 200;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.31, 0.01, 0.06, 0.99);
}
@media (max-width: 769px) {
  .contact-component .wrap-hero-content .wrap-form .gform_footer input[type=submit] {
    width: auto;
    padding: 10px 25px;
  }
}
.contact-component .wrap-hero-content .wrap-form .gform_footer input[type=submit]:hover {
  background-color: #7a0025;
}
.contact-component .contact-component-poly-line {
  position: absolute;
  top: -30%;
  left: -15%;
  width: 70%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 769px) {
  .contact-component .contact-component-poly-line {
    display: none;
  }
}
.contact-component .contact-component-poly-line svg {
  width: 100%;
  height: auto;
}

.text-media-component {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .text-media-component {
    margin-top: 20px;
  }
}
.text-media-component .bg-flare-one {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.text-media-component .bg-flare-two {
  position: absolute;
  top: 60%;
  left: 66%;
  transform: translate(-50%);
  width: 33%;
  height: 33%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.text-media-component .bg-flare-three {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 23%;
  height: 16%;
  border-radius: 50%;
  filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #e9ccd5;
  opacity: 0.2;
  z-index: -1;
}
.text-media-component .wrap-intro {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .text-media-component .wrap-intro .title {
    font-size: 50px;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .text-media-component .wrap-intro .text {
    font-size: 20px;
  }
}
.text-media-component .wrap-industries-items {
  margin: 100px 0 0 0;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items {
    margin: 60px 0 0 0;
  }
}
.text-media-component .wrap-industries-items .industries-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item {
    margin-bottom: 10px;
  }
}
.text-media-component .wrap-industries-items .industries-item:nth-child(odd) .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.text-media-component .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
  top: 5%;
  right: 5%;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item:nth-child(odd) .flare-img {
    top: 12.5%;
    right: 7.5%;
  }
}
.text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
  order: 2;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-image {
    order: 1;
  }
}
.text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-image .flare-img {
  top: 50%;
  left: 7.5%;
}
.text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
  order: 1;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-content {
    order: 2;
  }
}
.text-media-component .wrap-industries-items .industries-item:nth-child(even) .wrap-content .wrap-flare svg {
  top: -12.5%;
  left: unset;
  right: -50%;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item:last-child {
    margin-bottom: 0;
  }
}
.text-media-component .wrap-industries-items .industries-item:last-child .flare-content {
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}
.text-media-component .wrap-industries-items .industries-item:last-child .flare-img {
  bottom: 5%;
  left: 50%;
}
.text-media-component .wrap-industries-items .industries-item .wrap-image {
  position: relative;
  width: 35%;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-image {
    width: 100%;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-image .flare-img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  filter: blur(15px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-color: #fff;
  opacity: 0.35;
}
.text-media-component .wrap-industries-items .industries-item .wrap-image .image {
  position: relative;
  overflow: visible;
}
.text-media-component .wrap-industries-items .industries-item .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.6315789474%;
}
.text-media-component .wrap-industries-items .industries-item .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-image .image {
    position: relative;
  }
  .text-media-component .wrap-industries-items .industries-item .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .text-media-component .wrap-industries-items .industries-item .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, -15%);
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-image .image img {
    width: 100%;
    transform: translate(0, 0);
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content {
  position: relative;
  background-color: #35334a;
  width: calc(60% - 120px);
  height: auto;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.38);
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-content {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .wrap-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 10px;
  overflow: hidden;
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .wrap-flare svg {
  position: absolute;
  top: -12.5%;
  left: -50%;
  width: 100%;
  height: auto;
  transform: scale(1.5) rotate(90deg);
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .text {
  margin-bottom: 4rem;
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .flare-content {
  position: absolute;
  width: 75%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9ccd5;
  filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-content .flare-content {
    display: none;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .title {
  margin: 0 0 30px 0;
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .text,
.text-media-component .wrap-industries-items .industries-item .wrap-content .link-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-content .link-text {
    margin: 40px 0 0 0;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .poly-button {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(30%);
  z-index: 2;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-content .poly-button {
    transform: translateY(-20px);
    right: 15px;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
  width: 125px;
  height: 125px;
}
@media (max-width: 769px) {
  .text-media-component .wrap-industries-items .industries-item .wrap-content .poly-button .form-button {
    width: 70px;
    height: 70px;
  }
}
.text-media-component .wrap-industries-items .industries-item .wrap-content .poly-button .bg-poly {
  width: 100%;
  height: 100%;
}
.text-media-component .bg-title {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23vw;
  line-height: 0;
  margin-top: 0;
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 769px) {
  .text-media-component .bg-title {
    display: none;
  }
}

.cards-component {
  position: relative;
  margin: 100px 0;
}
.cards-component .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 200px;
  transform: translateX(-50%);
  background-color: rgb(192, 126, 227);
  opacity: 0.5;
  filter: blur(100px);
}
.cards-component .white-band {
  position: absolute;
  z-index: -1;
  height: 250px;
  width: 100%;
  bottom: -80px;
  background-color: #f7f7f7;
}
@media (max-width: 769px) {
  .cards-component .white-band {
    display: none;
  }
}
.cards-component .wrap-content {
  text-align: center;
}
.cards-component .wrap-content .title {
  font-weight: 600;
  margin: 0 0 40px 0;
}
.cards-component .wrap-content .text {
  max-width: 635px;
  margin: 0 auto;
}
.cards-component .wrap-content .wrap-button {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .cards-component .wrap-content .wrap-button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cards-component .wrap-content .wrap-help-items {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .cards-component .wrap-content .wrap-help-items {
    display: none;
  }
}
.cards-component .wrap-content .wrap-help-items-mobile {
  display: none;
}
@media (max-width: 769px) {
  .cards-component .wrap-content .wrap-help-items-mobile {
    display: block;
    margin-top: 60px;
    width: calc(100% + 19px);
  }
  .cards-component .wrap-content .wrap-help-items-mobile .swiper {
    padding-bottom: 75px;
  }
  .cards-component .wrap-content .wrap-help-items-mobile .swiper-pagination {
    bottom: 30px;
  }
}
.cards-component .wrap-content .wrap-help-items-mobile .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  background-image: url("../images/hexagon-bullet-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cards-component .wrap-content .help-item {
  position: relative;
  position: relative;
  width: 30%;
  background-color: #35334a;
  border-radius: 10px;
}
.cards-component .wrap-content .help-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.cards-component .wrap-content .help-item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .cards-component .wrap-content .help-item {
    width: 100%;
  }
}
.cards-component .wrap-content .help-item .wrap-content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1250px) {
  .cards-component .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 40px);
  }
}
@media (max-width: 520px) {
  .cards-component .wrap-content .help-item .wrap-content-item {
    width: calc(100% - 60px);
  }
}
.cards-component .wrap-content .help-item .wrap-content-item .loop-iteration {
  color: #e9ccd5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0;
}
.cards-component .wrap-content .help-item .wrap-content-item .help-title {
  margin: 20px 0;
}
@media (max-width: 1250px) {
  .cards-component .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3rem;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .cards-component .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 520px) {
  .cards-component .wrap-content .help-item .wrap-content-item .help-title {
    font-size: 3.5rem;
    margin: 20px 0;
  }
}
.cards-component .wrap-content .help-item .wrap-content-item .help-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.cards-component .wrap-content .help-item .wrap-content-item .wrap-deco-logo {
  margin-top: 30px;
}
.cards-component .wrap-content .help-item .wrap-content-item .wrap-deco-logo img {
  max-width: 18px;
  max-height: 21px;
  position: relative;
}
.cards-component .wrap-content .help-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-with-content {
  position: relative;
  padding: 30px 0 130px 0;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 3;
}
@media (max-width: 769px) {
  .media-with-content {
    padding: 30px 0 60px 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.media-with-content .title {
  color: #2b1f30;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .media-with-content .title {
    margin: 0;
    font-size: 40px;
  }
}
.media-with-content .wrap-features-and-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-with-content .wrap-features-and-benefits .wrap-image {
  width: 45%;
}
@media (max-width: 769px) {
  .media-with-content .wrap-features-and-benefits .wrap-image {
    width: 100%;
  }
}
.media-with-content .wrap-features-and-benefits .wrap-image .image {
  position: relative;
  overflow: visible;
}
.media-with-content .wrap-features-and-benefits .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.7777777778%;
}
.media-with-content .wrap-features-and-benefits .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .media-with-content .wrap-features-and-benefits .wrap-image .image {
    position: relative;
  }
  .media-with-content .wrap-features-and-benefits .wrap-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.6666666667%;
  }
  .media-with-content .wrap-features-and-benefits .wrap-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.media-with-content .wrap-features-and-benefits .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10%, 0);
}
@media (max-width: 769px) {
  .media-with-content .wrap-features-and-benefits .wrap-image .image img {
    width: 140%;
    height: 100%;
    transform: translate(-12.5%, 0);
  }
}
.media-with-content .wrap-features-and-benefits .wrap-features {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 769px) {
  .media-with-content .wrap-features-and-benefits .wrap-features {
    width: 100%;
  }
}
.media-with-content .wrap-features-and-benefits .wrap-features .title {
  text-align: left;
}
@media (max-width: 769px) {
  .media-with-content .wrap-features-and-benefits .wrap-features .title {
    margin-top: 50px;
    font-size: 30px;
  }
}
.media-with-content .wrap-features-and-benefits .wrap-features .wrap-feature-items {
  color: #35334a;
  line-height: 1.5;
}
.media-with-content .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  color: #35334a;
}
.media-with-content .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item img {
  width: 25px;
}
.media-with-content .wrap-features-and-benefits .wrap-features .wrap-feature-items .feature-item span {
  width: calc(100% - 45px);
  margin-top: -3px;
}

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