*, ::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.15 | 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 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Plus Jakarta Sans, sans-serif;
  /* 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]) {
  -webkit-text-decoration: underline dotted;
          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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

.gradient-border-with-transparent {
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.14px;
}

.gradient-border-with-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #7a25ca 0%, #6990e8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-border-with-transparent-block {
  padding: 32px 24px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-height: 219px;
}

.gradient-border-with-transparent-block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #7a25ca 0%, #6990e8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#conditions:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.faq-accordion.open-accordion .faq-accordion-description {
  max-height: 1000px;
  margin-top: 15px;
}

.faq-accordion.open-accordion .faq-accordion-icon-plus {
  transform: rotate(45deg);
}

.faq-accordion.open-accordion .faq-accordion-icon {
  background: linear-gradient(
      90deg,
      rgba(43, 108, 191, 0.7) 0%,
      rgba(127, 36, 207, 0.7) 100%
    );
}

.faq-accordion.open-accordion .faq-accordion-icon-plus path {
  stroke: white;
}

.container {
  width: 100%;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-container {
  position: relative;
  display: flex;
  height: 110px;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1290px) {
  .header-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (max-width: 1024px) {
  .header-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .header-logo {
    height: auto;
    width: 100px;
  }
}

.header-modal {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: -50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 1232px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .header-modal {
    display: none;
  }
}

.header-menu-button {
  display: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .header-menu-button {
    display: flex;
  }
}

.menu-left-wrapper {
  display: flex;
  width: 340px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-image: url('/src/assets/images/menu-left-bg.png');
  background-size: cover;
  padding: 30px;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: 100%;
  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));
  justify-content: flex-end;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mobile-menu-container {
  display: flex;
  height: 100%;
  width: 90%;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  overflow-y: scroll;
  background-image: url('/src/assets/images/mobile-menu-bg.png');
  background-size: cover;
  padding: 1.25rem;
}

.mobile-menu-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-links {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.mobile-menu-accordion {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.mobile-menu-accordion::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, #7A25CA 0%, #6990E8 100%);
}

.accordion-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-button.active {
  --tw-text-opacity: 1;
  color: rgb(134 219 255 / var(--tw-text-opacity, 1));
}

.accordion-button-arrow.active {
  --tw-rotate: 180deg;
  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));
  fill: #86DBFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.subaccordion-button.active {
  --tw-text-opacity: 1;
  color: rgb(134 219 255 / var(--tw-text-opacity, 1));
}

.subaccordion-button-arrow.active {
  --tw-rotate: 180deg;
  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));
  fill: #86DBFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.subaccordion-wrapper {
  display: flex;
  flex-direction: column;
}

.subaccordion-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.subaccordion-button {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.subaccordion-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.menu-left-block {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2.5rem;
}

.menu-right-wrapper {
  display: grid;
  height: 100%;
  min-height: 580px;
  width: 892px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  background-image: url('/src/assets/images/menu-right-bg.png');
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.menu-corporate-wrapper {
  display: grid;
  height: 100%;
  min-height: 580px;
  width: 892px;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  background-image: url('/src/assets/images/menu-right-bg.png');
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.menu-products-wrapper {
  display: grid;
  height: 100%;
  min-height: 580px;
  width: 892px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  background-image: url('/src/assets/images/menu-right-bg.png');
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.menu-solutions-wrapper {
  height: 100%;
  min-height: 580px;
  width: 892px;
  gap: 2.5rem;
  background-image: url('/src/assets/images/menu-right-bg.png');
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.menu-services-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-solutions-block {
  grid-column: span 1 / span 1;
  margin-bottom: 2.5rem;
  display: flex;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  flex-direction: column;
  gap: 1rem;
}

.menu-corporate-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-services-block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-products-block-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-solutions-block-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-corporate-block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-right-stick {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, #7A25CA 0%, #6990E8 100%);
}

.menu-services-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-corporate-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.menu-product-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.menu-right-link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.menu-right-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-links {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-link {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-link:hover {
  --tw-text-opacity: 1;
  color: rgb(134 219 255 / var(--tw-text-opacity, 1));
}

.announce-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-image: linear-gradient(90deg, #12356F 0%, #37083F 100%);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 1024px) {
  .announce-wrapper {
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.announce-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .announce-left {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .announce-text {
    width: calc(100% - 30px);
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.announce-right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .announce-right {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .announce-right {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cover-area {
  margin-top: 2.75rem;
  height: calc(100vh - 44px);
  width: 100%;
}

@media (max-width: 1024px) {
  .cover-area {
    position: relative;
    margin-top: 5rem;
    height: calc(110vh - 80px);
  }
}

@media (max-width: 768px) {
  .cover-area {
    min-height: 900px;
  }

  .cover-area.education-details-hero {
    min-height: 1050px;
  }
}

.cover-container {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .cover-container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 6rem !important;
    padding-bottom: 0px !important;
  }
}

.cover-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-left {
  position: relative;
  z-index: 10;
  display: flex;
  width: 40%;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .cover-left {
    width: 100%;
  }
}

.cover-left.report-details {
  position: relative;
  z-index: 10;
  display: flex;
  width: 60%;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .cover-left.report-details {
    width: 100%;
  }
}

.cover-notice {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  padding: 5px;
  padding-right: 25px;
}

@media (max-width: 768px) {
  .cover-notice {
    padding-right: 18px;
  }
}

.cover-notice-left {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #0C3569 0%, #7F24CF 100%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: -0.24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cover-notice-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .cover-notice-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.cover-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .cover-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.cover-title.blog {
  font-size: 40px;
}

.cover-description {
  margin-bottom: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .cover-description {
    margin-bottom: 1rem;
  }
}

.cover-right {
  position: relative;
  z-index: 10;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgb(19 66 94 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 1.25rem;
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .cover-right {
    height: 300px;
    width: 100%;
    padding: 0.5rem;
  }
}

.cover-right.education-details {
  border-radius: 1rem;
  padding: 0px;
}

@media (max-width: 1024px) {
  .cover-right.education-details {
    height: 230px;
  }
}

.cover-right.report-details {
  width: 30%;
  border-radius: 20px;
  background-color: transparent;
  padding: 0px;
}

@media (max-width: 1600px) {
  .cover-right.report-details {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .cover-right.report-details {
    width: auto;
  }
}

.cover-right.report-details .cover-right-image {
  border-radius: 20px;
}

.cover-right.education-details .cover-right-image {
  border-radius: 1rem;
}

.cover-right-image {
  width: 100%;
  border-radius: 36px;
}

@media (max-width: 1024px) {
  .cover-right-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.purple-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(103,25,203,0.3);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .purple-circle {
    height: 250px;
    width: 250px;
  }
}

.blue-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(15,59,85,0.4);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .blue-circle {
    height: 250px;
    width: 250px;
  }
}

.light-blue-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(36,164,218,0.20);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .light-blue-circle {
    height: 250px;
    width: 250px;
  }
}

.button-wrapper {
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  background-image: linear-gradient(90deg, #7A25CA 0%, #6990E8 100%);
  padding: 1px;
}

@media (max-width: 768px) {
  .button-wrapper {
    border-radius: 9px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  background-image: linear-gradient(90deg, #0C3569 0%, #7F24CF 100%);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .button {
    border-radius: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .button-white {
    border-radius: 0.5rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.white-grad {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.quote-section {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .quote-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.quote-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1024px) {
  .quote-left {
    left: -7rem;
  }
}

.quote-right {
  position: absolute;
  top: -2.5rem;
  right: 0px;
}

@media (max-width: 1024px) {
  .quote-right {
    right: -7rem;
  }
}

.quote-icon-right {
  margin-top: 3rem;
  --tw-rotate: 180deg;
  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));
}

@media (max-width: 1290px) {
  .quote-icon-right {
    margin-right: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .quote-icon-right {
    position: absolute;
    bottom: -0.5rem;
    right: 1.25rem;
  }
}

@media (max-width: 768px) {
  .quote-icon-right {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
}

@media (max-width: 1290px) {
  .quote-icon-left {
    margin-left: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .quote-icon-left {
    position: absolute;
    top: -0.5rem;
    left: 1.25rem;
  }
}

@media (max-width: 768px) {
  .quote-icon-left {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
}

.quote-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .quote-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .quote-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.quote-container {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

.quote-content {
  display: flex;
  width: 75%;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .quote-content {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.quote-text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.quote-author {
  margin-top: 1.5rem;
  padding-right: 5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .quote-author {
    display: none;
  }
}

.home-service-box-large-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.home-service-box-text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.about-section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .about-section {
    padding-bottom: 0px;
  }
}

.about-section-left {
  position: relative;
  grid-column: span 1 / span 1;
  padding: 2.5rem;
  padding-right: 5rem;
}

@media (max-width: 1290px) {
  .about-section-left {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .about-section-left {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .about-section-left {
    padding: 1.25rem;
    padding-top: 1.5rem;
  }
}

.about-section-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
}

@media (max-width: 1290px) {
  .about-section-svg {
    height: 100%;
    width: 100%;
  }

  .about-section-image {
    width: 100%;
  }
}

.about-section-right {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .about-section-right {
    grid-column: span 2 / span 2;
  }
}

.about-section-notice {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 0.5rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
  padding: 0.5rem;
}

.about-section-notice-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.about-section-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1.68px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .about-section-title {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    font-size: 3rem;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .about-section-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.about-section-paragraph {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

.services-section {
  position: relative;
  margin-top: 5rem;
  width: 100%;
  background-image: url('/src/assets/images/services-bg.png');
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-top: 200px;
}

@media (max-width: 1290px) {
  .services-section {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .services-section {
    padding-top: 11rem;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding-bottom: 2.5rem;
  }
}

.services-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .services-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .services-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.services-container {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .services-container {
    gap: 1.5rem;
  }
}

.home-eagle-image {
  position: absolute;
  right: 0px;
  top: -18rem;
  z-index: 0;
  height: auto;
  width: 630px;
}

@media (max-width: 1290px) {
  .home-eagle-image {
    top: -10rem;
    height: auto;
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .home-eagle-image {
    display: none;
  }
}

.services-section-purple-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(103,25,203,0.3);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .services-section-purple-circle {
    height: 250px;
    width: 250px;
  }
}

.services-section-purple-circle {
  position: absolute;
  left: -10%;
  bottom: 0px;
}

@media (max-width: 768px) {
  .services-section-purple-circle {
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.services-section-purple-circle-2 {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(103,25,203,0.3);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .services-section-purple-circle-2 {
    height: 250px;
    width: 250px;
  }
}

.services-section-purple-circle-2 {
  position: absolute;
  right: -20%;
  bottom: 10%;
}

@media (max-width: 768px) {
  .services-section-purple-circle-2 {
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.services-section-blue-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(15,59,85,0.4);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .services-section-blue-circle {
    height: 250px;
    width: 250px;
  }
}

.services-section-blue-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 882px;
}

@media (max-width: 768px) {
  .services-section-blue-circle {
    top: 5rem;
  }
}

.services-section-header {
  position: relative;
  z-index: 10;
  grid-column: span 2 / span 2;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.services-section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .services-section-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .services-section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.services-section-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.services-section-text {
  width: 50%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .services-section-text {
    width: 100%;
  }
}

.services-section-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;
  border-width: 1px;
  border-color: rgba(36,164,218,0.2);
  background-color: rgba(12,17,65,0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-column: span 1 / span 1;
}

@media (max-width: 1024px) {
  .services-section-box {
    grid-column: span 2 / span 2;
  }
}

.services-section-box-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.services-section-button-wrapper {
  grid-column: span 2 / span 2;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.expertise-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(5 22 33 / var(--tw-bg-opacity, 1));
  padding-top: 100px;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .expertise-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.expertise-world-image {
  position: absolute;
  right: 7%;
  top: 0px;
}

@media (max-width: 1600px) {
  .expertise-world-image {
    right: 5%;
  }
}

@media (max-width: 1440px) {
  .expertise-world-image {
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .expertise-world-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.expertise-blue-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(15,59,85,0.4);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .expertise-blue-circle {
    height: 250px;
    width: 250px;
  }
}

.expertise-blue-circle {
  position: absolute;
  left: 10%;
  bottom: -80%;
}

@media (max-width: 768px) {
  .expertise-blue-circle {
    width: 100%;
  }
}

.expertise-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .expertise-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .expertise-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.expertise-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .expertise-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
  }
}

.expertise-section-left {
  grid-column: span 5 / span 5;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .expertise-section-left {
    grid-column: span 12 / span 12;
  }
}

.expertise-section-title {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}

.expertise-section-right {
  grid-column: span 7 / span 7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .expertise-section-right {
    position: relative;
    grid-column: span 12 / span 12;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .expertise-section-right::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    margin-top: auto;
    margin-bottom: auto;
    height: 1px;
    width: 100%;
    content: var(--tw-content);
    background-color: rgba(36,164,218,0.20);
  }

  .expertise-section-right::after {
    position: absolute;
    right: 0px;
    left: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 1px;
    content: var(--tw-content);
    background-color: rgba(36,164,218,0.20);
  }
}

.products-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 29 / var(--tw-bg-opacity, 1));
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.products-blue-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(15,59,85,0.4);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .products-blue-circle {
    height: 250px;
    width: 250px;
  }
}

.products-blue-circle {
  position: absolute;
  bottom: 5rem;
  height: 756px;
  width: 756px;
}

@media (max-width: 1024px) {
  .products-blue-circle {
    height: 100%;
    width: 100%;
  }
}

.products-section-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .products-section-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .products-section-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.products-section-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .products-section-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .products-section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.products-section-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .products-section-title {
    text-align: center;
  }
}

.title-with-gradient {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.home-expertise-box {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-right-width: 1px;
  border-color: rgba(36,164,218,0.2);
  background-color: rgba(12,57,82,0.4);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .home-expertise-box {
    width: 50%;
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.home-expertise-box-number {
  font-family: "Space Grotesk", sans-serif;
  background-image: linear-gradient(180deg, #ADE0FF 0%, #6DC6FB 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  color: transparent;
}

@media (max-width: 1290px) {
  .home-expertise-box-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.home-expertise-box-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}

.home-arge-description {
  max-width: 620px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .home-arge-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-arge-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

.home-arge-box {
  padding: 32px 24px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-height: 219px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.home-arge-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #7a25ca 0%, #6990e8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.home-arge-box {
  grid-column: span 1 / span 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 20px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1024px) {
  .home-arge-box {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .home-arge-box {
    grid-column: span 4 / span 4;
  }
}

.home-arge-box-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home-arge-box-text {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity, 1));
}

.blog-section {
  width: 100%;
}

@media (max-width: 768px) {
  .blog-section {
    margin-top: 2.5rem;
  }
}

.blog-section-featured-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .blog-section-featured-wrapper {
    gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.blog-section-featured-left {
  position: relative;
  grid-column: span 3 / span 3;
  padding: 2.5rem;
  padding-right: 5rem;
}

@media (max-width: 1290px) {
  .blog-section-featured-left {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .blog-section-featured-left {
    grid-column: span 5 / span 5;
    padding: 0px;
  }
}

.blog-section-featured-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
}

@media (max-width: 1024px) {
  .blog-section-featured-svg {
    left: -4rem;
  }
}

@media (max-width: 768px) {
  .blog-section-featured-svg {
    top: -2.5rem;
    left: -2rem;
    height: auto;
    width: 400px;
  }
}

.blog-section-featured-right {
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media (max-width: 1024px) {
  .blog-section-featured-right {
    grid-column: span 5 / span 5;
    gap: 1.25rem;
  }
}

.blog-section-blocks {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.certificates-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1290px) {
  .certificates-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .certificates-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.certificates-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .certificates-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .certificates-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.certificates-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .certificates-container {
    gap: 1rem;
  }
}

.certificates-wrapper {
  width: 100%;
  gap: 107px;
}

@media (max-width: 1290px) {
  .certificates-wrapper {
    gap: 5rem;
  }
}

@media (max-width: 768px) {
  .certificates-wrapper {
    gap: 1rem;
  }
}

.certificate {
  grid-column: span 1 / span 1;
}

@media (max-width: 1290px) {
  .certificate {
    grid-column: span 1 / span 1;
  }
}

@media (max-width: 768px) {
  .certificate {
    grid-column: span 3 / span 3;
  }
}

.blog-box {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .blog-box {
    grid-column: span 3 / span 3;
  }
}

.blog-box-image-wrapper {
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (max-width: 1024px) {
  .blog-box-image-wrapper {
    height: auto;
  }
}

.blog-box-image-tag {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.blog-box-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .blog-box-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.certificates-title {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.certificates-title::before {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 35%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.certificates-title::after {
  position: absolute;
  right: 0px;
  height: 2px;
  width: 35%;
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

@media (max-width: 768px) {
  .certificates-title::before {
    content: var(--tw-content);
    width: 30%;
  }

  .certificates-title::after {
    content: var(--tw-content);
    width: 30%;
  }
}

.footer-wrapper {
  position: relative;
  margin-top: 110px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(7 15 29 / var(--tw-bg-opacity, 1));
  padding-top: 120px;
  padding-bottom: 2rem;
}

@media (max-width: 1290px) {
  .footer-wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .footer-wrapper {
    margin-top: 200px;
  }
}

.newsletter-container {
  position: absolute;
  top: -100px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: 3rem;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  padding-left: 60px !important;
  padding-right: 60px !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1290px) {
  .newsletter-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 1024px) {
  .newsletter-container {
    top: -8rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .newsletter-container {
    top: -10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.newsletter-left {
  grid-column: span 3 / span 3;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .newsletter-left {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .newsletter-left {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.newsletter-right {
  grid-column: span 4 / span 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .newsletter-right {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .newsletter-right {
    justify-content: space-between;
    gap: 0.75rem;
  }
}

.newsletter-input {
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(34 40 43 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 40 43 / var(--tw-text-opacity, 1));
}

.newsletter-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 40 43 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .newsletter-input {
    max-width: 300px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 768px) {
  .newsletter-input {
    max-width: 180px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1290px) {
  .footer-container {
    gap: 1rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 1024px) {
  .footer-container {
    gap: 1.5rem;
  }
}

.footer-left-wrapper {
  display: flex;
  max-width: 260px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (max-width: 1290px) {
  .footer-left-wrapper {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .footer-left-wrapper {
    margin-bottom: 1rem;
    width: 100%;
    max-width: unset;
  }
}

.footer-logo {
  height: 43px;
  width: auto;
}

.footer-about {
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-links-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media (max-width: 1290px) {
  .footer-links-wrapper {
    gap: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .footer-links-wrapper {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}

.footer-link-column {
  display: flex;
  min-width: 115px;
  max-width: 250px;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .footer-link-column {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .footer-link-column {
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
    max-width: 253px;
  }
}

.footer-link-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .footer-bottom {
    margin-top: 2.5rem;
  }
}

.footer-lang-switcher {
  display: flex;
  width: 130px;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.footer-social-media {
  display: flex;
  gap: 0.75rem;
}

.footer-social-media-icon {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.footer-seperator {
  height: 1px;
  width: 100%;
  background-color: rgba(219,218,255,0.20);
}

.footer-copyright-area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .footer-copyright-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.footer-copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .footer-copyright {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.footer-copyright-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-copyright-right-link {
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer-copyright-right-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .footer-copyright-right-link {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.hero-wrapper {
  position: relative;
  display: flex;
  height: calc(100vh - 44px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .hero-wrapper {
    height: calc(110vh - 80px);
  }
}

@media (max-width: 768px) {
  .hero-wrapper {
    height: 100%;
    min-height: 670px;
  }
}

.service-hero-wrapper {
  display: flex;
  height: calc(100vh - 44px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .service-hero-wrapper {
    height: calc(110vh - 80px);
  }
}

@media (max-width: 768px) {
  .service-hero-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 750px;
  }
}

.hero-container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1290px) {
  .hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero-services {
  background-image: url('/src/assets/images/services-hero-bg.png');
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hero-services {
    background-position: 32%;
  }
}

.hero-service-detail {
  background-image: url('/src/assets/images/service-detail-hero-bg.png');
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hero-service-detail {
    background-position: 32%;
  }
}

.hero-solutions {
  background-image: url('/src/assets/images/solutions-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-solutions-details {
  background-image: url('/src/assets/images/solutions-details-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-blog {
  background-image: url('/src/assets/images/blog-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-blog-category {
  background-image: url('/src/assets/images/blog-category-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-educations {
  background-image: url('/src/assets/images/educations-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-education-calendar {
  background-image: url('/src/assets/images/educations-calendar-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.education-details-hero {
  background-image: url('/src/assets/images/education-details-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.blog-details-hero {
  background-image: url('/src/assets/images/blog-hero-bg.png');
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .blog-details-hero {
    max-height: 830px;
    min-height: unset;
  }
}

.hero-products {
  background-image: url('/src/assets/images/products-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-products-details {
  background-image: url('/src/assets/images/products-details-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-about {
  background-image: url('/src/assets/images/about-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-career {
  background-image: url('/src/assets/images/career-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-webinar {
  background-image: url('/src/assets/images/webinar-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-reports {
  background-image: url('/src/assets/images/reports-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.report-details-hero {
  background-image: url('/src/assets/images/reports-details-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-contact {
  background-image: url('/src/assets/images/contact-hero-bg.png');
  background-size: cover;
  background-position: center;
}

.hero-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    margin-bottom: 1.5rem;
    font-size: 32px;
  }
}

.hero-description {
  margin-bottom: 3.5rem;
  width: 100%;
  max-width: 830px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .hero-description {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.all-services {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .all-services {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.all-solutions {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .all-solutions {
    padding-top: 0px;
  }
}

.all-services-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .all-services-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .all-services-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.all-services-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media (max-width: 1024px) {
  .all-services-container {
    gap: 6rem;
  }
}

.service-category {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 768px) {
  .service-category {
    gap: 1.5rem;
  }
}

.service-category-title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

.service-category-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.service-category-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .service-category-name {
    max-width: 220px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.service-category-stick {
  height: 2px;
  flex-grow: 1;
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.service-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1290px) {
  .service-list {
    gap: 1.5rem;
  }
}

.service-list-item {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  height: 250px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 1rem;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .service-list-item {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .service-list-item {
    grid-column: span 3 / span 3;
  }
}

.service-list-item-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-list-item-details-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #24A4DA 16%, #075889 100%);
}

.service-list-item-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: rgba(12,17,65,0.80);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.service-list-item-title {
  max-width: 180px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #adb0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 176 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ace0ff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 144%;
  color: transparent;
}

.service-list-item-icon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .service-list-item-icon {
  --tw-rotate: 45deg;
  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));
}

.solution-list-item {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  height: 250px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 1rem;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .solution-list-item {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .solution-list-item {
    grid-column: span 3 / span 3;
  }
}

@media (max-width: 1024px) {
  .solution-list-item.other-solution {
    grid-column: span 3 / span 3;
  }

  .service-list-item.educations {
    grid-column: span 3 / span 3;
  }
}

.solution-list-item-details-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 60%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (max-width: 768px) {
  .solution-list-item-details-wrapper {
    width: 85%;
  }
}

.solution-list-item-details {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(12,17,65,0.80);
  --tw-bg-opacity: 0.8;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.solution-list-item-details.green {
  background-color: rgba(3,18,20,0.80);
}

.solution-list-item-details.purple {
  background-color: rgba(51,12,65,0.80);
}

.solution-list-item-details.orange {
  background-color: rgba(136,75,5,0.80);
}

.solution-list-item-details.light-green {
  background-color: rgba(9,48,11,0.80);
}

.solution-list-item-details.gray {
  background-color: rgba(28,28,28,0.80);
}

.solution-list-item-details-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.solution-list-item-title {
  max-width: 170px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #adb0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 176 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ace0ff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 144%;
  color: transparent;
}

@media (max-width: 768px) {
  .solution-list-item-title {
    max-width: 140px;
  }
}

.solution-list-item-title.green {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8FF3FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #8FF3FF var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.solution-list-item-title.purple {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #CF93FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 147 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F6D2FF var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.solution-list-item-title.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.solution-list-item-icon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .solution-list-item-icon {
  --tw-rotate: 45deg;
  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));
}

.solution-list-item-details-bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 110px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 64 134 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

.solution-list-item-details-bottom.green {
  max-width: 127px;
  --tw-bg-opacity: 1;
  background-color: rgb(6 87 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.solution-list-item-details-bottom.purple {
  max-width: 115px;
  --tw-bg-opacity: 1;
  background-color: rgb(98 57 136 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.solution-list-item-details-bottom.orange {
  max-width: 127px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 133 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.solution-list-item-details-bottom.light-green {
  max-width: 133px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 130 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.solution-list-item-details-bottom.gray {
  max-width: 127px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.career-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .career-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .career-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.career-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}

@media (max-width: 1440px) {
  .career-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {
  .career-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .career-container {
    gap: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
}

.career-left {
  flex: 1 1 0%;
}

.career-section-notice {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 0.5rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
  padding: 0.5rem;
}

.career-section-notice-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.career-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .career-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .career-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.career-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .career-title {
    margin-bottom: 1rem;
  }
}

.career-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .career-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.career-right {
  position: relative;
  display: flex;
  height: 368px;
  width: 488px;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background-image: url('/src/assets/images/career-image.png');
  background-size: cover;
  background-position: center;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1024px) {
  .career-right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .career-right {
    height: 300px;
    width: 100%;
  }
}

.career-icon {
  position: absolute;
  top: 30px;
  left: 2rem;
  z-index: 10;
}

.career-right-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .career-right-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .career-right-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.career-right-title {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .career-right-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.career-linkedin {
  margin-bottom: 12rem;
  width: 100%;
  background-image: url('/src/assets/images/career-linkedin.png');
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1440px) {
  .career-linkedin {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {
  .career-linkedin {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .career-linkedin {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.linkedin-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .linkedin-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .linkedin-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.linkedin-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  background-image: url('/src/assets/images/career-linkedin-bg.png');
  background-size: cover;
  background-position: center;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .linkedin-container {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.linkedin-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .linkedin-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .linkedin-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.linkedin-title {
  max-width: 500px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .linkedin-title {
    width: 100%;
  }
}

.contact-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .contact-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .contact-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contact-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}

@media (max-width: 1440px) {
  .contact-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {
  .contact-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contact-container {
    gap: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
}

.contact-left {
  flex: 1 1 0%;
}

.contact-right {
  position: relative;
  display: flex;
  width: 446px;
  flex-direction: column;
  gap: 2.5rem;
  overflow: hidden;
  border-radius: 20px;
  background-image: url('/src/assets/images/contact-form-bg.png');
  background-size: cover;
  background-position: center;
  padding: 2.5rem;
}

@media (max-width: 1024px) {
  .contact-right {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .contact-right {
    width: 100%;
    gap: 1rem;
    padding: 1.5rem;
  }
}

.contact-left-title {
  display: flex;
  gap: 1rem;
}

.contact-left-title-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.contact-description {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .contact-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.contact-small-title {
  margin-bottom: 1.25rem;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .contact-small-title {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .contact-small-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .contact-small-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contact-center-office {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 0.75rem;
  border-radius: 20px;
  background-image: url('/src/assets/images/contact-center-office-bg.png');
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}

@media (max-width: 1290px) {
  .contact-center-office {
    row-gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .contact-center-office {
    margin-bottom: 1.5rem;
  }
}

.center-office-left {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 1290px) {
  .center-office-left {
    grid-column: span 2 / span 2;
  }
}

.center-office-right {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 1290px) {
  .center-office-right {
    grid-column: span 2 / span 2;
  }
}

.center-office-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.2px;
  --tw-text-opacity: 1;
  color: rgb(12 53 105 / var(--tw-text-opacity, 1));
}

.center-office-right-block {
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.center-office-right-block-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.center-office-address {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.contact-branches {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-branch-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 20px;
  background-image: url('/src/assets/images/contact-block-bg.png');
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}

@media (max-width: 1290px) {
  .contact-branch-block {
    grid-column: span 2 / span 2;
  }
}

.contact-form-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .contact-form-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .contact-form-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact-form-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.contact-form.service-offer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-input {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(219,218,255,0.60);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / var(--tw-placeholder-opacity, 1));
}

.contact-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / var(--tw-placeholder-opacity, 1));
}

.contact-input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .contact-input {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.contact-input.offer-form {
  grid-column: span 1 / span 1;
}

@media (max-width: 768px) {
  .contact-input.offer-form {
    grid-column: span 2 / span 2;
  }
}

.contact-textarea {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(219,218,255,0.60);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / var(--tw-placeholder-opacity, 1));
}

.contact-textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / var(--tw-placeholder-opacity, 1));
}

.contact-textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .contact-textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.conditions {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .conditions {
    margin-bottom: 0.75rem;
  }
}

.checkmark {
  position: relative;
  margin-top: 0.25rem;
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(219,218,255,0.60);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#conditions {
  position: absolute;
  height: 0px;
  width: 0px;
  cursor: pointer;
  opacity: 0;
}

#conditions:checked + .checkmark {
  --tw-border-opacity: 1;
  border-color: rgb(90 39 197 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(90 39 197 / var(--tw-bg-opacity, 1));
}

.conditions-text {
  flex: 1 1 0%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .conditions-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.all-products-section {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .all-products-section {
    padding-top: 1.5rem;
    padding-bottom: 0px;
  }
}

.all-products-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .all-products-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .all-products-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.all-products-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-block {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  height: 250px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 1rem;
  padding: 0.5rem;
}

@media (max-width: 1290px) {
  .product-block {
    grid-column: span 2 / span 2;
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .product-block {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .product-block {
    grid-column: span 4 / span 4;
  }
}

.product-block-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-block-details-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 0.8;
  background-image: linear-gradient(270deg, #24A4DA80 16%, #07588980 100%);
  padding: 1px;
}

.product-block-details {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  border-radius: 0.75rem;
  background-color: rgba(12,17,65,1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.product-block-details-left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-block-title {
  max-width: 180px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #adb0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 176 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ace0ff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 144%;
  color: transparent;
}

.product-block-description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.product-block-icon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .product-block-icon {
  --tw-rotate: 45deg;
  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));
}

.all-products-purple-circle {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(103,25,203,0.3);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .all-products-purple-circle {
    height: 250px;
    width: 250px;
  }
}

.all-products-purple-circle {
  position: absolute;
  right: -4rem;
  top: 100%;
  z-index: -10;
}

.get-offer-section {
  position: relative;
  bottom: -110px;
  height: 563px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(5 22 33 / var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {
  .get-offer-section {
    bottom: -200px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.get-offer-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .get-offer-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .get-offer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.get-offer-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 230px;
}

.get-offer-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .get-offer-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .get-offer-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.get-offer-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  position: relative;
  z-index: 10;
}

.get-offer-description {
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .get-offer-description {
    max-width: 100%;
  }
}

.get-offer-image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.reports-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .reports-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .reports-section {
    gap: 2.5rem;
  }
}

.reports-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .reports-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .reports-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.reports-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

.report-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

@media (max-width: 1290px) {
  .report-block {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .report-block {
    grid-column: span 4 / span 4;
  }
}

.report-image-area {
  position: relative;
  height: 365px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}

@media (max-width: 1290px) {
  .report-image-area {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .report-image-area {
    height: 350px;
  }
}

.report-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.report-category {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.report-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .report-title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.report-download-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .report-download-btn {
    border-radius: 8px;
  }
}

.webinars-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .webinars-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .webinars-section {
    gap: 2.5rem;
  }
}

.webinar-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .webinar-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .webinar-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.webinar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.webinar-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .webinar-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .webinar-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.webinar-title {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.webinar-title::before {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 30%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.webinar-title::after {
  position: absolute;
  right: 0px;
  height: 2px;
  width: 30%;
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

@media (max-width: 1290px) {
  .webinar-title::before {
    content: var(--tw-content);
    width: 20%;
  }

  .webinar-title::after {
    content: var(--tw-content);
    width: 20%;
  }
}

@media (max-width: 768px) {
  .webinar-title::before {
    content: var(--tw-content);
    display: none;
  }

  .webinar-title::after {
    content: var(--tw-content);
    display: none;
  }
}

.past-webinar-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .past-webinar-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .past-webinar-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.past-webinar-title {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.past-webinar-title::before {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 25%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.past-webinar-title::after {
  position: absolute;
  right: 0px;
  height: 2px;
  width: 25%;
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

@media (max-width: 1290px) {
  .past-webinar-title::before {
    content: var(--tw-content);
    width: 15%;
  }

  .past-webinar-title::after {
    content: var(--tw-content);
    width: 15%;
  }
}

@media (max-width: 768px) {
  .past-webinar-title::before {
    content: var(--tw-content);
    display: none;
  }

  .past-webinar-title::after {
    content: var(--tw-content);
    display: none;
  }
}

.webinar-description {
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 768px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .webinar-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.webinar-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 20px;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  padding: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .webinar-block {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .webinar-block {
    padding: 1rem;
  }
}

.webinar-block.webinar-details {
  flex-direction: column;
  gap: 1rem;
  background-image: none;
  padding: 0px;
}

@media (max-width: 768px) {
  .webinar-block.webinar-details {
    grid-column: span 3 / span 3;
  }
}

.webinar-block.webinar-details .webinar-block-left {
  height: 240px;
  width: 100%;
}

@media (max-width: 1024px) {
  .webinar-block.webinar-details .webinar-block-left {
    height: 170px;
  }
}

.webinar-block.webinar-details .webinar-block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .webinar-block.webinar-details .webinar-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .webinar-block.webinar-details .webinar-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.webinar-block.webinar-details .webinar-button {
  width: -moz-fit-content;
  width: fit-content;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

.webinar-block-left {
  height: 300px;
  width: 570px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1290px) {
  .webinar-block-left {
    height: auto;
    width: 370px;
  }
}

@media (max-width: 1024px) {
  .webinar-block-left {
    width: 100%;
  }
}

.webinar-block-left-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.webinar-block-right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
}

.webinar-block-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .webinar-block-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  .webinar-block-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.webinar-block-date {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 226 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.webinar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 252 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .webinar-button {
    border-radius: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.blog-category-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .blog-category-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .blog-category-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-category-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .blog-category-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .blog-category-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.featured-blog {
  grid-column: span 3 / span 3;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .featured-blog {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .featured-blog {
    margin-bottom: 0.75rem;
  }
}

.featured-blog-image-wrapper {
  position: relative;
  height: 450px;
  width: 660px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (max-width: 1290px) {
  .featured-blog-image-wrapper {
    height: 300px;
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .featured-blog-image-wrapper {
    height: auto;
    width: 100%;
  }
}

.featured-blog-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.featured-blog-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .featured-blog-details {
    gap: 0.5rem;
  }
}

.featured-blog-top {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.featured-blog-category {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .featured-blog-category {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.featured-blog-date-and-time {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}

.featured-blog-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .featured-blog-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .featured-blog-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.featured-blog-summary {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .featured-blog-summary {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.featured-blog-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.blogs-wrapper {
  grid-column: span 3 / span 3;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.blog-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 1024px) {
  .blog-block {
    grid-column: span 3 / span 3;
  }
}

.block-blog-image-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

.block-blog-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-blog-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .block-blog-details {
    gap: 0.5rem;
  }
}

.block-blog-top {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.block-blog-category {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .block-blog-category {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.block-blog-date-and-time {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}

.block-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .block-blog-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.block-blog-summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .block-blog-summary {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  .block-blog-summary {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.block-blog-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .block-blog-read-more {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.blog-banner-area {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 1024px) {
  .blog-banner-area {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .blog-banner-area {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.blog-banner-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 31 61 / var(--tw-bg-opacity, 1));
}

.blog-banner-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .blog-banner-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .blog-banner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-banner-container {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 0px;
}

@media (max-width: 1600px) {
  .blog-banner-container {
    padding-left: 2.5rem;
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .blog-banner-container {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .blog-banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.blog-banner-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .blog-banner-left {
    padding-bottom: 1.5rem;
  }
}

.blog-banner-left-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .blog-banner-left-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .blog-banner-left-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-banner-left-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog-banner-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(172 181 187 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-banner-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1600px) {
  .blog-banner-image {
    width: 600px;
  }
}

@media (max-width: 1440px) {
  .blog-banner-image {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .blog-banner-image {
    width: 100%;
  }
}

.terms-section {
  margin-bottom: 10rem;
  width: 100%;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .terms-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.terms-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .terms-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .terms-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.terms-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.terms-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .terms-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.terms-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.terms-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4rem;
}

.terms-right {
  grid-column: span 3 / span 3;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .terms-right {
    grid-column: span 5 / span 5;
  }
}

.terms-right-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .terms-right-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.terms-right-block-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.blog-block.terms {
  grid-column: span 2 / span 2;
}

@media (max-width: 1024px) {
  .blog-block.terms {
    grid-column: span 5 / span 5;
  }
}

.about-privia-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-privia-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-privia-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-privia-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-privia-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-privia-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .about-privia-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-privia-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .about-privia-left {
    padding: 1.5rem;
  }
}

.about-privia-image {
  height: auto;
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1290px) {
  .about-privia-image {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .about-privia-image {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.about-privia-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
}

@media (max-width: 1290px) {
  .about-privia-svg {
    height: 100%;
    width: auto;
  }
}

.about-privia-right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.about-privia-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.68px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .about-privia-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .about-privia-title {
    font-size: 32px;
  }
}

.about-privia-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .about-privia-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.privia-corporate-section {
  position: relative;
  width: 100%;
}

@media (max-width: 1290px) {
  .privia-corporate-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .privia-corporate-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.privia-corporate-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .privia-corporate-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .privia-corporate-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.privia-corporate-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  padding: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 768px) {
  .privia-corporate-container {
    padding: 1.5rem;
  }
}

.privia-corporate-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .privia-corporate-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .privia-corporate-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.privia-corporate-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.privia-corporate-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.about-solutions-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-solutions-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-solutions-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-solutions-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-solutions-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-solutions-container {
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .about-solutions-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-solutions-left {
  display: flex;
  max-width: 600px;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .about-solutions-left {
    max-width: 100%;
  }
}

.about-solutions-left-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .about-solutions-left-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .about-solutions-left-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-solutions-left-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.about-solutions-left-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .about-solutions-left-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.about-solutions-right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .about-solutions-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.about-solutions-right-block {
  display: flex;
  width: 432px;
  align-items: center;
  gap: 1.5rem;
  border-radius: 20px;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  padding: 1rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .about-solutions-right-block {
    width: 48%;
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .about-solutions-right-block {
    width: 100%;
    border-radius: 0.75rem;
  }
}

.about-solutions-right-block-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 133%;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .about-solutions-right-block-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .about-solutions-right-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.about-solutions-right-block-icon-wrapper {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
  --tw-shadow: 8px 8px 22px 0px rgba(138,60,165,0.30);
  --tw-shadow-colored: 8px 8px 22px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.about-steps-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-steps-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-steps-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-steps-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-steps-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-steps-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .about-steps-container {
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .about-steps-container {
    gap: 1.5rem;
  }
}

.about-steps-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.about-steps-header-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.about-steps-header-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .about-steps-header-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .about-steps-header-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-steps-header-title {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.about-steps-header-title::before {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 27%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.about-steps-header-title::after {
  position: absolute;
  right: 0px;
  height: 2px;
  width: 27%;
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

@media (max-width: 1290px) {
  .about-steps-header-title::before {
    content: var(--tw-content);
    width: 15%;
  }

  .about-steps-header-title::after {
    content: var(--tw-content);
    width: 15%;
  }
}

@media (max-width: 768px) {
  .about-steps-header-title::before {
    content: var(--tw-content);
    display: none;
  }

  .about-steps-header-title::after {
    content: var(--tw-content);
    display: none;
  }
}

.about-steps {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .about-steps {
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    padding-top: 30px;
  }
}

.steps-center-stick {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 255 / var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {
  .steps-center-stick {
    top: 0px;
    left: 50%;
    height: 100%;
    width: 1px;
  }
}

.steps-dot {
  position: absolute;
  top: 50%;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(91,64,255,0.20);
}

@media (max-width: 768px) {
  .steps-dot {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.first-dot {
  left: 5%;
}

@media (max-width: 768px) {
  .first-dot {
    left: 50%;
    top: 5%;
  }
}

.second-dot {
  left: 30%;
}

@media (max-width: 768px) {
  .second-dot {
    left: 50%;
    top: 28.8%;
  }
}

.third-dot {
  left: 55%;
}

@media (max-width: 768px) {
  .third-dot {
    left: 50%;
    top: 52.5%;
  }
}

.fourth-dot {
  left: 80%;
}

@media (max-width: 768px) {
  .fourth-dot {
    left: 50%;
    top: 76.3%;
  }
}

.step-block {
  position: absolute;
  z-index: -10;
  display: flex;
  width: 280px;
  flex-direction: column;
  gap: 1rem;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 255 / var(--tw-border-opacity, 1));
  padding-left: 2.5rem;
}

@media (max-width: 1290px) {
  .step-block {
    width: 25%;
    padding-left: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .step-block {
    width: 50%;
    gap: 0.25rem;
    padding-left: 0.75rem;
  }
}

@media (max-width: 768px) {
  .step-block {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    height: 150px;
    border-left-width: 0px;
    border-top-width: 1px;
  }
}

.first-block {
  top: 100%;
  left: 5%;
  padding-top: 2.5rem;
}

@media (max-width: 1290px) {
  .first-block {
    padding-top: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .first-block {
    padding-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .first-block {
    left: -25%;
    padding-left: 0px;
    padding-right: 1.5rem;
    text-align: right;
  }
}

.second-block {
  bottom: 100%;
  left: 30%;
  padding-bottom: 2.5rem;
}

@media (max-width: 1290px) {
  .second-block {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .second-block {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 768px) {
  .second-block {
    left: 25%;
    padding-left: 1.5rem;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0.75rem;
  }
}

.third-block {
  top: 100%;
  left: 55%;
  padding-top: 2.5rem;
}

@media (max-width: 1290px) {
  .third-block {
    padding-top: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .third-block {
    padding-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .third-block {
    left: -25%;
    padding-left: 0px;
    padding-right: 1.5rem;
    text-align: right;
  }
}

.fourth-block {
  bottom: 100%;
  left: 80%;
  padding-bottom: 2.5rem;
}

@media (max-width: 1290px) {
  .fourth-block {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .fourth-block {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 768px) {
  .fourth-block {
    left: 25%;
    padding-left: 1.5rem;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0.75rem;
  }
}

.step-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 133%;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .step-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1024px) {
  .step-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.step-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .step-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .step-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  .step-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.expertise-section-about {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .expertise-section-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.expertise-blue-circle-about {
  height: 458px;
  width: 458px;
  border-radius: 458px;
  background-color: rgba(36,164,218,0.20);
  --tw-blur: blur(102px);
  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);
}

@media (max-width: 768px) {
  .expertise-blue-circle-about {
    height: 250px;
    width: 250px;
  }
}

.expertise-blue-circle-about {
  position: absolute;
  left: -10%;
  bottom: -80%;
}

@media (max-width: 768px) {
  .expertise-blue-circle-about {
    width: 100%;
  }
}

.expertise-section-description {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.about-expertise-box {
  display: flex;
  width: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-right-width: 1px;
  border-color: rgba(36,164,218,0.2);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .about-expertise-box {
    width: 50%;
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.about-expertise-box-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  --tw-text-opacity: 1;
  color: rgb(44 18 100 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .about-expertise-box-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.about-expertise-box-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}

.expertise-container-about {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .expertise-container-about {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .expertise-container-about {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.expertise-container-about {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .expertise-container-about {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.expertise-world-image-about {
  position: absolute;
  right: 7%;
  top: 0px;
}

@media (max-width: 1600px) {
  .expertise-world-image-about {
    right: 5%;
  }
}

@media (max-width: 1440px) {
  .expertise-world-image-about {
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .expertise-world-image-about {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.3;
  }
}

.expertise-world-image-about-page {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 1024px) {
  .expertise-world-image-about-page {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.3;
  }
}

.service-hero-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (max-width: 1290px) {
  .service-hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .service-hero-container {
    margin-top: 5rem;
    flex-direction: column-reverse;
  }
}

.service-detail-hero-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.75rem;
}

@media (max-width: 1024px) {
  .service-detail-hero-left {
    gap: 1.25rem;
  }
}

.service-detail-hero-right {
  height: auto;
  width: 558px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1290px) {
  .service-detail-hero-right {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .service-detail-hero-right {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .service-detail-hero-right {
    width: 100%;
  }
}

.service-detail-hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .service-detail-hero-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .service-detail-hero-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.service-detail-hero-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .service-detail-hero-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .service-detail-hero-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.service-detail-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .service-detail-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .service-detail-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.service-detail-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .service-detail-title {
    margin-bottom: 1rem;
  }
}

.faq-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .faq-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.faq-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .faq-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .faq-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .faq-container {
    gap: 1.5rem;
  }
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .faq-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.faq-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.faq-accordion-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.faq-accordion {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: rgba(12,27,77,0.10);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq-accordion:last-child {
  border-bottom-width: 1px;
}

@media (max-width: 768px) {
  .faq-accordion {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.faq-accordion-icon {
  display: flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .faq-accordion-icon {
    height: 36px;
    width: 36px;
  }
}

@media (max-width: 768px) {
  .faq-accordion-icon {
    height: 30px;
    width: 30px;
  }
}

.faq-accordion-title {
  flex: 1 1 0%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(34 40 43 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .faq-accordion-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1024px) {
  .faq-accordion-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .faq-accordion-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq-accordion-description {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  padding-left: 86px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .faq-accordion-description {
    padding-left: 56px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  .faq-accordion-description {
    padding-left: 46px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.faq-accordion-icon-plus {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.other-services-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .other-services-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.other-services-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .other-services-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .other-services-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.other-services-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .other-services-container {
    gap: 1.5rem;
  }
}

.other-services-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .other-services-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .other-services-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.other-services-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.other-services-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-services-wrapper {
    gap: 1.5rem;
  }
}

.other-service {
  padding: 32px 24px;
  position: relative;
}

.other-service::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(
        180deg,
        rgba(36, 164, 218, 0.32) 0%,
        rgba(7, 88, 137, 0.8) 100%
      )
      border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.other-service {
  grid-column: span 1 / span 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) {
  .other-service {
    grid-column: span 2 / span 2;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.other-service-title {
  flex: 1 1 0%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .other-service-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .other-service-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.other-service-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .other-service-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  .other-service-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.get-offer-form-section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .get-offer-form-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .get-offer-form-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.get-offer-form-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-image: url('/src/assets/images/service-offer-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .get-offer-form-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .get-offer-form-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.get-offer-form-section.educations {
  max-width: unset;
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.get-offer-form-section.solutions {
  bottom: -110px;
  max-width: unset;
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .get-offer-form-section.solutions {
    bottom: -200px;
    padding-bottom: 180px;
  }
}

.get-offer-form-section.solutions.services {
  background-image: url('/src/assets/images/services-offer-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 0px;
  padding-bottom: 70px;
}

@media (max-width: 1024px) {
  .get-offer-form-section.solutions.services {
    padding-bottom: 200px;
    padding-top: 4rem;
  }
}

.get-offer-form-section.solutions.services .get-offer-form-container {
  padding-bottom: 0px;
}

.get-offer-form-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .get-offer-form-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .get-offer-form-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.get-offer-form-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.get-offer-form-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2.5rem;
}

.get-offer-form-left.services {
  display: flex;
  width: 50%;
  flex: none;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .get-offer-form-left.services {
    width: 100%;
  }
}

.get-offer-form-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

.get-offer-form-left.services .get-offer-form-header {
  gap: 1.5rem;
}

.get-offer-form-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .get-offer-form-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .get-offer-form-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.get-offer-form-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.get-offer-form-title.purple-grad {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .get-offer-form-title.purple-grad {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .get-offer-form-title.purple-grad {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.get-offer-form-title.purple-grad {
  background-image: linear-gradient(90deg, #0C3569 0%, #7F24CF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.get-offer-form-description {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .get-offer-form-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .get-offer-form-image {
    display: none;
  }
}

.get-offer-form-image.services {
  position: relative;
  top: -5rem;
  flex: 1 1 0%;
}

.use-case-section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .use-case-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .use-case-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.use-case-section {
  position: relative;
  margin-top: 4rem;
  background-image: url('/src/assets/images/use-case-bg.png');
  background-size: cover;
  background-position: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

@media (max-width: 1024px) {
  .use-case-section {
    margin-top: 2.5rem;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .use-case-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.use-case-section.solutions {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  max-width: unset;
  background-image: url('/src/assets/images/use-case-bg.png');
  background-size: cover;
  background-position: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

@media (max-width: 1024px) {
  .use-case-section.solutions {
    margin-top: 2.5rem;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .use-case-section.solutions {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.use-case-container {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: url('/src/assets/images/use-case-container-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  padding-bottom: 0px;
  padding-left: 2.5rem;
}

@media (max-width: 1600px) {
  .use-case-container {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .use-case-container {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .use-case-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.use-case-container.solutions {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .use-case-container.solutions {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .use-case-container.solutions {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.use-case-container.solutions {
  overflow: hidden;
  padding-left: 2.5rem;
  padding-bottom: 0px;
}

@media (max-width: 1600px) {
  .use-case-container.solutions {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .use-case-container.solutions {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .use-case-container.solutions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.use-case-container.educations {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .use-case-container.educations {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .use-case-container.educations {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.use-case-container.educations {
  overflow: hidden;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1024px) {
  .use-case-container.educations {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .use-case-container.educations {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.use-case-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .use-case-left {
    padding-bottom: 1.5rem;
  }
}

.use-case-left-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .use-case-left-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .use-case-left-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.use-case-left-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.use-case-left-title-education {
  font-size: 32px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .use-case-left-title-education {
    font-size: 24px;
  }
}

.use-case-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(172 181 187 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .use-case-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.use-case-image {
  width: 550px;
}

@media (max-width: 1440px) {
  .use-case-image {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .use-case-image {
    width: 100%;
  }
}

.benefits-of-test-section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .benefits-of-test-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.why-privia-section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .why-privia-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.benefits-of-test-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .benefits-of-test-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .benefits-of-test-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.benefits-of-test-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .benefits-of-test-container {
    gap: 1.5rem;
  }
}

.benefits-of-test-header {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (max-width: 1290px) {
  .benefits-of-test-header {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefits-of-test-header {
    gap: 0.75rem;
  }
}

.benefits-of-test-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .benefits-of-test-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .benefits-of-test-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.benefits-of-test-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-of-test-title {
    line-height: 1.25;
  }
}

@media (max-width: 1024px) {
  .benefits-of-test-title-text {
    flex: 1 1 0%;
  }
}

.benefits-of-test-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.benefits-of-test-description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 160%;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-of-test-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.benefits-blocks {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1290px) {
  .benefits-blocks {
    gap: 1.5rem;
  }
}

.benefits-block {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.benefits-block::before {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -10;
  height: 219px;
  width: 219px;
  background-color: rgba(103,25,203,0.10);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

.benefits-block::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -10;
  height: 219px;
  width: 219px;
  background-color: rgba(68,160,214,0.15);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

@media (max-width: 1024px) {
  .benefits-block {
    grid-column: span 3 / span 3;
  }
}

@media (max-width: 768px) {
  .benefits-block {
    gap: 1rem;
    border-radius: 12px;
    padding: 1rem;
  }
}

.why-privia-block {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.why-privia-block::before {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -10;
  height: 219px;
  width: 219px;
  background-color: rgba(103,25,203,0.10);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

.why-privia-block::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -10;
  height: 219px;
  width: 219px;
  background-color: rgba(68,160,214,0.15);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

@media (max-width: 1290px) {
  .why-privia-block {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .why-privia-block {
    gap: 1rem;
    border-radius: 12px;
    padding: 1rem;
  }
}

.benefits-block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.benefits-block-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-block-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.why-privia-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .why-privia-content {
    flex-direction: column;
  }
}

.why-privia-blocks {
  display: grid;
  width: 50%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .why-privia-blocks {
    width: 100%;
  }
}

.why-privia-image {
  position: absolute;
  right: -15%;
}

@media (max-width: 1290px) {
  .why-privia-image {
    right: -35%;
  }
}

@media (max-width: 1024px) {
  .why-privia-image {
    position: relative;
    right: 0px;
    margin-bottom: 2.5rem;
    height: auto;
    width: 100%;
  }
}

.service-contact-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .service-contact-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.service-contact-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .service-contact-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .service-contact-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.service-contact-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background-image: url('/src/assets/images/service-contact-bg.png');
  background-size: cover;
  background-position: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-contact-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
}

.service-contact-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .service-contact-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .service-contact-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.service-contact-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.service-contact-description {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(172 181 187 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .service-contact-description {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1290px) {
  .service-contact-eagle {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .service-contact-eagle {
    display: none;
  }
}

.service-steps-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .service-steps-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.service-steps-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .service-steps-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .service-steps-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.service-steps-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .service-steps-container {
    gap: 2.5rem;
  }
}

.service-steps {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.25rem;
}

.service-step {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1290px) {
  .service-step {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .service-step {
    grid-column: span 4 / span 4;
    padding-left: 2.5rem;
  }
}

.service-step-header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .service-step-header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
  }
}

.service-step-dot {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(91,64,255,0.20);
}

.service-step-header-stick {
  width: 100%;
  flex: 1 1 0%;
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 255 / var(--tw-border-opacity, 1));
}

@media (max-width: 768px) {
  .service-step-header-stick {
    height: 100%;
    width: 1px;
    border-width: 1px;
  }

  .service-step:last-child .service-step-header-stick {
    display: none;
  }
}

.service-step-title {
  margin-bottom: 1rem;
  margin-top: 2rem;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.24px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .service-step-title {
    margin-top: 0px;
    line-height: 1;
  }
}

.service-step-description {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.absolute-number {
  position: absolute;
  top: 0px;
  right: 2.5rem;
  z-index: -10;
  background-image: linear-gradient(180deg, #DED9FF 0%, rgba(222, 217, 255, 0.00) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 112px;
  font-weight: 600;
  color: transparent;
}

@media (max-width: 768px) {
  .absolute-number {
    top: -2.5rem;
  }
}

.service-blocks-section {
  position: relative;
  width: 100%;
  background-image: url('/src/assets/images/service-details-blocks-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .service-blocks-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.service-blocks-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .service-blocks-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .service-blocks-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.service-blocks-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.service-blocks-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.service-blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.5rem;
}

@media (max-width: 1290px) {
  .service-blocks {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .service-blocks {
    gap: 2.5rem;
  }
}

.service-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .service-block {
    gap: 0.75rem;
  }
}

.service-block.grid-three {
  width: 29%;
}

@media (max-width: 1024px) {
  .service-block.grid-three {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .service-block.grid-three {
    width: 100%;
  }
}

.service-block.grid-two {
  width: 46%;
}

@media (max-width: 768px) {
  .service-block.grid-two {
    width: 100%;
  }
}

.service-block-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .service-block-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .service-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.service-block-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .service-block-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-blocks-v-stick {
  width: 1px;
  background-color: rgba(12,27,77,0.10);
}

@media (max-width: 1024px) {
  .service-blocks-v-stick {
    display: none;
  }
}

.service-blocks-h-stick {
  height: 1px;
  width: 100%;
  background-color: rgba(12,27,77,0.10);
}

@media (max-width: 1024px) {
  .service-blocks-h-stick {
    display: none;
    width: 100%;
  }
}

.about-solutions-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-solutions-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-solution-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-solution-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-solution-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-solution-container {
  display: flex;
  flex-direction: column;
}

.about-solution-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .about-solution-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .about-solution-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-solution-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .about-solution-title {
    margin-bottom: 1rem;
  }
}

.about-solution-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .about-solution-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.solution-related-products-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .solution-related-products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.solution-related-products-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .solution-related-products-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .solution-related-products-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.solution-related-products-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.solution-related-products-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .solution-related-products-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .solution-related-products-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.solution-related-products-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.related-products-wrapper {
  display: grid;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .related-products-wrapper {
    gap: 1.5rem;
  }
}

.related-products-wrapper.grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-products-wrapper.grid-full {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.related-products-wrapper.grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-products-wrapper.grid-three .related-product {
  grid-column: span 1 / span 1;
}

@media (max-width: 1024px) {
  .related-products-wrapper.grid-three .related-product {
    grid-column: span 3 / span 3;
  }
}

.related-products-wrapper.grid-two .related-product {
  grid-column: span 1 / span 1;
}

@media (max-width: 1024px) {
  .related-products-wrapper.grid-two .related-product {
    grid-column: span 2 / span 2;
  }
}

.related-products-wrapper.grid-full .related-product {
  grid-column: span 1 / span 1;
}

.related-product {
  position: relative;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  overflow: hidden;
  border-radius: 20px;
  padding: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.related-product::before {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -10;
  height: 400px;
  width: 400px;
  background-color: rgba(103,25,203,0.10);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

.related-product::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -10;
  height: 400px;
  width: 400px;
  background-color: rgba(68,160,214,0.15);
  content: var(--tw-content);
  --tw-blur: blur(92px);
  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);
}

@media (max-width: 1290px) {
  .related-product {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 768px) {
  .related-product {
    gap: 1rem;
    border-radius: 12px;
    padding: 1rem;
  }
}

.related-product-title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .related-product-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.related-product-description {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .related-product-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.related-product-button {
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.14px;
}

.related-product-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #7a25ca 0%, #6990e8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.related-product-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.other-solutions-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .other-solutions-section {
    padding-top: 3rem;
  }
}

.other-solutions-svg {
  position: absolute;
  left: 0px;
  z-index: -10;
}

.other-solutions-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .other-solutions-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .other-solutions-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.other-solutions-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.other-solutions-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .other-solutions-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .other-solutions-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.other-solutions-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.other-solutions-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-solutions-wrapper {
    gap: 1.5rem;
  }
}

.solution-benefits-section {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .solution-benefits-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.solution-benefits-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .solution-benefits-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .solution-benefits-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.solution-benefits-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.solution-benefits-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.solution-benefits-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .solution-benefits-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .solution-benefits-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.solution-benefits-title {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.solution-benefits-title::before {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 20%;
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

.solution-benefits-title::after {
  position: absolute;
  right: 0px;
  height: 2px;
  width: 20%;
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(109, 40, 191, 0.00) 0%, #6D28BF 100%);
}

@media (max-width: 1290px) {
  .solution-benefits-title::before {
    content: var(--tw-content);
    width: 15%;
  }

  .solution-benefits-title::after {
    content: var(--tw-content);
    width: 15%;
  }
}

@media (max-width: 768px) {
  .solution-benefits-title {
    margin-bottom: 0px;
  }

  .solution-benefits-title::before {
    content: var(--tw-content);
    display: none;
  }

  .solution-benefits-title::after {
    content: var(--tw-content);
    display: none;
  }
}

.solution-benefits-description {
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 768px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .solution-benefits-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.solution-benefit-left-aligned {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .solution-benefit-left-aligned {
    flex-direction: column;
  }
}

.solution-benefit-right-aligned {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .solution-benefit-right-aligned {
    flex-direction: column-reverse;
  }
}

.solution-benefit-left-aligned-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.solution-benefit-right-aligned-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.solution-benefit-left-aligned-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .solution-benefit-left-aligned-right {
    padding: 1rem;
  }
}

.solution-benefit-right-aligned-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .solution-benefit-right-aligned-right {
    padding: 1rem;
  }
}

.solution-benefit-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
}

.solution-benefit-image {
  height: auto;
  width: 680px;
  border-radius: 20px;
}

@media (max-width: 1290px) {
  .solution-benefit-image {
    width: 450px;
  }
}

@media (max-width: 1024px) {
  .solution-benefit-image {
    width: 100%;
  }
}

.left-aligned-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.solution-benefit-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .solution-benefit-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.solution-benefit-description {
  margin-bottom: 2.5rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .solution-benefit-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.solution-benefit-checks {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 1rem;
}

.solution-benefit-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .solution-benefit-check {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-video-section {
  position: relative;
  width: 100%;
  background-image: url('/src/assets/images/product-video-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .product-video-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.product-video-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .product-video-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .product-video-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.product-video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.product-video-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .product-video-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .product-video-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-video-title {
  margin-bottom: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .product-video-title {
    margin-bottom: 1.5rem;
  }
}

.product-video-area {
  position: relative;
  width: 100%;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-video-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  cursor: pointer;
}

.benefits-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .benefits-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.benefits-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .benefits-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .benefits-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.benefits-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.benefits-section-svg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
}

@media (max-width: 1024px) {
  .benefits-section-svg {
    bottom: unset;
    top: 10%;
    width: 100%;
  }
}

.benefits-header {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.benefits-small-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-small-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.benefits-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .benefits-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .benefits-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.benefits-title {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .benefits-title {
    margin-bottom: 1rem;
  }
}

.benefits-description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .benefits-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.benefits-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.75rem;
}

@media (max-width: 1024px) {
  .benefits-wrapper {
    flex-direction: column-reverse;
  }
}

.benefit-image-wrapper {
  position: relative;
  height: 560px;
  width: 750px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (max-width: 1290px) {
  .benefit-image-wrapper {
    height: 350px;
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .benefit-image-wrapper {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .benefit-image-wrapper {
    height: 230px;
  }
}

.benefit-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: -100%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.benefit-image.active {
  --tw-translate-y: -0px;
  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));
  opacity: 1;
}

.benefits-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.benefit {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 0.5rem;
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1290px) {
  .benefit {
    padding-left: 1rem;
  }
}

.benefit.active {
  --tw-border-opacity: 1;
  border-color: rgb(90 39 197 / var(--tw-border-opacity, 1));
}

.benefit-title {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .benefit-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.benefit-description {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .benefit-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .benefit-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.education-cover-details {
  position: absolute;
  bottom: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1290px) {
  .education-cover-details {
    width: 88%;
  }
}

@media (max-width: 1024px) {
  .education-cover-details {
    bottom: 1.5rem;
    width: 92%;
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .education-cover-details {
    width: 80%;
  }
}

.education-cover-details-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

@media (max-width: 1024px) {
  .education-cover-details-left {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.education-cover-svg {
  position: absolute;
  right: 20%;
  top: 0px;
  height: 100%;
  width: auto;
}

@media (max-width: 1024px) {
  .education-cover-svg {
    display: none;
  }
}

.education-cover-detail-block {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .education-cover-detail-block {
    width: 100%;
  }
}

.cover-detail-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.education-cover-detail-block-right {
  display: flex;
  flex-direction: column;
}

.education-cover-detail-block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .education-cover-detail-block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.education-cover-detail-block-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .education-cover-detail-block-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.education-cover-details-right {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .education-cover-details-right {
    width: 100%;
  }
}

.cover-certificates-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.cover-certificates-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cover-certificate-image {
  height: auto;
  width: 3rem;
}

.about-education-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-education-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-education-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-education-container {
  display: flex;
  flex-direction: column;
}

.about-education-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .about-education-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .about-education-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-education-title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .about-education-title {
    margin-bottom: 1rem;
  }
}

.about-education-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .about-education-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.education-for-who-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .education-for-who-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.education-for-who-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .education-for-who-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .education-for-who-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.education-for-who-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .education-for-who-container {
    gap: 5rem;
  }
}

@media (max-width: 768px) {
  .education-for-who-container {
    gap: 2.5rem;
  }
}

.education-for-who-block {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .education-for-who-block {
    grid-column: span 2 / span 2;
  }
}

.education-banner-section {
  position: relative;
  width: 100%;
  background-image: url('/src/assets/images/education-banner-bg.png');
  background-size: cover;
  background-position: right;
}

.education-banner-section::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .education-banner-section::before {
    content: var(--tw-content);
    display: block;
  }
}

.education-banner-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .education-banner-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .education-banner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.education-banner-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .education-banner-container {
    gap: 1rem;
  }
}

.education-banner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .education-banner-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .education-banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.education-banner-title {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  max-width: 750px;
}

.education-banner-eagle {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-contains-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .education-contains-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.education-contains-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .education-contains-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .education-contains-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.education-contains-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .education-contains-container {
    gap: 1.5rem;
  }
}

.education-contains-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .education-contains-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .education-contains-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.education-contains-title {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.education-accordion-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}

.education-accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.education-accordion.active {
  background-image: linear-gradient(90deg, #0C3569 0%, #7F24CF 100%);
}

.education-accordion-header {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  background-image: linear-gradient(90deg,#0C3569 0%,#1051A2 100%);
  padding: 2rem;
}

@media (max-width: 1024px) {
  .education-accordion-header {
    padding: 1rem;
  }
}

.education-accordion.active .education-accordion-header {
  background-image: linear-gradient(90deg, #0C3569 0%, #7F24CF 100%);
}

.education-accordion.active .education-accordion-description {
  max-height: 1000px;
  padding: 2.5rem;
  padding-left: 120px;
}

@media (max-width: 1024px) {
  .education-accordion.active .education-accordion-description {
    padding: 1.5rem;
    padding-left: 4rem;
  }
}

@media (max-width: 768px) {
  .education-accordion.active .education-accordion-description {
    padding: 1rem;
    padding-left: 2.5rem;
  }
}

.education-accordion:last-child .education-accordion-description {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

.education-accordion.active .education-accordion-icon {
  --tw-rotate: 180deg;
  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));
}

.education-accordion-header-left {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .education-accordion-header-left {
    gap: 1.5rem;
  }
}

.education-accordion-day {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .education-accordion-day {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .education-accordion-day {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.education-accordion-title {
  flex: 1 1 0%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .education-accordion-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .education-accordion-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.education-accordion-icon {
  fill: #ADE0FF;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.education-accordion-description {
  margin: 1px;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-left: 7rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .education-accordion-description {
    padding: 0px;
    padding-left: 4rem;
  }
}

@media (max-width: 768px) {
  .education-accordion-description {
    padding-left: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.train-defenders-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .train-defenders-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.train-defenders-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .train-defenders-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .train-defenders-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.train-defenders-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  border-radius: 1rem;
  background-color: rgba(250,248,255,0.80);
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 1024px) {
  .train-defenders-container {
    gap: 1.5rem;
  }
}

.train-defenders-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .train-defenders-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .train-defenders-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.train-defenders-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .train-defenders-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.train-defenders-title-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.train-defenders-logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.train-defenders-logos img {
  height: auto;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .train-defenders-logos img {
    max-width: 150px;
  }
}

.education-calendar-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .education-calendar-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.education-calendar-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .education-calendar-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .education-calendar-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.education-calendar-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.education-calendar-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .education-calendar-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .education-calendar-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.education-calendar-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .education-calendar-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.education-calendar-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .education-calendar-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.education-calendar-title-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.calendar-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3.5rem;
}

.calendar-month {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 20px;
  background-image: linear-gradient(92deg, rgba(164, 102, 243, 0.09) 0%, rgba(68, 160, 214, 0.09) 99.79%);
  padding: 2rem;
  --tw-backdrop-blur: blur(3.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (max-width: 768px) {
  .calendar-month {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.calendar-month-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.calendar-month-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.calendar-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  border-radius: 20px;
  border-left-width: 6px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 1290px) {
  .calendar-item {
    padding: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .calendar-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .calendar-item {
    padding: 1rem;
  }
}

.calendar-item.yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 84 / var(--tw-border-opacity, 1));
}

.calendar-item.green {
  --tw-border-opacity: 1;
  border-color: rgb(133 231 99 / var(--tw-border-opacity, 1));
}

.calendar-item.blue {
  --tw-border-opacity: 1;
  border-color: rgb(156 219 255 / var(--tw-border-opacity, 1));
}

.calendar-item.pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 176 176 / var(--tw-border-opacity, 1));
}

.calendar-item.yellow .calendar-item-left-date {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 84 / var(--tw-bg-opacity, 1));
}

.calendar-item.green .calendar-item-left-date {
  --tw-bg-opacity: 1;
  background-color: rgb(133 231 99 / var(--tw-bg-opacity, 1));
}

.calendar-item.blue .calendar-item-left-date {
  --tw-bg-opacity: 1;
  background-color: rgb(156 219 255 / var(--tw-bg-opacity, 1));
}

.calendar-item.pink .calendar-item-left-date {
  --tw-bg-opacity: 1;
  background-color: rgb(255 176 176 / var(--tw-bg-opacity, 1));
}

.calendar-item-left {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 5rem;
}

@media (max-width: 1290px) {
  .calendar-item-left {
    gap: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .calendar-item-left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .calendar-item-left {
    gap: 0.75rem;
  }
}

.calendar-item-left-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border-radius: 10px;
  padding: 0.75rem;
}

@media (max-width: 1290px) {
  .calendar-item-left-date {
    padding: 0.5rem;
  }
}

.calendar-item-left-date-day {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 1290px) {
  .calendar-item-left-date-day {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.calendar-item-left-date-month {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.12px;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.calendar-item-left-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 1290px) {
  .calendar-item-left-details {
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .calendar-item-left-details {
    gap: 1.5rem;
  }
}

.calendar-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .calendar-item-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.calendar-item-details-bottom {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 1290px) {
  .calendar-item-details-bottom {
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .calendar-item-details-bottom {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.calendar-item-detail-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .calendar-item-detail-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.calendar-item-detail-value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .calendar-item-detail-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.about-reports-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-reports-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-reports-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-reports-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-reports-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-reports-container {
  display: flex;
  gap: 3.5rem;
}

@media (max-width: 1024px) {
  .about-reports-container {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .about-reports-container {
    gap: 1.5rem;
  }
}

.about-reports-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.other-reports-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .other-reports-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.other-reports-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .other-reports-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .other-reports-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.other-reports-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-reports-container {
    gap: 1.5rem;
  }
}

.other-reports-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .other-reports-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.other-reports-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-reports-wrapper {
    gap: 1.5rem;
  }
}

.hero-webinar-details {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.hero-webinar-details-block {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #d2d2d2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
}

@media (max-width: 1024px) {
  .hero-webinar-details-block {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-webinar-details-block {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.about-webinar-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-webinar-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about-webinar-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .about-webinar-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .about-webinar-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-webinar-container {
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .about-webinar-container {
    flex-direction: column;
  }
}

.about-webinar-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.about-webinar-right {
  margin-right: 1.5rem;
  display: flex;
  width: 350px;
  flex-direction: column;
  gap: 1.5rem;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(90 39 197 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}

@media (max-width: 1024px) {
  .about-webinar-right {
    margin-left: 0px;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 0px;
    padding-left: 0px;
    padding-top: 1.5rem;
  }
}

.speaker-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.speaker-block {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.speaker-block img {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
}

.speaker-info {
  display: flex;
  flex-direction: column;
}

.speaker-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}

.speaker-position {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .speaker-position {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.other-webinars-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .other-webinars-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.other-webinars-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .other-webinars-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .other-webinars-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.other-webinars-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-webinars-container {
    gap: 1.5rem;
  }
}

.other-webinars-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .other-webinars-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.other-webinars-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-webinars-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .other-webinars-wrapper {
    gap: 2.5rem;
  }
}

.blog-inner-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  max-width: 720px;
}

@media (max-width: 1024px) {
  .blog-inner-container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-inner-container h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h1 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-inner-container h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.blog-inner-container h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-inner-container h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h4 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-inner-container h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h5 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-inner-container h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container h6 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-inner-container .quote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 2.25rem;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container .quote {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container .quote {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-inner-container p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container p {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.blog-inner-container a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.blog-inner-container .caption, .blog-inner-container figcaption, .blog-inner-container span {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .blog-inner-container .caption, .blog-inner-container figcaption, .blog-inner-container span {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .blog-inner-container .caption, .blog-inner-container figcaption, .blog-inner-container span {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.share-blog {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .share-blog {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.share-blog-text {
  margin: 0px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.share-blog-social-medias {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .share-blog-social-medias {
    gap: 0.5rem;
  }
}

.share-blog-icon-wrapper {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(90deg, #7A25CA 0%, #6990E8 100%);
  padding: 1px;
}

@media (max-width: 768px) {
  .share-blog-icon-wrapper {
    height: 2rem;
    width: 2rem;
  }
}

.social-icon {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.social-icon:hover {
  --tw-bg-opacity: 0.7;
}

.other-blogs-section {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .other-blogs-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.other-blogs-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1290px) {
  .other-blogs-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .other-blogs-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.other-blogs-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-blogs-container {
    gap: 1.5rem;
  }
}

.other-blogs-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .other-blogs-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.other-blogs-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .other-blogs-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .other-blogs-wrapper {
    gap: 2.5rem;
  }
}

.cover-breadcrumb {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.cover-blog-details {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.cover-category {
  border-radius: 9999px;
  background-image: linear-gradient(90deg,#0C3569 0%,#7F24CF 100%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cover-blog-info {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(219 218 255 / var(--tw-text-opacity, 1));
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-\[200px\] {
  bottom: -200px;
}

.-left-20 {
  left: -5rem;
}

.-left-\[10\%\] {
  left: -10%;
}

.-right-\[10\%\] {
  right: -10%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.-z-10 {
  z-index: -10;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-24 {
  height: 6rem;
}

.h-\[495px\] {
  height: 495px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[882px\] {
  width: 882px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.\!border-none {
  border-style: none !important;
}

.bg-\[rgba\(42\2c 150\2c 214\2c 0\.16\)\] {
  background-color: rgba(42,150,214,0.16);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!bg-none {
  background-image: none !important;
}

.bg-newsletter-area {
  background-image: url('/src/assets/images/newsletter-background.png');
}

.bg-notice-grad {
  background-image: linear-gradient(180deg, #EAF8FF 0%, #DDD4FF 100%);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}

.text-\[\#c0c0c0\] {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(19 66 94 / var(--tw-text-opacity, 1));
}

.text-privia-gray {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

.text-privia-light-blue {
  --tw-text-opacity: 1;
  color: rgb(134 219 255 / var(--tw-text-opacity, 1));
}

.text-privia-purple {
  --tw-text-opacity: 1;
  color: rgb(90 39 197 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-\[122px\] {
  --tw-blur: blur(122px);
  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);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1290px) {
  .md\:w-\[calc\(100\%_-_4rem\)\] {
    width: calc(100% - 4rem);
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .sm\:left-0 {
    left: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-\[unset\] {
    right: unset;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:\!h-auto {
    height: auto !important;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .xs\:\!-bottom-\[100px\] {
    bottom: -100px !important;
  }

  .xs\:top-0 {
    top: 0px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
