/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./front-page/frontPage.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;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Roboto; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    font-family: Mulish;
  }
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.contents{
  display: contents;
}
.h-full{
  height: 100%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[50px\]{
  width: 50px;
}
.w-full{
  width: 100%;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#D6D6D6\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}
.bg-\[\#2C5E73\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 94 115 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9E9E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEEEEE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.p-5{
  padding: 1.25rem;
}
.p-\[5px\]{
  padding: 5px;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.text-center{
  text-align: center;
}
.font-\[Roboto\]{
  font-family: Roboto;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.leading-6{
  line-height: 1.5rem;
}
.text-\[\#0E2A71\]{
  --tw-text-opacity: 1;
  color: rgb(14 42 113 / var(--tw-text-opacity, 1));
}
.text-\[\#28282899\]{
  color: #28282899;
}
.text-\[\#282828\]{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#535353\]{
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
.text-\[\#989898\]{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[0_3px_10px_rgb\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 3px 10px rgb(0,0,0,0.2);
  --tw-shadow-colored: 0 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.send-data svg {
  display: block;
}

.send-data .form-content > * {
  opacity: 0;
  pointer-events: none;
}

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

/********** Blogs Section **********/
.blog-header-section {
  grid-column: center-start/center-end;
  color: var(--color-dark-1);
  position: relative;
  height: fit-content;
  overflow: hidden;
  display: flex;
  width: 100%;
  justify-content: center;
}
.blog-header-section .blog-img-text-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .blog-header-section .blog-img-text-container {
    flex-direction: column;
    align-items: start;
    width: unset;
  }
}
.blog-header-section .blog-img-text-container p {
  font-family: Mulish;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .blog-header-section .blog-img-text-container p {
    font-size: 26px;
    line-height: 37px;
  }
}
@media screen and (max-width: 500px) {
  .blog-header-section .blog-img-text-container p {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-header-section .blog-img-text-container img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .blog-header-section .blog-img-text-container img {
    width: 60%;
  }
}

/********** Blog listing Section  **********/
.blogs {
  grid-column: center-start/center-end;
  max-width: 102.4rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 93.75em) {
  .blogs {
    max-width: 88.88rem;
  }
}
.blogs .filter-section {
  position: relative;
  color: var(--color-light-3);
  overflow: hidden;
  border-top: 1px solid var(--color-fixed-border-1);
  border-bottom: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filters-type-with-search {
  display: flex;
}
.blogs .filter-section .filters-type-with-search > * {
  border-bottom: 1px solid var(--color-fixed-border-1);
  flex: 1;
  margin-bottom: -1px;
  display: flex;
  gap: 1rem;
  padding: 2rem 0 2rem 2rem;
  align-items: center;
}
.blogs .filter-section .filters-type-with-search .search {
  border-right: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filters-type-with-search:not(.open) .filter-type {
  transition: border 0s 0.3s;
}
.blogs .filter-section .filters-type-with-search:not(.open) + .filters-container .filter-container {
  transition: visibility 0s 1s;
}
.blogs .filter-section .filters-type-with-search.open + .filters-container {
  max-height: 1500px;
}
.blogs .filter-section .filters-type-with-search #search-blogs {
  font-size: 2rem;
  width: 100%;
  background-color: transparent;
  color: var(--color-light-3);
}
.blogs .filter-section .filters-type-with-search ::placeholder {
  color: var(--color-light-3);
}
.blogs .filter-section svg {
  width: 1.8rem;
  height: 1.8rem;
}
.blogs .filter-section .filter-type {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filter-type .icons {
  display: grid;
}
.blogs .filter-section .filter-type .icons svg {
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  transition: all 0.2s ease;
  grid-area: 1/1;
  transform: scaleY(0);
}
.blogs .filter-section .filter-type:not(.active) .add {
  transform: scaleY(1);
  opacity: 1;
}
.blogs .filter-section .filter-type.active {
  border-bottom: 0;
}
.blogs .filter-section .filter-type.active .subtract {
  transition: 0;
  transform: scaleY(1);
  opacity: 1;
}
.blogs .filter-section .filters-container {
  display: grid;
  font-size: 1.6rem;
  max-height: 0;
  transition: max-height 0.3s 0s cubic-bezier(0.85, 0, 0, 1);
}
.blogs .filter-section .filters-container .filter-container {
  grid-area: 1/1;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
  align-items: center;
  pointer-events: none;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}
.blogs .filter-section .filters-container .filter-container.show {
  visibility: visible;
  pointer-events: all;
  overflow-y: auto;
  max-height: 500px;
}
.blogs .filter-section .filters-container .filter-container .filter {
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  padding: 1.5rem 3rem;
  transition: background-color 0.2s;
  border: 1px solid #e3e3e3;
}
.blogs .filter-section .filters-container .filter-container .filter:hover {
  background-color: rgba(145, 98, 156, 0.17);
}
.blogs .filter-section .filters-container .filter-container .filter.checked {
  background-color: rgba(145, 98, 156, 0.17);
}
.blogs .filter-section .filters-container .filter-btns {
  justify-self: self-end;
  margin: 1rem 0 2rem 0;
}
.blogs .filter-section .filters-container .filter-btns > * {
  font-size: 1.4rem;
  cursor: pointer;
  padding: 1rem 2rem;
}
.blogs .filter-section .filters-container .filter-btns > *:focus {
  box-shadow: none;
}
.blogs .filter-section .filters-container .filter-btns .clear {
  color: var(--color-light-3);
  font-weight: 500;
  padding: 1rem 2rem;
  background-color: transparent;
}
.blogs .filter-section .filters-container .filter-btns .results {
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
}
.blogs .filter-sortby {
  position: relative;
}
.blogs .filter-sortby .sort-by-heading {
  width: max-content;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-top: 5rem;
  gap: 1rem;
  justify-content: flex-start;
  color: var(--color-extra-dark-2);
}
.blogs .filter-sortby .sort-by-heading svg {
  height: 20px;
  width: 20px;
  transition: transform 0.5s ease;
}
.blogs .filter-sortby .sort-by-heading .sort-by {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 500;
}
.blogs .filter-sortby .sorting {
  opacity: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
  padding: 10px 10px;
  border-radius: 8px;
  background-color: var(--background-playcard-header);
  width: max-content;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
  position: absolute;
  top: 30px;
  z-index: 9;
  transition: opacity 0.5s ease;
}
.blogs .filter-sortby .sorting p {
  color: var(--color-extra-dark-2);
  font-family: Roboto;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.blogs .filter-sortby.active .sorting {
  opacity: 1;
}
.blogs .filter-sortby.active svg {
  transform: rotate(180deg);
}
.blogs .resource-list {
  margin-top: 1rem;
  gap: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .blogs .resource-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .blogs .resource-list {
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }
}
.blogs .resource-list .not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: span 3;
}
.blogs .resource-list .not-found img {
  width: 40%;
}
.blogs .resource-list .not-found .button-div .reset-button {
  padding: 2rem 4rem;
  font-size: 1.4rem;
  background: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
  cursor: pointer;
}
.blogs .loading {
  display: none;
}
.blogs .loading.active {
  display: flex;
  justify-content: center;
}
.blogs .resource {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 875px;
  height: auto;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  color: #2a2828;
  transition: scale cubic-bezier(0.85, 0, 0, 1) 550ms;
  margin-bottom: 4rem;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .blogs .resource {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .blogs .resource {
    width: 90%;
  }
}
.blogs .resource .date {
  display: flex;
  padding: 3rem 1rem 2rem 2rem;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .blogs .resource .date {
    padding: 2rem 1rem 2rem 2rem;
  }
}
.blogs .resource .date .read-time {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
  color: #212121;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #F8F8F8;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 500px) {
  .blogs .resource .date .read-time {
    font-size: 11px;
    gap: 0.5rem;
  }
}
.blogs .resource .date p {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  line-height: 27.2px;
  text-align: left;
  color: #2b2b2b;
}
@media screen and (max-width: 500px) {
  .blogs .resource .date p {
    font-size: 10px;
  }
}
.blogs .resource .resource-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs .resource .resource-img img {
  width: 50%;
}
.blogs .resource .resource-heading {
  padding: 2rem 2rem 1.5rem 2rem;
  font-family: Mulish;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.2px;
  text-align: center;
  color: #4c4c4c;
}
@media screen and (max-width: 768px) {
  .blogs .resource .resource-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .blogs .resource .resource-heading {
    font-size: 14px;
    line-height: 19px;
    padding: 1rem 1rem 1rem 1rem;
  }
}
.blogs .resource .resource-content {
  display: flex;
  padding: 2rem 3rem 2rem;
  width: 100%;
  flex: 1;
  height: 0;
  transition: transform cubic-bezier(0.85, 0, 0, 1) 550ms;
}
@media screen and (max-width: 500px) {
  .blogs .resource .resource-content {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.blogs .resource .resource-content p {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .blogs .resource .resource-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .blogs .resource .resource-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.blogs .resource .resource-btn {
  display: flex;
  justify-content: end;
}
.blogs .resource .resource-btn .anim-button {
  width: 110px;
  display: flex;
  height: 40px;
  background: #fff;
  color: #2a2828;
  align-items: center;
  border: solid 1px #2a2828;
  padding-left: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  margin: 0rem 2rem 2rem 2rem;
}
.blogs .resource .resource-btn .anim-button:hover {
  border: solid 1px #0100C8;
}
@media screen and (max-width: 768px) {
  .blogs .resource .resource-btn .anim-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .blogs .resource .resource-btn .anim-button {
    font-size: 12px;
  }
}
.blogs .resource .resource-btn .anim-button:hover > div {
  margin-left: 65px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blogs .resource .resource-btn .anim-button:hover > b {
  animation: letterroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.blogs .resource .resource-btn b {
  animation: backroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.blogs .resource .resource-btn div {
  width: 40px;
  height: 2px;
  background: #ffea00;
  margin-left: 53px;
  position: absolute;
  transition: 0.5s;
}
@keyframes letterroll {
  50% {
    transform: translateY(-75%);
    opacity: 0;
  }
  50.1% {
    transform: translateY(75%);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes backroll {
  50% {
    transform: translateY(75%);
  }
  50.1% {
    transform: translateY(-75%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@media (min-width: 640px){
  .sm\:w-\[250px\]{
    width: 250px;
  }
  .sm\:w-\[60px\]{
    width: 60px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:min-w-\[240px\]{
    min-width: 240px;
  }
  .md\:max-w-\[240px\]{
    max-width: 240px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px){
  .lg\:max-w-\[1200px\]{
    max-width: 1200px;
  }
}

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