/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./sitemap/sitemap.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root {
  --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 3rem 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: 80px;
  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: 70px;
    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;
  --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;
}

.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 .main-tabs {
  width: 100%;
  transition: all 0.2s ease-in-out;
  background: var(--header-color-white);
  height: calc(90dvh - 145px);
  overflow-y: auto;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1rem;
}
.header .main-tabs p {
  cursor: pointer;
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 3px solid transparent;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  color: #737373;
}
@media screen and (max-width: 1050px) {
  .header .main-tabs p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header .main-tabs p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .header .main-tabs p {
    font-size: 12px;
  }
}
.header .main-tabs p.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
}
.header .main-tabs p.active {
  color: var(--text-h2-active);
}
.header .header-wrapper {
  display: flex;
}
.header .header-wrapper .logo-smartit {
  aspect-ratio: 6.17;
}
.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: 30px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main {
    flex-direction: column;
    align-items: unset;
  }
}
.header .header-wrapper .header-main .smartit-home {
  fill: var(--header-color-dark-1);
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .smartit-home {
    width: 150px;
  }
}
@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: start;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container {
    margin-top: 70px;
    justify-content: unset;
    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: 50px;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container nav {
    gap: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.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 span .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  z-index: 1000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  border-radius: 8px;
  right: 22%;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .header .header-wrapper .header-main .nav-container nav span .dropdown {
    right: 18%;
  }
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav span .dropdown {
    top: 10%;
    right: unset;
    left: 17%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrapper .header-main .nav-container nav span .dropdown {
    left: 26%;
    gap: 0.8rem;
    padding: 8px;
  }
}
@media screen and (max-width: 500px) {
  .header .header-wrapper .header-main .nav-container nav span .dropdown {
    left: 35%;
    gap: 0.4rem;
    padding: 5px;
  }
}
.header .header-wrapper .header-main .nav-container nav span .dropdown .dropdown-col-2 {
  border-left: 1px solid #cacaca;
  padding-left: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 550px) {
  .header .header-wrapper .header-main .nav-container nav span .dropdown .dropdown-col-2 {
    margin-top: 7rem;
  }
}
.header .header-wrapper .header-main .nav-container nav span .dropdown .main {
  border-bottom: 1px solid #cacaca !important;
  margin-bottom: 1rem;
}
.header .header-wrapper .header-main .nav-container nav span .dropdown .dropdown-item {
  padding: 10px;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container nav span .dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}
.header .header-wrapper .header-main .nav-container nav span .dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.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-links-detail-desk {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 65.625em) {
  .header .header-wrapper .header-main .nav-links-detail-desk {
    display: none;
  }
}
.header .header-wrapper .header-main .nav-links-detail-desk div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .header-wrapper .header-main .nav-links-detail-desk div a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #2a2828;
}
.header .header-wrapper .header-main .nav-links-detail-desk div:hover a {
  color: #91629c;
}
.header .header-wrapper .header-main .nav-links-detail-mob {
  align-items: center;
  justify-content: start;
  gap: 20px;
  display: none;
  margin-bottom: 50px;
  margin-left: 45px;
}
@media (max-width: 65.625em) {
  .header .header-wrapper .header-main .nav-links-detail-mob {
    display: flex;
  }
}
.header .header-wrapper .header-main .nav-links-detail-mob div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .header-wrapper .header-main .nav-links-detail-mob div a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #2a2828;
}
@media (max-width: 31.25em) {
  .header .header-wrapper .header-main .nav-links-detail-mob div a {
    font-size: 12px;
  }
}
.header .header-wrapper .header-main .nav-links-detail-mob div:hover a {
  color: #91629c;
}
.header .header-wrapper .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: all 0.3s ease-out;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .get-consultation {
    margin-left: 45px;
  }
}
.header .header-wrapper .get-consultation:hover {
  color: #fff;
}
.header .header-wrapper .get-consultation:hover::after {
  opacity: 1;
}
.header .header-wrapper .get-consultation::after {
  content: "";
  width: calc(100% + 2px);
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 8px;
  background: #562762;
  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;
}
.header .link-container .content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .link-container .content-container .flex-inner-content {
  flex-direction: column;
  display: flex;
}
.header .link-container .content-container .flex-inner-content .flex-inner-head {
  width: -moz-fit-content;
  width: fit-content;
}
.header .link-container .content-container .flex-inner-content .contentDiv {
  display: flex;
  gap: 4rem;
}

@media screen and (min-width: 1050px) and (max-width: 1280px) {
  .header .links-container > div[data-nav=services] .link-container {
    display: flex;
    -moz-column-gap: 60px;
         column-gap: 60px;
    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 .hide-at-small-desk {
    display: none;
  }
}
@media screen and (min-width: 65.625em) {
  .header .mobile-nav {
    display: none;
  }
  .header .links-container > div a {
    visibility: hidden;
    display: none;
  }
  .header .links-container > div[data-nav=services].show a,
  .header .links-container > div[data-nav=resources].show a {
    visibility: visible;
    display: block;
  }
  .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: 490px;
    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);
    visibility: hidden;
    display: none;
  }
  .header.header-open-desktop .links-container > div[data-nav=services].show a,
  .header.header-open-desktop .links-container > div[data-nav=resources].show a {
    visibility: visible;
    display: block;
  }
  .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;
    display: flex;
    gap: 40px;
    visibility: hidden;
    opacity: 0;
    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: flex;
    -moz-column-gap: 60px;
         column-gap: 60px;
    justify-items: start;
    row-gap: 9px;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
    grid-row: 2;
  }
  .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 p a {
    margin-top: 0;
    font-size: inherit;
    color: inherit;
    position: relative;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    margin-top: 15px;
    font-size: 14px;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head .toggle-icon {
    display: none;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head.main-service {
    grid-column: 1;
    grid-row: 1;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head.main-service p {
    font-size: 20px;
  }
  .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: 95%;
    opacity: 1;
  }
}
@media screen and (max-width: 65.5625em) {
  .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;
  }
  .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 .smartit-home {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container {
    flex: 1;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container {
    flex-direction: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .nav-container nav {
    width: 100%;
    align-items: flex-start;
    padding-top: 80px;
    gap: 0;
    padding-bottom: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav {
    width: unset;
  }
}
@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;
  }
  .header .header-wrapper .header-main .get-consultation {
    height: 50px;
  }
  .header .links-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 0fr 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 9px;
    justify-items: start;
    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;
    align-items: start;
  }
  .header .links-container .back-btn:active {
    scale: 0.9;
  }
  .header .links-container .back-btn svg {
    rotate: 90deg;
    width: 15px;
  }
  .header .links-container > div {
    width: 100%;
    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 0px;
    font-size: 12px;
  }
  .header .links-container > div .link-container a:hover, .header .links-container > div .link-container a:active {
    padding: 0 10px;
    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 0px;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head p a {
    padding: 0;
    transition: none;
    color: inherit;
    font-size: inherit;
    font-size: 14px;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head p a:hover {
    background: none;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head > a {
    display: none;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head.active a {
    display: flex;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head.active .toggle-icon {
    transform: rotate(180deg);
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head .toggle-icon {
    transition: transform 0.3s ease;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head.main-service {
    margin-top: 2rem;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head.main-service p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head.main-service a {
    font-size: 18px;
  }
  .header .links-container > div .link-container .flex-inner-content .flex-inner-head .svg-box {
    width: 60px;
    padding: 0rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .links-container > div .link-container .flex-inner-content .contentDiv {
    flex-direction: column;
    gap: 0;
  }
  .header .links-container > div .link-container .main-tabs {
    width: 100%;
    transition: all 0.2s ease-in-out;
    background: var(--header-color-white);
    height: calc(90dvh - 145px);
    overflow-y: auto;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    gap: 1rem;
  }
  .header .links-container > div .link-container .main-tabs p {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    position: relative;
    padding: 2rem 1rem;
    border-bottom: 3px solid transparent;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.7px;
    text-align: center;
    vertical-align: middle;
    color: #737373;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 768px) {
  .header .links-container > div .link-container .main-tabs p {
    font-size: 16px;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 500px) {
  .header .links-container > div .link-container .main-tabs p {
    font-size: 12px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .links-container > div .link-container .main-tabs p.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
  }
  .header .links-container > div .link-container .main-tabs p.active {
    color: var(--text-h2-active);
  }
  .header .mobile-nav {
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  .header .mobile-nav .logo-smartit {
    aspect-ratio: 6.17;
  }
  .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 .smartit-home {
    width: 150px;
    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 .smartit-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;
  }
}
.gtranslate_wrapper .gt_container-br7fok a.glink span {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 5px;
}

:root {
  --color-btn-dark: #282828;
}

.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 {
  --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;
}

.main--container p a {
  color: #a742de;
}

.view-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.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: 20px 100px 50px 100px;
  background: #1d0420;
  color: #ffffff;
}
.footer .footer-badges-2 {
  display: none;
}
.footer .footer-main .footer-tagline p:first-child {
  margin-top: 52px;
}
.footer .footer-main .footer-tagline p {
  font-family: roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .footer .footer-main .footer-tagline p {
    font-size: 17px;
  }
}
.footer .footer-main .footer-products .mail-field {
  margin-top: 20px;
}
.footer .footer-main .footer-products .footer-products--link-resource {
  display: flex;
  gap: 1rem;
}
.footer .footer-main .footer-services {
  width: 280px;
}
.footer .footer-main .footer-services .flex-inner-head2 {
  margin-top: 1rem;
  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: 5px;
  color: #fff;
  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 .footer-main .footer-services .service-list-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.footer .footer-main .footer-services .service-list-toggle .drop-arrow {
  fill: #fff;
  cursor: pointer;
  margin-top: 0.8rem;
}
.footer .footer-main .footer-services .service-list-toggle .drop-arrow.active {
  transform: rotate(180deg);
}
.footer .footer-main .footer-services .service-list {
  display: none;
  margin-top: 8px;
}
.footer .footer-main .footer-services .service-list.active {
  display: block;
}
.footer .footer-main .footer-services .service-list li {
  margin-top: 10px;
}
.footer .footer-main .footer-services .service-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.footer-logo__smartit {
  display: block;
}
.footer > *:not(:last-child) {
  margin-bottom: 30px;
}
.footer > * {
  margin: 0 auto;
  max-width: 1280px;
}
.footer .logo-container {
  margin-bottom: 20px;
  margin-top: 30px;
}
.footer .logo-container a {
  width: -moz-max-content;
  width: max-content;
}
.footer svg {
  color: #ffffff;
  fill: #ffffff;
}
.footer svg:hover:not(.footer-logo-smartit) {
  color: #ad7eb9;
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
.footer--heading {
  color: #99869f;
  font-family: "roboto";
  font-size: 24px;
  line-height: 34px;
  pointer-events: none;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width: 1160px) {
  .footer--heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer--heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .footer--heading {
    font-size: 16px;
  }
}
.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]: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: flex;
  gap: 1rem;
}
.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;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 31.25em) {
  .footer .legal {
    align-items: center;
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.footer .legal a {
  color: inherit;
}
.footer .legal .rights-text {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 31.25em) {
  .footer .legal .rights-text {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .footer .legal .rights-text .rights {
    text-align: center;
    width: 100%;
  }
}
.footer .legal .rights-text .terms-privacy {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 31.25em) {
  .footer .legal .rights-text .terms-privacy {
    width: 100%;
    justify-content: space-between;
  }
}
.footer .legal .rights-text .terms-privacy > * {
  transition: all 0.4s ease-in-out;
}
.footer .legal .rights-text .terms-privacy > *: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__smartit {
    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;
    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;
  }
}
body.modal-active {
  overflow: hidden;
}

#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 .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: 1rem;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  max-height: 100vh;
}
@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: 3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #next-gen-form .modal .input-group div.select select {
    padding-right: 1rem;
  }
}
#next-gen-form .modal .input-group div.select select.countries-name {
  line-height: 1.6;
}
#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);
}

.just-validate-error-label {
  position: absolute;
  bottom: -1px;
  transform: translate(0%, 110%);
  left: 0;
}

.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;
}

/* Initially hide the cookie banner to prevent flickering */
.overlay_cookies {
  display: none;
  /* Hide by default */
  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;
  /* Hide by default */
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 465px;
  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 screen and (max-width: 768px) {
  .cookie-banner {
    width: 350px;
  }
}
@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 .cookie-heading {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 31.25em) {
  .cookie-banner div .cookie-heading {
    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;
}

:root {
  --color-dark-1: #2a2828;
  --color-dark-2: #737373;
  --slider-background: #ffff;
}

.heading-secondary {
  font-size: 4rem;
  font-weight: 300;
  font-family: roboto;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 3rem;
  color: #2a2828;
}
@media (max-width: 93.75em) {
  .heading-secondary {
    font-size: 3rem;
  }
}
@media (max-width: 31.25em) {
  .heading-secondary {
    font-size: 2.4rem;
  }
}

.description {
  color: #4a4a4a;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}

section {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}

h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 1.5rem;
}
@media screen {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4a4a4a;
}

.sitemap-list {
  list-style: disc;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 3rem !important;
}
@media screen and (max-width: 1050px) {
  .sitemap-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 650px) {
  .sitemap-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 450px) {
  .sitemap-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

li {
  list-style-position: outside;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-dark-2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 1rem 1rem 1rem;
}
li:hover {
  color: var(--color-dark-1);
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  li {
    font-size: 1.4rem;
  }
}

.sitemap-page {
  padding: 2rem 1rem;
}

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