/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./industries/industries.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root.dark-mode {
  --body-background: #2a2828;
}

:root.light-mode {
  --body-background: #ffffff;
}

::-moz-selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

::selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  vertical-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 93.75em) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 65.625em) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  font: inherit;
  border: none;
  font-size: 1.4rem;
  background-color: transparent;
  padding-left: 7px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 1rem 2rem 0.2rem 0;
  padding-left: 7px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2a2828;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

.main--container {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 100px;
  width: 100vw;
  margin: 0 0 100px 0;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main--container {
    row-gap: 80px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main--container {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main--container {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

abbr {
  text-decoration: none;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --header-height: 100px;
}

:root.light-mode {
  --header-color-white: #ffffff;
  --header-color-dark-1: #2a2828;
  --header-color-dark-2: #424242;
  --header-color-dark-3: #737373;
  --header-purple-color: #efeaf1;
  --header-light-background: rgba(255, 255, 255, 0.8);
  --header-backdrop-background: rgba(232, 232, 237, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #886590;
  --hero-content-color: #737373;
  --text-dark-1: #2a2828;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #737373;
  --lable-color: #3f3f3e;
  --logo-color: #000;
  --purple-button-background: #562762;
}
:root.light-mode .dark-mode-img {
  display: none;
}
:root.light-mode .dark-mode-img-mob {
  display: none;
}
:root.light-mode .light-mode-img-mob {
  display: block;
}

:root.dark-mode {
  --header-color-white: #2a2828;
  --header-color-dark-1: #efeaf1;
  --header-color-dark-2: #efeaf1;
  --header-color-dark-3: #737373;
  --header-purple-color: #562762;
  --header-light-background: rgba(22, 22, 23, 0.8);
  --header-backdrop-background: rgba(0, 0, 0, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #ffd164;
  --hero-content-color: #d9d9d9;
  --text-dark-1: #f5f5f5;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #d9d9d9;
  --lable-color: #f5f5f5;
  --logo-color: #fff;
  --purple-button-background: #91629c;
}
:root.dark-mode .light-mode-img {
  display: none;
}
:root.dark-mode .light-mode-img-mob {
  display: none;
}
:root.dark-mode .dark-mode-img-mob {
  display: block;
}

.gtranslate_wrapper .gt_container-br7fok a.glink span {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 5px;
}

.header {
  position: fixed;
  top: 0;
  max-height: 100vh;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: var(--header-backdrop-filter);
          backdrop-filter: var(--header-backdrop-filter);
  background-color: var(--header-light-background);
  z-index: 999;
}
.header .header-wrapper {
  display: flex;
}
.header .header-wrapper .header-toggle {
  transition: background-color 0.6s cubic-bezier(1, -0.52, 0, 1.1);
  align-self: flex-end;
}
.header .header-wrapper .header-toggle .toggle-btn {
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  width: 63px;
  height: 24px;
  background: linear-gradient(270deg, #ff9996 -4.6%, #ffd164 84.48%);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn.checked {
  background: none;
}
.header .header-wrapper .header-toggle .toggle-btn input {
  position: absolute;
  visibility: hidden;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view {
  transition: 0s;
  background: #3d0743;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view::before {
  left: 65%;
  background-color: #3d0743;
  box-shadow: inset -6px -3px 0px 0px #ffffff;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: none;
  background-color: white;
  transition: 0.3s;
  transform: translateY(-50%);
  transition-timing-function: cubic-bezier(0.57, 0.36, 0, 0.99);
}
.header .header-wrapper .header-main {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
}
.header .header-wrapper .header-main a .logo-cyntexa {
  margin-top: -10px;
  fill: var(--logo-color);
}
.header .header-wrapper .header-main .cyntexa-home {
  fill: var(--header-color-dark-1);
  width: 110px;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .cyntexa-home {
    width: 120px;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main {
    gap: 30px;
  }
}
.header .header-wrapper .header-main .nav-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container {
    justify-content: unset;
    gap: 2rem !important;
    align-items: unset;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container {
    gap: 20px;
  }
}
.header .header-wrapper .header-main .nav-container nav {
  display: flex;
  font-size: 16px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container nav {
    gap: 13px;
  }
}
.header .header-wrapper .header-main .nav-container nav .nav-item {
  color: var(--header-color-dark-1);
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] svg {
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1);
  transform-origin: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav].active svg {
  transform: rotate(180deg);
}
.header .header-wrapper .header-main .nav-container nav .header-search {
  width: 20px;
  color: var(--header-color-dark-1);
  fill: var(--header-color-dark-1);
  height: 20px;
  margin-top: -3px;
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container .get-consultation {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  background-color: transparent;
  border: 1px solid var(--header-color-dark-3);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: var(--header-color-dark-1);
  transition: border 0.3s ease-out;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 40%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 60%;
    padding: 13px 0px;
  }
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover {
  color: #2a2828;
  border: 1px solid #ff80ad;
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover::after {
  opacity: 1;
}
.header .header-wrapper .header-main .nav-container .get-consultation::after {
  content: "";
  width: calc(100% + 2px);
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 8px;
  background: linear-gradient(122deg, #ff80ad 30.76%, #ff9996 58.69%, #ffd164 98.53%);
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
.header .header-back-drop {
  background-color: var(--header-backdrop-background);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: -2;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-end;
}

@media screen and (min-width: 1050px) and (max-width: 1280px) {
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    color: var(--color-head-nav);
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    font-size: 12px !important;
  }
  .header .links-container .hide-at-small-desk {
    display: none;
  }
}
@media screen and (min-width: 65.625em) {
  .header .mobile-nav {
    display: none;
  }
  .header.header-open-desktop {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .header.header-open-desktop .header-back-drop {
    opacity: 1;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-start;
    visibility: visible;
  }
  .header.header-open-desktop .links-container {
    height: 675px;
    opacity: 1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .header.header-open-desktop .links-container > div a {
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 0.32s;
    transition-delay: calc(0.12s + var(--globalnav-flyout-item-number) * 20ms + 80ms);
  }
  .header.header-open-desktop .links-container div > img {
    opacity: 1;
    transform: scaleY(1);
  }
  .header.header-open-desktop .links-container .show {
    opacity: 1;
    visibility: visible;
    transition: all 0.24s cubic-bezier(0.4, 0, 0.6, 1) 80ms;
  }
  .header .header-wrapper {
    flex-direction: column;
    height: 110px;
    padding: 0 20px;
    justify-content: space-evenly;
  }
  .header .links-container {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: var(--header-color-white);
    opacity: 0;
    z-index: -1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.14s;
  }
  .header .links-container .back-btn {
    display: none;
  }
  .header .links-container > div {
    grid-area: 1/1/1/1;
    visibility: hidden;
    opacity: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    padding: 140px 40px 40px 100px;
    transform-origin: top;
    font-size: 16px;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .header .links-container > div a {
    opacity: 0;
    color: var(--header-color-dark-2);
    transform: translateY(-4px);
    transition-property: opacity, transform;
    transition-duration: min(0.2s + 20ms * (var(--globalnav-flyout-item-total) - var(--globalnav-flyout-item-number)), 0.1s);
    transition-delay: 0s;
  }
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    margin-top: 15px;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head .toggle-icon {
    display: none;
  }
  .header .links-container > div > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 20%;
    max-width: 250px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    aspect-ratio: 1/1.2;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0.15s;
  }
  .header .links-container > div .link-container {
    display: flex;
    flex: 1;
    padding: 20px 0;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .header .links-container > div .link-container a {
    transition: all 0.24s ease-in-out;
  }
  .header .links-container > div .link-container a::before {
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 0;
    bottom: -3px;
    border-top: 0.2px solid #a08da5;
  }
  .header .links-container > div .link-container a:hover {
    color: #a08da5;
  }
  .header .links-container > div .link-container a:hover::before {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 65.5625em) {
  .header img {
    display: none;
  }
  .header .header-wrapper {
    position: absolute;
    width: 100%;
    left: 100%;
    background-color: var(--header-color-white);
    flex-direction: column-reverse;
    height: 100vh;
    transition: all 0.24s ease-in-out;
    height: 100dvh;
  }
  .header .header-wrapper.open-header {
    left: 0;
  }
  .header .header-wrapper .header-toggle {
    padding: 0 35px;
    height: 10vh;
    align-self: start;
    height: 10dvh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-toggle {
    position: absolute;
    top: -18px;
    right: 2%;
    z-index: 999;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .header-wrapper .header-toggle {
    top: -5px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main {
    height: 90dvh;
    height: 90vh;
    align-items: flex-end;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main {
    align-items: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .cyntexa-home {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container {
    flex: 1;
    flex-direction: column;
    gap: 0;
  }
  .header .header-wrapper .header-main .nav-container nav {
    width: 100%;
    align-items: flex-start;
    padding-top: 80px;
    gap: 0;
    padding-bottom: 30px;
    height: calc(75dvh - 70px);
    flex-direction: column;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .nav-container nav svg {
    transform: rotate(-90deg);
  }
  .header .header-wrapper .header-main .nav-container nav svg.header-search {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    display: flex;
    padding: 15px 50px;
    width: 100%;
    justify-content: space-between;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item:hover {
    background-color: var(--header-purple-color);
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .get-consultation {
    height: 50px;
  }
  .header .links-container {
    position: absolute;
    top: 75px;
    left: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
    background: var(--header-color-white);
    height: calc(90dvh - 145px);
    overflow-y: auto;
  }
  .header .links-container.open-container {
    left: 0;
  }
  .header .links-container .back-btn {
    padding: 0 15px;
    gap: 10px;
    font-size: 14px;
    color: var(--header-color-dark-1);
    display: inline-flex;
    text-decoration: underline;
    transform-origin: center;
    cursor: pointer;
  }
  .header .links-container .back-btn:active {
    scale: 0.9;
  }
  .header .links-container .back-btn svg {
    rotate: 90deg;
    width: 15px;
  }
  .header .links-container > div {
    padding-top: 15px;
    display: none;
  }
  .header .links-container > div.show {
    display: block;
  }
  .header .links-container > div .link-container {
    background-color: var(--header-color-white);
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .header .links-container > div .link-container a {
    display: flex;
    align-items: center;
    height: 38px;
    color: var(--header-color-dark-1);
    width: 100%;
    padding: 0 50px;
    font-size: 16px;
  }
  .header .links-container > div .link-container a:hover, .header .links-container > div .link-container a:active {
    padding: 0 70px;
    background-color: var(--header-purple-color);
  }
  .header .links-container > div .link-container p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
    padding: 0 50px;
  }
  .header .links-container > div .link-container .flex-inner-head {
    margin-top: 2rem;
  }
  .header .links-container > div .link-container .flex-inner-head a {
    display: none;
  }
  .header .links-container > div .link-container .flex-inner-head.active a {
    display: flex;
  }
  .header .links-container > div .link-container .flex-inner-head.active .toggle-icon {
    transform: rotate(180deg);
  }
  .header .links-container > div .link-container .flex-inner-head p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .header .links-container > div .link-container .flex-inner-head .toggle-icon {
    transition: transform 0.3s ease;
  }
  .header .mobile-nav {
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  .header .mobile-nav .logo-cyntexa {
    display: block !important;
    fill: var(--logo-color);
  }
  .header .mobile-nav .hamburger {
    width: 20px;
    z-index: 1;
    cursor: pointer;
  }
  .header .mobile-nav .hamburger.active .line:nth-child(1) {
    width: 100%;
    transform: translateY(5px) rotate(45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(3) {
    width: 100%;
    transform: translateY(-7px) rotate(-45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  .header .mobile-nav .hamburger .line {
    width: 100%;
    height: 2px;
    background-color: var(--header-color-dark-1);
    display: block;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
  }
  .header .mobile-nav .hamburger .line:not(:nth-child(2)) {
    width: 75%;
  }
  .header .mobile-nav .cyntexa-home {
    width: 120px;
    z-index: 1;
    margin: 0 auto;
    fill: var(--header-color-dark-1);
    color: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .cyntexa-home {
    width: 90px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search {
    fill: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .header-search {
    width: 20px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search:hover {
    cursor: pointer;
    scale: 0.95;
    color: var(--header-purple-color);
  }
}
@media screen and (min-height: 43.75em) and (max-width: 65.625em) {
  .header .links-container > div .link-container a {
    height: 44px;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    height: 44px;
  }
}
:root.light-mode {
  --color-btn-dark: #282828;
}

:root.dark-mode {
  --color-btn-dark: #ffffff;
}

.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: none;
  padding: 1.2rem 3rem;
  color: var(--color-primary-1);
  transition: padding 0.4s;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
  background-color: transparent;
}
.btn-animation--ball {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.btn-animation--ball:hover {
  border-top: 1px solid var(--color-btn-dark);
  border-bottom: 1px solid var(--color-btn-dark);
  padding-right: 1.5rem;
  padding-left: 4.5rem;
  color: var(--color-btn-dark);
}
.btn-animation--ball::after {
  content: "";
  height: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1;
  background: #ff9996;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.4s linear;
}
.btn-animation--ball::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  transition: all 0.4s;
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
  top: -1px;
  left: 0;
  z-index: -1;
}
.btn-animation--ball:hover::before {
  opacity: 0;
}
.btn-animation--ball:hover::after {
  left: 100%;
  opacity: 1;
  translate: -50% -50%;
}

:root.light-mode {
  --footer-form-label: #3f3f3e;
  --footer-form-form-background: #f5f5f5;
  --footer-form-modal-background: #fff;
  --footer-form-description: #737373;
  --footer-form-heading: #424242;
  --footer-form-border: #ccc;
  --footer-form-dark: #2a2828;
  --color-head-nav: #886590;
}

:root.dark-mode {
  --footer-form-label: #f5f5f5;
  --footer-form-dark: #fff;
  --footer-form-form-background: #323232;
  --footer-form-modal-background: #2a2828;
  --footer-form-description: #d9d9d9;
  --footer-form-heading: #f5f5f5;
  --footer-form-border: #ccc;
  --color-head-nav: #ffd164;
}

body.modal-active {
  overflow: hidden;
}

.loading-div {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.loading-div.active {
  display: flex;
}

.footer {
  width: 100%;
  padding: 50px 100px 100px 100px;
  background: #1d0420;
  color: #ffffff;
}
.footer .footer-badges-2 {
  display: none;
}
.footer .footer-main .footer-services {
  width: 230px;
}
.footer .footer-main .footer-services .flex-inner-head2 {
  margin-top: 2rem;
  width: 100%;
}
.footer .footer-main .footer-services .flex-inner-head2 a {
  display: none;
}
.footer .footer-main .footer-services .flex-inner-head2.active a {
  display: flex;
}
.footer .footer-main .footer-services .flex-inner-head2.active .toggle-icon {
  transform: rotate(180deg);
}
.footer .footer-main .footer-services .flex-inner-head2 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  color: #d9d9d9;
  font-weight: 500;
  font-family: "Roboto";
}
.footer .footer-main .footer-services .flex-inner-head2 .toggle-icon {
  transition: transform 0.3s ease;
  color: inherit;
  fill: none;
}
.footer-logo__cyntexa {
  display: block;
}
.footer > *:not(:last-child) {
  margin-bottom: 30px;
}
.footer > * {
  margin: 0 auto;
  max-width: 1280px;
}
.footer svg {
  color: #ffffff;
  fill: #ffffff;
}
.footer svg:hover:not(.footer-logo-cyntexa) {
  color: #ad7eb9;
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
.footer--heading {
  color: #655969;
  font-family: "Raleway";
  font-size: 27px;
  line-height: 34px;
  pointer-events: none;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer .detail-links {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: flex-start;
  margin-top: 10px;
  gap: 10px;
}
.footer .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: rgba(61, 7, 67, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 20px;
  width: 100%;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form {
    width: 90%;
  }
}
@media (max-width: 65.625em) {
  .footer .subscribe-form {
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form {
    width: 100%;
  }
}
.footer .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .sub_head {
    text-align: center;
  }
}
.footer .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
.footer .subscribe-form .flex-input ::-moz-placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input .input-field {
  position: relative;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field input {
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form .flex-input .input-field input {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: 10px;
  position: absolute;
  bottom: -3px;
  transform: translate(0%, 110%);
  left: 0;
  color: #ff0000 !important;
}
.footer .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 30px;
}
.footer .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
}
.footer a[class$=link] {
  position: relative;
}
.footer a[class$=link]:hover, .footer-more-btn:hover {
  color: #a08da5;
}
.footer a[class$=link]:hover:before {
  width: 95%;
  opacity: 1;
}
.footer a[class$=link]:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 0;
  bottom: 3px;
  border-top: 0.2px solid #a08da5;
}
.footer a[class$=link] {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  display: inline-block;
}
.footer-services, .footer-products, .footer-resources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-badges {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-badge {
  width: 60px;
  height: 64px;
  display: flex;
}
.footer-social-media--links {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-grow: 1;
}
.footer-social-media--links svg {
  height: 15px;
  width: 15px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.footer-social-media--links svg.social-icon:hover {
  color: #ffffff;
  border-color: transparent;
}
.footer-social-media--links svg.facebook-icon:hover {
  background-color: #4267b2;
}
.footer-social-media--links svg.twitter-icon:hover {
  background-color: #ffffff;
  color: #14171a;
}
.footer-social-media--links svg.instagram-icon:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.footer-social-media--links svg.linkedin-icon:hover {
  background-color: #0a66c2;
}
.footer-social-media--links svg.youtube-icon:hover {
  background-color: red;
}
.footer-social-media--links svg.snapchat-icon:hover {
  background-color: #fffc00;
  color: black;
}
.footer .dmca-protected {
  width: 145px;
  height: 25px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.footer-dmca--logo {
  width: 145px;
}
.footer .legal {
  display: flex;
  margin-top: 50px;
  align-items: center;
  gap: 50px;
  font-size: 12px;
  font-weight: 300;
}
.footer .legal a {
  color: inherit;
}
.footer .legal > * {
  transition: all 0.4s ease-in-out;
}
.footer .legal > *:hover {
  color: #a08da5;
}
.footer .copyright,
.footer .iso-certified {
  pointer-events: none;
}
.footer .privacy-policy:hover,
.footer .terms:hover {
  cursor: pointer;
}

/*** Media Queries ***/
@media screen and (max-width: 81em) {
  .footer {
    padding: 30px 35px 50px 35px;
  }
  .footer .footer a[class$=link] {
    font-size: 15px;
  }
  .footer--heading {
    font-size: 26px;
  }
  .footer .legal {
    font-size: 11px;
  }
  .footer .detail-links {
    min-width: 130px;
  }
}
@media screen and (max-width: 1240px) {
  .footer .footer-main .footer-services {
    width: 200px;
  }
  .footer .footer-main .footer-badges {
    display: none;
  }
  .footer .footer-badges-2 {
    display: flex;
    justify-content: end;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 62.5em) {
  .footer-main {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .detail-links {
    margin-top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-social-media--links {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .footer-logo__cyntexa {
    display: flex;
    justify-content: center;
  }
  .footer-services {
    order: 1;
    flex-basis: 70%;
  }
  .footer-badges {
    order: 2;
  }
  .footer-products {
    order: 3;
  }
  .footer-resources {
    order: 4;
  }
  .footer .detail-links {
    order: 5;
    margin-top: 10px;
  }
  .footer-more-btn {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .footer .legal {
    flex-wrap: wrap;
    gap: 15px;
    color: #d9d9d9;
  }
  .footer .dmca-protected {
    order: 1;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .footer .iso-certified {
    order: 2;
  }
  .footer .privacy-policy {
    order: 3;
  }
  .footer .terms {
    order: 4;
  }
  .footer .copyright {
    order: 5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-main .footer-services {
    width: 250px;
  }
  .footer .footer-main .footer-badges {
    display: flex;
    padding: 0px 20px;
  }
  .footer .footer-badges-2 {
    display: none;
    justify-content: center;
    gap: 10rem;
    align-items: center;
  }
}
@media screen and (max-width: 37.5em) {
  .footer .footer-main .footer-badges {
    padding: 0px 0px;
  }
  .footer--heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer a[class$=link] {
    font-size: 14px;
  }
  .footer-badges {
    gap: 5px;
  }
  .footer-badge {
    height: 60px;
    width: 65px;
  }
}
@media screen and (max-width: 25.5em) {
  .footer--heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .footer a[class$=link] {
    font-size: 13px;
    line-height: 28px;
  }
  .footer .footer-badge {
    height: 48px;
    width: 46px;
  }
  .footer-main {
    gap: 18px;
  }
  .footer-more-btn {
    margin: auto 0;
  }
}
#zoho-iframe {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#zoho-iframe .modal {
  z-index: 1;
  position: relative;
}
#zoho-iframe .modal .close {
  font-size: 3rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 0px;
  color: white;
  cursor: pointer;
  top: -34px;
}
#zoho-iframe .modal iframe {
  pointer-events: none;
  height: 80vh;
  width: 100%;
}
#zoho-iframe.open {
  transform: scale(1);
}
#zoho-iframe.open .modal {
  width: 70%;
  background: var(--footer-form-modal-background);
}
#zoho-iframe.open iframe {
  pointer-events: all;
}
#zoho-iframe .success-backdrop {
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow-y: scroll;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#next-gen-form .just-validate-error-label {
  position: absolute;
  bottom: -1px;
  transform: translate(0%, 110%);
  left: 0;
}
#next-gen-form .modal {
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin: 4rem;
  padding-top: 4rem;
  padding-right: 6rem;
  position: relative;
  background: var(--footer-form-modal-background);
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal {
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  #next-gen-form .modal {
    padding: 3rem;
  }
}
#next-gen-form .modal .form-description,
#next-gen-form .modal .modal-heading,
#next-gen-form .modal .looking-career {
  padding-left: 3rem;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-description,
  #next-gen-form .modal .modal-heading,
  #next-gen-form .modal .looking-career {
    padding-left: 0;
  }
}
#next-gen-form .modal .close {
  font-size: 2.5rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 15px;
  color: var(--footer-form-description);
  cursor: pointer;
  top: 15px;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .close {
    top: 8px;
    right: 8px;
  }
}
#next-gen-form .modal form {
  padding: 2.5rem;
  border-radius: 8px;
  background: var(--footer-form-form-background);
  display: flex;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 2rem;
}
#next-gen-form .modal .modal-heading {
  grid-column: span 2;
  font-size: 3rem;
  font-weight: 500;
  color: var(--footer-form-heading);
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .modal-heading {
    font-size: 2.6rem;
    padding-top: 2rem;
  }
}
#next-gen-form .modal .form-container {
  display: flex;
  grid-area: 2/2/3/3;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-container {
    grid-area: 2/1/3/3;
  }
}
#next-gen-form .modal .form-data {
  margin-bottom: 3rem;
  color: var(--footer-form-description);
  font-size: 1.2rem;
  align-self: flex-end;
  line-height: 1.4;
  justify-self: flex-end;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-data {
    margin: 0;
  }
}
#next-gen-form .modal .form-content {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-content {
    display: none;
  }
}
#next-gen-form .modal .looking-career-small {
  flex-direction: column;
  gap: 2rem;
  color: var(--footer-form-dark);
  display: none;
  align-items: flex-start;
  grid-column: span 2;
}
#next-gen-form .modal .looking-career-small a {
  font-size: 1.8rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .form-description {
  line-height: 1.4;
  font-size: 1.6rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .looking-heading {
  font-size: 2rem;
}
#next-gen-form .modal .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
#next-gen-form .modal .input-group label {
  color: var(--footer-form-heading);
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group label.hidden-label {
  display: none;
}
#next-gen-form .modal .input-group input::-moz-placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input::placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input {
  border-bottom: 1px solid var(--footer-form-border);
  color: var(--footer-form-heading);
  width: 100%;
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group .phone-wrapper {
  display: flex;
}
#next-gen-form .modal .input-group div.select {
  border: none;
  width: auto;
  margin-top: 0;
}
#next-gen-form .modal .input-group div.select select {
  padding: 0;
  padding-right: 4rem;
  z-index: 2;
}
#next-gen-form .modal .input-group div.select select.countries-name {
  padding-bottom: 5px;
  line-height: 1.3;
}
#next-gen-form .modal abbr {
  color: #ee3b2d;
}
#next-gen-form .modal div.select {
  width: 100%;
  border-bottom: 1px solid #2a2828;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select {
  width: 100%;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select option {
  color: #282828;
}
#next-gen-form .modal .select {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
}
#next-gen-form .modal .select select {
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}
#next-gen-form .modal .select svg {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 30%;
}
#next-gen-form .modal .phone-group {
  display: flex;
}
#next-gen-form .modal .phone-group .phone-wrapper {
  position: relative;
  flex-grow: 1;
  gap: 0.5rem;
}
#next-gen-form .modal .phone-group .phone-wrapper .select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .phone-group input {
  width: auto;
  flex: 1;
}
#next-gen-form .modal .country-group select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .looking-career {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 2rem;
  color: var(--footer-form-dark);
}
#next-gen-form .modal .looking-career a {
  font-size: 1.6rem;
  width: auto;
  color: var(--footer-form-description);
}
#next-gen-form .modal .btn {
  color: white;
  width: 100%;
  cursor: pointer;
}
#next-gen-form .modal .btn:hover {
  color: var(--footer-form-heading);
}
#next-gen-form .modal .btn.btn-animation--ball::before {
  background: linear-gradient(180deg, #3d0743 -17.65%, #562762 100%);
}
#next-gen-form .modal .btn:after {
  background-color: #ffd164;
}
#next-gen-form .modal picture {
  width: 75%;
  min-width: 300px;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal picture {
    min-width: 200px;
    width: 100%;
  }
}
#next-gen-form.open {
  transform: scale(1);
}
#next-gen-form.open .modal {
  background: var(--footer-form-modal-background);
}
#next-gen-form .select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#next-gen-form .drop-down {
  transition: transform 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#next-gen-form .toggled .drop-down {
  transform: translateY(-50%) rotate(180deg);
}

.next-gen-backdrop {
  display: none;
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form.open + .next-gen-backdrop {
  display: block;
}

.webinar-stripe {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 95%;
}
@media (max-width: 31.25em) {
  .webinar-stripe {
    width: 100%;
  }
}
.webinar-stripe .bottom-bar {
  position: relative;
}
.webinar-stripe .bottom-bar .stripe-main {
  width: 100%;
  display: block;
}
.webinar-stripe .bottom-bar .stripe-main img {
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part {
  position: absolute;
  bottom: 0%;
  right: 75px;
  width: 15%;
}
@media screen and (max-width: 1050px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 25px;
  }
}
.webinar-stripe .bottom-bar .stripe-part img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part {
    display: none;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 9%;
}
@media screen and (max-width: 900px) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    top: -6px;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    display: none;
  }
}

.overlay_cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1200;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 350px;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1300;
}
@media (max-width: 31.25em) {
  .cookie-banner {
    bottom: 15px;
    left: 15px;
    width: 260px;
    padding: 10px;
  }
}
.cookie-banner div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 31.25em) {
  .cookie-banner div {
    align-items: end;
  }
}
.cookie-banner div svg {
  width: 50px;
}
@media (max-width: 31.25em) {
  .cookie-banner div svg {
    width: 40px;
  }
}
.cookie-banner div p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 31.25em) {
  .cookie-banner div p {
    font-size: 16px;
  }
}
.cookie-banner p {
  margin: 20px 0;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 31.25em) {
  .cookie-banner p {
    margin: 15px 0;
    font-size: 11px;
  }
}
.cookie-banner p a {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 31.25em) {
  .cookie-banner p a {
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-banner .cookie-buttons .btn {
  padding: 10px 15px;
  border: none;
  font-weight: 500;
  font-family: Roboto;
  cursor: pointer;
  font-size: 14px;
  border-radius: 2px;
  transition: background-color 0.3s;
  width: 50%;
}
@media (max-width: 31.25em) {
  .cookie-banner .cookie-buttons .btn {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons .accept {
  background-color: #91629c;
  color: white;
}
.cookie-banner .cookie-buttons .accept:hover {
  background-color: #72467c;
}
.cookie-banner .cookie-buttons .necessary {
  background-color: #d9d9d9;
  color: #424242;
}
.cookie-banner .cookie-buttons .necessary:hover {
  background-color: #9d9d9d;
}

.snowflake {
  position: fixed;
  top: -10px;
  left: 0;
  color: #fff;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation: fall linear infinite;
}

/* Falling animation */
@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
:root.light-mode {
  --faq-heading-color: #000;
  --faq-question-color: #424242;
  --faq-question-icon-color: #562762;
  --color-faq-light-3: #737373;
  --faq-btn-color: #3d0743;
}

:root.dark-mode {
  --faq-heading-color: #f5f5f5;
  --faq-question-color: #d9d9d9;
  --faq-question-icon-color: #91629c;
  --color-faq-light-3: #a5a5a5;
  --faq-btn-color: #91629c;
}

.faq-section {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1.3rem;
  width: 70%;
}
@media (max-width: 65.625em) {
  .faq-section .faq-content {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .faq-section .faq-content {
    gap: 1.5rem;
  }
}
.faq-section .faq-content .faq {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.faq-section .faq-content .faq.hidden-faq {
  display: none;
}
.faq-section .faq-content .faq .faq-question {
  border: none;
  background: transparent;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq .faq-question:focus {
  box-shadow: none;
}
.faq-section .faq-content .faq .faq-question span {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question span {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question h3 {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question h3 {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question::after {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::after {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq .faq-question::before {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::before {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq-answer {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: var(--color-faq-light-3);
  font-family: Roboto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 26.4px;
  transition: transform 0.2s linear;
  transform: translateX(0px);
  /* 120% */
  padding-left: 3.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq-answer {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq-answer ul {
  list-style-type: disc;
}
.faq-section .faq-content .faq-answer ul li a {
  color: var(--faq-question-icon-color);
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ul li .highlight {
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ol {
  list-style-type: auto;
}
.faq-section .faq-content .faq-answer.faq-show {
  display: block;
  animation: display-ans 2s ease;
}
@keyframes display-ans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section .faq-content .faq-answer p {
  color: inherit;
  font-size: inherit;
}
.faq-section .faq-content .faq-answer p a {
  color: var(--faq-question-icon-color);
  text-decoration: underline;
  font-weight: 500;
}
.faq-section .faq.active .faq-question::before {
  opacity: 0;
}
.faq-section .faq.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: translateX(0px);
}
.faq-section .faq.active .faq-question-icon .faq-plus {
  opacity: 0;
}
.faq-section .faq.active .faq-question-icon .faq-minus {
  opacity: 1;
}
.faq-section .faq-btn-div {
  padding-left: 5.2rem;
}
.faq-section .faq-btn-div .faq-view-btn {
  border: none;
  background-color: transparent;
  color: var(--faq-question-color);
  text-align: center;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 212.5% */
  text-transform: capitalize;
  cursor: pointer;
}
.faq-section .faq-btn-div .faq-view-btn:focus {
  box-shadow: none;
}

:root.light-mode {
  --success-label: #3f3f3e;
  --success-form-backround: #fff;
  --success-form-div-backround: #F5F5F5;
  --success-modal-backround: #fff;
  --success-description: #737373;
  --success-heading: #424242;
  --success-border: #ccc;
  --input-color-dark-3: #737373;
}

:root.dark-mode {
  --success-label: #f5f5f5;
  --success-form-backround: #323232;
  --success-modal-backround: #2a2828;
  --success-form-div-backround: #323232;
  --success-description: #d9d9d9;
  --success-heading: #f5f5f5;
  --success-border: #ccc;
  --input-color-dark-3: #f5f5f5;
}

.newsletter-open,
.successstory-form-open {
  cursor: pointer;
}

#success-form,
#case-study-main-form,
.newsletterForm,
#whitepaper-main-form,
#success-story-main-form,
#industry-report-main-form {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#success-form .form-overlay,
#case-study-main-form .form-overlay,
.newsletterForm .form-overlay,
#whitepaper-main-form .form-overlay,
#success-story-main-form .form-overlay,
#industry-report-main-form .form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}
#success-form .success-form-popup,
#case-study-main-form .success-form-popup,
.newsletterForm .success-form-popup,
#whitepaper-main-form .success-form-popup,
#success-story-main-form .success-form-popup,
#industry-report-main-form .success-form-popup {
  background-color: var(--success-form-backround);
  width: 1080px;
  margin: 0 20px;
  padding-top: 0rem;
  z-index: 999999999;
  border-radius: 8px;
}
#success-form .success-form-popup .close-button,
#case-study-main-form .success-form-popup .close-button,
.newsletterForm .success-form-popup .close-button,
#whitepaper-main-form .success-form-popup .close-button,
#success-story-main-form .success-form-popup .close-button,
#industry-report-main-form .success-form-popup .close-button {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
#success-form .success-form-popup .close-button svg,
#case-study-main-form .success-form-popup .close-button svg,
.newsletterForm .success-form-popup .close-button svg,
#whitepaper-main-form .success-form-popup .close-button svg,
#success-story-main-form .success-form-popup .close-button svg,
#industry-report-main-form .success-form-popup .close-button svg {
  cursor: pointer;
  fill: var(--success-label);
}
@media (max-width: 31.25em) {
  #success-form .success-form-popup .close-button svg svg,
  #case-study-main-form .success-form-popup .close-button svg svg,
  .newsletterForm .success-form-popup .close-button svg svg,
  #whitepaper-main-form .success-form-popup .close-button svg svg,
  #success-story-main-form .success-form-popup .close-button svg svg,
  #industry-report-main-form .success-form-popup .close-button svg svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 93.75em) {
  #success-form .success-form-popup,
  #case-study-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    padding-top: 0;
    width: 850px;
  }
}
@media (max-width: 65.625em) {
  #success-form .success-form-popup,
  #case-study-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    padding-top: 0;
    width: 650px;
  }
}
@media (max-width: 31.25em) {
  #success-form .success-form-popup,
  #case-study-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    padding-top: 0rem;
    width: 360px;
    border-radius: 8px;
  }
  #success-form .success-form-popup .desktop,
  #case-study-main-form .success-form-popup .desktop,
  .newsletterForm .success-form-popup .desktop,
  #whitepaper-main-form .success-form-popup .desktop,
  #success-story-main-form .success-form-popup .desktop,
  #industry-report-main-form .success-form-popup .desktop {
    display: none;
  }
  #success-form .success-form-popup .form-content p,
  #case-study-main-form .success-form-popup .form-content p,
  .newsletterForm .success-form-popup .form-content p,
  #whitepaper-main-form .success-form-popup .form-content p,
  #success-story-main-form .success-form-popup .form-content p,
  #industry-report-main-form .success-form-popup .form-content p {
    display: none;
  }
  #success-form .success-form-popup .popup-image picture,
  #case-study-main-form .success-form-popup .popup-image picture,
  .newsletterForm .success-form-popup .popup-image picture,
  #whitepaper-main-form .success-form-popup .popup-image picture,
  #success-story-main-form .success-form-popup .popup-image picture,
  #industry-report-main-form .success-form-popup .popup-image picture {
    width: 70%;
  }
  #success-form .success-form-popup .popup-image .mobile,
  #case-study-main-form .success-form-popup .popup-image .mobile,
  .newsletterForm .success-form-popup .popup-image .mobile,
  #whitepaper-main-form .success-form-popup .popup-image .mobile,
  #success-story-main-form .success-form-popup .popup-image .mobile,
  #industry-report-main-form .success-form-popup .popup-image .mobile {
    display: block;
    text-align: left;
    font-size: 20px;
  }
}
#success-form .heading,
#case-study-main-form .heading,
.newsletterForm .heading,
#whitepaper-main-form .heading,
#success-story-main-form .heading,
#industry-report-main-form .heading {
  text-align: center;
}
#success-form .heading .mobile,
#case-study-main-form .heading .mobile,
.newsletterForm .heading .mobile,
#whitepaper-main-form .heading .mobile,
#success-story-main-form .heading .mobile,
#industry-report-main-form .heading .mobile {
  display: none;
}
@media (max-width: 93.75em) {
  #success-form .heading,
  #case-study-main-form .heading,
  .newsletterForm .heading,
  #whitepaper-main-form .heading,
  #success-story-main-form .heading,
  #industry-report-main-form .heading {
    margin-bottom: 3rem;
  }
}
#success-form .heading p,
#case-study-main-form .heading p,
.newsletterForm .heading p,
#whitepaper-main-form .heading p,
#success-story-main-form .heading p,
#industry-report-main-form .heading p {
  color: var(--success-heading);
  text-align: center;
  font-family: "Roboto";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 93.75em) {
  #success-form .heading p,
  #case-study-main-form .heading p,
  .newsletterForm .heading p,
  #whitepaper-main-form .heading p,
  #success-story-main-form .heading p,
  #industry-report-main-form .heading p {
    font-size: 3rem;
  }
}
#success-form .flex-div,
#case-study-main-form .flex-div,
.newsletterForm .flex-div,
#whitepaper-main-form .flex-div,
#success-story-main-form .flex-div,
#industry-report-main-form .flex-div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 31.25em) {
  #success-form .flex-div,
  #case-study-main-form .flex-div,
  .newsletterForm .flex-div,
  #whitepaper-main-form .flex-div,
  #success-story-main-form .flex-div,
  #industry-report-main-form .flex-div {
    flex-wrap: wrap;
    font-size: 3rem;
  }
}
#success-form .flex-div .popup-image,
#case-study-main-form .flex-div .popup-image,
.newsletterForm .flex-div .popup-image,
#whitepaper-main-form .flex-div .popup-image,
#success-story-main-form .flex-div .popup-image,
#industry-report-main-form .flex-div .popup-image {
  width: 45%;
}
#success-form .flex-div .popup-image img,
#case-study-main-form .flex-div .popup-image img,
.newsletterForm .flex-div .popup-image img,
#whitepaper-main-form .flex-div .popup-image img,
#success-story-main-form .flex-div .popup-image img,
#industry-report-main-form .flex-div .popup-image img {
  border-radius: 8px;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .popup-image img,
  #case-study-main-form .flex-div .popup-image img,
  .newsletterForm .flex-div .popup-image img,
  #whitepaper-main-form .flex-div .popup-image img,
  #success-story-main-form .flex-div .popup-image img,
  #industry-report-main-form .flex-div .popup-image img {
    border-radius: 0px;
  }
}
@media (max-width: 31.25em) {
  #success-form .flex-div .popup-image,
  #case-study-main-form .flex-div .popup-image,
  .newsletterForm .flex-div .popup-image,
  #whitepaper-main-form .flex-div .popup-image,
  #success-story-main-form .flex-div .popup-image,
  #industry-report-main-form .flex-div .popup-image {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
}
#success-form .flex-div .popup-image .heading,
#case-study-main-form .flex-div .popup-image .heading,
.newsletterForm .flex-div .popup-image .heading,
#whitepaper-main-form .flex-div .popup-image .heading,
#success-story-main-form .flex-div .popup-image .heading,
#industry-report-main-form .flex-div .popup-image .heading {
  margin-bottom: 0;
}
#success-form .flex-div .popup-image img,
#case-study-main-form .flex-div .popup-image img,
.newsletterForm .flex-div .popup-image img,
#whitepaper-main-form .flex-div .popup-image img,
#success-story-main-form .flex-div .popup-image img,
#industry-report-main-form .flex-div .popup-image img {
  width: 100%;
}
#success-form .flex-div .form-content,
#case-study-main-form .flex-div .form-content,
.newsletterForm .flex-div .form-content,
#whitepaper-main-form .flex-div .form-content,
#success-story-main-form .flex-div .form-content,
#industry-report-main-form .flex-div .form-content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  width: 55%;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content,
  #case-study-main-form .flex-div .form-content,
  .newsletterForm .flex-div .form-content,
  #whitepaper-main-form .flex-div .form-content,
  #success-story-main-form .flex-div .form-content,
  #industry-report-main-form .flex-div .form-content {
    width: 100%;
    padding-right: 0;
  }
}
#success-form .flex-div .form-content p,
#case-study-main-form .flex-div .form-content p,
.newsletterForm .flex-div .form-content p,
#whitepaper-main-form .flex-div .form-content p,
#success-story-main-form .flex-div .form-content p,
#industry-report-main-form .flex-div .form-content p {
  color: var(--input-color-dark-3);
  font-family: "Roboto";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
#success-form .flex-div .form-content form,
#case-study-main-form .flex-div .form-content form,
.newsletterForm .flex-div .form-content form,
#whitepaper-main-form .flex-div .form-content form,
#success-story-main-form .flex-div .form-content form,
#industry-report-main-form .flex-div .form-content form {
  border-radius: 8px;
  background: var(--success-form-div-backround);
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.25);
  padding: 4rem;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content form,
  #case-study-main-form .flex-div .form-content form,
  .newsletterForm .flex-div .form-content form,
  #whitepaper-main-form .flex-div .form-content form,
  #success-story-main-form .flex-div .form-content form,
  #industry-report-main-form .flex-div .form-content form {
    background: unset;
    box-shadow: unset;
  }
}
#success-form .flex-div .form-content form .input-wrapper,
#case-study-main-form .flex-div .form-content form .input-wrapper,
.newsletterForm .flex-div .form-content form .input-wrapper,
#whitepaper-main-form .flex-div .form-content form .input-wrapper,
#success-story-main-form .flex-div .form-content form .input-wrapper,
#industry-report-main-form .flex-div .form-content form .input-wrapper {
  position: relative;
  margin-bottom: 5rem;
}
#success-form .flex-div .form-content form .input-wrapper input::-moz-placeholder, #case-study-main-form .flex-div .form-content form .input-wrapper input::-moz-placeholder, .newsletterForm .flex-div .form-content form .input-wrapper input::-moz-placeholder, #whitepaper-main-form .flex-div .form-content form .input-wrapper input::-moz-placeholder, #success-story-main-form .flex-div .form-content form .input-wrapper input::-moz-placeholder, #industry-report-main-form .flex-div .form-content form .input-wrapper input::-moz-placeholder {
  font-size: 1.8rem;
  padding-bottom: 20px;
}
#success-form .flex-div .form-content form .input-wrapper input::placeholder,
#case-study-main-form .flex-div .form-content form .input-wrapper input::placeholder,
.newsletterForm .flex-div .form-content form .input-wrapper input::placeholder,
#whitepaper-main-form .flex-div .form-content form .input-wrapper input::placeholder,
#success-story-main-form .flex-div .form-content form .input-wrapper input::placeholder,
#industry-report-main-form .flex-div .form-content form .input-wrapper input::placeholder {
  font-size: 1.8rem;
  padding-bottom: 20px;
}
#success-form .flex-div .form-content form .input-wrapper input,
#case-study-main-form .flex-div .form-content form .input-wrapper input,
.newsletterForm .flex-div .form-content form .input-wrapper input,
#whitepaper-main-form .flex-div .form-content form .input-wrapper input,
#success-story-main-form .flex-div .form-content form .input-wrapper input,
#industry-report-main-form .flex-div .form-content form .input-wrapper input {
  border-bottom: 1px solid var(--input-color-dark-3);
  color: var(--input-color-dark-3);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  width: 100%;
}
#success-form .flex-div .form-content form .input-wrapper div,
#case-study-main-form .flex-div .form-content form .input-wrapper div,
.newsletterForm .flex-div .form-content form .input-wrapper div,
#whitepaper-main-form .flex-div .form-content form .input-wrapper div,
#success-story-main-form .flex-div .form-content form .input-wrapper div,
#industry-report-main-form .flex-div .form-content form .input-wrapper div {
  font-size: 1.8rem;
  margin-top: 1rem;
}
#success-form .flex-div .form-content form .button-div .btn,
#case-study-main-form .flex-div .form-content form .button-div .btn,
.newsletterForm .flex-div .form-content form .button-div .btn,
#whitepaper-main-form .flex-div .form-content form .button-div .btn,
#success-story-main-form .flex-div .form-content form .button-div .btn,
#industry-report-main-form .flex-div .form-content form .button-div .btn {
  color: white;
  width: 100%;
  cursor: pointer;
}
#success-form .flex-div .form-content form .button-div .btn:hover,
#case-study-main-form .flex-div .form-content form .button-div .btn:hover,
.newsletterForm .flex-div .form-content form .button-div .btn:hover,
#whitepaper-main-form .flex-div .form-content form .button-div .btn:hover,
#success-story-main-form .flex-div .form-content form .button-div .btn:hover,
#industry-report-main-form .flex-div .form-content form .button-div .btn:hover {
  color: var(--footer-form-heading);
}
#success-form .flex-div .form-content form .button-div .btn.btn-animation--ball::before,
#case-study-main-form .flex-div .form-content form .button-div .btn.btn-animation--ball::before,
.newsletterForm .flex-div .form-content form .button-div .btn.btn-animation--ball::before,
#whitepaper-main-form .flex-div .form-content form .button-div .btn.btn-animation--ball::before,
#success-story-main-form .flex-div .form-content form .button-div .btn.btn-animation--ball::before,
#industry-report-main-form .flex-div .form-content form .button-div .btn.btn-animation--ball::before {
  background: linear-gradient(180deg, #3d0743 -17.65%, #562762 100%);
}
#success-form .flex-div .form-content form .button-div .btn:after,
#case-study-main-form .flex-div .form-content form .button-div .btn:after,
.newsletterForm .flex-div .form-content form .button-div .btn:after,
#whitepaper-main-form .flex-div .form-content form .button-div .btn:after,
#success-story-main-form .flex-div .form-content form .button-div .btn:after,
#industry-report-main-form .flex-div .form-content form .button-div .btn:after {
  background-color: #ffd164;
}

.open {
  transform: scale(1) !important;
}

:root.light-mode {
  --portfolio-text-color: #2b2828;
  --portfolio-color-hover: #d9d9d9;
  --color-description: #6b6b6b;
  --portfolio-border-color: #d9d9d9;
  --portfolio-para-color: #737373;
}

:root.dark-mode {
  --portfolio-text-color: #d9d9d9;
  --portfolio-color-hover: #282828;
  --color-description: #d9d9d9;
  --portfolio-border-color: #525252;
  --portfolio-para-color: #a1a1a1;
}

.portfolio {
  grid-column: full-start/full-end;
  width: 100%;
  overflow: hidden;
}
.portfolio h2,
.portfolio .description {
  max-width: calc(128rem + 160px);
  margin: 0 auto;
  padding: 0 80px;
  margin-bottom: 2rem;
}
@media (max-width: 65.625em) {
  .portfolio h2,
  .portfolio .description {
    padding: 0 40px;
  }
}
@media (max-width: 31.25em) {
  .portfolio h2,
  .portfolio .description {
    padding: 0 20px;
  }
}
.portfolio .description {
  margin-bottom: 5rem;
}
.portfolio .portfolio-container {
  display: flex;
  position: relative;
}
.portfolio .portfolio-container .service__wrapper {
  width: 100%;
  flex-shrink: 0;
  height: 50vh;
  display: grid;
  position: relative;
  align-items: start;
  justify-items: start;
  row-gap: 100px;
  width: 100vw;
  min-height: 430px;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 80px;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 60px;
    height: 80vh;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 50px;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}
.portfolio .portfolio-container .service__wrapper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 100%;
}
.portfolio .portfolio-container .service__wrapper .service {
  grid-column: center-start/full-end;
  display: flex;
  overflow: hidden;
  height: 100%;
  background-color: var(--body-background);
  border-radius: 15px;
  border: 1px solid #c1c1c1;
  margin-right: 80px;
}
.portfolio .portfolio-container .service__wrapper .service > * {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service > * {
    width: 100%;
    flex-shrink: unset;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service {
    flex-direction: column;
    gap: 2rem;
    margin-right: 40px;
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service {
    margin-right: 20px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem 5rem;
  justify-content: space-evenly;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
    padding: 3rem;
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
    gap: 1rem;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case {
  font-size: 1.8rem;
  display: flex;
  background: transparent;
  align-items: center;
  gap: 2rem;
  border-radius: 10px;
  cursor: pointer;
  padding: 1rem 2rem;
  border: 1px solid var(--portfolio-text-color);
  color: var(--portfolio-text-color);
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case:hover {
  background: var(--portfolio-text-color);
  color: var(--portfolio-color-hover);
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case svg {
  rotate: -90deg;
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container {
  display: flex;
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container {
    flex-direction: column;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
  border-right: 1px solid var(--portfolio-border-color);
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    border-right: 1px solid var(--portfolio-border-color);
    padding-right: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--portfolio-border-color);
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    padding-bottom: unset;
  }
}
.portfolio .portfolio-container .service__wrapper .service picture {
  width: 100%;
  height: 100%;
}
.portfolio .portfolio-container .service__wrapper .service picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper {
    height: 50%;
  }
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper {
    height: unset;
  }
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper img {
    -o-object-position: right;
       object-position: right;
  }
}
.portfolio .portfolio-container .service__wrapper .service h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--portfolio-text-color);
  line-height: 1.6;
}
.portfolio .portfolio-container .service__wrapper .service .content {
  width: 25%;
  padding: 0 1rem;
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .content {
    width: unset;
    padding: 1rem 0rem;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content h3 {
  font-size: 2.25rem;
  color: var(--portfolio-text-color);
  line-height: 2;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content .percentage {
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(95deg, #ff80ad 5.15%, #ffd164 35.54%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.portfolio .portfolio-container .service__wrapper .service .content p {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 15px;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content p {
    font-size: 14px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content-full {
  width: 100%;
}
.portfolio .portfolio-container .service__wrapper .service .content-full p {
  font-size: 1.4rem;
  line-height: 1.25;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full p {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full p {
    font-size: 14px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content-full ul {
  list-style: disc;
}
.portfolio .portfolio-container .service__wrapper .service .content-full ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full ul li {
    font-size: 14px;
  }
}

:root {
  --font-family-roboto: var(--font-family-roboto);
  --font-family-raleway: "Raleway";
  --color-yellow: #ffd164;
  --color-fixed-1: #d9d9d9;
  --color-fixed-2: #c1c1c1;
  --color-fixed-4: #ffffff;
  --color-fixed-5: #562762;
  --color-fixed-dark: #2a2828;
  --border-gray: rgba(145, 98, 156, 0.23);
  --input-border: #ccc;
  --lite-gray: #999;
  --btn-color: linear-gradient(180deg,
  		#ff80ad 0%,
  		#ff9996 46.35%,
  		#ffd164 100%);
  --red: #f00;
  --color-fixed-scrollbar-thumb: #91629c;
  --color-fixed-3: #434343;
}

:root.light-mode {
  --color-light-1: #737373;
  --color-light-2: #6b6b6b;
  --color-light-3: #c1c1c1;
  --color-dark-1: #424242;
  --color-dark-2: #2a2828;
  --color-dark-3: #ffffff;
  --body-background: #ffffff;
  --form-background: #fafafa;
  --shadow-color: rgba(0, 0, 0, 0.25);
  --lable-color: #3f3f3e;
  --heading-color: #2a2828;
  --color-industry-card-bg: #737373;
  --link-purple: #91629c;
  --footer-form-heading: #000;
}

:root.dark-mode {
  --color-light-1: #d9d9d9;
  --color-light-2: #6b6b6b;
  --color-light-3: #91629c;
  --color-dark-1: #f5f5f5;
  --color-dark-2: #ffffff;
  --color-dark-3: #424242;
  --body-background: #2a2828;
  --form-background: #383737;
  --shadow-color: rgba(0, 0, 0, 0.4);
  --lable-color: #d9d9d9;
  --heading-color: #f5f5f5;
  --color-industry-card-bg: #424242;
  --link-purple: #91629c;
  --footer-form-heading: #fff;
}

.section-heading {
  font-size: 4.8rem;
  font-family: var(--font-family-raleway);
  color: var(--color-dark-2);
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 31.25em) {
  .section-heading {
    font-size: 18px;
  }
}

.heading-secondary {
  margin-bottom: 6rem;
}

.case_studies_description {
  color: var(--color-description);
  padding: 0 80px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: calc(128rem + 160px);
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 65.625em) {
  .case_studies_description {
    padding: 0 40px;
    font-size: 2rem;
  }
}
@media (max-width: 31.25em) {
  .case_studies_description {
    padding: 0 20px;
  }
}

p,
span,
button {
  font-family: var(--font-family-roboto);
}

p a {
  color: var(--faq-question-icon-color);
  text-decoration: none;
}

body {
  height: unset;
}
@media (max-width: 65.625em) {
  body {
    overflow-x: hidden;
  }
}

img {
  pointer-events: none;
}

.industry-banner {
  grid-column: full-start/full-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 65.625em) {
  .industry-banner {
    margin-top: 0rem;
  }
}
.industry-banner .industry-banner-desktop {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.industry-banner .industry-banner-desktop .industry-banner-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  position: absolute;
  height: 100%;
  right: 30%;
}
@media (max-width: 93.75em) {
  .industry-banner .industry-banner-desktop .industry-banner-content {
    width: 53%;
    right: 25%;
  }
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content {
    left: 0;
    width: 80%;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media (max-width: 768px) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper {
    align-self: flex-start;
    padding-left: 0rem;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1 {
  position: relative;
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1 {
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-start;
    left: 15rem;
    top: -8rem;
  }
}
@media (max-width: 768px) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1 {
    font-size: 24px;
    left: 11rem;
    top: -5rem;
  }
}
@media (max-width: 31.25em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1 {
    font-size: 18px;
    left: 7rem;
    top: -4rem;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::before {
  content: "";
  position: absolute;
  width: 18.7rem;
  height: 18.7rem;
  z-index: -1;
  left: -11.5rem;
  bottom: -5rem;
  border-radius: 100%;
  background: linear-gradient(#ff80ad, #ffd164);
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::before {
    width: 13.7rem;
    height: 13.7rem;
    left: -9.5rem;
    bottom: -5rem;
  }
}
@media (max-width: 768px) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::before {
    width: 9.7rem;
    height: 9.7rem;
    left: -7rem;
    bottom: -3rem;
  }
}
@media (max-width: 31.25em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::before {
    width: 6rem;
    height: 6rem;
    left: -4rem;
    bottom: -2rem;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::after {
  content: "";
  width: 7.7rem;
  height: 7.7rem;
  background: var(--color-fixed-1);
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  bottom: -18rem;
  left: -9rem;
  display: none;
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::after {
    display: block;
    left: -14rem;
  }
}
@media (max-width: 768px) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::after {
    width: 3.7rem;
    height: 3.7rem;
    left: -10rem;
    bottom: -10rem;
  }
}
@media (max-width: 31.25em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper h1::after {
    left: -7rem;
    bottom: -8rem;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper p {
  font-size: 1.8rem;
  color: var(--color-dark-1);
  font-weight: 400;
  width: 81%;
  position: relative;
  line-height: 30px;
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper p {
    align-self: flex-start;
    display: none;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper p::before {
  content: "";
  width: 7.7rem;
  height: 7.7rem;
  background: var(--color-fixed-1);
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  bottom: 3rem;
  left: -22rem;
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-content .industry-banner-content-wrapper p::before {
    bottom: 5rem;
    left: -13rem;
  }
}
.industry-banner .industry-banner-desktop .industry-banner-image {
  width: 60%;
}
.industry-banner .industry-banner-desktop .industry-banner-image img {
  width: 100%;
}
@media (max-width: 93.75em) {
  .industry-banner .industry-banner-desktop .industry-banner-image {
    width: 80%;
  }
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .industry-banner-image {
    width: 80%;
  }
}
.industry-banner .btn-border {
  background: linear-gradient(#ff80ad, #ffd164);
  padding: 1px;
  border-radius: 8px;
}
.industry-banner .btn-border a {
  display: block;
}
@media (max-width: 65.625em) {
  .industry-banner .btn-border {
    align-self: flex-start;
  }
}
@media (max-width: 31.25em) {
  .industry-banner .btn-border {
    border-radius: 5px;
  }
}
.industry-banner .btn-border .consultation-btn {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-light-1);
  background: var(--body-background);
  padding: 2rem 5rem;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 31.25em) {
  .industry-banner .btn-border .consultation-btn {
    font-size: 16px;
    padding: 2rem;
    border-radius: 5px;
  }
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .btn-border {
    margin-left: 14rem;
  }
}
.industry-banner .industry-banner-mobile {
  display: none;
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-desktop .btn-border {
    display: none;
  }
  .industry-banner .industry-banner-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .industry-banner .industry-banner-mobile p {
    font-size: 1.8rem;
    color: var(--color-dark-1);
    font-weight: 400;
    width: 81%;
    position: relative;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 65.625em) and (max-width: 65.625em) {
  .industry-banner .industry-banner-mobile p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 65.625em) and (max-width: 768px) {
  .industry-banner .industry-banner-mobile p {
    font-size: 16px;
    color: var(--color-light-1);
    font-weight: 300;
  }
}
@media (max-width: 65.625em) {
  .industry-banner .industry-banner-mobile .btn-border {
    display: block;
    align-self: center;
  }
}
@media (max-width: 65.625em) and (max-width: 65.625em) {
  .industry-banner .industry-banner-mobile .btn-border .consultation-btn {
    padding: 2rem 4rem;
  }
}
@media (max-width: 65.625em) and (max-width: 768px) {
  .industry-banner .industry-banner-mobile .btn-border .consultation-btn {
    padding: 1rem 3.5rem;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .industry-banner .industry-banner-mobile .btn-border .consultation-btn {
    font-size: 16px;
    padding: 2rem;
    border-radius: 5px;
  }
}

.services-section {
  grid-column: center-start/center-end;
  width: 100%;
  margin: 0 auto;
}

.next-gen-business {
  grid-column: center-start/center-end;
  width: 100%;
  position: relative;
}
.next-gen-business .next-gen-business-heading-section {
  width: 51%;
  padding: 45px 42px;
  border-radius: 8px;
  border: 4px solid var(--border-gray);
  top: 11%;
  position: absolute;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 93.75em) {
  .next-gen-business .next-gen-business-heading-section {
    width: 65%;
    padding: 53px 40px;
    padding-bottom: 55px;
  }
}
@media (max-width: 65.625em) {
  .next-gen-business .next-gen-business-heading-section {
    width: 100%;
    padding: 30px 20px;
    position: unset;
  }
}
.next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
  color: var(--heading-color);
  font-family: Raleway;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding-bottom: 26px;
  width: 65%;
}
@media (max-width: 65.625em) {
  .next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
    padding-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.next-gen-business .next-gen-business-heading-section p {
  color: var(--color-light-1);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 166.667% */
  width: 75%;
}
@media (max-width: 93.75em) {
  .next-gen-business .next-gen-business-heading-section p {
    width: 60%;
  }
}
@media (max-width: 65.625em) {
  .next-gen-business .next-gen-business-heading-section p {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .next-gen-business-heading-section p {
    font-size: 14px;
    line-height: 18px;
  }
}
.next-gen-business .get-in-touch-container {
  display: flex;
  justify-content: center;
  gap: 4.94rem;
  align-items: flex-end;
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container {
    gap: 13rem;
  }
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container {
    gap: 4.94rem;
    margin-top: 13px;
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .next-gen-business .get-in-touch-container {
    margin-top: 40px;
  }
}
.next-gen-business .get-in-touch-container .get-in-touch-content {
  display: flex;
  flex-direction: column;
  gap: 150px;
  margin-bottom: 20px;
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .get-in-touch-content {
    gap: unset;
    margin-top: 13px;
  }
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore h3 {
  color: var(--heading-color);
  font-family: Roboto;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 107.143% */
  padding-bottom: 17px;
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .get-in-touch-content .career-explore h3 {
    padding-bottom: 0px;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .get-in-touch-content .career-explore h3 {
    font-size: 18px;
    line-height: 21.09px;
    margin-bottom: 20px;
  }
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a {
  color: var(--color-light-1);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  position: relative;
  /* 213.333% */
  transition: color 0.2s ease, fontSize 0.2s ease;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a:hover {
  color: var(--link-purple);
  font-size: 2rem;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a:hover svg {
  right: -25px;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a svg {
  position: absolute;
  top: 2px;
  right: -20px;
  transform: rotate(-90deg);
  transition: right 0.3s;
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a {
    font-size: 16px;
    line-height: 16.41px;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper {
  width: 55%;
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper {
    width: 100%;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form {
  padding: 40px 40px;
  border-radius: 8px;
  background: var(--form-background);
  box-shadow: 0px 4px 8px 0px var(--shadow-color);
  position: relative;
  z-index: 2;
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form {
    padding: 40px 35px;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper select {
  background: 0 0;
  color: var(--lite-gray);
  font-family: roboto, serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  height: 40px;
  border-bottom: 1px solid var(--input-border);
  padding-left: 7px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container {
  display: flex;
  position: relative;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container svg {
  position: absolute;
  right: 0;
  top: 1.5rem;
  cursor: pointer;
  z-index: -1;
  display: none;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container svg.default-icon2 {
  display: block;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container.active .default-icon2 {
  display: none;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container.active .active-icon2 {
  display: block;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container select {
  background: transparent;
  color: var(--footer-form-heading);
  font-family: "Roboto", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 283.333% */
  height: 35px;
  width: 100%;
  border-bottom: 1px solid var(--input-border);
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .drop-down-container select {
    font-size: 1.8rem;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label[for=country] {
  margin-top: 15px;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
  color: var(--lable-color);
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 9px;
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
    margin-bottom: 0px;
  }
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
    font-size: 2.333rem;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
    font-size: 14px;
    line-height: 18px;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label span {
  color: var(--red);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label.addFile {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid var(--lable-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label.addFile {
    color: var(--color-fixed-3);
    border-color: var(--color-fixed-1);
    margin: 2rem 0rem;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label.addFile::after {
  content: "";
  width: 30%;
  height: 10px;
  background-color: var(--form-background);
  position: absolute;
  bottom: -10%;
  right: 20%;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label.addFile span {
  color: var(--lable-color);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label.addFile span svg {
  fill: var(--lable-color);
  width: 1.6rem;
  height: 1.6rem;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input {
  font-size: 1.6rem;
  color: var(--color-light-1);
  background: transparent;
  border-bottom: 1px solid var(--input-border);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 283.333% */
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input#file {
  display: none;
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input {
    font-size: 1.8rem;
  }
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input {
    font-size: 2rem;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper textarea {
  font-size: 1.6rem;
  color: var(--color-light-1);
  background: transparent;
  border-bottom: 1px solid var(--input-border);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 283.333% */
  min-height: 34px;
  max-height: 34px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}
@media (max-width: 93.75em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper textarea {
    font-size: 1.8rem;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .just-validate-error-label {
  margin-top: 2px;
  color: var(--red) !important;
  font-family: Roboto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  /* 256% */
  height: 20.48px;
}
@media (max-width: 65.625em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .just-validate-error-label {
    font-size: 2rem;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .just-validate-error-label {
    font-size: 12px;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone {
  display: flex;
  gap: 4px;
  position: relative;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone svg {
  cursor: pointer;
  top: 1rem;
  position: absolute;
  z-index: -1;
  left: 6rem;
  top: 1.5rem;
  display: none;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone svg.default-icon {
  display: block;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone.active .default-icon {
  display: none;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone.active .active-icon {
  display: block;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone input {
  width: 100%;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone select {
  border: none;
  color: var(--footer-form-heading);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone .phone-wrap {
  flex-grow: 1;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper .phone .phone-wrap .just-validate-error-label {
  position: absolute;
  left: 0;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div {
  display: flex;
  justify-content: flex-end;
  height: 50px;
}
@media (max-width: 768px) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div {
    justify-content: flex;
  }
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div {
    justify-content: flex-end;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
  width: 36%;
  max-width: 130px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 31.25em) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
    width: 55%;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: var(--color-text);
  transition: opacity 0.3s ease-out;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:focus {
  box-shadow: unset;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn p {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto";
  left: 30%;
  z-index: 1;
  transition: left 0.3s;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn .small_eclipse {
  display: block;
  background: var(--btn-color);
  width: 11%;
  height: 30%;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  top: 36%;
  left: 0;
  transition: left 0.3s;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover {
  border-top: 1px solid var(--color-dark-2);
  border-bottom: 1px solid var(--color-dark-2);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover .small_eclipse {
  opacity: 1;
  left: 90%;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover::after {
  opacity: 0;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn::after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: var(--btn-color);
  top: 0;
  position: absolute;
  transition: opacity 0.6s ease-out;
}

.connect-heading {
  margin-bottom: 50px;
}
@media (max-width: 31.25em) {
  .connect-heading {
    margin-top: 25px;
  }
}
.connect-heading p {
  color: var(--strong-gray);
  font-size: 3rem;
}

:root.light-mode {
  --heading-color: #2a2828;
  --text-color-dark: #424242;
  --text-color-light: #737373;
  --color-dark-4: #3d0743;
  --background-color: #ffffff;
  --border-color: #737373;
  --rotate-background: #f5f5f5;
}

:root.dark-mode {
  --heading-color: #fff;
  --text-color-dark: #f5f5f5;
  --text-color-light: #d9d9d9;
  --background-color: #282828;
  --border-color: #2a2828;
  --color-dark-4: #d9d9d9;
  --rotate-background: #424242;
}

.industry-container {
  display: flex;
  flex-direction: column;
  grid-column: full-start/full-end;
  width: 100%;
  gap: 80px;
}
@media (max-width: 65.625em) {
  .industry-container {
    gap: 45px;
  }
}
.industry-container .explore__container {
  margin-right: 4rem;
  transition-property: bottom, right, transform;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
  margin-bottom: 4rem;
}
.industry-container .explore__wrapper {
  color: var(--color-dark-4);
  cursor: pointer;
  position: relative;
  height: 5rem;
  display: flex;
  align-items: center;
}
.industry-container .explore__wrapper:hover .circle {
  transform: translateX(5rem);
}
.industry-container .explore__wrapper:hover .explore {
  margin-right: 0;
  margin-left: 2rem;
}
.industry-container .explore__wrapper:hover .arrow .polygon {
  color: var(--color-yellow);
  opacity: 0;
}
.industry-container .explore__wrapper:hover .arrow .small-circle {
  opacity: 1;
}
.industry-container .explore__wrapper .explore {
  color: currentColor;
  font-size: 1.6rem;
  margin-right: 2rem;
  transition: margin 0.2s ease;
}
.industry-container .explore__wrapper .circle {
  width: 5rem;
  height: 5rem;
  margin-right: -2.5rem;
  border-radius: 100%;
  transition: transform 0.2s ease;
  border: 1px solid currentColor;
}
.industry-container .explore__wrapper .arrow {
  width: 5rem;
  position: relative;
  height: 0.3rem;
}
.industry-container .explore__wrapper .arrow .line {
  width: 5rem;
  height: 0.3rem;
  background: var(--color-yellow);
}
.industry-container .explore__wrapper .arrow .polygon {
  width: 0.9rem;
  height: 1.2rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-yellow);
}
.industry-container .explore__wrapper .arrow .small-circle {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: var(--color-yellow);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 31.25em) {
  .industry-container .explore__wrapper .explore {
    font-size: 12px;
  }
}
.industry-container .content-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-self: center;
  justify-self: center;
  flex-direction: column;
}
.industry-container .image-wrapper {
  width: 100%;
  height: 100%;
}
.industry-container .industry {
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
  background-color: var(--background-color);
  display: flex;
  border-radius: 8px;
  gap: 5rem;
  display: flex;
  z-index: 1;
  align-items: center;
  padding-right: 5rem;
}
@media (max-width: 65.625em) {
  .industry-container .industry {
    flex-direction: column;
    padding: 0 5rem !important;
    gap: 0rem;
  }
  .industry-container .industry:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 31.25em) {
  .industry-container .industry {
    padding: 0 20px !important;
  }
}
.industry-container .industry .parallex {
  background-image: url("../png/financial-services.png");
  height: 50vh;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: fixed;
  width: 100%;
}
@media (max-width: 65.625em) {
  .industry-container .industry .parallex {
    height: 250px;
    background-size: 80%;
  }
}
.industry-container .industry:nth-child(odd) {
  padding-left: 5rem;
  padding-right: 0;
}
.industry-container .industry:nth-child(odd) .parallex {
  background-position: right;
}
.industry-container .industry:nth-of-type(2) .parallex {
  background-image: url(../webp/insuarance.webp);
}
.industry-container .industry:nth-of-type(3) .parallex {
  background-image: url(../webp/retail-consumer-goods.webp);
}
.industry-container .industry:nth-of-type(4) .parallex {
  background-image: url(../webp/media-communication.webp);
}
.industry-container .industry:nth-of-type(5) .parallex {
  background-image: url(../webp/technology.webp);
}
.industry-container .industry:nth-of-type(6) .parallex {
  background-image: url(../webp/professional-services.webp);
}
.industry-container .industry:nth-of-type(7) .parallex {
  background-image: url(../webp/energy-and-utilities.webp);
}
.industry-container .industry:nth-of-type(8) .parallex {
  background-image: url(../webp/e-commerce.webp);
}
.industry-container .industry:nth-of-type(9) .parallex {
  background-image: url(../webp/manufacturing-2.webp);
}
.industry-container .industry:nth-of-type(10) .parallex {
  background-image: url(../webp/healthcare-life-sciences.webp);
}
.industry-container .industry:nth-of-type(11) .parallex {
  background-image: url(../webp/logistics-transportation.webp);
}
.industry-container .industry:nth-of-type(12) .parallex {
  background-image: url(../webp/non-profit.webp);
}
.industry-container .industry:nth-of-type(13) .parallex {
  background-image: url(../webp/real-estate-2.webp);
}
.industry-container .industry:nth-of-type(14) .parallex {
  background-image: url(../webp/education.webp);
}
.industry-container .industry img {
  flex-shrink: 0;
  width: 70%;
  margin-top: 4rem;
}
.industry-container .industry .image-content {
  font-size: 2rem;
  color: var(--text-color-dark);
  padding: 3rem 2rem;
  background: var(--background-color);
  margin-top: -5rem;
  line-height: 1.4;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 65.625em) {
  .industry-container .industry .image-content {
    font-size: 1.5rem;
  }
}
.industry-container .industry .image-content a {
  color: var(--text-color-dark);
}
.industry-container .industries_block {
  height: 50vh;
}
.industry-container .industry-heading {
  font-size: 3.8rem;
  font-weight: 500;
  font-family: Raleway;
  color: var(--heading-color);
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media (max-width: 65.625em) {
  .industry-container .industry-heading {
    font-size: 3rem;
    padding: 2rem 1rem;
  }
}
.industry-container .industry-description {
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--text-color-light);
  line-height: 1.6;
  height: auto;
  padding-right: 2rem;
}
.industry-container .industry-description p {
  margin-bottom: 3rem;
}

.industry-container-mobile {
  grid-column: full-start/full-end;
  width: 100%;
  padding: 0 20rem;
  min-height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.industry-container-mobile .headingContainer-mobile {
  display: flex;
  flex-direction: column;
}
.industry-container-mobile .explore__container {
  margin-right: auto;
  top: 5%;
  bottom: 0;
  right: 0%;
  transition-property: bottom, right, transform;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
  margin-bottom: 4rem;
}
@media (max-width: 65.625em) {
  .industry-container-mobile .explore__container {
    margin-bottom: 0rem;
  }
}
@media (max-width: 31.25em) {
  .industry-container-mobile .explore__container {
    margin-bottom: 2rem;
  }
}
.industry-container-mobile .explore__wrapper {
  color: var(--color-dark-4);
  margin-bottom: 10%;
  position: relative;
  height: 5rem;
  display: flex;
  align-items: center;
}
.industry-container-mobile .explore__wrapper:hover .circle {
  transform: translateX(5rem);
}
.industry-container-mobile .explore__wrapper:hover .explore {
  margin-right: 0;
  margin-left: 2rem;
}
.industry-container-mobile .explore__wrapper:hover .arrow .polygon {
  color: var(--color-yellow);
  opacity: 0;
}
.industry-container-mobile .explore__wrapper:hover .arrow .small-circle {
  opacity: 1;
}
.industry-container-mobile .explore__wrapper .explore {
  color: currentColor;
  font-size: 1.6rem;
  margin-right: 2rem;
  transition: margin 0.2s ease;
}
.industry-container-mobile .explore__wrapper .circle {
  width: 5rem;
  height: 5rem;
  margin-right: -2.5rem;
  border-radius: 100%;
  transition: transform 0.2s ease;
  border: 1px solid currentColor;
}
.industry-container-mobile .explore__wrapper .arrow {
  width: 5rem;
  position: relative;
  height: 0.3rem;
}
.industry-container-mobile .explore__wrapper .arrow .line {
  width: 5rem;
  height: 0.3rem;
  background: var(--color-yellow);
}
.industry-container-mobile .explore__wrapper .arrow .polygon {
  width: 0.9rem;
  height: 1.2rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-yellow);
}
.industry-container-mobile .explore__wrapper .arrow .small-circle {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: var(--color-yellow);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 31.25em) {
  .industry-container-mobile .explore__wrapper .explore {
    font-size: 12px;
  }
}
@media (max-width: 65.625em) {
  .industry-container-mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  .industry-container-mobile {
    padding: 0 5rem;
  }
}
@media (max-width: 31.25em) {
  .industry-container-mobile {
    min-height: 75vh;
  }
}
.industry-container-mobile .swiper-vertical .industry-swiper-wrapper {
  flex-direction: row;
}
.industry-container-mobile .swiper-scrollbar-drag {
  background-color: var(--color-fixed-scrollbar-thumb);
}
.industry-container-mobile .mySwiper {
  width: 100%;
  height: 85vh;
}
@media (max-width: 31.25em) {
  .industry-container-mobile .mySwiper {
    height: 60vh;
  }
}
.industry-container-mobile .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  padding: 3rem 4rem;
  position: relative;
  top: 0;
  transition: background-color 0.2s;
  background-color: var(--background-color);
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  z-index: 1;
}
.industry-container-mobile .mySwiper .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.industry-container-mobile .mySwiper .swiper-slide .industry-heading-mobile {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: Raleway;
  color: var(--heading-color);
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media (max-width: 65.625em) {
  .industry-container-mobile .mySwiper .swiper-slide .industry-heading-mobile {
    font-size: 3rem;
  }
}
.industry-container-mobile .mySwiper .swiper-slide .industry-description-mobile {
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--text-color-light);
  line-height: 1.6;
  height: auto;
  padding: 0rem;
  padding-right: 2rem;
}
@media (max-width: 31.25em) {
  .industry-container-mobile .mySwiper .swiper-slide .industry-description-mobile {
    font-size: 12px;
    line-height: 16px;
  }
}
.industry-container-mobile .mySwiper .swiper-slide .industry-description-mobile p {
  margin-bottom: 3rem;
}
.industry-container-mobile .mySwiper .swiper-slide img {
  flex-shrink: 0;
  width: 90%;
  margin-top: 4rem;
}
.industry-container-mobile .mySwiper .swiper-slide .image-content {
  font-size: 1.8rem;
  color: var(--text-color-dark);
  padding: 3rem 2rem;
  background: var(--background-color);
  margin-top: -5rem;
  line-height: 1.4;
  margin-left: 4rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 31.25em) {
  .industry-container-mobile .mySwiper .swiper-slide .image-content {
    font-size: 10px;
    line-height: 12px;
    padding: 1rem 1.5rem;
  }
}
.industry-container-mobile .mySwiper .swiper-slide .image-content a {
  color: var(--text-color-dark);
}
.industry-container-mobile .mySwiper .industry-mobile-first {
  transition: transform 0.5s;
}
.industry-container-mobile .mySwiper .industry-mobile-first.animate {
  transition: transform 0.3s;
  transform: translate3d(calc(-20% + 0px), -4.7%, -26px) rotateZ(-2deg) scale(0.9) !important;
}

.imgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

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