/*!
Theme Name: enteract
Theme URI: https://underscoretw.com/
Author: ibex.
Author URI: https://www.ibex.co
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: enteract
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

enteract is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "Axiforma-Light";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Light.eot"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Light.woff") format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Light.ttf") format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Light.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma-Regular";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Regular.eot"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Regular.woff") format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Regular.ttf")
			format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Regular.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma-Medium";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Medium.eot");

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Medium.woff") format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Medium.ttf") format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Medium.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma-Bold";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Bold.eot");

  src: url("../theme/assets/fonts/Axiforma/Axiforma-Bold.woff") format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Bold.ttf") format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-Bold.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma-ExtraBold";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-ExtraBold.eot"),
		url("../theme/assets/fonts/Axiforma/Axiforma-ExtraBold.woff") format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-ExtraBold.ttf")
			format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-ExtraBold.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma-SemiBold";

  src: url("../theme/assets/fonts/Axiforma/Axiforma-SemiBold.eot");

  src: url("../theme/assets/fonts/Axiforma/Axiforma-SemiBold.woff")
			format("woff"),
		url("../theme/assets/fonts/Axiforma/Axiforma-SemiBold.ttf")
			format("truetype"),
		url("../theme/assets/fonts/Axiforma/Axiforma-SemiBold.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";

  src: url("../theme/assets/fonts/Poppins/Poppins-SemiBold.eot");

  src: url("../theme/assets/fonts/Poppins/Poppins-SemiBold.woff") format("woff"),
		url("../theme/assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype"),
		url("../theme/assets/fonts/Poppins/Poppins-SemiBold.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Poppins-Medium";

  src: url("../theme/assets/fonts/Poppins/Poppins-Medium.eot");

  src: url("../theme/assets/fonts/Poppins/Poppins-Medium.woff") format("woff"),
		url("../theme/assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype"),
		url("../theme/assets/fonts/Poppins/Poppins-Medium.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";

  src: url("../theme/assets/fonts/Poppins/Poppins-Regular.eot");

  src: url("../theme/assets/fonts/Poppins/Poppins-Regular.woff") format("woff"),
		url("../theme/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype"),
		url("../theme/assets/fonts/Poppins/Poppins-Regular.eot?#iefix")
			format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.2.7 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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:  ;
}

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 253 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

a,
button {
  cursor: pointer;
}

#page {
  position: relative;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
}

.page-template-landing .topHeader,
.page-template-blogpage .topHeader,
.page-template-inner-blogpage .topHeader,
.page-template-better-customer-experience-blog-page .topHeader,
.page-template.page-template-technologyteams-blog-page .topHeader {
  display: none;
}

.branding .simple-logo {
  display: block;
}

.branding .stylised-logo {
  display: none;
}

.page-template-landing .branding .simple-logo,
.page-template-blogpage .branding .simple-logo,
.page-template-inner-blogpage .branding .simple-logo,
.page-template-better-customer-experience-blog-page .branding .simple-logo,
.page-template.page-template-technologyteams-blog-page .branding .simple-logo {
  display: none;
}

.page-template-landing .branding .stylised-logo,
.page-template-blogpage .branding .stylised-logo,
.page-template-inner-blogpage .branding .stylised-logo,
.page-template-better-customer-experience-blog-page .branding .stylised-logo,
.page-template.page-template-technologyteams-blog-page
	.branding
	.stylised-logo {
  display: block;
}

.page-template-homepage .auth-btns .login-btn {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 69 / var(--tw-border-opacity));
}

.page-template-homepage .auth-btns .login-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 69 / var(--tw-bg-opacity));
}

.page-template-homepage .auth-btns .contact-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(235 0 69 / var(--tw-text-opacity));
}

.page-template-landing .links--productNav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(109 2 192 / var(--tw-text-opacity));
}

.linear-gradient {
  background: linear-gradient(221.46deg, #f6448a 11.63%, #fa8971 92.27%);
}

.linear-gradient2 {
  background: linear-gradient(72.16deg, #efd47d 0%, #f6428b 101.87%);
}

.bg-white-trans {
  background-color: rgba(255, 255, 255, 0.7);
}

.gradient-avatar {
  width: 458px;
  height: 458px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
		228.05deg,
		#ffd53e -22.43%,
		#f5c8a2 24.89%,
		#debccb 86.26%
	);
}

.gradient-avatar .profile-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 458px;
  height: auto;
}

.hero-image-wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .hero-image-wrapper {
    margin-top: 0.75rem;
  }
}

.hero-image-wrapper > img {
  margin-top: 0.75rem;
}

.hero-image-wrapper .latest-followers {
  position: absolute;
  bottom: -32px;
  left: -90px;
}

@media (max-width: 576px) {
  .hero-image-wrapper .latest-followers {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-image-wrapper .latest-followers {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.client-list .slick-list {
  height: 167px;
}

@media (max-width: 768px) {
  .client-list .slick-list {
    height: 83.5px;
  }
}

@media (max-width: 1024px) {
  .client-list .slick-list {
    height: 116px;
  }
}

.client-list .slick-list .slick-track {
  height: 100%;
}

.client-list .slick-list .slick-track .slick-slide {
  display: flex;
}

.trends-list .slick-list {
  height: 268px;
}

.trends-list .slick-list .slick-track {
  height: 100%;
}

.trends-list .slick-dots {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trends-list .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

.trends-list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}

.trends-list .slick-dots li.slick-active button {
  background-color: #ff3f33;
}

.styled-underline {
  position: relative;
}

.styled-underline::after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1.125rem;
  left: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .styled-underline::after {
    bottom: -0.7rem;
  }
}

.styled-underline.satisfied::after {
  width: 0%;
  content: url("../theme/assets/images/satisfied-underline.svg");
  animation: underline-slide 0.75s ease-in 2s 1 forwards;
}

.styled-underline.boost::after {
  width: 0%;
  content: url("../theme/assets/images/boost-underline.svg");
  animation: underline-slide 0.75s ease-in 2s 1 forwards;
}

.styled-underline.one-of-them::after {
  content: url("../theme/assets/images/one-of-them-underline.svg");
}

.styled-underline.mountains::after {
  content: url("../theme/assets/images/mountains-underline.svg");
}

.styled-underline.trends::after {
  content: url("../theme/assets/images/trends-underline.svg");
}

.styled-underline.smarter::after {
  content: url("../theme/assets/images/smarter-underline.svg");
}

@keyframes underline-slide {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .stylised-logo {
    display: block;
    z-index: 999;
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .stylised-logo {
    display: block;
    z-index: 999;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 577px) {
  .hero-image-wrapper {
    max-width: 75%;
  }
}

.topHeader .links .sub-menu {
  display: none;
}

.productNav .links--productNav li.menu-item-has-children {
  position: relative;
}

.productNav .links--productNav li.menu-item-has-children > a::after {
  font: var(--fa-font-solid);
  content: "\f078";
  position: absolute;
  display: inline-block;
  color: #333333;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
  transition: transform 0.5s ease;
}

.top-bar-nav li.menu-item-has-children > a::after {
  color: #f9f9f9 !important;
}

.productNav .links--productNav li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 4px;
  min-width: 150px;
  z-index: 2;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.productNav .links--productNav li.menu-item-has-children .sub-menu li {
  padding-block: 0.375rem;
  transition: background-color 0.3s ease-in-out;
}

.productNav
	.links--productNav
	li.menu-item-has-children
	.sub-menu
	li:last-child {
  border-bottom: none;
}

.productNav .links--productNav li.menu-item-has-children .sub-menu li:hover {
  background-color: rgb(173 173 173 / 10%);
}

.productNav .links--productNav li.menu-item-has-children .sub-menu li a {
  color: #545454;
  font-family: "Axiforma-Regular";
  width: 100%;
  height: 100%;
}

.productNav .links--productNav li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.productNav .links--productNav li.menu-item-has-children:hover a::after {
  transform: translateY(-50%) rotate(-180deg);
}

.footer-menu .footer-links {
  display: flex;
  justify-content: space-between;
  margin-top: -32px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .footer-menu .footer-links {
    display: block;
    padding: 1.5rem 0;
  }
}

.footer-menu .footer-links li.menu-item-has-children {
  margin-right: 90px;
}

@media (max-width: 576px) {
  .footer-menu .footer-links li.menu-item-has-children {
    margin-right: 2rem !important;
  }
}

@media (max-width: 768px) {
  .footer-menu .footer-links li.menu-item-has-children {
    margin-right: 4rem;
  }
}

.footer-menu .footer-links li.menu-item:last-child {
  margin-right: 0px;
}

.footer-menu .footer-links li.menu-item > a {
  font-size: 16px;
  font-family: "Axiforma-SemiBold";
  color: #ebebeb;
}

.footer-menu .footer-links li.menu-item-has-children .sub-menu li {
  margin-block: 16px;
}

@media (max-width: 576px) {
  .footer-menu .footer-links li.menu-item-has-children .sub-menu li {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (max-width: 768px) {
  .footer-menu .footer-links li.menu-item-has-children .sub-menu li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.footer-menu .footer-links li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  font-family: "Axiforma-Light";
  transition: color 0.3s ease-in-out;
}

.footer-menu .footer-links li.menu-item-has-children .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.bar-line:after {
  content: "";
  width: 151px;
  height: 2px;
  position: absolute;
  background-color: #ff3f33;
  top: 9px;
  left: 107px;
}

.small-text {
  font-size: 14px;
}

.blog-lists li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.underline-end {
  border-bottom: 1px solid #d9d9d9;
}

.blog-text ul {
  list-style-type: disc !important;
}

.tag-list {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

.toggle-btn {
  background: transparent;
  outline: none;
  border: none;
  display: none;
  min-height: 24px;
  width: 36px;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .toggle-btn {
    display: flex;
  }
}

.toggle-btn span {
  position: relative;
  height: 2px;
  width: 100%;
  background: transparent;
  z-index: 2;
}

.toggle-btn span::before,
.toggle-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.toggle-btn span::before {
  bottom: 8px;
}

.toggle-btn-open span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

.toggle-btn-open span::after {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in;
  z-index: 100;
  top: 0;
  left: 0;
}

.mobile-menu nav {
  margin-top: 102px;
  padding: 15px;
  text-align: center;
}

.mobile-menu nav ul {
  flex-direction: column;
  padding: 0;
}

.mobile-menu nav ul li {
  list-style: none;
  padding: 12px 20px;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
}

.mobile-menu nav ul li a {
  padding: 4px 0;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.mobile-menu nav ul li a i {
  transition: all 0.3s ease-in-out;
}

.mobile-menu nav ul li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  bottom: -1.125rem;
  left: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .mobile-menu nav ul li a:after {
    bottom: -0.6rem;
  }
}

.mobile-menu nav ul li a:after {
  transition: all 0.3s ease-in-out;
}

.mobile-menu nav ul li.active {
  background: #fff2df;
  border-radius: 15px;
}

.mobile-menu nav ul li.active a:after {
  width: 100%;
}

.mobile-menu nav ul li:hover a {
  color: #333333;
}

.mobile-menu nav ul li:hover a:after {
  content: url("../theme/assets/images/product.svg");
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mobile-menu nav .menu-item-has-children.active {
  background: #fff2df;
  border-radius: 15px;
}

.mobile-menu nav ul li:last-child::after {
  display: none;
}

.mobile-menu nav .menu-item-has-children a {
  position: relative;
}

.mobile-menu nav .menu-item-has-children a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\F078";
  position: absolute;
  display: inline-block;
  color: #333333;
  right: -30px;
  top: 50%;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(-50%);
}

.mobile-menu nav .menu-item-has-children .sub-menu {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.mobile-menu nav .menu-item-has-children .sub-menu li {
  padding: 6px 16px;
}

.mobile-menu nav .menu-item-has-children .sub-menu li a {
  color: #333333;
  font-size: 18px;
}

.mobile-menu nav .menu-item-has-children .sub-menu li a:after,
.mobile-menu nav .menu-item-has-children .sub-menu li a::before {
  display: none;
}

.mobile-menu nav .menu-item-has-children .sub-menu li:first-child {
  padding-top: 16px;
}

.mobile-menu nav .menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 16px;
}

.mobile-menu nav .menu-item-has-children .sub-menu-open {
  height: 128px;
  overflow: hidden;
  margin-top: 1rem;
}

.mobile-menu nav .menu-item-has-children .sub-menu-open.solutions {
  height: 128px;
}

.mobile-menu nav .menu-item-has-children .sub-menu-open.products {
  height: 200px;
  transition: all 0.3s ease-in-out;
}

.mobile-menu nav .menu-item-has-children .sub-menu-open.cover-menu-bg {
  background: #fff2df;
  border-radius: 15px;
}

.mobile-menu .auth-btns {
  text-align: center;
  margin-top: 1rem;
  margin: 10px auto;
  width: 85%;
}

.mobile-menu .auth-btns .links {
  display: block;
}

.mobile-menu .links--productNav {
  gap: 1rem;
}

.mobile-menu-open {
  transform: translateX(0);
}

.links--productNav {
  gap: 1.25rem;
}

.text-brand-helpdesk {
  color: rgb(69 207 182);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins
 */

.container {
  width: 100%;
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #b91c1c;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.links {
  display: flex;
  font-family: Axiforma-SemiBold, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.links li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.links--productNav li a {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.links--productNav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(235 0 69 / var(--tw-text-opacity));
}

.top-bar-nav li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.top-bar-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(235 0 69 / var(--tw-text-opacity));
}

.rb {
  border-radius: 9999px;
  border-width: 2px;
  font-family: Axiforma-Regular, sans-serif;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rb--red {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 69 / var(--tw-border-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
}

.rb--red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rb--purple {
  --tw-border-opacity: 1;
  border-color: rgb(109 2 192 / var(--tw-border-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
}

.rb--purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 2 192 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rb--white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Axiforma-SemiBold, sans-serif;
  text-transform: uppercase;
}

.rb--white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.rb--black {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rb--black:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.accordion-container {
  max-height: 444px;
  padding-right: 0.75rem;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ebebeb;
}

.accordion-container::-webkit-scrollbar {
  width: 3px;
}

.accordion-container::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 20px;
}

.accordion-container::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 20px;
}

.accordion {
  margin-top: 1.5rem;
  height: 44px;
  cursor: pointer;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 235 235 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion:first-child {
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .accordion {
    margin-top: 0.75rem;
    height: 2.25rem;
    padding-bottom: 0.75rem;
  }
}

.accordion-open {
  height: auto;
  border-radius: 30px;
  border-bottom-color: transparent;
  padding-top: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .accordion-open {
    border-radius: 12px;
    padding-top: 0.75rem;
  }
}

.accordion-open.engage {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 223 / var(--tw-bg-opacity));
}

.accordion-open.access {
  --tw-bg-opacity: 1;
  background-color: rgb(231 234 251 / var(--tw-bg-opacity));
}

.accordion-open.cx {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 240 / var(--tw-bg-opacity));
}

.accordion-open.shop {
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 217 / var(--tw-bg-opacity));
}

.accordion-open.bots {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 229 / var(--tw-bg-opacity));
}

.accordion-open.helpdesk {
  --tw-bg-opacity: 1;
  background-color: rgb(231 248 245 / var(--tw-bg-opacity));
}

.accordion-open.broadcast {
  --tw-bg-opacity: 1;
  background-color: rgb(248 234 245 / var(--tw-bg-opacity));
}

.accordion-open.hire {
  --tw-bg-opacity: 1;
  background-color: rgb(238 235 244 / var(--tw-bg-opacity));
}

.accordion .accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1024px) {
  .accordion .accordion-head {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.accordion .accordion-head .accordion-btn {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .accordion .accordion-head .accordion-btn {
    height: 1rem;
    width: 1rem;
  }
}

.accordion-open .accordion-head .accordion-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accordion .accordion-head .accordion-btn i {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(152 153 155 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .accordion .accordion-head .accordion-btn i {
    font-size: 10px;
  }
}

.accordion-open .accordion-head .accordion-btn i {
  --tw-rotate: -90deg;
  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));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.accordion .accordion-body {
  margin-top: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 1024px) {
  .accordion .accordion-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.accordion-open .accordion-body {
  display: block;
}

.trends-list {
  margin-top: 4.5rem;
  display: flex;
  width: 100%;
}

@media (max-width: 576px) {
  .trends-list {
    margin-top: 2rem;
  }
}

.trends-list .slick-list {
  height: 100%;
}

.trends-list li.trend-item {
  display: flex;
  width: 387px;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  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;
}

.trends-list li.trend-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 253 / var(--tw-bg-opacity));
}

@media (max-width: 576px) {
  .trends-list li.trend-item {
    min-height: 320px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 251 253 / var(--tw-bg-opacity));
  }
}

.trends-list li.trend-item p {
  max-height: 100px;
  overflow: hidden;
}

.trends-list li.trend-item a {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 576px) {
  .trends-list li.trend-item a {
    opacity: 1;
  }
}

.trends-list li.trend-item:hover a {
  opacity: 1;
}

.feedback-list {
  position: relative;
  margin-top: 1.5rem;
  max-width: 946px;
}

@media (max-width: 768px) {
  .feedback-list {
    max-width: 290px !important;
  }
}

@media (max-width: 1024px) {
  .feedback-list {
    max-width: 700px;
  }
}

.feedback-list li.feedback-item .profile-image {
  position: relative;
  min-width: 130px;
  min-height: 130px;
  border-radius: 30px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 54px;
}

@media (max-width: 576px) {
  .feedback-list li.feedback-item .profile-image {
    margin-right: 0px !important;
  }
}

@media (max-width: 768px) {
  .feedback-list li.feedback-item .profile-image {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  .feedback-list li.feedback-item .profile-image {
    margin-right: 2rem;
  }
}

.feedback-list li.feedback-item {
  padding: 27px 0 0 40px;
}

@media (max-width: 576px) {
  .feedback-list li.feedback-item {
    padding-left: 0px;
  }
}

.feedback-list li.feedback-item .profile-image::before {
  content: url("../theme/assets/images/quote-left.svg");
  position: absolute;
  top: -27px;
  left: -39px;
  z-index: -1;
}

.feedback-list li.feedback-item .profile-image::after {
  content: url("../theme/assets/images/quote-left-yellow.svg");
  position: absolute;
  top: 0px;
  left: -8px;
  z-index: 2;
}

.feedback-list .btn-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1055;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgb(0 0 0 / 0.9);
}

.modal-dialog {
  pointer-events: none;
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: calc(100% - 3.5rem);
  width: auto;
  max-width: 80vw;
  align-items: center;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 90vw;
  }
}

.modal-content {
  pointer-events: auto;
  position: relative;
  width: 100%;
  background-clip: padding-box;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.fade {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.fade:not(.show) {
  opacity: 0;
}

.fade .modal-dialog {
  --tw-translate-x: 0px;
  --tw-translate-y: -50px;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.show .modal-dialog {
  transform: none !important;
}

.loader-container {
  opacity: 0;
  animation: fade_in 0.5s ease-in-out 0.3s 1 alternate forwards;
}

.loader {
  width: 0px;
  animation: coming_soon 3s ease 0.1s 1 normal forwards;
}

.loader p {
  animation: fade_in 0.5s ease-in-out 1.5s infinite alternate forwards;
}

@keyframes coming_soon {
  from {
    width: 0px;
  }

  to {
    width: 80%;
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-28 {
  left: -7rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-4 {
  right: -1rem;
}

.-right-8 {
  right: -2rem;
}

.-right-\[19\%\] {
  right: -19%;
}

.-right-\[25\%\] {
  right: -25%;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-40 {
  top: -10rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[27\%\] {
  bottom: 27%;
}

.bottom-\[46\%\] {
  bottom: 46%;
}

.bottom-\[8\%\] {
  bottom: 8%;
}

.left-0 {
  left: 0px;
}

.left-14 {
  left: 3.5rem;
}

.left-8 {
  left: 2rem;
}

.left-\[23\%\] {
  left: 23%;
}

.right-0 {
  right: 0px;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-64 {
  right: 16rem;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[46\%\] {
  top: 46%;
}

.top-\[49\%\] {
  top: 49%;
}

.top-\[67\%\] {
  top: 67%;
}

.top-\[80\%\] {
  top: 80%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.mx-\[0\.9375rem\] {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[0\.675rem\] {
  margin-bottom: 0.675rem;
}

.mb-\[5\.625rem\] {
  margin-bottom: 5.625rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[0\.625rem\] {
  margin-left: 0.625rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[30px\] {
  margin-right: 30px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[114px\] {
  margin-top: 114px;
}

.mt-\[134px\] {
  margin-top: 134px;
}

.mt-\[141px\] {
  margin-top: 141px;
}

.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}

.mt-\[3rem\] {
  margin-top: 3rem;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[6\.5rem\] {
  margin-top: 6.5rem;
}

.mt-\[89px\] {
  margin-top: 89px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-3\/5 {
  height: 60%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-80 {
  height: 20rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[15\%\] {
  height: 15%;
}

.h-\[167px\] {
  height: 167px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[372px\] {
  height: 372px;
}

.h-\[448px\] {
  height: 448px;
}

.h-\[47px\] {
  height: 47px;
}

.h-\[6\.25rem\] {
  height: 6.25rem;
}

.h-\[650px\] {
  height: 650px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-\[83px\] {
  max-height: 83px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[322px\] {
  width: 322px;
}

.w-\[456px\] {
  width: 456px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[58\%\] {
  width: 58%;
}

.w-\[6\.25rem\] {
  width: 6.25rem;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[650px\] {
  width: 650px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.max-w-\[315px\] {
  max-width: 315px;
}

.max-w-\[38\.5rem\] {
  max-width: 38.5rem;
}

.max-w-\[405px\] {
  max-width: 405px;
}

.max-w-\[426px\] {
  max-width: 426px;
}

.max-w-\[490px\] {
  max-width: 490px;
}

.max-w-\[521px\] {
  max-width: 521px;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-grow {
  flex-grow: 1;
}

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

.resize-none {
  resize: none;
}

.\!list-disc {
  list-style-type: disc !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-39\/55 {
  grid-template-columns: 39% 55%;
}

.grid-cols-39\/61 {
  grid-template-columns: 39% 61%;
}

.grid-cols-45\/55 {
  grid-template-columns: 45% 55%;
}

.grid-cols-50\/50 {
  grid-template-columns: 50% 50%;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-60\/40 {
  grid-template-columns: 60% 40%;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[33px\] {
  border-radius: 33px;
}

.rounded-\[36px\] {
  border-radius: 36px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[41px\] {
  border-radius: 41px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#0E1552\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 21 82 / var(--tw-border-opacity));
}

.border-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#0E155216\] {
  background-color: #0E155216;
}

.bg-\[\#0E1552\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 21 82 / var(--tw-bg-opacity));
}

.bg-\[\#18181C16\] {
  background-color: #18181C16;
}

.bg-\[\#18181C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 28 / var(--tw-bg-opacity));
}

.bg-\[\#1D92FE32\] {
  background-color: #1D92FE32;
}

.bg-\[\#6D02C0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 2 192 / var(--tw-bg-opacity));
}

.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-\[\#EBF8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity));
}

.bg-\[\#F0E6F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 230 249 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#FFF2DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 223 / var(--tw-bg-opacity));
}

.bg-brand-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 51 / var(--tw-bg-opacity));
}

.bg-brand-red\/5 {
  background-color: rgb(235 0 69 / 0.05);
}

.bg-clay {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 21 82 / var(--tw-bg-opacity));
}

.bg-green\/5 {
  background-color: rgb(0 218 113 / 0.05);
}

.bg-light-yellow\/\[0\.2\] {
  background-color: rgb(254 214 85 / 0.2);
}

.bg-purple\/5 {
  background-color: rgb(38 57 237 / 0.05);
}

.bg-translucent-black {
  background-color: #00000080;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-landing_gradient {
  background-image: url('../theme/assets/images/landing_hero_gradient.png');
}

.bg-spiral {
  background-image: url('../theme/assets/images/spiral.png');
}

.from-\[\#C949ED\] {
  --tw-gradient-from: #C949ED;
  --tw-gradient-to: rgb(201 73 237 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#40D3FC\] {
  --tw-gradient-to: #40D3FC;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[20\%\] {
  padding-left: 20%;
  padding-right: 20%;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.px-\[8\.88\%\] {
  padding-left: 8.88%;
  padding-right: 8.88%;
}

.px-horizontal {
  padding-left: 8.88%;
  padding-right: 8.88%;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-\[63px\] {
  padding-top: 63px;
  padding-bottom: 63px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pt-\[2\.375rem\] {
  padding-top: 2.375rem;
}

.pt-\[83px\] {
  padding-top: 83px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.font-Axiforma-Bold {
  font-family: Axiforma-Bold, sans-serif;
}

.font-Axiforma-Light {
  font-family: Axiforma-Light, sans-serif;
}

.font-Axiforma-Medium {
  font-family: Axiforma-Medium, sans-serif;
}

.font-Axiforma-Regular {
  font-family: Axiforma-Regular, sans-serif;
}

.font-Axiforma-SemiBold {
  font-family: Axiforma-SemiBold, sans-serif;
}

.font-Poppins-Medium {
  font-family: Poppins-Medium, sans-serif;
}

.font-Poppins-Regular {
  font-family: Poppins-Regular, sans-serif;
}

.font-Poppins-SemiBold {
  font-family: Poppins-SemiBold, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2\.875rem\] {
  font-size: 2.875rem;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[3rem\] {
  line-height: 3rem;
}

.leading-\[4\.5rem\] {
  line-height: 4.5rem;
}

.leading-loose {
  line-height: 2;
}

.text-\[\#12BD9C\] {
  --tw-text-opacity: 1;
  color: rgb(18 189 156 / var(--tw-text-opacity));
}

.text-\[\#2B9CEB\] {
  --tw-text-opacity: 1;
  color: rgb(43 156 235 / var(--tw-text-opacity));
}

.text-\[\#593693\] {
  --tw-text-opacity: 1;
  color: rgb(89 54 147 / var(--tw-text-opacity));
}

.text-\[\#5DD760\] {
  --tw-text-opacity: 1;
  color: rgb(93 215 96 / var(--tw-text-opacity));
}

.text-\[\#8192F5\] {
  --tw-text-opacity: 1;
  color: rgb(129 146 245 / var(--tw-text-opacity));
}

.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-\[\#98999B\] {
  --tw-text-opacity: 1;
  color: rgb(152 153 155 / var(--tw-text-opacity));
}

.text-\[\#B52F97\] {
  --tw-text-opacity: 1;
  color: rgb(181 47 151 / var(--tw-text-opacity));
}

.text-\[\#BB7AED\] {
  --tw-text-opacity: 1;
  color: rgb(187 122 237 / var(--tw-text-opacity));
}

.text-\[\#EB0045\] {
  --tw-text-opacity: 1;
  color: rgb(235 0 69 / var(--tw-text-opacity));
}

.text-\[\#EEC02D\] {
  --tw-text-opacity: 1;
  color: rgb(238 192 45 / var(--tw-text-opacity));
}

.text-\[\#F6428B\] {
  --tw-text-opacity: 1;
  color: rgb(246 66 139 / var(--tw-text-opacity));
}

.text-\[\#FA0060\] {
  --tw-text-opacity: 1;
  color: rgb(250 0 96 / var(--tw-text-opacity));
}

.text-\[\#FFBF00\] {
  --tw-text-opacity: 1;
  color: rgb(255 191 0 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black-60 {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.text-black-70 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-black-90 {
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity));
}

.text-brand-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(255 63 51 / var(--tw-text-opacity));
}

.text-brand-purple {
  --tw-text-opacity: 1;
  color: rgb(109 2 192 / var(--tw-text-opacity));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(235 0 69 / var(--tw-text-opacity));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 218 113 / var(--tw-text-opacity));
}

.text-light-yellow {
  --tw-text-opacity: 1;
  color: rgb(254 214 85 / var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(38 57 237 / var(--tw-text-opacity));
}

.text-rust {
  --tw-text-opacity: 1;
  color: rgb(250 140 112 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(242 201 76 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

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

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

.outline-0 {
  outline-width: 0px;
}

.drop-shadow-\[0_0px_30px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-drop-shadow: drop-shadow(0 0px 30px rgba(0,0,0,0.07));
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  -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);
}

.backdrop-blur-\[25px\] {
  --tw-backdrop-blur: blur(25px);
  -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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:content-world-map::after {
  --tw-content: url('./assets/images/world_print.svg');
  content: var(--tw-content);
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.hover\:border-brand-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 63 51 / var(--tw-border-opacity));
}

.hover\:border-brand-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 2 192 / var(--tw-border-opacity));
}

.hover\:border-dark-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 21 82 / var(--tw-border-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-\[\#0077b5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 119 181 / var(--tw-text-opacity));
}

.hover\:text-\[\#1DA1F2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity));
}

.hover\:text-\[\#2BB741\]:hover {
  --tw-text-opacity: 1;
  color: rgb(43 183 65 / var(--tw-text-opacity));
}

.hover\:text-\[\#3b5998\]:hover {
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity));
}

.hover\:text-\[\#8a3ab9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(138 58 185 / var(--tw-text-opacity));
}

.hover\:text-\[\#C4C4C4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}

.hover\:text-\[\#FF0000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.hover\:text-brand-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.hover\:text-brand-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(109 2 192 / var(--tw-text-opacity));
}

.hover\:text-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(14 21 82 / var(--tw-text-opacity));
}

.hover\:drop-shadow-2xl:hover {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

@media (max-width: 576px) {
  .xs\:-top-8 {
    top: -2rem;
  }

  .xs\:right-32 {
    right: 8rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .xs\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .xs\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:\!h-10 {
    height: 2.5rem !important;
  }

  .xs\:\!h-20 {
    height: 5rem !important;
  }

  .xs\:\!h-\[180px\] {
    height: 180px !important;
  }

  .xs\:\!h-auto {
    height: auto !important;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-\[174px\] {
    height: 174px;
  }

  .xs\:h-\[180px\] {
    height: 180px;
  }

  .xs\:\!w-10 {
    width: 2.5rem !important;
  }

  .xs\:\!w-20 {
    width: 5rem !important;
  }

  .xs\:\!w-full {
    width: 100% !important;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-\[30\%\] {
    width: 30%;
  }

  .xs\:w-\[300px\] {
    width: 300px;
  }

  .xs\:w-\[50\%\] {
    width: 50%;
  }

  .xs\:w-\[80\%\] {
    width: 80%;
  }

  .xs\:\!max-w-\[30\%\] {
    max-width: 30% !important;
  }

  .xs\:max-w-\[126px\] {
    max-width: 126px;
  }

  .xs\:max-w-\[220px\] {
    max-width: 220px;
  }

  .xs\:max-w-\[280px\] {
    max-width: 280px;
  }

  .xs\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xs\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:\!gap-4 {
    gap: 1rem !important;
  }

  .xs\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xs\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-\[2px\] {
    padding: 2px;
  }

  .xs\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xs\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xs\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xs\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:\!pt-14 {
    padding-top: 3.5rem !important;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xs\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xs\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xs\:\!leading-\[2\.25rem\] {
    line-height: 2.25rem !important;
  }
}

@media (max-width: 768px) {
  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:right-\[30px\] {
    right: 30px;
  }

  .sm\:top-\[1rem\] {
    top: 1rem;
  }

  .sm\:top-\[40\%\] {
    top: 40%;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[264px\] {
    height: 264px;
  }

  .sm\:h-\[83\.5px\] {
    height: 83.5px;
  }

  .sm\:min-h-\[auto\] {
    min-height: auto;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-\[161px\] {
    width: 161px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[20\%\] {
    max-width: 20%;
  }

  .sm\:max-w-\[384px\] {
    max-width: 384px;
  }

  .sm\:max-w-\[457px\] {
    max-width: 457px;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:\!leading-8 {
    line-height: 2rem !important;
  }
}

@media (max-width: 1024px) {
  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-\[100\%\] {
    height: 100%;
  }

  .md\:h-\[116px\] {
    height: 116px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-\[100\%\] {
    width: 100%;
  }

  .md\:w-\[225px\] {
    width: 225px;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[261px\] {
    max-width: 261px;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-39\/61 {
    grid-template-columns: 39% 61%;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }

  .md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 1440px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
