/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./privacy-policy/privacyPolicy.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root {
  --body-background: #FFFFFF;
}

::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 {
  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: 60px;
  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: 55px;
    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: 50px;
    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: #2B2B2B;
  --header-color-dark-2: #424242;
  --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%;
  backdrop-filter: var(--header-backdrop-filter);
  background-color: var(--header-light-background);
  z-index: 999;
  /* Specific hover colors */
}
.header .header-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
}
.header .header-wrapper .header-main {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.header .header-wrapper .header-main .ShreySharma-home {
  fill: var(--header-color-dark-1);
  width: fit-content;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .ShreySharma-home {
    width: 150px;
  }
  .header .header-wrapper .header-main {
    gap: 30px;
  }
}
.header .header-wrapper .header-main .nav-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-evenly;
}
@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: 40px;
  }
}
.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.hidden {
  top: -100px;
}
.header .header-back-drop {
  background-color: var(--header-backdrop-background);
  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 .icon-container {
  position: fixed;
  top: 22rem;
  right: 5rem;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 6px;
  padding: 2px;
}
@media (max-width: 65.625em) {
  .header .icon-container {
    gap: 18px;
    top: 15rem;
    right: 3rem;
  }
}
@media (max-width: 31.25em) {
  .header .icon-container {
    gap: 12px;
    top: 13rem;
    right: 2rem;
  }
}
.header .icon-container .icon {
  height: 20px;
  width: 20px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .icon:hover svg path {
  fill: #fff !important;
}
.header .icon.home:hover {
  background-color: #45c54a;
}
.header .icon.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.header .icon.twitter:hover {
  background-color: #14171a;
}
.header .icon.linkedin:hover {
  background-color: #0a66c2;
}
.header .icon.youtube:hover {
  background-color: red;
}
.header .icon.facebook:hover {
  background-color: #4267b2;
}
@media (max-width: 65.625em) {
  .header .mobile-toggle-bar {
    padding: 0rem 3rem;
  }
}
@media (max-width: 31.25em) {
  .header .mobile-toggle-bar {
    padding: 0rem 2rem;
  }
}
.header .mobile-toggle-bar .ShreySharma-home {
  display: none;
}
@media (max-width: 65.625em) {
  .header .mobile-toggle-bar .ShreySharma-home {
    width: 120px;
  }
}
@media (max-width: 31.25em) {
  .header .mobile-toggle-bar .ShreySharma-home {
    width: 100px;
  }
}
.header .mobile-toggle-bar #toggle-btn {
  position: fixed;
  top: 5rem;
  right: 5rem;
  z-index: 1000;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: none;
  width: 80px;
}
@media (max-width: 65.625em) {
  .header .mobile-toggle-bar #toggle-btn {
    width: 60px;
    top: 4rem;
    right: 3rem;
  }
}
@media (max-width: 31.25em) {
  .header .mobile-toggle-bar #toggle-btn {
    width: 50px;
    top: 3rem;
    right: 2rem;
  }
}
.header .mobile-toggle-bar #toggle-btn.show {
  display: block;
  opacity: 1;
}
.header #side-navbar {
  position: fixed;
  right: -300px;
  top: 0;
  width: 280px;
  height: 120vh;
  color: #000000;
  transition: right 0.3s ease;
  z-index: 999;
  background: rgb(255, 255, 255);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
}
.header #side-navbar .side-bar-logo {
  position: relative;
  top: 15px;
  left: 15px;
}
@media (max-width: 65.625em) {
  .header #side-navbar .side-bar-logo {
    display: none;
  }
}
.header #side-navbar a {
  position: relative;
}
.header #side-navbar ul {
  padding: 20px;
  list-style: none;
  margin: 0;
}
.header #side-navbar ul li {
  margin: 40px 0;
}
.header #side-navbar ul li a {
  color: var(--header-color-dark-1);
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}
.header .close-svg-inner-header {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
}
@media (max-width: 65.625em) {
  .header .close-svg-inner-header {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 31.25em) {
  .header .close-svg-inner-header {
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1280px) {
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    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.header-open-desktop {
    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: 585px;
    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: 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: 90px;
    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;
    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;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head .toggle-icon {
    display: none;
  }
  .header .links-container > div > img {
    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-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 .ShreySharma-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;
    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 .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 .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-toggle-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mobile-toggle-bar .ShreySharma-home {
    display: block;
  }
  .header .mobile-toggle-bar #toggle-btn {
    display: block;
    position: unset;
  }
}
.gtranslate_wrapper .gt_container-br7fok a.glink span {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 5px;
}

body.modal-active {
  overflow: hidden;
}

:root {
  --footer-form-modal-background: #fff;
  --footer-form-description: #737373;
}

.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 img {
  width: 350px;
}

.loading-div.active {
  display: flex;
  align-items: center;
}

.footer {
  width: 100%;
  padding: 20px 200px 50px;
}
.footer .footer-main {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-tagline {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 70%;
}
.footer .footer-main .footer-tagline h2 {
  font-family: Inter;
  font-size: 3rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: left;
  color: #0D0B29;
  margin-bottom: 1rem;
}
.footer .footer-main .footer-tagline a {
  background-color: #0100C8;
  font-family: Mulish;
  font-Weight: 300;
  font-size: 15px;
  line-height: 20.4px;
  letter-spacing: 1.7px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  gap: 15px;
  width: 230px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s linear;
}
.footer .footer-main .footer-tagline a:hover {
  gap: 20px;
}
.footer .footer-main .footer-tagline p {
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
  color: #737373;
}
.footer .footer-main .footer-products {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: end;
}
.footer .footer-main .footer-products a {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #0D0B29;
}
.footer .legal {
  display: flex;
  margin-top: 10rem;
  align-items: center;
  gap: 50px;
  font-size: 12px;
  font-weight: 300;
}
.footer .legal span {
  color: #706D8F;
}
.footer .legal span a {
  color: #706D8F;
  text-decoration: underline;
}

@media screen and (max-width: 81em) {
  .footer {
    padding: 30px 35px 50px;
  }
}
@media screen and (max-width: 700px) {
  .footer .legal {
    gap: 20px;
  }
  .footer .footer-main .footer-tagline {
    gap: 20px;
  }
  .footer .footer-main .footer-tagline h2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 30px;
  }
  .footer .footer-main .footer-tagline a {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    gap: 15px;
    width: 200px;
  }
  .footer .footer-main .footer-tagline a:hover {
    gap: 20px;
  }
  .footer .footer-main .footer-tagline p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .footer-main {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer .footer-main .footer-tagline {
    width: 100%;
  }
  .footer .footer-main .footer-products {
    gap: 5px;
    width: 100%;
  }
  .footer .legal {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 475px) {
  .footer .footer-main .footer-tagline {
    gap: 15px;
  }
  .footer .footer-main .footer-tagline h2 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
  }
  .footer .footer-main .footer-tagline a {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 6px 6px;
    gap: 10px;
    width: 210px;
    justify-content: center;
  }
  .footer .footer-main .footer-tagline a:hover {
    gap: 15px;
  }
  .footer .footer-main .footer-tagline a svg {
    display: none;
  }
  .footer .footer-main .footer-tagline p {
    font-size: 12px;
  }
  .footer .footer-main .footer-products a {
    font-size: 12px;
  }
}
#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;
}

:root {
  --color-dark: #2a2828;
  --color-dark-2: #424242;
  --color-dark-3: #737373;
  --heading-shadow: none;
}

h1 {
  color: #2a2828;
  font-family: "roboto";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: var(--heading-shadow);
}
@media (max-width: 31.25em) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  color: #2a2828;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 31.25em) {
  h2 {
    font-size: 2.25rem;
  }
}

p,
ul {
  color: #4a4a4a;
  font-family: "Roboto";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
p *,
ul * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
p a,
ul a {
  text-decoration: underline;
  color: #91629c;
  transition: color 0.3s ease;
}
p strong,
ul strong {
  font-weight: 500;
}
@media (max-width: 31.25em) {
  p,
  ul {
    font-size: 13px;
  }
}

.hero-section {
  grid-column: center-start/center-end;
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.hero-section > * {
  flex: 1;
}
@media (max-width: 93.75em) {
  .hero-section {
    margin: 0 10rem;
  }
}
@media (max-width: 65.625em) {
  .hero-section {
    flex-direction: column-reverse;
    max-width: unset;
    margin: 0;
    padding: 0 5rem;
    width: 100%;
    gap: 3.75rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section {
    padding: 0rem 2.5rem;
  }
}
.hero-section .heading-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.hero-section .heading-content h1 {
  position: relative;
  grid-column: span 2;
}
@media (max-width: 65.625em) {
  .hero-section .heading-content {
    width: 100%;
  }
  .hero-section .heading-content .circle {
    display: none;
  }
}
.hero-section .heading-content .author-name {
  font-size: 2.4rem;
  margin-top: 5rem;
  color: var(--color-dark-2);
}
@media (max-width: 65.625em) {
  .hero-section .heading-content .author-name {
    margin-top: 3rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .author-name {
    font-size: 1.75rem;
  }
}
.hero-section .heading-content .date-view-container {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--color-dark-3);
}
.hero-section .heading-content .date-view-container svg {
  height: 2rem;
  width: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .date-view-container svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.hero-section .heading-content .date-view-container span {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .date-view-container {
    font-size: 1.37rem;
  }
}
.hero-section .heading-content .social-blog {
  margin-top: 5rem;
  display: none;
}
.hero-section .heading-content .social-blog h3 {
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.3rem;
  color: var(--color-dark-3);
}
@media (max-width: 65.625em) {
  .hero-section .heading-content .social-blog {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 3rem;
  }
}
.hero-section .heading-content .social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .social-icons {
    gap: 0;
  }
}
.hero-section .heading-content .social-icons a {
  color: var(--color-dark-3);
  padding: 4px;
}
.hero-section .heading-content .social-icons svg {
  height: 15px;
  width: 16px;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .social-icons svg {
    height: 11px;
    width: 12px;
  }
}

.banner-image {
  position: relative;
  display: flex;
  gap: 5rem;
}
@media (max-width: 65.625em) {
  .banner-image {
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    gap: 5rem;
  }
}
.banner-image .circle {
  display: none;
}
@media (max-width: 65.625em) {
  .banner-image .circle {
    width: 10.1rem;
    height: 10.1rem;
    display: block;
    top: unset;
    left: 0;
    transform: translate(0);
    position: relative;
    flex-shrink: 0;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 65.625em) {
  .banner-image .circle::before {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle::before {
    width: 15px;
    height: 15px;
    top: -50%;
  }
}
@media (max-width: 65.625em) {
  .banner-image .circle::after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle::after {
    width: 5px;
    height: 5px;
    top: -10%;
  }
}

.about-privacy-policy {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .about-privacy-policy {
    flex-direction: column;
  }
}

.whom-does-this-policy-apply {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .whom-does-this-policy-apply {
    flex-direction: column;
  }
}
@media (max-width: 31.25em) {
  .whom-does-this-policy-apply {
    gap: 0;
  }
}

.how-do-we-collect-data {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .how-do-we-collect-data {
    flex-direction: column;
  }
}
@media (max-width: 31.25em) {
  .how-do-we-collect-data {
    gap: 0;
  }
}
.how-do-we-collect-data li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 2.5rem;
}
.how-do-we-collect-data li:not(:last-child) {
  margin-bottom: 20px;
}
.how-do-we-collect-data p {
  margin-left: -2.5rem;
}
.how-do-we-collect-data .how-collect-data-list-heading {
  margin-bottom: 8px;
}

.why-do-we-collect-data {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .why-do-we-collect-data {
    flex-direction: column;
  }
}
@media (max-width: 31.25em) {
  .why-do-we-collect-data {
    gap: 0;
  }
}
.why-do-we-collect-data li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 2.5rem;
}
.why-do-we-collect-data li:not(:last-child) {
  margin-bottom: 8px;
}

.how-do-we-secure-data {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .how-do-we-secure-data {
    flex-direction: column;
  }
}
@media (max-width: 31.25em) {
  .how-do-we-secure-data {
    gap: 0;
  }
}

.what-are-your-rights {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 65.625em) {
  .what-are-your-rights {
    flex-direction: column;
  }
}
@media (max-width: 31.25em) {
  .what-are-your-rights {
    gap: 0;
  }
}

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