:root {
  --font-inter: "Inter", sans-serif;
}
:root {
  --yellow-light: hsl(44, 98%, 59%);
  --orange: #de8011;
  --orange-dark: #d8640a;
  --orange-light: #f6ab38;

  /* --orange: #fa7c38;
  --orange-dark: #fb6b20;
  --orange-light: #ffa575; */
  --degrade-blue: linear-gradient(180deg, #f9fafe 0%, #eff5fb 100%);
  --orange-veryLigh: #f8a769;

  --grey-bg: #f9fafe;
  --blue: #083468;
  --blue-light: #0c4c97;
  --grey-light: #8a8a8a;
  --darkBlue: hsl(233, 26%, 24%);
  --white: hsl(0, 0%, 100%);
  --light-text: #171718;
  --black: #171718;
  --background: var(--light-bg);
  --text-color: var(--light-text);
  --light-background: #fafafa;
  --orange-hover: #e18d29;
  --grayishBlue: hsl(233, 8%, 62%);
  --lightGrayishBlue: hsl(220, 16%, 96%);
  --veryLightGray: hsl(0, 0%, 98%);
  --white: hsl(0, 0%, 100%);
  --shadow-color: HSL(40°, 60%, 50%);
}

.fill-orange {
  fill: var(--orange);
}
.fill-orange-dark {
  fill: var(--orange-dark);
}
.fill-orange-light {
  fill: var(--orange-light);
}

*::selection {
  background: #ffc3a2;
}
*::-moz-selection {
  background: #ffc3a2;
}
*::-webkit-selection {
  background: #ffc3a2;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  font-family: var(--font-inter), sans-serif;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  /* box-sizing: border-box; */
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-inline-start: 0px !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-inter);
  background: var(--white);
  color: var(--text-color);
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

p {
  letter-spacing: 0px;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.1;
}
h1 {
  font-size: 1.5rem;
  margin-bottom: 0.1875rem;
}

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

@media (min-width: 80.0625em) {
  h1 {
    font-size: 1.75rem;
  }
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--text-color1);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* .container .mb-10-m {
  margin: 0.625rem 0;
} */

.allSoftwares {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 40em) {
  .allSoftwares {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.container .mb-30 {
  margin: 1.875rem 0;
}
.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}
.hide {
  display: none;
}
.visible {
  display: block;
}

section.light-background {
  background: var(--light-background);
  padding: 0;
}

section.light-background .container {
  border: solid 1px #ebeaeb;
  padding: 4.5rem;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  section.light-background .container {
    padding: 2.5rem;
  }
}

section.light-background + section.light-background .container {
  border-top: solid 1px #ebeaeb;
}

.btn {
  background: var(--white);

  border-radius: 12px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  color: black;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-overflow: ellipsis;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #d7dbe4;
  padding: 0.8125rem 1.4375rem;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.btn:hover {
  background: var(--veryLightGray);
}
.btn__transparent {
  background: transparent;
  border: 0.0625rem solid var(--blue);
  color: var(--blue);
  font-family: "Inter", sans-serif;
}
.btn__transparent:hover {
  background: transparent;
}
.btn__color {
  background: var(--orange);
  border: 1px solid var(--orange-dark);
  font-family: "Inter", sans-serif;
  color: white;
}
.btn__color:hover {
  background: var(--orange-dark);
  border: 1px solid var(--orange-dark);
}

@media (min-width: 40em) {
  .btn {
    width: auto;
  }
}
.main-color {
  color: var(--blue);
}
.primary-color {
  color: var(--orange);
}

.secondary-color {
  color: var(--orange-light);
}
@media (max-width: 80em) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media (min-width: 80.0625em) {
  .hide-for-desktop {
    display: none;
  }
}
.hide-content {
  display: none;
}
section {
  padding: 1.25rem 0;
}
@media (min-width: 80.0625em) {
  section {
    padding: 4.5rem 0;
  }

  section.banner {
    padding: 2.5rem 0;
  }
}
html {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.3;
}
h1 {
  font-size: 1.5rem;
  margin-bottom: 0.1875rem;
}

@media (min-width: 80.0625em) {
  h1 {
    font-size: 1.75rem;
  }
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
a,
a:visited,
a:active {
  text-decoration: none;
}
.container {
  padding: 0 1.5625rem;
  max-width: 78.125rem;
  margin: 0 auto;
}
@media (min-width: 80.0625em) {
  .container {
    padding: 0;
  }
}
/*
.nav__first--li:not(:first-child) {
  margin-left: 56px;
} */

.nav__first {
  display: none;

  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  order: 1;
  background: 0 0;
  background: var(--white);
}

@media (min-width: 40em) {
  .nav__first {
    display: block;

    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    order: 1;
    background: 0 0;
    background: var(--white);
  }

  .nav__first--container {
    justify-content: end !important;
  }
}

.nav__first--ul {
  /* display: flex;
  align-items: center; */
  /* justify-content: end; */
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
}
@media (min-width: 40em) {
  .nav__first--ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 50px;
    /* display: grid;
    grid-template-columns: auto auto auto; */
  }
}

.nav__first--li {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--black);
  padding: 10px 0;
}

.header {
  position: relative;
  z-index: 39;
}
.header .container {
  background-color: white;
}
.header.open .header__toggle > span:first-child {
  transform: rotate(45deg);
}
.header.open .header__toggle > span:nth-child(2) {
  opacity: 0;
}
.header.open .header__toggle > span:last-child {
  transform: rotate(-45deg);
}
.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(var(--darkBlue), transparent);
}

.nav__first--container {
  background: var(--white) !important;
  width: 100%;
  /* display: flex;
  justify-content: space-around; */
}
.header nav {
  position: relative;
  background-color: var(--white);
  padding-bottom: 25px;
  padding-top: 25px;
}
.header__logo img {
  width: 8.8125rem;
}
.header__toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--darkBlue);
  transition: all 300ms ease-in-out;
  transform-origin: 3px 1px;
}
.header__toggle > span:not(:last-child) {
  margin-bottom: 5px;
}

/* Mobile menu */
.header__menu-mobile-dropdown {
  padding-bottom: 0;
}

.header__menu-mobile-dropdown .header__menu-mobile-dropdown-btn {
  color: inherit;
  background-color: inherit;
  font-size: inherit;
  outline: none;
  border: none;
}

.header__menu-mobile-dropdown .header__menu-mobile-dropdown-content {
  display: none;
  background: var(--lightGrayishBlue);
  border-radius: 8px;
  margin-top: 8px;
}

.header__menu-mobile-dropdown .header__menu-mobile-dropdown-content-is-visible {
  display: block;
}

/* Desktop menu */
.header__dmenu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: black;
  font-size: var(--font-sm);
  font-weight: 500;
}

.header__dmenu-item {
  text-decoration: none;
}

.header__dmenu-item::before {
  content: "";
  display: block;
  margin-bottom: 12px;
}

.header__dmenu-item::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 0;
  height: 4px;
  background: var(--blue);
}

.header__dmenu-item:hover::after,
.header__dmenu-item:focus::after,
.header__dmenu-item:active::after {
  width: 100%;
  transition: width 0.3s ease-out;
}

.header__dmenu-item.active::after {
  width: 100%;
}

/* Desktop menu - Dropdown button */
.header__dmenu-dropdown-btn {
  color: black;
  font-size: var(--font-sm);
  font-weight: 500;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: var(--font-inter), sans-serif;
}

/* Desktop menu - Dropdown content (hidden by default) */
.header__dmenu-dropdown-content {
  display: none;
  position: absolute;
  margin-top: 10px;
  min-width: 160px;
  padding: 24px;
  background-color: var(--grey-bg);
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640;
}

/* Desktop menu - Show the dropdown on hover */
.header__dmenu-dropdown:hover .header__dmenu-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header__dmenu-dropdown-sublink {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__dmenu-dropdown-sublink svg {
  width: 22px;
  height: 22px;
}

.header__menu {
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  background: var(--white);
  padding: 1.625rem;
  border-radius: 5px;
  z-index: 999;
  visibility: hidden;
}

.header__menu a,
.header__menu div {
  display: block;
  padding: 0.625rem;
  color: var(--darkBlue);
  text-align: center;
  font-size: 16px;
}

.header__links a {
  margin-right: 32px;
}

@media (max-width: 1280px) {
  .header__menu a,
  .header__menu div {
    text-align: left;
  }
  .header__menu-mobile-dropdown-btn {
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Inter", sans-serif;
  }
}

.header__menu hr {
  height: 1px;
  background: #ececec;
  border: none;
}

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

.header__links--item {
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
  position: relative;
  padding: 16px 0;
  line-height: 16px;
  transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;

  position: relative;
  font-size: var(--font-sm);
  font-weight: 500;
  font-size: 0.875rem;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
}

.header__links--item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--blue);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

.header__links--item:active::before {
  background-color: var(--blue);
}
.header__links--item:hover::before,
.header__links--item:focus::before,
.header__links--item.active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.header__links--item:hover,
.header__links--item:focus,
.header__links--item.active {
  color: #171718;
  text-decoration: none;
}

.header__cta a:not(:last-child) {
  margin-right: 1.25rem;
}
.has-fade {
  visibility: hidden;
  opacity: 0;
}
@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 200ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 200ms ease-in-out forwards;
}
@media (min-width: 40em) {
  .hero .container {
    display: flex;
    align-items: start;
    align-items: stretch;
  }
}
.hero__text {
  font-size: 1.25rem;
}
.hero__text--subtitle {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}

@media (min-width: 40em) {
  .hero__text {
    text-align: left;
    padding: 0;
  }

  .hero__text--subtitle {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px !important;
  }

  .pricing-marketing .redefined__underligne {
    right: 0;
    left: 0;
    bottom: -11px;
    position: absolute;
    max-width: 95.7%;
  }
}

@media (min-width: 1100px) {
  .hero__text--subtitle {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
}

@media (min-width: 1300px) {
  .hero__text--subtitle {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
}

.gradient-title {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    to right,
    var(--orange-dark),
    var(--orange-light)
  );
  color: transparent;
}

.hero__text h2 {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.hero__text strong {
  position: relative;
}
.hero__text .simplest {
  color: var(--orange);
}

.pricing-marketing .redefined {
  color: var(--orange);
  position: relative;
}

.hero__text .simplest__underligne,
.pricing-marketing .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -6px;
  position: absolute;
  max-width: 95.7%;
}
.hero__text .hosted {
  font-size: 0.75rem;
  color: var(--grey-light);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}

.hero__text .compliance {
  font-size: 0.75rem;
  color: var(--grey-light);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}

.hosted__logos--compliance {
  margin-bottom: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 20px;
  justify-content: center;
  align-items: center;
  place-items: center;
}

.hero__text .hosted__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25rem;
  gap: 20px;
}
@media (min-width: 40em) {
  .hero__text .hosted__logos {
    margin-bottom: 0px;
  }

  .hosted__logos--compliance {
    margin-bottom: 0px;
  }

  .hero__text .hosted {
    text-align: left;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 60px;
    flex-direction: row;
  }

  .hero__text .compliance {
    text-align: left;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 60px;
    flex-direction: row;
    color: var(--grey-light);
  }
}

.hero__free-credits {
  background-color: var(--blue);
  border-radius: 0.25rem;
  padding: 1.25rem;
  position: relative;
}
.hero__free-credits p {
  color: var(--white);
  text-align: center;
}
.hero__free-credits .title {
  font-size: 1.75rem;
  text-align: center;
  color: var(--white);
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.hero__free-credits .social-media {
  width: 100%;
  background: var(--orange);
  padding: 0.6125rem 1.4375rem;
}
.hero__free-credits .social-media .icon {
  font-size: 1.5625rem;
  margin-right: 0.625rem;
}
.hero__free-credits .social-media:hover {
  background: var(--orange-hover);
}
.hero__free-credits .social-others {
  margin-bottom: 20px;
  background: var(--veryLightGray);
  color: var(--light-text);
}

.hero__free-credits .social-others:hover {
  background: var(--orange);
  color: var(--white);
}
.hero__free-credits .signup-form-or {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  align-items: center;
  align-self: stretch;
  color: var(--white);
  display: flex;
  margin: 0.625rem 0;
}
.hero__free-credits .signup-form-or::before,
.hero__free-credits .signup-form-or::after {
  content: "";
  border-bottom: 1px solid var(--white);
  content: "";
  flex: 1;
}
.hero__free-credits .signup-form-or::before {
  margin-right: 0.625rem;
}
.hero__free-credits .signup-form-or::after {
  margin-left: 0.625rem;
}
@media (min-width: 40em) {
  .hero__free-credits {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 100em) {
  .softwares .container {
    display: flex;
    align-items: end;
  }
}

section.softwares {
  padding-top: 4.5rem;
  padding-bottom: 0;
}

section.softwares .container {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 789px) {
  section.softwares {
    padding-top: 0;
  }
  section.softwares .container {
    flex-direction: column;
  }
}
.softwares__description {
  font-size: 16px;
  text-align: left;
}

.softwares__description h2 {
  font-size: 3.5rem;
  text-align: left;
}

.softwares__description p {
  text-align: justify;
}
.softwares__numbers {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    to right,
    var(--orange-dark),
    var(--orange-light)
  );
  color: transparent;
}
@media (min-width: 40em) {
  .softwares__categories {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.625rem;
  }
}
.softwares__categories .category {
  width: 100%;
  gap: 0.625rem;
}

.softwares__categories .category__btn {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}

.softwares__categories .category__icon {
  margin-right: 0.5rem;
  min-width: 35px;
}
.softwares__categories .category__container {
  display: inline-grid;
  text-align: left;
}
.softwares__categories .category__name {
  margin-bottom: 0.3125rem;
  font-weight: 600;
  font-size: 16px;
}
.softwares__screenshot {
  border: 0.625rem solid var(--black);
  border-radius: 0.625rem;
  margin-top: 2.5rem;
}
.softwares__screenshot img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  border: 10px;
  overflow: hidden;
  object-fit: cover;
  padding: 6px;
}

.home-screenshot--label {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 80.0625em) {
  .softwares__screenshot {
    transform: translateX(5%);
    width: 80%;
    min-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 40em) {
  .softwares__screenshot {
    width: 100%;
    min-width: 50%;
    transform: translateX(0);
  }

  .softwares__description {
    flex-shrink: 2;
  }

  .softwares__description p {
    font-size: 16px;
  }

  .softwares__screen {
    flex-grow: 2;
  }
}
@media (min-width: 100em) {
  .softwares__screenshot {
    transform: translateX(10%);
    width: 120%;
    min-width: 50%;
  }

  .home-screenshot--label {
    text-align: center;
    transform: translateX(10%);
    margin-top: 15px;
    width: 120%;
  }
}
.header-animation {
  position: relative;
  top: 200px;
  height: 400px;
  z-index: -1;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 80.0625em) {
  .header-animation {
    position: absolute;
    top: 50px;
    z-index: -999;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 800px;
    left: -50%;
  }
}

.cicd {
  background: var(--degrade-blue);
}

.cicd__img {
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 5px 18px 0px #00000047;
}

.cicd__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #fff;
  border-radius: 0.375rem;
  color: #171718;
  padding: 20px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.875rem;
  transition: 0.3s;
}

.cicd__feature--title {
  margin: 0.625rem 0;
  text-align: center;
  color: black;
  text-align: left;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 800;
}

.cicd__feature--description {
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

.cicd__main {
  margin-bottom: 20px;
}

@media (min-width: 40em) {
  .cicd__main {
    margin-bottom: 54px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    gap: 20px;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: 1fr 1.66fr;
  }

  .cicd__features {
    width: 100%;
    display: grid;
    gap: 32px;
    -webkit-box-align: start;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
  }
}

.carousel__title {
  font-size: 3.5rem;
  text-align: left;
  font-weight: 600;
  text-align: center;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: var(--blue);
}
.carousel .slick-arrow {
  display: none !important;
}
.carousel .slick-dots {
  bottom: -45px;
}
.carousel .slick-dots li.slick-active button:before {
  color: var(--blue);
}
.carousel .slick-dots li button:before {
  font-size: 12px;
  color: var(--blue);
}
.carousel .slide {
  background: var(--blue);
  padding: 1.25rem;
  color: var(--white);
  border-radius: 0.25rem;
  background-image: url(/images/blue-corner.svg);
  background-repeat: no-repeat;
  border-radius: 0.375rem;
  background-position: 0 300px;
  min-height: 600px;
  height: 100%;
}
@media (min-width: 40em) {
  .carousel .slide {
    background-position: 100% 100%;
    padding: 2.8125rem;
    min-height: 545px;
    height: 545px;
  }
}
.carousel .slide__subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.carousel .slide__description {
  margin-bottom: 1.875rem;
  line-height: 1.75;
  width: 100%;
}
@media (min-width: 40em) {
  .carousel .slide__description {
    width: 50%;
  }
}
.carousel .slide__title {
  margin: 1.25rem 0;
  font-size: 2.25rem;
  text-align: center;
}

@media (min-width: 46em) {
  .carousel .slide__title {
    text-align: left;
  }

  .benefits {
    padding: 2.5rem 0;
  }
}
.carousel .benefits__container {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0.9375rem;
  flex-direction: row;
}
.carousel .benefits__bubble {
  background-color: var(--orange);
  height: 0.9375rem;
  width: 0.9375rem;
  min-width: 0.9375rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
}
.carousel .benefits__options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 10px;
  margin-top: 1.875rem;
  width: 50%;
}
@media (max-width: 39.9375em) {
  .carousel .benefits__options {
    width: 100%;
    flex-direction: column;
  }
}
.carousel .benefits__option {
  padding: 0.625rem 3.125rem;
  border: 0.0625rem dashed var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  width: 100%;
}
@media (min-width: 40em) {
  .carousel .benefits__option {
    width: 50%;
    justify-content: left;
    padding: 0.625rem 0.9375rem;
  }
}
.carousel .benefits__option--text {
  text-align: center;
  margin: 0.625rem 0;
}

section.hero {
  padding: 0;
}

section.product__benefits {
  padding: 2.5rem 0;
}

.hero__text h2 {
  font-size: 1.7rem;
  text-align: left;
}

.section--title {
  font-size: 2.5rem !important;
  font-weight: 800;
}

@media (min-width: 40em) {
  section.hero {
    padding: 2.5rem !important;
  }

  .hero__text h2 {
    font-size: 2.75rem;
    text-align: center;
  }

  .section--title {
    font-size: 2.45rem !important;
  }

  .cards .container {
    max-width: 100%;
    padding: 4.5rem 1.5625rem;
  }
}
.cards__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}

.compliance__logo {
  width: 80px;
}

.compliance__logo--gdpr {
  width: 85px;
}
.compliance__logo--hipaa {
  width: 90px;
}

@media (min-width: 40em) {
  .cards__container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1490px;
    margin: 0 auto;
  }

  .compliance__logo {
    width: 45px;
  }

  .compliance__logo--gdpr {
    width: 50px;
  }
  .compliance__logo--hipaa {
    width: 50px;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.375rem;
  padding: 1.25rem;
  font-weight: 500;
}

.cards .card__title {
  margin: 0.625rem 0;
  font-size: 18px;
  text-align: center;
}
.cards .card__description {
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.cards {
  text-align: center;
}

.cards h2 {
  text-align: center;
  font-size: 30px;
}

.open-source__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

.open-source__text h2 {
  text-align: center;
}

@media (min-width: 40em) {
  .open-source__text h2 {
    font-size: 28px;
  }

  .open-source__container {
    flex-direction: row;
  }
  .open-source .container {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .open-source__text {
    /* width: 65%; */
    line-height: 1.5;
    text-align: center;
  }

  #preview_player {
    height: 800px !important;
    z-index: 99;
    position: absolute;
    right: -400px;
  }
}
.open-source__image .img {
  width: 100%;
}
@media (min-width: 40em) {
  section.open-source {
    padding: 4.5rem 0;
    border-top: 1px solid #e0e0e0;
    background: #f4f4f4;
  }
  .footer {
    padding: 2.8125rem 0;
  }
}
.footer__social {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 1.875rem 0;
}

@media screen and (max-width: 769px) {
  .footer__social {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .footer__social .list {
    gap: 20px;
  }
}

.footer__social .logo {
  width: 9.375rem;
}
.footer__social .list {
  display: flex;
  align-items: center;
}

.footer__social .list__item {
  margin: 0 0.5rem;
}
.footer__title {
  font-size: 1rem;
  margin: 1.25rem 0;
}
.footer__list li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 769px) {
  .footer__list li {
    line-height: 24px;
  }
}

.footer__link:hover {
  color: var(--blue);
}
.footer__categories {
  display: grid;
  grid-column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__bottom {
  text-align: center;
  margin: 2.1875rem 0;
  color: var(--grey-light);
  font-size: 15px;
}

@media (min-width: 40em) {
  .footer__list li {
    margin-bottom: 0.9375rem;
  }

  .footer__categories {
    grid-template-columns: repeat(6, 1fr);
  }

  .footer__social {
    justify-content: left;
    align-items: end;
  }

  .footer__social .list {
    margin-left: 1.875rem;
  }
  .footer__address {
    font-size: 14px;
  }
}

.social--link,
.social--link--element {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  font-size: 0.875rem;
}
.social--link:hover,
.social--link--element:hover {
  border: 1px solid var(--blue);
}
.social--link:hover svg path {
  fill: var(--blue);
  transition: fill 0.2s ease;
}

.social--link--element:hover svg .first--item {
  fill: var(--blue) !important;
  transition: fill 0.2s ease !important;
}

.faq {
  border-top: 1px solid #e0e0e0;
}
.faq .container {
  max-width: 40rem;
}

.faq__header {
  text-align: center;
}

.faq__header h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
}

.faq__header p {
  margin-bottom: 2.5rem;
  color: var(--grey-light);
  line-height: 1.5rem;
}
.faq__header__link {
  text-decoration: underline;
}

.faq__title {
  border-radius: 0.375rem 0.375rem 0 0;
  background: var(--white);
  cursor: pointer;
  padding: 0.9375rem;
  margin-top: 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq__title:hover {
  background: var(--grey-bg);
}

.faq__icon {
  width: 38px;
  border: solid 1px var(--grey-bg);
  padding: 8px;
  border-radius: 8px;
  color: var(--grey-light);
}

.faq__chevron {
  width: 24px;
  color: var(--grey-light);
  transition: transform 0.1s ease-in-out;
}

.faq__title--text {
  font-weight: 600;
  font-size: 15px;
  flex: 1;
}

.faq__title i {
  color: var(--orange);
}

.faq .active {
  background-color: var(--grey-bg);
}

.faq .active .faq__chevron {
  transform: rotate(-180deg);
}

.faq__description {
  display: none;
  padding: 0.9375rem;
  line-height: 1.4;
  margin-top: -2px;
  border-radius: 4px;
  color: var(--grey-light);
}

.faq__title.active + .faq__description {
  display: block !important;
}

section.offer a {
  margin: 0;
}

.offer {
  padding: 0;
}
.offer .container {
  max-width: 100%;
  padding: 0;
  background: linear-gradient(180deg, #282828 0%, #452c1c 100%);
}
.offer__container {
  padding: 1.875rem;
  color: var(--white);
  background-image: url(/images/blue-corner.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  text-align: center;
}
@media (min-width: 40em) {
  .offer__container {
    padding: 3.75rem;
  }
}
.offer__container h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .offer__container h2 {
    font-size: 2.5rem;
    font-weight: 600;
  }
}
@media (min-width: 40em) {
  .offer__container p {
    font-size: 1.875rem;
    margin-top: 10px;
  }
}

/* TABS in SERVICES PAGE*/

.tabsGlobal {
  padding-top: 2rem;
  padding-bottom: 0;
}

.tabsGlobal__container--items {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.tabsGlobal__container--items .tabsGlobal__item:not(:last-child) {
  margin-right: 15px;
}

.tabsGlobal__item {
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
  position: relative;
  display: block;
  padding: 16px 0;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
  color: var(--text-color);
  cursor: pointer;
}

.tabsGlobal__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--blue);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}
.tabsGlobal__item:active::before {
  background-color: var(--blue);
}
.tabsGlobal__item:hover::before,
.tabsGlobal__item:focus::before,
.tabsGlobal__item.active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.tabsGlobal__item:hover,
.tabsGlobal__item:focus,
.tabsGlobal__item.active {
  color: #171718b8;
  text-decoration: none;
}

@media (min-width: 46em) {
  .tabsGlobal__container--items {
    justify-content: start;
  }
  .tabsGlobal__container--items .tabsGlobal__item:not(:last-child) {
    margin-right: 32px;
  }

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

.dropdown-menu {
  width: 100%;
  height: 37px;
  border-radius: 5px;
  display: flex;
  flex-flow: row nowrap;
  min-width: 100%;
  padding: 0 12px;
  border: 1px solid var(--grey-light);
  border-radius: 4px;
  font-weight: 400;
  color: #252525;
}

/* SERVICES PAGE*/

.result-services {
  padding-bottom: 2rem;
}

#cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}

#cards .template__content,
#cards .terraform-module__content {
  display: flex;
  flex-flow: row nowrap;
  padding: 20px;
  width: 100%;
  height: 100%;
  /* border: 1px solid #eaeaea; */
  border-radius: 10px;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 10%);
  /* transition: box-shadow 0.2s ease, border 0.2s ease; */
}
#cards .template__content:hover,
#cards .terraform-module__content:hover {
  transition: box-shadow 0.2s ease;
  box-shadow: 0 13px 53px rgb(152 160 171 / 35%);
  /* transition: box-shadow 0.2s ease; */
  /* box-shadow: 0 13px 53px rgb(152 160 171 / 35%); */
  /* border: 1px solid transparent; */
}
#cards .template__image,
#cards .terraform-module__image {
  display: flex;
  justify-content: center;
}
#cards img {
  max-width: 100%;
}
#cards .template__image--img,
#cards .terraform-module__image--img {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  height: fit-content;
}

#cards .template__infos,
#cards .terraform-module__infos {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cards .template__label,
#cards .terraform-module__label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 800;
}
#cards .template__description,
#cards .terraform-module__description {
  color: #252525;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
}
#cards .terraform-module__action {
  color: var(--orange);
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}
#cards .card-container.inactive {
  display: none;
}
#cards .card-container.active {
  display: block;
}

.services {
  padding: 2rem 0;
}

.services .tabs {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .tabs__btn {
  display: flex;
  border: 1px solid #083468;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
}
.services .tabs__btn.active {
  background-color: #083468;
  color: #fff;
}
.services .tabs__btn:hover {
  opacity: 1;
  cursor: pointer;
  background: #083a74;
  color: #fff;
}
.services .tabs__btn .tab-icon {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
.services .tabs__btn.active .tab-icon path,
.services .tabs__btn:hover .tab-icon path {
  fill: var(--orange) !important;
}

.services .tabs__subCategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.services .tabs__subCategories .tabs__btn {
  width: auto;
  padding: 10px 16px;
  background: #b6d1e5a8;
  color: black;
  font-size: 0.95rem;
  border: none;
}

.services .tabs__subCategories .tabs__btn.active,
.services .tabs__subCategories .tabs__btn:hover {
  background: var(--blue);
  color: white;
}

.tabs__searchBar {
  display: flex;
  flex-flow: row nowrap;
  min-width: 100%;
  padding: 12px;
  margin: 20px 0;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-weight: 400;
  color: #252525;
  position: relative;
}

.tabs__searchBar__results {
  position: absolute;
  top: 117%;
  left: 0px;
  right: 0px;
  max-height: 50vh;
  overflow-y: scroll;
  display: none;
  flex-direction: column;
  gap: 1px;
  background: var(--lightGrayishBlue);
  border: 1px solid #ececec;
}

.tabs__searchBar--active .tabs__searchBar__results {
  display: flex;
}

.tabs__searchBar__results__item {
  display: flex;
  padding: 16px;
  width: 100%;
  background: white;
  gap: 16px;
  align-items: center;
}
.tabs__searchBar__results__item__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.tabs__searchBar__results__item__right__title {
  font-weight: bold;
}

.tabs__searchBar__results__item__right__description {
  margin-top: 2px;
  color: var(--grayishBlue);
  font-size: 0.95rem;
}

.tabs__searchBar--container {
  flex-grow: 1;
  outline: none;
}

.tabs__searchBar--icon {
  font-size: 20px;
  color: var(--blue);
}

.tabs__searchBar--input {
  height: 100%;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transition: background 0.1s linear;
  outline: none;
  font-weight: 500;
  color: #252525;
  font-size: 16px;
  margin: 0;
}

.tabs__searchBar--input::placeholder {
  color: #252525;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background: #f9fafe !important;
}

@media (min-width: 80.0625em) {
  #cards {
    justify-content: space-between;
  }
  .services .template__content {
    width: 100%;
  }
  .services .tabs__btn {
    width: 225px;
  }
}

@media (max-width: 80.0625em) {
  #cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-gap: 30px;
    gap: 30px;
  }
}
@media (max-width: 39.9375em) {
  #cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    grid-gap: 30px;
    gap: 30px;
  }
}

/* BANNER */

.banner,
.product__video__overview {
  background: var(--white);
  overflow: hidden;
  position: relative;
  color: var(--black);
  z-index: -1;
}

.banner__openSource--header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 22px;
}

.banner__openSource--header h1 {
  line-height: 46px;
  font-size: 42px !important;
}

.banner__openSource--image {
  background: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 10%);
  border: solid 1px var(--veryLightGray);
}

.banner__container {
  min-width: 100%;
  position: relative;
  z-index: 1;
}

.banner h1 {
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
}

.banner p {
  line-height: 1.72;
  font-size: 18px;
  margin-top: 8px;
  position: relative;
  color: var(--grey-light);
}
.banner p.about-description {
  color: var(--light-text);
}

.banner__animation {
  position: absolute;
  height: 901px;
  top: 40px;
  right: 0;
  z-index: 0;
  display: block;
}

.banner__ariane {
  margin-bottom: 0px;
  color: var(--grey-light);
  font-weight: normal;
}

#demoVideo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 240px;
}

@media (min-width: 39em) {
  #demoVideo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 450px;
  }
}

@media (max-width: 40em) {
  .banner__container {
    max-width: 100%;
    min-width: 0;
  }
  .banner p {
    max-width: 100%;
  }

  /* #demoVideo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
  } */
}

@media (min-width: 76.8125em) {
  #demoVideo {
    display: visible;
    position: absolute;
    right: 2%;
    top: 11%;
    width: 460px;
    height: 260px;
    z-index: 999;
    border: 2px solid white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
  }
}

@media (max-width: 76.75em) {
  #demoVideo {
    height: 450px;
    max-width: 80%;
    display: flex;
    justify-content: center;
    margin: 40px auto;
  }
  .banner__container {
    max-width: 100% !important;
    min-width: 0;
  }
}

@media (max-width: 47.875em) {
  #demoVideo {
    height: 250px;
  }
}

@media (min-width: 40em) {
  .banner h1 {
    font-size: 54px;
    max-width: 100%;
  }

  .banner h1.smaller {
    font-size: 32px;
  }

  .banner__container {
    max-width: 50%;
    min-width: 0;
  }
  .banner__openSource--header {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 39.9375em) {
  .banner__animation {
    display: none;
  }
  .banner__container {
    max-width: 100%;
  }
}

/* OPEN_SOURCE */

.toolbar {
  display: none !important;
}

.openSource__software .card {
  padding: 20px 0px;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.openSource__software .card:hover {
  transition: color 0.2s ease-in-out;
  color: var(--orange);
}

.openSource__software--cards {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
}

.openSource__software--cards .card__title {
  font-size: 16px;
  font-weight: 500;
  height: 25px;
  overflow: visible;
}

.openSource__software--cards .card__icon {
  margin-right: 8px;
}

.openSource__software--infos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: -webkit-fill-available;
}

.openSource__software--header {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.infos__card {
  padding: 20px;
  background: var(--blue);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.infos__card--header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.infos__card--header p {
  margin-left: 15px;
}

.infos__title {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 1rem;
}

.infos__data {
  color: var(--orange-light);
  font-size: 30px;
  margin: 0;
}

.benefits .container {
  margin-bottom: 30px;
}

.benefits__container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
}
.benefits__content {
  min-width: 30%;
}

.benefits__cards--support-enterprise .benefits__header svg {
  width: 52;
  height: 52px;
  stroke: var(--orange-light);
}

.benefits__cards--support-enterprise .benefits__header {
  gap: 24px;
  align-items: center;
}

.benefits__image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0px 0px 32px -8px #aeaeae;
}

.product__screenshots .benefits__image--left img {
  height: auto;
}

.db-migration-block {
  max-width: 100%;
}

.benefits__data {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 30px;
}

.benefits__data h3 {
  font-weight: 600;
}

.benefits__informations {
  position: relative;
  background-color: transparent;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #f4f4f4;
  background: white;
}

.benefits__title {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
  width: 100%;
}

.benefits__informations.benefits__informations--spaced {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 40em) {
  .benefits__informations.benefits__informations--fullwidth {
    grid-column: span 4;
  }
}

.benefits__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits__list {
  list-style: outside;
  margin-left: 0;
  padding: 0 20px;
  color: #555;
}

.benefits__list li {
  list-style: outside;
  margin-left: 0;
  margin: 0;
  color: #555;
  line-height: 36px;
}

.benefits__table th {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.benefits__table th,
.benefits__table td {
  padding: 12px 0px;
  text-align: left;
}
.benefits__table {
  border-collapse: collapse;
  width: 100%;
}
.benefits__table td {
  font-size: 14px;
  color: #555;
  border-top: 1px solid #f1f1f1;
}

.benefits__informations .benefits__title {
  color: #000;
}

.benefits__informations p {
  margin: 0;
  margin-top: 4px;
  color: #555;
}

.deploy-btn-container {
  text-align: center;
  margin-top: 70px;
}

.deploy-btn-text {
  display: block !important;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.openSource__software {
  padding: 2rem 0;
}

@media (min-width: 46em) {
  .openSource__software--infos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .openSource__software--cards {
    display: flex;
    gap: 32px;
    flex-direction: row;
    justify-content: space-between;
  }

  .benefits__data {
    justify-content: space-between;
    gap: 0;
  }

  .benefits__container {
    flex-direction: row;
  }
  .db-migration-block {
    max-width: 50%;
  }
}

/* HOW_IT_WORKS */

section.definition {
  text-align: center;
}

section.definition .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.definition h1 {
  font-size: 42px;
}
.works-title {
  align-items: center;
}

.works {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.works .description__image {
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
  max-width: 100%;
  border: 0.625rem solid var(--black);
  border-radius: 0.625rem;
  margin-top: 10px;
}

.description__step {
  margin-bottom: 5px;
}

.description__title {
  margin-bottom: 10px;
}

.description__content {
  margin: 0;
  line-height: 1.45;
}

@media (min-width: 46em) {
  .works {
    flex-direction: row;
    gap: 45px;
  }
  .works .description__image {
    max-width: 60%;
    margin-top: 2.5rem;
  }
}
.setup-listing {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: 15px 0;
}

.setup-listing__elem {
  display: flex;
  align-items: baseline;
  margin: 5px 0;
  width: 100%;
}
.setup-listing__bubble {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: var(--orange-light);
}

.setup-listing__description {
  width: 100%;
  line-height: 1.3;
}

.works-link:hover span,
.works-link:hover p {
  border-bottom: 2px solid var(--orange);
}

.home-screenshot--label {
  display: flex;
  justify-content: center;
}

.home-screenshot--label span {
  border-bottom: 2px solid transparent;
}

.home-screenshot--label:hover span {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid var(--orange);
}

.works-link:hover span,
.works-link:hover p {
  border-bottom: 2px solid var(--orange);
  transition: none !important;
}

.faq__description a:hover {
  border-bottom: 2px solid var(--blue);
  transition: none !important;
}

/* PRICING */

.pricing__dropdown--label {
  font-weight: 600;
}
.pricing__headers--table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.pricing__header--table {
  width: 16.6667%;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: rgb(94, 99, 102);
  font-weight: 500;
}

.pricing__title {
  margin-bottom: 50px;
  color: var(--blue);
}

.pricing__subtitle {
  margin-bottom: 30px;
}

.pricing__description {
  line-height: 1.5;
}

.dropdown__header {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.pricing__table--pr {
  padding-right: 0px;
}

.pricing__table--pl {
  padding-right: 0px;
}

@media (min-width: 46em) {
  .dropdown__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 80px;
  }
}

@media (min-width: 40em) {
  .pricing__table--pr {
    padding-right: 17px;
  }

  .pricing__table--pl {
    padding-left: 15px;
  }
}

.pricing__dropdown--content {
  width: 100%;
  font-size: 14px;
}

.visible-pagebuilder-only {
  display: none;
}

.pricing__table {
  width: 100%;
  font-size: 14px;
}

.pricing__block {
  margin: 0;
}

/* OPEN SOURCE */

@media (min-width: 40em) {
  .about-container {
    margin-bottom: 54px;
    width: 100%;
    display: grid;
    gap: 70px;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}

section.about-softwares .container {
  max-width: 100%;
}

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

.about-header h1 .small {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.9;
}

.about-description {
  margin-top: 40px 0;
  line-height: 1.7;
}

.about-title {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

section.about-softwares .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2.5;
}

section.about-softwares .about-description {
  max-width: 78.125rem;
  margin: 0 auto;
}

section.drives {
  background: var(--degrade-blue);
}

section.drives .drives__title__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.drives .drives__title {
  font-size: 2.25rem;
  margin: 0;
}

section.drives .drives__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  margin: 50px auto;
}

section.drives .drives__benefits {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}

.drives__benefits--block {
  justify-content: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  background: #fff;
  border-radius: 0.375rem;
  color: #171718;
  padding: 20px;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1.875rem;
  transition: 0.3s;
}

.drives__benefits--block:hover {
  box-shadow: 0px 0px 10px 4px #de8010;
  transition: 0.3s;
}

.drives__benefits--title {
  font-size: 24px;
  font-weight: 700;
}

.drives__benefits--description {
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}

.zen #animation {
  background: #f9f9f9;
  border-radius: 10px;
}

.softwares__block {
  text-align: center;
}

.softwares__img {
  text-align: center;
  width: 100px;
  height: 100px;
}

.softwares__listing {
  display: block;
}

.softwares__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.about__softwares__description {
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
}

.about-subtitle {
  font-weight: 500;
  font-size: 24px;
}

.about-subtitle--softwares {
  margin-top: 16px;
}

section.jobs {
  position: relative;
  z-index: 999;
}

.jobs__description {
  margin: 50px 0;
  line-height: 1.7;
}

@media (min-width: 46em) {
  section.drives .drives__description {
    width: 50%;
    font-size: 20px;
    margin: 0 auto;
  }

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

  .softwares__listing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0 20px;
    max-width: 85%;
    margin: 20px auto;
  }

  .drives__benefits {
    display: flex !important;
    gap: 50px;
  }

  section.drives .drives__title {
    text-align: center;
    font-size: 48px;
  }
}

#demoVideoNone {
  display: none !important;
}

/* Pricing Support Plan */

.creation__block.supports {
  flex-flow: nowrap;
}

.creation__block,
.creation__block.supports {
  display: flex;
  padding-top: 20px;
  margin-bottom: 40px;
}
.support__plan__change {
  display: flex;
}

.pricing__result--row {
  padding: 0 5px;
  overflow-x: auto;
}

.support__col:hover {
  transition: box-shadow 0.2s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
}

.pricing__table tbody tr td div {
  padding: 0 !important;
}

.support__col {
  background: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 25px;
  margin-top: 10px;
  border: 2px solid #f1f3f4;
}

.plan__table--container {
  margin-top: 30px;
}

@media (min-width: 40em) {
  .support__container {
    display: flex;
    justify-content: center;
  }
  .support__col {
    margin-right: 10px;
  }
  .pricing__result--row {
    padding: 0 15px;
  }
  .plan__table--container {
    margin-top: 0;
  }
}

.support__title {
  font-size: 24px;
  font-weight: 500;
}

.support__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.support__listing {
  margin: 15px 0;
}
.support__listing li {
  margin: 5px 0;
}

.support__check {
  width: 10px;
  margin-right: 5px;
}

.support__pricing--content {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

.support__princing--text {
  font-size: 22px;
}

.pricing {
  background: white;
}

.support {
  width: 100%;
}

.BYOVM {
}

.plans {
  background: white;
}

.plans__title,
.plans__description {
  text-align: center;
  line-height: 25px;
}
.plans__description a {
  color: var(--orange);
  text-decoration: none;
}

.pricingNotes__notes {
  margin-top: 10px;
  margin-left: 20px;
}

.pricingNotes__title {
  font-weight: 600;
}

.pricingNotes__li {
  list-style: disc;
}

.OwnVM_card__group__2UtGB {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  margin: 10px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 40em) {
  .OwnVM_card__group__2UtGB {
    flex-direction: row;
  }
}

.OwnVM_card__3n5k1 {
  border: 2px solid #f1f3f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 150px;
}

.OwnVM_card__head__3QWrW {
  font-size: 20px;
  font-weight: 500;
  padding: 2px;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.pricePart {
  padding: 10px;
  border: 1px solid black;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.plans__calculator {
  padding: 10px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 40em) {
  .plans__calculator {
    max-width: 70%;
  }
}

.btn-try {
  font-size: 20px;
  letter-spacing: 0.5px !important;
}

.pricing-marketing h2 {
  text-align: center;
  font-size: 50px;
}

.pricing__benefits {
  padding: 0px;
  margin: 0px auto;
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}

.pricing__benefits--item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.pricing__icon--description {
  margin: 10px 0;
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.44px;
}

.pricing__benefits--title {
  margin: 0px 0px 24px;
  max-width: 100%;
  line-height: 1.16;
  letter-spacing: 0.25px;
  font-size: 20px;
  font-weight: 600;
}

.pricing__benefits--containerIcon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.pricing__benefits--icon {
  max-width: 100%;
}

.pricing-marketing {
  padding-bottom: 0px;
}

@media (min-width: 40em) {
  .pricing__benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
  }
}

/* Board for pricing page */

.board__container {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(227, 229, 230);
  border-radius: 4px;
  width: 100%;
  overflow-x: auto;
}

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

.board__row {
  display: flex;
}

.board__header--container:first-of-type {
  position: sticky;
  left: 0px;
  text-align: left;
  flex: 999 1 0%;
  max-width: 380px;
  min-width: 140px;
  display: flex;
}

.board__header--container {
  flex: 1 1 0%;
  text-align: center;
  padding: 8px 16px;
  background-color: rgb(247, 249, 250);
  border-bottom: 1px solid rgb(227, 229, 230);
  min-width: 110px;
}

.board__header--subContent {
  flex: 1 1 0%;
  font-size: 13px;
  display: block;
}

.board__header--content {
  margin: 0px;
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  text-transform: capitalize;
}
.board__row {
  background: white;
}

.board__row--first {
  flex: 999 1 0%;
  max-width: 380px;
  min-width: 140px;
  padding: 16px;
  position: sticky;
  left: 0px;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgb(227, 229, 230);
}

.board__row--firstNoAccordion {
  flex: 999 1 0%;
  max-width: 380px;
  min-width: 140px;
  padding: 16px;
  position: sticky;
  left: 0px;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgb(227, 229, 230);
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.board__row--second,
.board__row--mainContainer {
  flex: 1 1 0%;
  display: flex;
}

.board__row--container {
  display: flex;
  margin: 0px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 0%;
  min-width: 112px;
  text-align: center;
  padding: 16px 8px;
  border-right: 1px solid rgb(227, 229, 230);
  word-break: break-word;
  background: var(--white);
}

.board__row--container:last-of-type {
  border-right: none;
}

.board__row--content {
  margin: 0 0;
  max-width: 100%;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.44px;
  color: #252525;
  font-family: "Source Sans Pro", sans-serif;
}

.board__title {
  cursor: pointer;
}

.board__row--title {
  color: #252525;
}

.board__plus {
  font-size: 10px;
  margin-right: 5px;
}

.board__check {
  color: var(--orange);
  font-size: 16px;
}

@media (min-width: 40em) {
  .board__row,
  .board__header {
    justify-content: center;
    align-items: stretch;
    height: 55px;
  }

  .board__row--first,
  .board__row--firstNoAccordion,
  .board__row--container,
  .board__row--content {
    padding: 8px;
  }
  .board__row--content {
    font-size: 16px;
  }

  .board__header--content {
    font-size: 18px;
    font-weight: 600;
  }

  .board__plus {
    font-size: 16px;
    margin-right: 0px;
  }
}

/* .trust__title {
  text-align: center;
  font-size: 3.5rem;
}

@media (min-width: 40em) {
  .trust__title {
    padding-bottom: 20px;
  }
}

.trust__compagnies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.trust__compagny--logo {
  width: 120px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.trust__compagny--logo:hover {
  width: 120px;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
} */

.community {
  padding: 1.25rem 0;
}

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

.community__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.community__img {
  width: 175px;
  text-align: center;
}

@media (min-width: 40em) {
  .community {
    padding: 4.5rem;
  }
}

@keyframes HeroSlideIn {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.hero__text--title {
  opacity: 0;
  animation: HeroSlideIn 1s forwards 0.2s ease;
  will-change: transform, opacity, box-size;
  text-align: center !important;
  font-size: 44px !important;
}

.hero__text--subtitle {
  opacity: 0;
  animation: HeroSlideIn 1s forwards 0.5s ease;
  will-change: transform, opacity, box-size;
}

.hosted__integrates {
  opacity: 0;
  animation: HeroSlideIn 1s forwards 0.12s ease;
  will-change: transform, opacity, box-size;
  animation-delay: 0.9s;
}

.hosted__hosted {
  opacity: 0;
  animation: HeroSlideIn 1s forwards 0.12s ease;
  will-change: transform, opacity, box-size;
  animation-delay: 0.9s;
}

.dash__img--main {
  opacity: 0;
  animation: HeroSlideIn 1s forwards 0.4s ease;
  will-change: transform, opacity, box-size;
  animation-delay: 0.25s;
  position: relative;
  box-shadow: rgb(0 0 0 / 12%) 0px 9px 14px;
  border-radius: 10px;
}

@media (min-width: 40em) {
  .dash__img--main {
    box-shadow: rgb(0 0 0 / 12%) 0px 9px 14px;
  }
}

.dash__img--container {
  position: relative;
  margin-top: 40px;
}

.dash__img--globe,
.dash__img--logs,
.dash__img--live,
.cube-home {
  display: none;
}

@media (min-width: 1500px) {
  .dash__img--container {
    position: relative;
    margin-top: 180px;
    margin-bottom: 80px;
  }

  .dash__img--live {
    display: block;
    opacity: 0;
    animation: HeroSlideIn 1s forwards 0.4s ease;
    will-change: transform, opacity, box-size;
    animation-delay: 0.7s;
    position: absolute;
    right: -81px;
    width: 33%;
    z-index: 10;
    top: -98px;
    box-shadow: rgb(0 0 0 / 12%) 0px 9px 14px;
    border: none;
    border-radius: 10px;
    /* box-shadow: 1px 2px 2px hsl(var(--shadow-color) / 0.2), 2px 4px 4px hsl(var(--shadow-color) / 0.2), 4px 8px 8px hsl(var(--shadow-color) / 0.2), 8px 16px 16px hsl(var(--shadow-color) / 0.2), 16px 32px 32px hsl(var(--shadow-color) / 0.2); */
  }

  .dash__img--logs {
    display: block;
    opacity: 0;
    animation: HeroSlideIn 1s forwards 0.4s ease;
    will-change: transform, opacity, box-size;
    animation-delay: 0.7s;
    position: absolute;
    left: -115px;
    width: 31%;
    z-index: 10;
    box-shadow: rgb(0 0 0 / 12%) 0px 9px 14px;
    border: none;
    border-radius: 10px;
    bottom: -81px;
  }

  .dash__img--globe {
    display: block;
    opacity: 0;
    animation: HeroSlideIn 1s forwards 0.4s ease;
    will-change: transform, opacity, box-size;
    animation-delay: 0.7s;
    position: absolute;
    left: -84px;
    width: 15%;
    top: -82px;
    z-index: -50;
  }

  .cube-home {
    display: block;
    opacity: 0;
    animation: HeroSlideIn 1s forwards 0.4s ease;
    will-change: transform, opacity, box-size;
    animation-delay: 0.7s;
    position: absolute;
    right: -29px;
    z-index: -1;
    bottom: -83px;
  }
}

.communication__bubble {
  border-radius: 100px;
  border-width: 0px;
  bottom: 20px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 16%) !important;
  cursor: pointer;
  height: 64px;
  padding: 0px;
  position: fixed;
  user-select: none;
  width: 64px;
  z-index: 2147483000 !important;
  background: var(--orange);
  right: 20px;
}

.communication__icon {
  all: revert;
  height: 24px;
  margin: 20px;
  width: 24px;
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}

.drives__description {
  line-height: 1.7;
}
.profil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.profil__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  max-width: 100%;
  margin-bottom: 6px;
}

.profil__description {
  margin-bottom: 4px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.profil__name {
  font-weight: 600;
  font-size: 20px;
}

.profil__flag {
  margin-left: 12px;
  width: 18px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.profil__post {
  color: rgb(122, 137, 161);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.teams {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  display: grid;
  gap: 40px;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 54px;
}

.team__title {
  font-size: 48px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.team__description {
  line-height: 1.7;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.cube-about {
  bottom: -40px;
  position: absolute;
  left: -88px;
  z-index: 99;
}

@media (min-width: 40em) {
  .profil {
    align-items: center;
  }

  .team__title {
    max-width: 50%;
  }
  .team__description {
    max-width: 50%;
  }

  .cube-about {
    bottom: 0;
  }
  .teams {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-integrationsSlider__slider-wrapper {
  padding-bottom: 0px !important;
}

.section-integrationsSlider__slide-icon {
  width: 56px;
  height: 56px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}
.bx-wrapper {
  background: none !important;
  border: 0px !important;
  box-shadow: none;
  position: block !important;
  margin-bottom: 0px !important;
  -webkit-box-shadow: none !important;
}

.section-integrationsSlider__slide-title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #34435b;
  word-wrap: break-word;
  max-width: 95%;
}

.section-integrationsSlider__slider-wrapper .bx-wrapper:first-child {
  margin-bottom: -45px !important;
}

.section-integrationsSlider__slide-icon img {
  max-width: 100%;
  max-height: 100%;
}
.section-integrationsSlider__slide {
  border-radius: 10px;
  min-height: 126px;
  max-width: 126px;
  margin: 0 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  text-align: center;
  border: none;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 5%);
}

.section-integrationsSlider__slide:hover {
  box-shadow: 3px 6px 6px rgb(152 160 171 / 20%);
}

.section-integrationsSlider__slider-wrapper .bx-viewport {
  padding: 20px 0;
}

.hosted__softwares {
  font-size: 0.75rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: flex;

  justify-content: left;
  align-items: center;
  flex-direction: row;
  margin: 40px 0;
}

.btn__software--deploy {
}

.btn__software--blog--article {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
  color: var(--light-text);
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  transition: color 0.2s ease-in-out;
}

.btn__software--blog--article:hover {
  color: var(--black);
  text-decoration: underline;
}

.cube-softwares {
  display: block;
  position: absolute;
  z-index: -1;
  top: -61px;
  width: 50px;
  left: -23px;
}

.benefits__main--title {
  text-align: center;
  margin-bottom: 20px !important;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.benefits__main--description {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  color: var(--grey-light);
}

.benefits__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  line-height: 1.5;
  letter-spacing: 0.44px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reviews__section {
  margin-top: 42px;
}

.reviews {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  padding: 24px 0px;
}

.review__stars {
  color: var(--orange);
}
.review {
  max-width: 100%;
}

.review__name {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.review__pros__label {
  margin-top: 16px;
  font-size: 11px;
  color: var(--grey-light);
  font-weight: bold;
}

.review__pros {
  list-style: inherit;
  line-height: 22px;
  padding: 4px 16px;
}

.product__pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  max-width: 370px;
}
.product__pricing--title {
  font-size: 20px;
  text-align: left;
}

.product__pricing--informations {
  box-shadow: rgb(0 0 0 / 10%) 8px 8px 25px;
  position: relative;
  min-height: 100px;
  padding: 40px;
  flex: 0 0 auto;
  border-radius: 2px;
  border-top-left-radius: 50px;
  background-color: #f9fafe;
  max-width: 370px;
  text-align: left;
}

.product__pricing--user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  max-width: 100%;
  margin-bottom: 6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.cube-product-large-left {
  left: 200px !important;
  bottom: 150px !important;
  position: absolute;
  opacity: 1 !important;
  z-index: 9999;
  width: 100px;
  height: 100px;
}

.cube-product-medium-left {
  left: 0px !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute;
  opacity: 1 !important;
  z-index: 9999;
  width: 50px;
}

.cube-product-large-right {
  right: 200px !important;
  bottom: 150px !important;
  position: absolute;
  opacity: 1 !important;
  z-index: 9999;
  width: 50px;
}

.cube-product-medium-right {
  right: 0px !important;
  bottom: 0 !important;
  position: absolute;
  opacity: 1 !important;
  z-index: 9999;
  width: 100px;
}

.product__hosted {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 120px;
  flex-wrap: wrap;
  filter: grayscale(1) brightness(2.2);
}

@media (max-width: 768px) {
  .product__hosted {
    gap: 24px;
  }
}

.product__screenshots {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  gap: 50px;
  flex-direction: row;
  overflow-x: auto;
  visibility: hidden;
  padding: 4.5rem;
  scroll-snap-type: x mandatory;
  transition: visibility 0.2s ease-in-out;
}

.product__screenshots:hover,
.product__screenshots:focus,
.product__screenshots * {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .product__screenshots {
    padding: 2rem;
  }

  .product__video__overview__iframe__container {
    min-width: auto !important;
    max-width: calc(100vw - 4rem) !important;
  }
  .browser-mockup img {
    height: auto !important;
  }
}

.product__screenshots__container {
  position: relative;
  margin: 2rem -4.5rem;
}

.product__screenshots__control {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.product__screenshots__control:hover {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.product__screenshots__control svg {
  width: 42px;
  height: 42px;
}
.product__screenshots__control:not(.is-hidden) {
  opacity: 1;
}

.product__screenshots__control--left {
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product__screenshots__control--right {
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.product__video__overview {
  z-index: initial;
}
.product__video__overview__iframe__container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 579px;
}

.product__video__overview__iframe__container--empty {
  display: none;
}

.card__title.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-cube {
  display: none;
}

@media (min-width: 100em) {
  .product__screenshots {
    flex-direction: row;
  }
}

.product__screenshots .browser-mockup {
  flex-shrink: 0;
  width: auto;
}

.product__screenshots img {
  height: 325px;
}

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

@media (min-width: 40em) {
  .benefits__cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .benefits__informations {
    grid-column: span 2;
  }
  /* .benefits__cards--oss .benefits__informations:nth-child(4),
  .benefits__cards--oss .benefits__informations:nth-child(5) {
    grid-column: span 3;
  } */

  .benefits__cards--features {
    grid-template-columns: repeat(4, 1fr);
  }
  .product__hosted {
    gap: 35px;
  }

  .product-cube {
    display: block;
  }
}

.sp-carousel {
  display: flex;
  gap: 15px;
  margin: auto auto;
  position: relative;
  overflow-x: hidden;
  width: 100% !important;
}

.bd-container {
  max-width: 1024px;
  width: calc(100% - 3rem);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
}

.dot.active {
  background-color: #000;
}

.dot:hover {
  background-color: #aaa;
}

.SP-slider {
  padding: 1rem;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  flex: 0 0 100%;
  max-width: 300px;
  margin: 30px auto;
}
.SP-slider > img {
  width: 5em;
  margin: 5px 5px;
}

.SP-slider > .reviewer-name {
  font-size: large;
}

.SP-slider .slide {
  flex: 1;
  text-align: center;
  transition: filter 0.3s;
}

.SP-slider .slide:not(.active) {
  filter: blur(5px); /* Adjust the blur strength as needed */
}

.sp-carousel {
  display: flex;
  gap: 15px;
  margin: auto auto;
  position: relative;
  overflow-x: hidden;
  width: 100% !important;
}
.SP-slider {
  padding: 1rem;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  flex: 0 0 100%;
  max-width: 300px;
  margin: 30px auto;
}
.SP-slider > img {
  width: 5em;
  margin: 5px 5px;
}

.SP-slider > .reviewer-name {
  font-size: large;
}
.bd-container {
  max-width: 1024px;
  width: calc(100% - 3rem);
}
.order-landing__data {
  text-align: center;
  padding: 1rem 1rem 2rem;
  box-shadow: 0 2px 6px rgba(65, 11, 16, 0.15);
  border-radius: 1rem;
}

.order-landing__data:hover {
  background-color: #fcd34d;
  box-shadow: 0 3px 12px rgba(65, 11, 16, 0.15);
  border: 3px solid #422212;
}
.carousel-dots-review {
  display: flex;
  justify-content: center;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
}

.dot.active {
  background-color: var(--orange);
}

.dot:hover {
  background-color: #aaa;
}

.bi {
  color: #000;
}

.order-landing__data {
  width: 100%;
}

/* Media query for tablets and desktops */
@media screen and (min-width: 768px) {
  .order-landing__data {
    width: 50%; /* Display two cards per row */
    float: left;
  }
}

.SP-slider .slide {
  flex: 1;
  text-align: center;
  transition: filter 0.3s;
}

.SP-slider .slide:not(.active) {
  filter: blur(5px); /* Adjust the blur strength as needed */
}

.carousel-dots-review {
  text-align: center;
}

.carousel-dots .dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.software__review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 24px;
  border-radius: 8px;
  background: white;
}

.software__review__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.software__review__image img {
  border-radius: 100%;
  width: 44px;
}

.software__review__name {
  font-weight: bold;
  margin-bottom: 4px;
}

.software__review__location {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 13px;
  gap: 2px;
}

.software__review__rate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 8px 0px;
  gap: 8px;
  align-items: center;
}

.software__review__stars img {
  width: 120px;
}

.software__review__date {
  color: rgb(105, 106, 106);
}

.software__review__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.software__review__content {
  line-height: 22px;
  color: #424242;
}

@media (max-width: 1000px) {
  .software__reviews {
    grid-template-columns: 1fr;
  }

  .homepage_software__reviews {
    grid-template-columns: 1fr;
  }

  .software__review__title {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .software__review__rate {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
  }
}

/* Home - Section Trusted */

.trust {
  display: flex;
  flex-direction: column;
  margin: 0 20px 0px 20px;
  padding-top: 4.5rem;
  padding-bottom: 0;
}

.trust--companies {
  padding-top: 0px;
}

.trust--companies-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .trust--companies-row {
    flex-direction: row;
  }
}

.trusted--companies-logo {
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.4s;
}

.trusted--companies-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.trusted--companies-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

@media (min-width: 640px) {
  .trusted--logo {
    min-height: 70px;
  }
}

/* Home - Section Terraform */
.terraform {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
}

.terraform--title {
  margin: auto;
}

.terraform--hero {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2.5rem;
  justify-content: center;
}

.terraform--hero-left {
  width: 600px;
}

.terraform--hero-image {
  width: 100%;
}

.terraform--hero-right {
  width: 600px;
}

.terraform--hero-subtitle {
  color: var(--orange);
  font-size: 18px;
  margin: 0;
  margin-top: 10px;
}

.terraform--hero-title {
  margin: 0;
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 3.4rem;
}

.terraform--hero-description {
  line-height: 1.5;
}

.terraform--link {
  font-weight: bold;
}

.terraform--link:hover {
  color: var(--blue);
}

.terraform--hero-button {
  margin-top: 15px;
}

.terraform--features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}

.terraform--feature {
  width: 400px;
  background: var(--blue);
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 5%);
}

.terraform--feature:hover {
  box-shadow: 0px 0px 10px 4px #de8010;
  transition: 0.3s;
}

.terraform--feature-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.terraform--feature-image {
  fill: var(--orange);
  width: 30px;
  height: 30px;
}

.terraform--feature-title {
  font-size: 18px;
}

.terraform--feature-description {
  line-height: 1.5;
  margin: 0;
}

.terraform-section-benefits .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -11px;
  position: absolute;
  max-width: 95.7%;
}

.terraform-section-benefits .redefined {
  color: var(--orange);
  position: relative;
}

.terraform-section-benefits .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -6px;
  position: absolute;
  max-width: 95.7%;
}

.terraform-section-benefits h2 {
  text-align: center;
  font-size: 50px;
}

.terraform-section-benefits {
  padding: 30px 0 30px 0;
}

.terraform--benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.terraform--benefit {
  width: 500px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  /* box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 5%); */
}

.terraform--benefit-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.terraform--benefit-image {
  fill: var(--orange);
  color: var(--orange);
  width: 30px;
  height: 30px;
}

.terraform--benefit-title {
  font-size: 18px;
  margin: 15px 0 10px 0;
}

.terraform--benefit-description {
  line-height: 1.5;
  margin: 0;
}

.terraform-section-how-it-works {
  background-color: var(--blue);
  color: white;
  padding: 30px 0 30px 0;
}

.terraform--how-it-works-title {
  text-align: center;
}

.terraform-how-it-works-step-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.terraform--how-it-works-step-left {
  width: 500px;
  display: flex;
  justify-content: center;
}

.terraform--how-it-works-step-right {
  width: 500px;
  display: flex;
  flex-direction: column;
}

.terraform--how-it-works-step-image {
  width: 80%;
}

.terraform--how-it-works-step-subtitle {
  color: var(--orange);
  font-size: 18px;
  margin-bottom: 0;
}

.terraform--how-it-works-step-title {
  font-size: 24px;
  margin: 0 0 5px 0;
  position: relative;
}

.terraform--how-it-works-step-title .redefined {
  position: relative;
  color: var(--orange);
}

.terraform--how-it-works-step-title .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -11px;
  position: absolute;
  max-width: 95.7%;
}

.terraform--how-it-works-step-last-title {
  margin-bottom: 20px;
}

.terraform--how-it-works-step-description {
  line-height: 1.5;
  margin: 0;
}

.terraform-section-get-started {
  padding: 30px 0 30px 0;
}

.terraform__get-started-title {
  text-align: center;
}

.terraform--get-started-guides {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
  gap: 20px;
}

/* Home - Section Security */

/* .security {
  display: flex;
  flex-direction: column;
  background: var(--degrade-blue);
  margin: 0 20px 20px 20px;
}

.security--hero-title {
  margin: 0 auto;
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 3.4rem;
  text-align: center;
}

@media (min-width: 80.0625em) {
  .security {
    margin: 0;
  }
} */

.security--section--title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.security-section-benefits {
  padding: 30px 0 30px 0;
}

.security-section-benefits.security {
  padding: 30px 0 30px 0;
  background: #f1f5ff;
}

.security--compliance-image {
  fill: var(--orange);
  color: var(--orange);
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.security--compliance-image--gdpr {
  fill: var(--orange);
  color: var(--orange);
  width: 135px;
  height: 135px;
  margin: 0 auto;
}
.security--compliance-image--hipaa {
  fill: var(--orange);
  color: var(--orange);
  width: 135px;
  height: 135px;
  margin: 0 auto;
}

.security--benefit-image {
  fill: var(--orange);
  color: var(--orange);
  width: 45px;
  height: 45px;
}

.security {
  display: flex;
  flex-direction: column;
  background: var(--degrade-blue);
  margin: 0 20px 20px 20px;
}

.security--hero-title {
  margin: 0 auto;
  margin-top: 15px;
  /* font-size: 1.7rem; */
  line-height: 3.4rem;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 3.4rem;
  text-align: center;
  /* text-align: center; */
}

.security--compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  flex-direction: column;
}

.security--benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  flex-direction: column;
  /* box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 68 / 5%); */
}

.security--compliance-description {
  line-height: 1.5;
  margin-top: 25px;
  text-align: center;
}

.security--benefit-description {
  line-height: 1.5;
  margin-top: 10px;
}

/* .security--benefit-image {
  fill: var(--orange);
  color: var(--orange);
  width: 128px;
  height: 128px;
} */

.security--hero-image {
  /* display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px; */

  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 20px;
  justify-content: center;
  align-items: center;
  place-items: center;
}

.security--certifications {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.security__cta {
  text-align: center;
  margin-top: 2rem;
}

.security__locker {
  margin-right: 5px;
}

.btn__locker {
  font-weight: 400;
}

.btn__locker.disabled {
  fill: var(--grey-light) !important;
  background: var(--grey-light) !important;
  border: none;
  cursor: not-allowed;
}

.security--benefit-image {
  width: 30px;
  height: 30px;
}

.security--compliance--logo {
  width: 100px;
  height: 100px;
}

.security--compliance--logo--gdpr {
  width: 110px;
  height: 110px;
}

.security--compliance--logo--hipaa {
  width: 110px;
  height: 110px;
}

@media (min-width: 80.0625em) {
  .security {
    margin: 0;
  }

  .security--compliance--logo {
    width: 175px;
    height: 175px;
  }

  .security--compliance--logo--gdpr {
    width: 180px;
    height: 180px;
  }

  .security--compliance--logo--hipaa {
    width: 180px;
    height: 180px;
  }

  .security--certifications {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
  }

  .security--hero-image {
    /* margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px; */

    grid-template-columns: repeat(2, 1fr);
    display: grid;
    justify-content: center;
    align-items: center;
    place-items: center;
  }

  .security--hero-title {
    text-align: left;
  }

  .security--security__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Domains page */
.domains-section-panels .section--title {
  text-align: center;
}

.domains__panels {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 30px;
}

/* Small screens, mobile */
@media (max-width: 500px) {
  .domains__panel {
    width: 100%;
  }
  .domains__panel:last-child {
    width: 100%;
  }
}

/* Medium screens */
@media (min-width: 501px) and (max-width: 799px) {
  .domains__panel {
    width: 50%;
  }
  .domains__panel:last-child {
    width: 100%;
  }
}

/* Large screens */
@media (min-width: 800px) {
  .domains__panels {
    max-width: 80%;
  }
  .domains__panel {
    width: 33.333333%;
  }
  .domains__panel:last-child {
    width: 66.666667%;
  }
}

.domains-section-panels .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -11px;
  position: absolute;
  max-width: 95.7%;
}

.domains-section-panels .redefined {
  color: var(--orange);
  position: relative;
}

.domains-section-panels .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -6px;
  position: absolute;
  max-width: 95.7%;
}

.domains__panel-box {
  margin: 0.5rem;
  height: 14rem;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.domains__panel-box-1 {
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.domains__panel-box-1-title {
  margin-bottom: 0px;
  padding: 1rem;
  color: var(--white);
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.domains__panel-box-1-image {
  align-self: flex-end;
  width: 70%;
  margin-bottom: 20px;
}

.domains__panel-box-2 {
  background: var(--blue-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.domains__panel-box-2-title {
  color: var(--white);
  font-size: 2.25rem;
  padding: 10px;
  margin: 0;
}

.domains__panel-box-3 {
  background: var(--blue-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.domains__panel-box-3-title {
  padding: 1rem;
  margin-bottom: 0px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.domains__panel-box-3-image {
  align-self: flex-end;
  width: 40%;
}

.domains__panel-box-4 {
  background: var(--blue-light);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.domains__panel-box-4-text {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff; /* fallback */
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.4)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.4)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
}

.domains__panel-box-5 {
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem;
}

.domains__panel-box-5-left {
  margin: 0;
  padding: 0;
}

.domains__panel-box-5-left-bubble {
  background-color: white;
  width: fit-content;
  padding: 0;
  margin: 0;
  border-radius: 16px 16px 16px 0;
}

.domains__panel-box-5-left-message {
  padding: 10px;
  margin-left: 10px;
  font-weight: bold;
  color: var(--light-text);
}

.domains__panel-box-5-right {
  display: flex;
  gap: 8px;
  align-items: stretch;
  justify-content: end;
}

.domains__panel-box-5-right p {
  margin-top: 5px;
  font-size: 14px;
  color: var(--white);
}

.domains__panel-box-5-right-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.domains__panel-box-5-right-bubble {
  background-color: white;
  width: fit-content;
  padding: 0;
  margin: 0;
  border-radius: 16px 16px 0px 16px;
}

.domains__panel-box-5-right-message {
  padding: 10px;
  margin: 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.25rem;
  color: var(--light-text);
}

.domains__panel-box-5-right-image {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: var(--white);
  border-radius: 40%;
}

.domains-section-search {
  padding-top: 0;
  margin-top: 0;
}

.domains__search-bar {
  margin: auto;
  border: 2px solid var(--orange);
  display: flex;
  align-items: center;
  border-radius: 50px;
  max-width: 500px;
  height: 60px;
  padding: 3px;
}

.domains__search-input {
  flex-grow: 1;
  font-size: 1.5rem;
  border: 0;
  padding: 0 0.5em;
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .domains__search-input {
    font-size: 1rem;
  }
}

@media only screen and (mom-width: 769px) {
  .domains__search-input {
    font-size: 1.5rem;
  }
}

.domains__search-input:focus {
  outline: 0;
}

.domains__search-submit {
  font-size: 1.5rem;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--orange);
  border-radius: 50%;
  width: calc(60px - 10px);
  height: calc(60px - 10px);
}

.domains__search-results {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: auto;
}

.domains__search-loading {
  text-align: center;
  color: var(--orange);
}

.domains__search-error {
  text-align: center;
  color: red;
}

.domains__search-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid var(--grey-light);
}

.domains__search-result:first-of-type {
  border-top: 0;
}

.domains__search-result-right {
  display: flex;
  gap: 20px;
}

/* CI/CD page */
/* CI/CD page */
.cicd-section-easy .section--title {
  text-align: center;
}

.cicd-section-easy .section--title .redefined {
  color: var(--orange);
  position: relative;
}

.cicd-section-easy .section--title .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -11px;
  position: absolute;
  max-width: 95.7%;
}

.cicd__easy-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Medium screens */
@media (max-width: 899px) {
  .cicd__easy-description {
    width: 100%;
  }
  .cicd__easy-image {
    padding-top: 20px;
    width: 80%;
  }
}

/* Large screens */
@media (min-width: 900px) {
  .cicd__easy-description {
    width: 50%;
  }
  .cicd__easy-image {
    width: 50%;
  }
}

.cicd-section-benefits {
  padding: 0px 0 30px 0;
  background-color: var(--white);
}

.cicd__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cicd__benefit {
  width: 500px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  /* background: var(--blue);
    color: var(--white); */
}

.cicd__benefit-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cicd__benefit-image {
  fill: var(--orange);
  color: var(--orange);
  width: 30px;
  height: 30px;
}

.cicd__benefit-title {
  font-size: 18px;
  margin: 15px 0 10px 0;
}

.cicd__benefit-description {
  line-height: 1.5;
  margin: 0;
}

/* .cicd-section-features {
    background-color: var(--white);
} */

.cicd__softwares-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .cicd__softwares-text {
    width: 80%;
    text-align: center;
  }
  .cicd__softwares-image {
    width: 80%;
  }
}

@media only screen and (min-width: 769px) {
  .cicd__softwares-text {
    width: 40%;
  }
  .cicd__softwares-image {
    width: 60%;
  }
}

.cicd__softwares_image > img {
  width: 100%;
}

.cicd-section-seeit {
  background: var(--degrade-blue);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.cicd-section-seeit .section--title {
  margin-bottom: 30px;
}

.cicd__seeit-video {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.cicd__seeit-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 55rem;
}

.cicd-section-documentation {
  background-color: var(--white);
}

.cicd__documentation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  color: var(--blue);
  font-weight: bold;
}

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

@media only screen and (min-width: 769px) {
  .cicd__documentation {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cicd__softwares-text .section--title .redefined {
  color: var(--orange);
  position: relative;
}

.cicd__softwares-text .section--title .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -11px;
  position: absolute;
  max-width: 95.7%;
}

/*
** Guides
*/

.guides {
  padding-top: 0.25rem;
}

.guides--quickstart {
  padding-top: 1.25rem;
}

.guides--quickstart img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(68 67 67 / 20%);
  margin-bottom: 0.5rem;
}

.guides--quickstart img + em {
  width: 100%;
  display: inline-block;
}

.guides__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guides__links__box {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

.guides__links__box__title {
  color: var(--orange);
  font-family: "Inter";
  font-weight: 700;
  margin: 0;
  font-size: 1.15rem;
}

.guides__links__box__link {
  color: var(--orange);
  text-decoration: underline;
  transition: color 0.3s ease;
  font-family: "Inter";
  font-weight: 600;
}

.guides__links__box__link:hover {
  color: var(--orange-hover);
}

.guides__links__box__description {
  margin: 0;
  margin-top: 12px;
  color: var(--light-text);
  font-size: 0.9rem;
}

/*
** Mockup
*/

.macbook {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
}

.macbook .screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.macbook .screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset,
    0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.macbook .screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.macbook .viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.macbook .base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.macbook .base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(
    #eaeced,
    #edeef0 55%,
    #fff 55%,
    #8a8b8f 56%,
    #999ba0 61%,
    #4b4b4f 84%,
    #262627 89%,
    rgba(0, 0, 0, 0.01) 98%
  );
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.macbook .base::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0.8) 0.5%,
    rgba(0, 0, 0, 0.4) 3.3%,
    transparent 15%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 85%,
    rgba(0, 0, 0, 0.4) 96.7%,
    rgba(255, 255, 255, 0.8) 99.5%,
    rgba(0, 0, 0, 0.5) 100%
  );
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.macbook .notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset,
    5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.macbook .notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}

/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(
    circle at right bottom,
    transparent 75%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.software-features-header {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.software-features-header .macbook,
.software-features-header__left {
  flex: 1;
}
.software-features-header__left__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.software-features-header__left__logo {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 12px;
  background: white;
  border-radius: 1rem;
  border: solid 1px #ececec;
}

.container.guide-container {
  display: flex;
  padding-top: 2rem;
  gap: 2rem;
}

pre code,
code {
  border: 1px solid #302e2e;
  padding: 0px 8px !important;
  border-radius: 4px;
  background: #efefef;
  color: #3a3737;
}

.knowledge__title {
  margin-bottom: 16px;
}
.knowledge__title:hover {
  text-decoration: underline !important;
}
.knowledge__link:hover {
  text-decoration: underline !important;
}

.knowledge__title:hover .knowledge__link {
  text-decoration: underline !important;
}

.knowledgeTitles__content {
  list-style-type: none;
  padding-left: 0 !important;
  color: var(--orange);
}

@media (min-width: 1024px) {
  .knowledgeTitles__content {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    list-style-type: none;
    padding-left: 0 !important;
  }
}

@media (min-width: 1024px) {
  .knowledgeTitles__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style-type: none;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .knowledgeTitles__content {
    padding-left: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style-type: none;
  }
}

.guide-container__sidebar {
  flex-shrink: 0;
}
.guide-container__sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: white;
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 2rem;
  position: sticky;
  top: 20px;
}
.guide-container__content {
  max-width: 44rem;
  margin: 0 auto;
}

.knowledge-container__content {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .guide-container__sidebar__menu {
    display: none;
  }
  .container.guide-container {
    gap: 0;
  }
}

.installation-guide .guide-container__sidebar__link {
  color: #333;
  font-family: "Inter", sans-serif;
}

.installation-guide .guide-container__sidebar__link--current {
  color: black;
  font-weight: bold;
}

.installation-guide .guide-container__sidebar__link:hover {
  color: var(--orange);
}

.installation-guide img {
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
  padding: 6px;
  max-width: 100%;
}

.installation-guide h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.installation-guide h2:not(:first-of-type) {
  border-top: solid 1px #dedede;
  padding-top: 2rem;
}

.installation-guide h3 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.installation-guide h3 + p,
.installation-guide h3 + img {
  margin-top: 0.25rem;
}

.installation-guide p {
  font-size: 16px;
  line-height: 1.5;
}

.installation-guide a {
  color: var(--orange);
}

.installation-guide ul {
  list-style: disc;
  padding-left: 1rem;
  line-height: 1.5rem;
  font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
  .banner__openSource--header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .guides__links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .software-features-header {
    flex-direction: column;
    text-align: center;
  }

  .software-features-header__left__buttons {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}

.offers--cards {
  width: 100%;
  gap: 1rem;
  padding-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card:nth-of-type(1n + 7) {
  display: none;
}

@media screen and (max-width: 1280px) {
  .installation-guide .dropdown__header {
    display: flex;
    flex-direction: column;
  }
  .offers--cards {
    display: flex;
    flex-direction: column;
  }

  .pricing-card:nth-of-type(1n + 4) {
    display: none;
  }
}

.installation-guide .dropdown__header {
  margin-bottom: 2rem;
}

.pricing-card {
  padding: 2rem 1rem;
  background: white;
  border-radius: 10px;
  border: solid 1px #ececec;
  min-width: 220px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.pricing-card__plan {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.15rem;
  color: var(--orange);
}

.pricing-card__price {
  font-weight: bold;
  font-size: 1.4rem;
}

.pricing-card__price--hour {
  margin-top: 0.25rem;
  font-size: 1rem;
}

.pricing-card__features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: solid 1px #ececec;
}

.pricing-card__feature i {
  color: var(--orange);
  min-width: 28px;
  text-align: center;
  margin-right: 2px;
}

.pricing-card__deploy {
  background-color: var(--orange);
  border-radius: 10px;
  color: white !important;
  text-align: center;
  padding: 0.75rem;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.pricing-card__deploy:hover {
  background-color: var(--orange-dark);
}

.browser-mockup {
  border: 1px solid rgba(230, 230, 230, 0.7);
  padding-top: 2em;
  background: white;
  box-shadow: 0 7px 16px 0px rgb(0 0 0 / 12%);
  position: relative;
  border-radius: 12px;
  width: 140%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .browser-mockup {
    width: 100%;
  }
}
.browser-mockup img {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-width: 100%;
  border-top: 1px solid rgba(230, 230, 230, 0.7);
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: "";
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: "";
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup > * {
  display: block;
}

.api {
  padding: 6rem 2rem;
  text-align: center;
  padding-bottom: 0;
}

.home__oss {
  background: var(--degrade-blue);
  padding-bottom: 0;
}

.home__oss__description {
  margin-bottom: 5rem;
}

.home__oss__cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 40em) {
  .home__oss__cta {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}

.cicdintro {
  text-align: center;
}

.cicdintro__logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.cicdintro__logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

@media (min-width: 40em) {
  .cicdintro__logo img {
    width: 82px;
    height: 82px;
  }
}

.cicd__cta {
  text-align: center;
  margin-top: 2rem;
}

.cicd-section-seeit-cta {
  margin-top: 2rem;
}

.terraform-section-modules {
  padding: 30px 0 30px 0;
}

.terraform-section-modules h2 {
  text-align: center;
  font-size: 50px;
}

.terraform-modules-description {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.terraform-section-modules .redefined {
  color: var(--orange);
  position: relative;
}

.terraform-section-modules .redefined__underligne {
  right: 0;
  left: 0;
  bottom: -6px;
  position: absolute;
  max-width: 95.7%;
}

.banner.banner--flex .container {
  display: flex;
  gap: 16px;
}
.banner.banner--flex .banner__container {
  max-width: 100%;
  flex: 1;
}
.banner__image {
  border-radius: 16px;
  width: 420px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .banner__image {
    width: 220px;
    max-width: 100%;
  }
  .banner.banner--flex .container {
    flex-direction: column-reverse;
  }
}

.support__compliance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
}

.support__compliance .support__compliance__title {
  font-size: 14px;
  margin: 0;
}

.support__compliance__logos {
  display: flex;
  gap: 32px;
}

.support__compliance__logos img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
