@charset "UTF-8";
:root {
  --primary-color: #357DED;
  --secondary-color:#27AE60;
  --primary-color-inversed:#357DED;
  --text-color:#121c42;
  --text-color-error:#ff3636;
  --text-color-light:rgb(0,0,0,.7);
  --white-color:#1b1e3d;
  --gray-color:#F4F4F4;
  --color-white-light:#F4F4F4;
  --background-primary:white;
  --background-secondary:#f5f5f5;
  --background-secondary-gray:rgba(245,245,245,.75);
  --white:white;
  --background-hover:white;
  --border:aliceblue;
  --background-overflow:transparent;
  --yellow:#ffb236;
  --border-color:#357DED;
  --card-selected:aliceblue;
  --background-dark:#020516;
  --border-width:1px;
  --border-radius:15px;
  --neutral--600: #868da6;
  --neutral--500-501: #c6c9d6;
  --neutral--300: #ebeff6;
  --neutral--500: #d1d9e9;
  --shadow--white-01: #14142b0a;
  --shadow--white-02: #14142b0f;
  --font-size-h2: 2.5rem;
  --font-size-h3: 1.7rem;
  --font-size-h4: 1.4rem;
  --font-size-h5: 1.2rem;
  --font-size-text-normal-regular: 1.2rem;
  --font-size-text-normal-small-regular: 1rem;
  --margin-between-section:100px;
  --gap:25px;
}
@media (min-width: 140px) {
  :root {
    --font-size-h1: 2.6rem;
  }
}
@media (min-width: 768px) {
  :root {
    --font-size-h1:3.8rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --font-size-h1: 3.8rem;
  }
}

[data-theme=dark] {
  --primary-color: #357DED;
  --secondary-color: #27AE60;
  --text-color:#d4dcff;
  --text-color-light:rgb(0,0,0,.7);
  --white-color:#1b1e3d;
  --gray-color:#F4F4F4;
  --color-white-light:#F4F4F4;
  --background-primary:#020516;
  --background-secondary:linear-gradient(0deg,#000624 15.06%,#0b112e 97.16%);
  --background-form:#f5f5f5;
  --background-secondary-gray:#1b1e3d;
  --background-secondary-primary:linear-gradient(0deg,#000624 15.06%,#0b112e 97.16%);
  --background-overflow:#010310;
  --border:aliceblue;
  --background-hover:rgba(0, 6, 36, 0.9450980392);
  --border-color:#357DED;
  --white:white;
  --card-selected:#357DED;
  --yellow:#ffb236;
  --border-width:1px;
  --border-radius:15px;
  --neutral--600: #868da6;
  --neutral--500-501: #c6c9d6;
  --neutral--300: #ebeff6;
  --neutral--500: #d1d9e9;
  --shadow--white-01: #14142b0a;
  --shadow--white-02: #14142b0f;
}

[data-theme=light] {
  --primary-color: #357DED;
  --secondary-color:#27AE60;
  --text-color:#121c42;
  --text-color-error:#ff3636;
  --text-color-light:rgb(0,0,0,.7);
  --white-color:#1b1e3d;
  --gray-color:#F4F4F4;
  --color-white-light:#F4F4F4;
  --background-primary:white;
  --background-secondary:#f5f5f5;
  --background-secondary-gray:rgba(245,245,245,.75);
  --background-secondary-primary:aliceblue;
  --white:white;
  --background-hover:white;
  --border:aliceblue;
  --background-overflow:transparent;
  --border-color:#357DED;
  --card-selected:aliceblue;
}

[data-color=red] {
  --primary-color: #ff3636;
  --secondary-color:#27AE60;
}

[data-color=yellow] {
  --primary-color: #ffb236;
  --secondary-color:#27AE60;
}

[data-color=orange] {
  --primary-color: #f96332;
  --secondary-color:#27AE60;
}

[data-color=green] {
  --primary-color: #27AE60;
  --secondary-color:#ff3636;
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
}
.sticky{
  position: sticky;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.transform{
  transform: var(--tw-transform);
}
.resize{
  resize: both;
}
.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}
.btn-shadow {
  box-shadow: var(--btn-shadow);
}

.btn-font-size-up {
  font-size: 24px;
}

.btn-primary-second {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 15px 35px;
  border: 1px solid var(--neutral--300);
  border-radius: 41px;
  cursor: pointer;
  transition: transform 0.5s, color 0.3s, border-color 0.3s, box-shadow 3s;
  font-weight: 500;
  box-shadow: 0 4px 10px 0 var(--shadow--white-01);
  position: relative;
}
.btn-primary-second:hover {
  transform: translateY(-4px);
  border: 1px solid var(--neutral--500);
  box-shadow: 0 8px 14px 0 var(--shadow--white-02);
}
.btn-primary-second:hover span i {
  transform: translate3d(3px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.btn-primary-second span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-primary-second span i {
  font-size: 1rem;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
}

.btn-primary-second-primary {
  position: relative;
  padding: 17px 34px;
  cursor: pointer;
  border-radius: 41px;
  color: var(--white);
  background: var(--primary-color);
  transition: transform 0.5s, color 0.3s, border-color 0.3s, box-shadow 3s;
  display: flex;
}
.btn-primary-second-primary span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-primary-second-primary span i {
  font-size: 1rem;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.btn-primary-second-primary:hover {
  transform: translateY(-4px);
}
.btn-primary-second-primary:hover span i {
  transform: translate3d(3px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.btn-primary-dark {
  cursor: pointer;
  background-color: var(--primary-color-dark);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary-dark_shadow {
  box-shadow: var(--btn-shadow);
}

.btn-primary {
  background-color: var(--primary-color);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary_shadow {
  box-shadow: var(--btn-shadow);
}

.btn-secondary {
  background-color: var(--secondary-color);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-secondary_shadow {
  box-shadow: var(--btn-shadow);
}

.btn-white {
  background-color: white;
  color: var(--text-color);
}
.btn-white_shadow {
  box-shadow: var(--btn-shadow);
}

.btn-red-transparent {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn-red-transparent_shadow {
  box-shadow: var(--btn-shadow);
}

.explore {
  letter-spacing: 1px;
  background: none;
  color: var(--text-color);
  position: relative;
  outline: none;
  border: none;
  height: 40px;
  min-width: 120px;
  max-width: 200px;
  font-size: 14px;
  z-index: 2;
  transition: 0.01s 0.23s ease-out all;
  overflow: hidden;
}
.explore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: var(--primary-color);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: -1;
  transition: 0.3s ease-in all;
}
.explore:after {
  content: "";
  position: absolute;
  left: -5%;
  top: 5%;
  height: 90%;
  width: 5%;
  background: white;
  z-index: -1;
  transition: 0.4s 0.02s ease-in all;
}
.explore:hover {
  cursor: pointer;
  color: transparent;
}
.explore:hover:before {
  left: 100%;
  width: 25%;
}
.explore:hover:after {
  left: 100%;
  width: 70%;
}
.explore:hover .icon-right.after:after {
  left: -46px;
  color: var(--text-color);
  transition: 0.2s 0.2s ease all;
}
.explore:hover .icon-right.after:before {
  color: var(--text-color);
  left: -58px;
  top: 14px;
  opacity: 0.2;
}

.icon-right {
  position: absolute;
  top: 0;
  right: 0;
}
.icon-right:after {
  font-family: "FontAwesome";
  content: "→";
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: 20px;
  transform: translate3D(0, -50%, 0);
}
.icon-right.after:after {
  left: -250px;
  color: var(--background-primary);
  transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
  top: 24px;
}
.icon-right.after:before {
  content: "Explore";
  position: absolute;
  left: -230px;
  top: 20px;
  opacity: 0;
  transition: 0.2s ease-in all;
}

.signature {
  position: fixed;
  font-family: sans-serif;
  font-weight: 100;
  bottom: 10px;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  color: var(--text-color);
  text-transform: uppercase;
  text-decoration: none;
}

@font-face {
  font-weight: 300;
  font-style: normal;
}
.btn-tph {
  transform: translateY(-50%);
  margin: 0;
  letter-spacing: 1.2px;
  font-weight: normal;
  min-width: 150px;
}
.btn-tph > .button {
  border: 0;
  border-radius: 0;
  color: var(--text-color);
  font-size: 15px;
  padding: 10px 0px;
  position: relative;
  transition: left 0.4s cubic-bezier(0.375, 1.65, 0.505, 0.89), top 0.4s cubic-bezier(0.375, 1.65, 0.505, 0.89), color 0.4s, background 0.4s;
  cursor: pointer;
  left: 0;
  top: 0;
}
.btn-tph > .button span {
  margin-left: 8px;
}
.btn-tph > .button:before {
  content: "";
  width: 25px;
  height: 39px;
  top: 2px;
  background: var(--primary-color);
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.5s;
}
.btn-tph > .button:after {
  content: "";
  width: 25px;
  height: 2px;
  bottom: 0px;
  background: var(--primary-color);
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  transition: all 0.5s 0.1s;
}
.btn-tph .segment {
  opacity: 0;
  cursor: pointer;
}

.btn-tph:hover .segment {
  transform: scale(2);
}

.segment {
  float: left;
  width: 10%;
  height: 33.33%;
  top: 0;
  position: absolute;
  z-index: 1;
}

.segment:nth-of-type(1) {
  left: 0%;
}
.segment:nth-of-type(1):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: -6px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(1):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(1):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(2) {
  left: 10%;
}
.segment:nth-of-type(2):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: -4.6666666667px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(2):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(2):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(3) {
  left: 20%;
}
.segment:nth-of-type(3):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: -3.3333333333px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(3):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(3):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(4) {
  left: 30%;
}
.segment:nth-of-type(4):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: -2px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(4):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(4):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(5) {
  left: 40%;
}
.segment:nth-of-type(5):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: -0.6666666667px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(5):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(5):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(6) {
  left: 50%;
}
.segment:nth-of-type(6):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 0.6666666667px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(6):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(6):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(7) {
  left: 60%;
}
.segment:nth-of-type(7):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 2px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(7):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(7):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(8) {
  left: 70%;
}
.segment:nth-of-type(8):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 3.3333333333px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(8):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(8):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(9) {
  left: 80%;
}
.segment:nth-of-type(9):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 4.6666666667px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(9):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(9):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(10) {
  left: 90%;
}
.segment:nth-of-type(10):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 6px;
  top: -6px;
  color: var(--text-color);
}
.segment:nth-of-type(10):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(10):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(11) {
  left: 100%;
  top: 33.33%;
  left: 0%;
}
.segment:nth-of-type(11):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 7.3333333333px;
  top: -6px;
  left: -6px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(11):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(11):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(12) {
  left: 110%;
  top: 33.33%;
  left: 10%;
}
.segment:nth-of-type(12):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 8.6666666667px;
  top: -6px;
  left: -4.6666666667px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(12):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(12):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(13) {
  left: 120%;
  top: 33.33%;
  left: 20%;
}
.segment:nth-of-type(13):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 10px;
  top: -6px;
  left: -3.3333333333px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(13):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(13):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(14) {
  left: 130%;
  top: 33.33%;
  left: 30%;
}
.segment:nth-of-type(14):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 11.3333333333px;
  top: -6px;
  left: -2px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(14):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(14):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(15) {
  left: 140%;
  top: 33.33%;
  left: 40%;
}
.segment:nth-of-type(15):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 12.6666666667px;
  top: -6px;
  left: -0.6666666667px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(15):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(15):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(16) {
  left: 150%;
  top: 33.33%;
  left: 50%;
}
.segment:nth-of-type(16):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 14px;
  top: -6px;
  left: 0.6666666667px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(16):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(16):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(17) {
  left: 160%;
  top: 33.33%;
  left: 60%;
}
.segment:nth-of-type(17):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 15.3333333333px;
  top: -6px;
  left: 2px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(17):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(17):hover + div + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(18) {
  left: 170%;
  top: 33.33%;
  left: 70%;
}
.segment:nth-of-type(18):hover + div + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 16.6666666667px;
  top: -6px;
  left: 3.3333333333px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(18):hover + div + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(18):hover + div + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(19) {
  left: 180%;
  top: 33.33%;
  left: 80%;
}
.segment:nth-of-type(19):hover + div + div + div + div + div + div + div + div + div + div + div + div {
  left: 18px;
  top: -6px;
  left: 4.6666666667px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(19):hover + div + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(19):hover + div + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(20) {
  left: 190%;
  top: 33.33%;
  left: 90%;
}
.segment:nth-of-type(20):hover + div + div + div + div + div + div + div + div + div + div + div {
  left: 19.3333333333px;
  top: -6px;
  left: 6px;
  top: 0px;
  color: var(--text-color);
}
.segment:nth-of-type(20):hover + div + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(20):hover + div + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(21) {
  left: 200%;
  top: 33.33%;
  left: 100%;
  top: 66.66%;
  left: 0%;
}
.segment:nth-of-type(21):hover + div + div + div + div + div + div + div + div + div + div {
  left: 20.6666666667px;
  top: -6px;
  left: 7.3333333333px;
  top: 0px;
  left: -6px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(21):hover + div + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(21):hover + div + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(22) {
  left: 210%;
  top: 33.33%;
  left: 110%;
  top: 66.66%;
  left: 10%;
}
.segment:nth-of-type(22):hover + div + div + div + div + div + div + div + div + div {
  left: 22px;
  top: -6px;
  left: 8.6666666667px;
  top: 0px;
  left: -4.6666666667px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(22):hover + div + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(22):hover + div + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(23) {
  left: 220%;
  top: 33.33%;
  left: 120%;
  top: 66.66%;
  left: 20%;
}
.segment:nth-of-type(23):hover + div + div + div + div + div + div + div + div {
  left: 23.3333333333px;
  top: -6px;
  left: 10px;
  top: 0px;
  left: -3.3333333333px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(23):hover + div + div + div + div + div + div + div + div:before, .segment:nth-of-type(23):hover + div + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(24) {
  left: 230%;
  top: 33.33%;
  left: 130%;
  top: 66.66%;
  left: 30%;
}
.segment:nth-of-type(24):hover + div + div + div + div + div + div + div {
  left: 24.6666666667px;
  top: -6px;
  left: 11.3333333333px;
  top: 0px;
  left: -2px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(24):hover + div + div + div + div + div + div + div:before, .segment:nth-of-type(24):hover + div + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(25) {
  left: 240%;
  top: 33.33%;
  left: 140%;
  top: 66.66%;
  left: 40%;
}
.segment:nth-of-type(25):hover + div + div + div + div + div + div {
  left: 26px;
  top: -6px;
  left: 12.6666666667px;
  top: 0px;
  left: -0.6666666667px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(25):hover + div + div + div + div + div + div:before, .segment:nth-of-type(25):hover + div + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(26) {
  left: 250%;
  top: 33.33%;
  left: 150%;
  top: 66.66%;
  left: 50%;
}
.segment:nth-of-type(26):hover + div + div + div + div + div {
  left: 27.3333333333px;
  top: -6px;
  left: 14px;
  top: 0px;
  left: 0.6666666667px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(26):hover + div + div + div + div + div:before, .segment:nth-of-type(26):hover + div + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(27) {
  left: 260%;
  top: 33.33%;
  left: 160%;
  top: 66.66%;
  left: 60%;
}
.segment:nth-of-type(27):hover + div + div + div + div {
  left: 28.6666666667px;
  top: -6px;
  left: 15.3333333333px;
  top: 0px;
  left: 2px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(27):hover + div + div + div + div:before, .segment:nth-of-type(27):hover + div + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(28) {
  left: 270%;
  top: 33.33%;
  left: 170%;
  top: 66.66%;
  left: 70%;
}
.segment:nth-of-type(28):hover + div + div + div {
  left: 30px;
  top: -6px;
  left: 16.6666666667px;
  top: 0px;
  left: 3.3333333333px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(28):hover + div + div + div:before, .segment:nth-of-type(28):hover + div + div + div:after {
  width: 100%;
}

.segment:nth-of-type(29) {
  left: 280%;
  top: 33.33%;
  left: 180%;
  top: 66.66%;
  left: 80%;
}
.segment:nth-of-type(29):hover + div + div {
  left: 31.3333333333px;
  top: -6px;
  left: 18px;
  top: 0px;
  left: 4.6666666667px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(29):hover + div + div:before, .segment:nth-of-type(29):hover + div + div:after {
  width: 100%;
}

.segment:nth-of-type(30) {
  left: 290%;
  top: 33.33%;
  left: 190%;
  top: 66.66%;
  left: 90%;
}
.segment:nth-of-type(30):hover + div {
  left: 32.6666666667px;
  top: -6px;
  left: 19.3333333333px;
  top: 0px;
  left: 6px;
  top: 6px;
  color: var(--text-color);
}
.segment:nth-of-type(30):hover + div:before, .segment:nth-of-type(30):hover + div:after {
  width: 100%;
}

@media (min-width: 140px) {
  .btn-tph {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-tph {
    width: -moz-max-content;
    width: max-content;
  }
}
.primary-color-light {
  color: var(--primary-color-light);
}

.primary-color-dark {
  color: var(--primary-color-dark);
}

.primary-color {
  color: var(--primary-color);
}

.primary-color-medium {
  color: var(--primary-color-medium);
}

.secondary_color {
  color: var(--secondary-color);
}

.gray-light {
  color: var(--gray-light);
}

.text-color {
  color: #000;
}

.text-color-light {
  color: var(--text-color-light);
}

.text-color-gray {
  color: var(--text-color-gray);
}

.color-white-light {
  color: var(--color-white-light);
}

.error {
  color: var(--text-color-error);
}

.error-color {
  color: var(--text-color-error);
}

.select {
  padding: 5px;
  border: 2px solid var(--border);
  width: 80%;
  margin: 10px auto;
  color: var(--text-color-light);
  outline: none;
}

.select-large {
  margin: auto;
  display: flex;
  padding: 15px 15px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--background-primary);
  border: 1px solid var(--background-secondary);
  outline: var(--primary-color);
  color: var(--text-color);
}

.title-h1 {
  font-size: var(--font-size-h1);
  font-weight: bold;
}

.title-h2 {
  font-size: var(--font-size-h2);
  font-weight: bold;
}

.title-h3 {
  font-size: var(--font-size-h3);
  font-weight: bold;
}

.title-h4 {
  font-size: var(--font-size-h4);
  font-weight: 500;
}

.title-h5 {
  font-size: var(--font-size-h5);
  font-weight: 500;
}

.text-normal-small-regular {
  font-size: var(--font-size-text-normal-small-regular);
}

.text-linear {
  background: linear-gradient(-45deg, #c2bdeb, var(--primary-color), #c2bdeb, var(--primary-color), #c2bdeb, var(--primary-color), #c2bdeb, var(--primary-color));
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

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

.alert-success {
  width: 300px;
  background: green;
  color: white;
  padding: 20px;
  position: absolute;
  top: 49px;
  z-index: 8888888;
  left: 35px;
  border-radius: 5px;
  transition: 0.5s;
}

.alert {
  position: absolute;
  margin: 1em;
  top: 50px;
  z-index: 7777;
  background: #F9F9F9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.alert:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #DDD;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074D9;
}

.info:before {
  content: "i";
  background-color: #0074D9;
}

.success {
  border-color: #2ECC40;
}

.success:before {
  content: "√";
  background-color: #2ECC40;
}

.warning {
  border-color: #FFDC00;
}

.warning:before {
  content: "!";
  background-color: #FFDC00;
}

.error {
  border-color: #FF4136;
}

.error:before {
  content: "X";
  background-color: #FF4136;
}

.block-process {
  margin-top: var(--margin-between-section);
}
.block-process p {
  max-width: 800px;
  margin-bottom: 15px;
}
.block-process img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  display: grid;
  gap: 25px;
  width: 100%;
}
@media (min-width: 140px) {
  .faq {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .faq {
    grid-template-columns: 0.5fr 1fr;
  }
}
.faq .faq-container {
  margin: auto;
  width: 100%;
}
.faq .faq-container .faq-item {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 0px;
  overflow: hidden;
}
.faq .faq-container .faq-question {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.faq .faq-container .faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  max-width: 80%;
  transition: max-height 1s ease-in-out, padding 0.3s ease;
}
.faq .faq-container .plus {
  font-size: 35px;
  transition: transform 0.3s ease;
}
.faq .faq-container .faq-item.active .faq-answer {
  max-height: 1500px; /* Adjust as needed */
  padding-bottom: 15px;
}
.faq .faq-container .faq-item.active .plus {
  transform: rotate(45deg);
}

.can-be-your {
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 88px 80px;
  flex-direction: column;
  width: 100%;
  gap: 22px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider-partner {
  margin: 25px auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 140px) {
  .slider-partner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .slider-partner {
    max-width: 650px;
  }
}
.slider-partner::before, .slider-partner::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider-partner::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider-partner::before {
  left: 0;
  top: 0;
}
.slider-partner .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 2550px;
}
.slider-partner .slidee {
  width: 250px;
}
.slider-partner .slidee img {
  width: 60px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel-partner {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}

.carousel-track {
  display: flex;
  animation: carousel-animation 10s linear infinite;
  position: relative;
}

.carousel-items {
  flex: 0 0 100%;
}
.carousel-items img {
  width: 50px;
  height: 30px;
}

@keyframes carousel-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel-items li {
  flex: 0 0 50%;
  /* Si vous voulez afficher plusieurs éléments à la fois, modifiez la valeur ci-dessus */
}

.home-carousel section {
  width: 100%;
  padding: 1rem 0;
}
.home-carousel section .carousel-container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
.home-carousel section .carousel-container .item {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  animation: fade 0.3s ease-in-out;
}
.home-carousel section .carousel-container .item .numbertext {
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
  color: var(--text-color);
  background-color: var(--background-primary);
}
.home-carousel section .carousel-container .item img {
  width: 100%;
}
@media (min-width: 140px) {
  .home-carousel section .carousel-container .item img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@creen md {
  .home-carousel section .carousel-container .item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-carousel section .carousel-container .item .text {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  bottom: 0;
  color: var(--text-color);
  background-color: var(--background-primary);
  text-align: center;
}
.home-carousel section .carousel-container .item .text .title {
  margin: 0.5rem 0 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.home-carousel section .carousel-container .item .text div {
  margin: 0px auto;
  max-width: 70%;
  text-align: center;
  max-height: 68px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 140px) {
  .home-carousel section .carousel-container .item .text .btn-tph {
    margin: 20px auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .home-carousel section .carousel-container .item .text .btn-tph {
    margin: 20px auto;
    max-width: 25%;
  }
}
.home-carousel section .carousel-container .prev,
.home-carousel section .carousel-container .next {
  width: 2rem;
  height: 2rem;
  padding: 0.3125rem;
  position: absolute;
  top: calc(45% - 1rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.2rem;
  color: var(--text-color);
  border-radius: 50%;
  transition: 0.6s ease;
  cursor: pointer;
  text-align: center;
  background-color: var(--background-primary);
}
.home-carousel section .carousel-container .prev:focus, .home-carousel section .carousel-container .prev:hover,
.home-carousel section .carousel-container .next:focus,
.home-carousel section .carousel-container .next:hover {
  background-color: var(--background-primary);
}
.home-carousel section .carousel-container .prev {
  left: 0.2rem;
}
.home-carousel section .carousel-container .next {
  right: 0.2rem;
}
.home-carousel section .carousel-container .dots {
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-carousel section .carousel-container .dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.125rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}
.home-carousel section .carousel-container .dots .dot:focus, .home-carousel section .carousel-container .dots .dot:hover {
  background-color: #717171;
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.wrapper-icon-setting {
  z-index: 9999999999;
  background: var(--primary-color);
  padding: 8px 15px 8px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: fixed;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 120px;
}
.wrapper-icon-setting i {
  color: var(--white);
}

.icon-setting {
  position: relative;
  color: var(--text-color);
  font-size: 30px;
  cursor: pointer;
  z-index: 999999;
}

.theme-switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}
.theme-switch-wrapper .theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.theme-switch-wrapper .theme-switch input {
  display: none;
}
.theme-switch-wrapper .slider {
  background-color: var(--border);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.theme-switch-wrapper .slider:before {
  background-color: var(--primary-color);
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
.theme-switch-wrapper input:checked + .slider {
  background-color: var(--border) !important;
}
.theme-switch-wrapper input:checked + .slider:before {
  transform: translateX(26px) !important;
}
.theme-switch-wrapper .slider.round {
  border-radius: 34px;
}
.theme-switch-wrapper .slider.round:before {
  border-radius: 50%;
}

.card-theme {
  z-index: 9999999999;
  width: 245px;
  background: white;
  position: fixed;
  right: 80px;
  display: none;
  flex-direction: column;
  box-shadow: 4px 4px 50px 6px rgba(189, 189, 189, 0.3);
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  border-radius: 15px;
}

.title-h4 {
  margin-top: 30px;
}

.theme-list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.theme-list .blue, .theme-list .green, .theme-list .yellow, .theme-list .red, .theme-list .orange {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  cursor: pointer;
  margin-right: 15px;
}
.theme-list .blue {
  background: #0bf;
}
.theme-list .red {
  background: #ff3636;
}
.theme-list .yellow {
  background: #ffb236;
}
.theme-list .green {
  background: #18ce0f;
}
.theme-list .orange {
  background: #f96332;
}

.pastille-rouge {
  position: absolute;
  width: 33px;
  right: -6px;
  top: -13px;
}

#halo {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

#halo #halo__particle {
  --x: 0px;
  --y: 0px;
  animation: halo 10s linear infinite;
  width: 60vw;
}

#halo #halo__particle svg {
  filter: blur(90px);
  opacity: 0;
  transition: opacity 2s ease;
}

#halo #halo__particle svg.active {
  opacity: 0.7;
}

#halo #halo__particle svg:nth-child(2).active {
  opacity: 0.24;
}

#halo #halo__particle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (min-width: 140px) {
  #halo {
    display: none;
  }
}
@media (min-width: 768px) {
  #halo {
    display: initial;
  }
}
@keyframes halo {
  0% {
    transform: translate(-40%, -50%);
  }
  50% {
    transform: translate(-20%, -40%);
  }
  to {
    transform: translate(-40%, -50%);
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.default-layout__bg {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-gap: 1px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.default-layout__bg span {
  background: var(--background-overflow);
  display: block;
  border-radius: 10px;
  width: initial;
}
@media (min-width: 140px) {
  .default-layout__bg span {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .default-layout__bg span {
    width: initial;
  }
}

.turbolinks-progress-bar {
  height: 5px;
  background-color: var(--primary-color);
  z-index: 555555559999;
}

body {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  background: var(--background-primary);
  font-size: var(--font-size-text-normal-regular);
}

.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands {
  font-size: 1.5rem;
}

#app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--margin-between-section);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 140px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1370px;
  }
}

.container-fluid {
  max-width: 100%;
  width: 100%;
}

.container-loader-page {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.container-loader-page .loader-page {
  width: 200px;
  height: 80px;
  padding-top: 40vh;
  margin: auto;
  display: flex;
}
.container-loader-page .circle {
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: jump 1s linear infinite;
  margin: 0 15px;
}
.container-loader-page .caption {
  margin: auto;
  font-size: 20px;
  color: white;
}
.container-loader-page #b {
  animation-delay: 0.2s;
}
.container-loader-page #c {
  animation-delay: 0.4s;
}
@keyframes jump {
  0% {
    margin-top: 0;
  }
  35% {
    margin-top: -75px;
  }
  70% {
    margin-top: 0px;
  }
}

.list-project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

@media (min-width: 140px) {
  .list-project {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .list-project {
    grid-template-columns: 1fr 1fr;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: var(--background-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}

#preloader.preloader--hide {
  opacity: 0;
  visibility: hidden;
}

.loader-container {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  animation: spin 2s linear infinite;
}

#loader:before,
#loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
}

#loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  animation: spin 3s linear infinite;
}

#loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-project-fade {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-project-fade img {
  width: 500px;
}
.card-project-fade div.description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-how-we-work {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 20px 15px 35px 15px;
  max-width: 350px;
  border: 1px solid var(--border);
  border-bottom: 2px solid var(--primary-color);
  border-radius: 17px;
}
.card-how-we-work hr {
  width: 50%;
  height: 1px;
  color: var(--border);
  margin: auto;
}
.card-how-we-work.selected {
  background: var(--card-selected);
}
.card-how-we-work img {
  width: 12px;
  height: 14px;
}
.card-how-we-work ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-how-we-work ul li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.card-without-img {
  display: flex;
  flex-direction: column;
  background: var(--background-secondary);
  padding: 40px 20px 40px 20px;
  border-radius: 15px;
}
.card-without-img p {
  margin-top: 15px;
}

.card-contact {
  display: flex;
  background: var(--background-secondary-primary);
  padding: 40px 40px 74px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  max-width: 900px;
  margin: 60px auto auto auto;
  gap: 30px;
  cursor: pointer;
  transition: all 2s ease-in;
}
.card-contact .title-h2 {
  color: linear-gradient(-45deg, rgb(194, 189, 235), rgb(225, 175, 141), rgb(194, 189, 235), rgb(225, 175, 141), rgb(194, 189, 235), rgb(225, 175, 141), rgb(194, 189, 235), rgb(225, 175, 141)) 30% center/400% 400% text;
}
.card-contact .card-contact-left {
  display: flex;
  flex-direction: column;
  max-width: 568px;
}
.card-contact .card-contact-right {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  margin-top: auto;
}
.card-contact .card-contact-right .bottom {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
}
.card-contact .card-contact-right .bottom svg {
  margin-right: 12px;
  width: 110px;
}

@media (min-width: 140px) {
  .card-contact {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card-contact {
    flex-direction: row;
  }
}
.card-left-text-img-right {
  display: flex;
}
.card-left-text-img-right .right {
  margin-left: auto;
}
.card-left-text-img-right .right img {
  width: 60%;
  border-radius: 50px;
  margin-left: auto;
}
.card-left-text-img-right button {
  width: 15rem;
}

.card-coach {
  display: flex;
  background-color: var(--white-color);
  max-width: 500px;
  padding: 20px;
  flex-direction: column;
  border-radius: 20px;
}
.card-coach img {
  height: 80px;
  width: 80px;
}
.card-coach .card-coach-body {
  display: flex;
  color: var(--text-color);
}
.card-coach .card-coach-body .right {
  margin-left: 15px;
}
.card-coach .card-coach-footer {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}

.card-text-with-btn {
  display: flex;
  flex-direction: column;
}
.card-service:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all 0.5s;
}

.card-service {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 1px rgba(189, 189, 189, 0.03);
  margin: 15px 0 15px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: all 2s ease;
  background-color: var(--background-secondary);
}
.card-service img {
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-service .with-ellipsis div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-service .card-service-header {
  min-height: 215px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.card-service .card-service-header .description {
  overflow: hidden;
}
.card-service .card-service-header a {
  font-size: 18px;
}
.card-service .bg-img {
  height: 247px;
  width: calc(100% - 24px);
  float: right;
  margin-left: auto;
}
.card-service a {
  color: var(--primary-color);
}
@media (min-width: 140px) {
  .card-service {
    padding: 0;
    max-width: 400px;
    margin: auto;
  }
  .card-service .card-service-header {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .card-service {
    padding: 0.5rem 3.125rem 1.2rem 3.125rem;
    max-width: 550px;
    margin: 0;
  }
  .card-service .card-service-header {
    padding: 20px 15px 20px 15px;
  }
}

.card-modeling {
  display: flex;
}
.card-modeling a {
  color: var(--primary-color);
}

@media (min-width: 140px) {
  .card-modeling {
    flex-direction: column;
  }
  .card-modeling .right, .card-modeling .left {
    width: 100%;
    text-align: center;
  }
  .card-modeling .left {
    order: 1;
  }
  .card-modeling .right {
    order: 2;
  }
}
@media (min-width: 768px) {
  .card-modeling {
    flex-direction: row;
    justify-content: space-between;
  }
  .card-modeling .right {
    width: 70%;
    order: 1;
  }
  .card-modeling .left {
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
    order: 2;
    text-align: initial;
  }
}
.card-testify {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  background: var(--card-selected);
  padding: 20px;
  border-radius: 15px;
}
.card-testify:hover {
  filter: none;
  cursor: pointer;
  background: var(--background-hover);
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all 0.6s;
  border: 1px solid rgba(53, 125, 237, 0.1);
}
.card-testify .stars {
  display: flex;
  gap: 5px;
}
.card-testify .stars i {
  font-size: smaller;
  color: var(--yellow);
}
@media (min-width: 140px) {
  .card-testify {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .card-testify {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 1024px) {
  .card-testify {
    flex: 0 0 31.333%;
    max-width: 31.333%;
  }
}
.card-testify .title-h4 {
  margin-top: 0;
}
.card-testify .card-testify-header {
  display: flex;
  justify-content: space-between;
}
.card-testify .card-testify-header .left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.card-testify .card-testify-header .left img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
}

.card-testimony-new {
  width: 25rem;
  border-radius: 15px;
  padding: 15px 15px 15px 15px;
  flex-direction: column;
  gap: 15px;
  box-shadow: 5px 5px 42px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5px 5px 42px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 42px -1px rgba(0, 0, 0, 0.08);
  height: 450px;
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  text-align: left;
}
.card-testimony-new img {
  width: 70px;
}
@media (min-width: 140px) {
  .card-testimony-new {
    width: 19rem;
  }
}
@media (min-width: 768px) {
  .card-testimony-new {
    width: 25rem;
  }
}

.card-testimony {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-testimony .buttons {
  z-index: 1;
  height: 40px;
  border-radius: 50px;
  margin: 0 15px;
}
.card-testimony .buttons .previous,
.card-testimony .buttons .next {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.card-testimony .buttons .previous:hover {
  transform: scale(1.25);
}
.card-testimony .buttons .next {
  right: -14px;
}
.card-testimony .buttons .next:hover {
  transform: scale(1.25);
}
.card-testimony .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0px;
}
.card-testimony .slide .testimonial {
  padding: 32px 0px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}
.card-testimony .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
.card-testimony .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
.card-testimony .slide .testimonial .author span {
  display: block;
  color: hsl(240, 18%, 77%);
  font-weight: 500;
}
.card-testimony .slide .slider-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}
.card-testimony .slide .slider-img .slider-img-bg {
  min-height: 380px;
  width: 310px;
}
.card-testimony .slide .slider-img img {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
.card-testimony .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

.hide {
  display: none;
}

@media screen and (min-width: 900px) {
  .card-testimony .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .card-testimony .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .card-testimony .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  .card-testimony .slide .testimonial .author span {
    display: contents;
  }
  .card-testimony .slide .slider-img {
    padding: 55px;
  }
  .card-testimony .slide .slider-img img {
    width: 400px;
  }
}
.card-project-large {
  display: flex;
  /*
  background:var(--background-secondary);
  */
  border-radius: 15px;
  /*
  border: 1px solid rgb(53, 125, 237,.1);
  */
  position: relative;
}
.card-project-large .card-project-large-img {
  background: aliceblue;
  padding: 50px;
}
.card-project-large .case-study-ship {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--white);
  z-index: 7777777777;
  border-radius: 80px;
  margin: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.card-project-large .left {
  /*
  padding:15px;
  */
  display: flex;
  flex-direction: column;
  max-width: 56%;
  gap: 15px;
}
.card-project-large .left .project-large-argument {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 18px 0;
  gap: 25px;
}
.card-project-large .left .project-large-argument span {
  font-size: var(--font-size-text-normal-small-regular);
  font-weight: 700;
  text-transform: uppercase;
}
.card-project-large .left .project-large-argument .image-11 {
  width: 4px;
  height: 4px;
}
.card-project-large .left .title-h4 {
  margin-top: 0;
  width: 90%;
}
.card-project-large .left img:nth-child(1) {
  max-width: 80px !important;
  height: 65px !important;
}
.card-project-large img:not(.project-logo) {
  right: 0;
  width: 40%;
  position: absolute;
  bottom: 0;
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-project-large.vertical img:not(.project-logo) {
  right: 0;
  width: 100%;
  position: relative;
  bottom: 0;
}
.card-project-large:hover {
  filter: none;
  cursor: pointer;
  background: var(--background-hover);
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all 0.5s;
}
@media (min-width: 140px) {
  .card-project-large .left {
    max-width: 100%;
  }
  .card-project-large {
    flex-direction: column;
  }
  .card-project-large img:not(.project-logo) {
    right: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 768px) {
  .card-project-large {
    /* img:first-child{

         width: 90px !important;
         height: 80px;
         position: relative !important;
     }*/
  }
  .card-project-large {
    flex-direction: row;
  }
  .card-project-large img:not(.project-logo) {
    right: 0;
    width: 40%;
    position: absolute;
    bottom: 0;
    height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .card-project-large .left {
    max-width: 55%;
  }
  .card-project-large.vertical {
    flex-direction: column;
  }
  .card-project-large.vertical .left {
    max-width: 100%;
  }
  .card-project-large.vertical img:not(.project-logo) {
    right: 0;
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .card-project-large.vertical {
    flex-direction: column;
  }
}

.card-service-new {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 3px 20px rgba(0, 210, 255, 0.2);
  transition: all 0.3s ease;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid var(--primary-color);
}
.card-service-new img {
  width: 50px;
}
@media (min-width: 140px) {
  .card-service-new {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .card-service-new {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .card-service-new {
    width: 390px;
    margin-left: auto;
    margin-right: initial;
  }
}

.card-service-new:hover {
  transform: translateY(-4px);
  filter: brightness(3);
  transition: all 0.3s ease;
}

.card-service-new h3 {
  color: var(--white);
}

.card-service-new::before {
  position: absolute;
  content: "";
  width: 350px;
  border-radius: 15px;
  transition: 0.3s;
}

.card-service-new:hover::before {
  width: 360px;
  height: 360px;
}

.card-service-info-without-img {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.card-vertical {
  display: flex;
  gap: 40px;
}
.card-vertical .right {
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 140px) {
  .card-vertical {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card-vertical {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .card-vertical {
    flex-direction: row;
  }
}

.card-video-testimony {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 0;
  aspect-ratio: 1;
}

/*

.slider{
    position: relative;
    height: 100%;
    width: 100%;
    cursor: grab;

&.is-grabbing{
        cursor: grabbing;
    }
}

.slider__inner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.slide{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60vw;
    height: 60vh;
    padding: 1rem;
}

.slide__bg{
    position: absolute;
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide__title{
    position: relative;
    color: #fff;
    font-size: calc(1rem + 3vw);
    font-weight: normal;
    z-index: 2;
}

.text{
    position: absolute;
    color: #666;
    left: 4rem;
    bottom: 3rem;
}

.cursor-wrap{
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cursor{
    position: fixed;
    top: -30px;
    left: -30px;
}
*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--background-primary);
}

.sticky + .content {
  padding-top: 102px;
}

.header {
  position: fixed;
  margin: 0 auto;
  top: 0;
  width: 100%;
  color: var(--text-color);
  z-index: 8888888;
  transition: all 0.5s;
  padding: 13px 0 10px 0;
}
@media (min-width: 140px) {
  .header .logo {
    width: 56px;
    height: auto;
  }
}
.header .wrapper-header{
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px){
  .header .wrapper-header{
    display: flex;
  }
}
.header_right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header .wrapper-header-link a{
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 400;
}
.header .header .wrapper-header-link a:hover {
  color: var(--primary-color);
}
@media (min-width: 140px) {
  .header .action-header {
    display: none;
  }
  .header .btn-tph {
    max-width: 40%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .header .action-header {
    display: flex;
  }
  .header .btn-tph {
    max-width: 100%;
    margin: initial;
  }
  @media (min-width: 140px) {
    .header .wrapper-header-link {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .header .wrapper-header-link {
      display: inline;
    }
  }
}
.header .navbar,
.header .navbar .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .navbar,
  .header .navbar .container {
    display: block;
  }
}
.header .navbar {
  margin-bottom: 0.5rem;
  /*
  |-----------------------------------
  | Start navbar logo or brand etc..
  |-----------------------------------
  */
  /*
  |-----------------------------------
  | Start navbar menu
  |-----------------------------------
  */
}
@media (min-width: 576px) {
  .header .navbar .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header .navbar .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header .navbar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .container {
    max-width: 1140px;
  }
}
.header .navbar .navbar-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .navbar .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.header .navbar .navbar-header .navbar-toggler {
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  display: none;
  outline: none;
}
@media (max-width: 768px) {
  .header .navbar .navbar-header .navbar-toggler {
    display: block;
  }
}
.header .navbar .navbar-header .navbar-toggler span {
  height: 4px;
  width: 30px;
  background-color: var(--primary-color);
  display: block;
}
.header .navbar .navbar-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 0.3rem;
}
.header .navbar .navbar-header > a {
  font-weight: 500;
}
.header .navbar .navbar-menu {
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  align-items: center;
}
@media (max-width: 768px) {
  .header .navbar .navbar-menu {
    display: none;
    text-align: center;
  }
}
.header .navbar .navbar-menu .navbar-nav {
  margin-left: auto;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: transparent;
}
@media (max-width: 768px) {
  .header .navbar .navbar-menu .navbar-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #EEE;
    margin-top: 1rem;
    background: var(--background-primary);
  }
}
.header .navbar .navbar-menu .navbar-nav > li > a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.header .navbar .navbar-menu .navbar-nav > li > a:hover {
  color: var(--primary-color);
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .header .navbar .navbar-menu .navbar-nav > li > a {
    border-bottom: 1px solid #EEE;
  }
}
.header .navbar .navbar-menu .navbar-nav > li.active a {
  color: var(--primary-color);
}
.header .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
  list-style: none;
  position: absolute;
  top: 150%;
  left: 0;
  background-color: var(--background-primary);
  padding: 0.5rem 0;
  min-width: 160px;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border-radius: 0.75rem;
  display: none;
}
@media (max-width: 768px) {
  .header .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
    position: relative;
    box-shadow: none;
  }
}
.header .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a {
  padding: 0.25rem 1rem;
  display: block;
}
.header .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown.show {
  display: block !important;
}
.header .navbar .navbar-menu .navbar-nav .dropdown > .separator {
  height: 1px;
  width: 100%;
  margin: 9px 0;
  background-color: var(--background-primary);
}
.header .navbar .navbar-dropdown {
  position: relative;
}

.navbar .navbar-header > a span {
  color: var(--primary-color);
}

.navbar .navbar-header h4 {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .navbar .navbar-header h4 {
    font-size: 1.05rem;
  }
}

.footer-content {
  display: flex;
  justify-content: space-evenly;
}

.footer {
  padding: 120px 0 270px;
  position: relative;
  overflow-x: hidden;
}
.footer .col-lg-3 {
  margin-top: 15px;
}
.footer .container div {
  text-align: center;
}
.footer .new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.footer .footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(text-color-light);
  padding: 27px 0;
}
.footer .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.footer .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.footer .btn_get_two:hover {
  background: transparent;
  color: var(--primary-color);
}
.footer .btn_get:hover {
  color: var(--primary-color);
  background: var(--primary-color);
  border-color: var(--border-color);
  box-shadow: none;
}
.footer a:hover, .footer a:focus, .footer .btn:hover, .footer .btn:focus, .footer button:hover, .footer button:focus {
  text-decoration: none;
  outline: none;
}
.footer .f_widget.about-widget .f_list li a:hover {
  color: var(--primary-color);
}
.footer .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.footer .f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.footer .f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.footer .f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.footer .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid var(--border-color);
  font-size: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: var(--text-color-light);
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  transition: all 0.2s linear;
}
.footer .ti-facebook:before {
  content: "\e741";
}
.footer .ti-twitter-alt:before {
  content: "\e74b";
}
.footer .ti-vimeo-alt:before {
  content: "\e74a";
}
.footer .ti-pinterest:before {
  content: "\e731";
}
.footer .btn_get_two {
  box-shadow: none;
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 6px;
}
.footer .btn_get_two:hover {
  background: transparent;
  color: var(--primary-color);
}
.footer .f_social_icon a:hover {
  background: var(--primary-color);
  border-color: var(--border-color);
  color: white;
}
.footer .f_social_icon a + a {
  margin-left: 4px;
}
.footer .f-title {
  margin-bottom: 30px;
  color: var(--text-color);
}
.footer .f_600 {
  font-weight: 600;
}
.footer .f_size_18 {
  font-size: 18px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: var(--text-color);
}
.footer .f_widget.about-widget .f_list li a {
  color: var(--text-color);
}
.footer .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("/img/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
  left: 0;
}
.footer .footer_bg .footer_bg_one {
  background: url("/img/voiture.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  animation: myfirst 22s linear infinite;
}
.footer .footer_bg .footer_bg_two {
  background: url("/img/velo.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  animation: myfirst 30s linear infinite;
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 140px) {
  .footer .footer-content {
    flex-direction: column;
  }
  .footer_bottom .col-lg-6 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .footer-content {
    flex-direction: row;
  }
  .footer_bottom .col-lg-6:first-child {
    text-align: left;
  }
  .footer_bottom .col-lg-6:last-child {
    text-align: right;
  }
}
.dynamic-navigation-bar {
  display: flex;
  background: var(--background-overflow);
  border-radius: 15px;
  border: 1px solid rgba(53, 125, 237, 0.1);
  padding: 50px 0;
  flex-direction: column;
  /* Montrer le contenu actif */
}
.dynamic-navigation-bar .dynamic-navigation-bar-wrapper {
  display: flex;
}
.dynamic-navigation-bar .btn-tph {
  margin: auto;
}
.dynamic-navigation-bar .sidebar {
  padding: 20px;
  min-width: 200px;
}
.dynamic-navigation-bar .sidebar h2 {
  padding: 9px 30px;
  margin-bottom: 10px;
}
.dynamic-navigation-bar .sidebar ul {
  list-style: none;
  padding: 0;
}
.dynamic-navigation-bar .sidebar ul li {
  margin-bottom: 10px;
}
.dynamic-navigation-bar .sidebar ul li a {
  text-decoration: none;
  padding: 9px 30px;
  display: block;
}
.dynamic-navigation-bar .sidebar ul li a:hover,
.dynamic-navigation-bar .sidebar ul li.active a {
  cursor: pointer;
  color: var(--primary-color);
  transition: all 0.5s;
  box-shadow: 5px 1px 31px 8px rgba(27, 30, 61, 0.2);
}
.dynamic-navigation-bar .content {
  flex-grow: 1;
  padding-left: 20px;
}
.dynamic-navigation-bar .tab-content {
  display: none;
}
.dynamic-navigation-bar .tab-content.active {
  display: flex;
  align-items: center;
  height: 100%;
}
.dynamic-navigation-bar .tab-content.active .wrapper {
  max-width: 700px;
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.promise {
  display: flex;
  flex-direction: column;
}

.section-home-header {
  /*
  background: var(--background-primary);
  */
}

.wrapper-hero-header {
  position: relative;
}
@media (min-width: 140px) {
  .wrapper-hero-header {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .wrapper-hero-header {
    padding-top: 190px;
  }
}
@media (min-width: 1024px) {
  .wrapper-hero-header {
    padding-top: 190px;
  }
}

.section-how-we-work {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-how-we-work .section-how-we-work-list {
  display: flex;
  gap: var(--gap);
  justify-content: center;
  align-items: center;
}
@media (min-width: 140px) {
  .section-how-we-work .section-how-we-work-list {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section-how-we-work .section-how-we-work-list {
    flex-direction: row;
  }
}

.section-testimony-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--margin-between-section) / 2);
  margin: auto;
  padding: 0 15px;
  max-width: 1400px;
}
.section-testimony-new .section-testimony-list {
  display: grid;
  gap: 15px;
}
@media (min-width: 140px) {
  .section-testimony-new .section-testimony-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .section-testimony-new .section-testimony-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .section-testimony-new .section-testimony-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section-testimony {
  display: flex;
  align-items: center;
}
@media (min-width: 140px) {
  .section-testimony {
    flex-direction: column;
  }
  .section-testimony h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-testimony {
    flex-direction: row;
  }
  .section-testimony h2 {
    text-align: left;
  }
}

.hero-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  max-width: 880px;
  position: relative;
}
.hero-header .img-signature {
  top: 268px;
  height: 30px;
  right: 50%;
  left: 15%;
}
@media (min-width: 140px) {
  .hero-header .img-signature {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-header .img-signature {
    display: initial;
  }
}
.hero-header p {
  max-width: 600px;
}
.hero-header img {
  position: absolute;
}
.hero-header img.hand {
  right: -81px;
}
.hero-header img.icon-left {
  left: -31px;
}
.hero-header img.right-bottom {
  right: -81px;
  bottom: -138px;
}
.hero-header img.right-top {
  right: 71px;
  top: -108px;
}
.hero-header img.left-top {
  left: -40px;
  top: -108px;
}
.hero-header img.left-bottom {
  left: 33px;
  bottom: 127px;
}
.hero-header .wrapper-home-header-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 140px) {
  .hero-header .wrapper-home-header-btn {
    width: initial;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .hero-header .wrapper-home-header-btn {
    width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .hero-header .wrapper-home-header-btn {
    width: 100%;
    flex-direction: row;
  }
}

.section-course, .home-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.section-course img, .home-header img {
  width: 50%;
  border-radius: 22px;
}
.section-course svg, .home-header svg {
  max-height: 500px;
  position: relative;
}
.section-course .card-text-with-btn, .home-header .card-text-with-btn {
  width: 45%;
}

.section-service {
  display: flex;
  flex-direction: column;
}

.block-project {
  display: flex !important;
  padding: 20px;
}
.block-project .title-h2 {
  margin: auto;
}
.block-project .btn_analyse {
  margin: 35px auto 0 auto;
}
.block-project .card-project-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-project .card-project-text .description {
  max-height: 256px;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.block-project .card-project-text a {
  color: var(--primary-color);
}
.block-project .card-project-text p {
  height: 71px;
  overflow: hidden;
}
.block-project .card-project-img {
  width: 60%;
}
.block-project img {
  width: 100%;
  margin-top: auto;
  max-height: 600px;
  margin-left: auto;
  box-shadow: 0px 0px 0px 0px rgba(189, 189, 189, 0.3019607843);
}
.block-project div img:nth-child(2) {
  transform: translateY(-30%) translateX(-30%);
}

.section-citation {
  background: var(--background-secondary);
  min-height: 200px;
  display: flex;
  padding: 20px;
  margin-top: var(--margin-between-section);
}
.section-citation div {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 80%;
  margin: auto;
}
.section-citation div h3 {
  color: var(--primary-color);
}

.section-project .slick-prev, .section-project .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  /* color: var(--primary-color); */
  border: none;
  outline: none;
  background: transparent;
  right: 0;
}
.section-project .slick-prev:before, .section-project .slick-next:before {
  font-size: 37px;
  line-height: 1;
  opacity: 0.75;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-community {
  display: flex;
  justify-content: space-between;
  margin-top: var(--margin-between-section);
}
.section-community .left {
  width: 48%;
}
.section-community .right {
  justify-content: center;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section-community .right .wrapper-btn {
  margin-top: 40px;
}
.section-community .right .wrapper-btn button:nth-child(2) {
  margin-left: 15px;
}
.section-community .right .wrapper-btn button {
  margin-top: 10px;
}

@media (min-width: 140px) {
  .section-citation div {
    width: 95%;
  }
  .home-header {
    flex-direction: column;
  }
  .home-header .card-text-with-btn {
    margin: 15px auto;
    width: 100%;
  }
  .home-header img {
    width: 100%;
    margin: auto;
  }
  .home-header svg {
    width: 100%;
    margin-left: auto;
  }
  .block-project {
    flex-direction: column;
  }
  .block-project .card-project-text {
    width: 100%;
  }
  .block-project .card-project-img {
    width: 100%;
    margin-top: 15px;
  }
  .section-community {
    flex-direction: column;
  }
  .section-community .left, .section-community .right {
    margin-bottom: 15px;
  }
  .section-community .left {
    width: 100%;
  }
  .section-community .right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-citation div {
    width: 50%;
  }
  .home-header {
    flex-direction: row;
    gap: 100px;
  }
  .home-header img {
    width: 33%;
    border-radius: 22px;
  }
  .home-header svg {
    width: 100%;
  }
  .home-header .card-text-with-btn {
    width: 65%;
    margin: 17px 0;
    justify-content: center;
    margin-left: 40px;
  }
  .home-header .card-text-with-btn span.mt-8 {
    width: 100%;
    line-height: 1.8;
  }
  .section-community {
    flex-direction: row;
  }
  .section-community .left {
    width: 48%;
  }
  .section-community .right {
    width: 50%;
  }
  .block-project {
    flex-direction: column;
  }
  .block-project .card-project-text {
    width: 100%;
  }
  .block-project .card-project-img {
    margin-top: 15px;
    width: 100%;
  }
}
.section-service-new {
  background: var(--background-dark);
  color: var(--white);
}
.section-service-new .block-service-new {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 20px;
}
.section-service-new .block-service-new h2 {
  color: var(--white);
}
.section-service-new .block-service-new .right {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

@media (min-width: 140px) {
  .section-service-new {
    padding: 100px 15px;
  }
  .section-service-new .block-service-new {
    display: grid;
    grid-template-columns: 1fr;
  }
  .section-service-new .block-service-new .right {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .section-service-new {
    padding: 100px 15px;
  }
  .section-service-new .block-service-new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-service-new .block-service-new .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .section-service-new {
    padding: 100px 15px;
  }
  .section-service-new .block-service-new {
    grid-template-columns: 0.5fr 1fr;
  }
  .section-service-new .block-service-new .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.glide-testimony .glide__slide {
  height: 300px;
  display: grid;
  grid-template-rows: 0.3fr 1fr 0.5fr;
  gap: 12px;
  background: var(--card-selected);
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}
.glide-testimony .glide__slide img {
  width: 60px;
  border-radius: 40px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.glide-testimony .glide__slide .text-sm {
  font-size: 0.995rem;
}
.glide-testimony .glide__slide:hover {
  filter: none;
  cursor: pointer;
  background: var(--background-hover);
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all 0.6s;
  border: 1px solid rgba(53, 125, 237, 0.1);
}
.glide-testimony .glide__slide .glide__slide___bottom {
  display: flex;
  gap: 10px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.category-list .project-category img {
  -o-object-fit: cover;
     object-fit: cover;
}

.reverse {
  flex-direction: row-reverse;
}

.project-category {
  display: flex;
  gap: 25px;
}
.project-category .left {
  display: flex;
  margin: auto;
  flex-direction: column;
}
.project-category img {
  max-height: 700px;
  max-width: 60%;
}

.project {
  width: 100%;
}
.project .project-header {
  height: 100vh;
  display: flex;
}
.project .project-view-header {
  display: flex;
  align-items: center;
  width: 100%;
}
.project .project-view-header .project-view-header-left {
  width: 50%;
  margin: 0;
}
.project .project-view-header .project-view-header-right {
  position: absolute;
  right: 0;
  width: 40%;
}
@media (min-width: 140px) {
  .project .project-view-header {
    flex-direction: column;
    margin-top: 130px;
  }
  .project .project-view-header .project-view-header-left {
    width: 100%;
    margin: 0;
  }
  .project .project-view-header .project-view-header-right {
    position: absolute;
    right: initial;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .project .project-view-header {
    margin-top: initial;
    flex-direction: row;
  }
  .project .project-view-header .project-view-header-left {
    width: 50%;
    margin: 0;
  }
  .project .project-view-header .project-view-header-right {
    position: absolute;
    right: 0;
    width: 40%;
    bottom: initial;
  }
}
.project .project-detail {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.project .project-detail .project-detail-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 50px;
  gap: 20px;
}
.project .project-detail .project-detail-block svg {
  margin: auto;
  width: 30px;
  color: var(--primary-color);
}
@media (min-width: 140px) {
  .project .project-detail {
    flex-direction: column;
  }
  .project .project-detail .project-detail-block:not(:first-child) {
    border-top: 1px solid rgba(53, 125, 237, 0.2);
  }
}
@media (min-width: 768px) {
  .project .project-detail {
    flex-direction: row;
  }
  .project .project-detail .project-detail-block:not(:last-child) {
    border-right: 1px solid rgba(53, 125, 237, 0.2);
  }
}
.project .link-list {
  display: flex;
  justify-content: space-between;
}
.project .project-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.project .project-info .left, .project .project-info .right {
  text-align: left;
}
.project .project-info .left {
  margin-top: 15px;
}
.project .project-info .left .year, .project .project-info .left .role {
  margin-right: 30px;
}
.project .project-info .left .time {
  display: flex;
  flex-wrap: wrap;
}
.project .project-info .left .technos {
  display: flex;
}
.project .project-info .left .technos .card-techno {
  margin-right: 15px;
}
.project .project-info .left .technos .card-techno img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.project .project-info .right {
  margin-top: 15px;
}

.challenge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 63px;
}
.challenge .card-challenge {
  width: 45%;
  margin: auto;
  padding: 20px 0;
  border-top: 1px solid var(--neutral--500);
  display: grid;
  gap: var(--gap);
  align-items: center;
}
@media (min-width: 140px) {
  .challenge .card-challenge {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .challenge .card-challenge {
    grid-template-columns: 0.6fr 1fr;
  }
}

.project_list {
  display: grid;
  grid-gap: 80px;
  margin-top: calc(var(--margin-between-section) / 2);
}
.project_list .card-service {
  margin-right: 25px;
  margin-top: 15px;
}
.project_list .card-service p {
  height: 77px;
  overflow: hidden;
}
.project_list .card-service div {
  overflow: hidden;
}

.section-modeling {
  margin-top: var(--margin-between-section);
  margin-bottom: var(--margin-between-section);
}

.section-project-logos {
  text-align: center;
}
.section-project-logos .header-section-logo {
  text-align: center;
  max-width: 600px;
  margin-bottom: 15px;
}
.section-project-logos .logo-list {
  background: var(--white-color);
  color: var(--color-white-light);
  padding: 20px;
  display: flex;
  justify-content: center;
}
.section-project-logos .logo-list img {
  width: 140px;
  height: 140px;
  /*border-radius: 100px;*/
  margin: 0 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 140px) {
  .section-project-logos .logo-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-project-logos .logo-list img {
    margin: 15px 30px;
  }
}
@media (min-width: 768px) {
  .section-project-logos .logo-list {
    flex-direction: row;
    align-items: center;
  }
  .section-project-logos .logo-list img {
    margin: 0px 30px;
  }
}
.project {
  margin-top: var(--margin-between-section)/2;
}
.project .img-project {
  margin-top: calc(var(--margin-between-section) / 2);
  width: 100%;
}

.gallery {
  margin-top: calc(var(--margin-between-section));
}
.gallery img {
  width: 50%;
}

.gallery_last {
  margin-top: calc(var(--margin-between-section));
}
.gallery_last img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.project-learning {
  display: flex;
  flex-direction: column;
  margin-top: var(--margin-between-section);
}
.project-learning .learning-list {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.project-learning .learning-list li {
  margin-top: 15px;
}

@media (min-width: 140px) {
  .project-category {
    flex-direction: column;
  }
  .project-category img {
    max-width: 100%;
  }
  .reverse {
    flex-direction: column;
  }
  .project_list {
    grid-template-columns: 1fr;
  }
  .link-list {
    display: flex;
    flex-direction: column;
  }
  .project-info .left {
    width: 100%;
  }
  .project-info .right {
    width: 100%;
  }
  .challenge .card-challenge {
    width: 100%;
  }
  .project-learning .learning-header, .project-learning .learning-list {
    width: 100%;
  }
  .gallery img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-category {
    flex-direction: row;
  }
  .project-category img {
    max-width: 35%;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .link-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .project_list {
    grid-template-columns: 1fr 1fr;
  }
  .gallery img {
    width: 100%;
  }
  .project-info .left {
    width: 45%;
  }
  .project-info .right {
    width: 45%;
  }
  .challenge .card-challenge {
    width: 45%;
  }
  .project-learning {
    flex-direction: column;
  }
  .project-learning .learning-header, .project-learning .learning-list {
    width: 50%;
  }
}
.shadow3 {
  background-image: url("http://www.commixturesoft.com/img/shadow3.png");
  background-repeat: no-repeat;
  margin-top: var(--margin-between-section);
}

#ContactUs {
  /*socil*/
}
#ContactUs .height450 {
  height: 250px;
}
#ContactUs .badge-info {
  background-color: rgba(23, 160, 184, 0.17);
  color: #17a2b8;
}
#ContactUs .section-title .badge {
  margin: 0 0 8px;
}
#ContactUs .badge {
  border-radius: 100px;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  padding: 4px 14px;
  text-transform: uppercase;
}
#ContactUs h2 {
  font-size: 36px;
}
#ContactUs .social-overlap {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
#ContactUs .justify-content-center {
  justify-content: center !important;
  justify-content: center !important;
}
#ContactUs .social-bar {
  display: flex;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid #ebe9e9;
}
#ContactUs .iconpad {
  padding: 12px 0;
  width: 100%;
}
#ContactUs .mb-3, #ContactUs .my-3 {
  margin-bottom: 1rem !important;
}
#ContactUs .process-scetion .slider-nav-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background: var(--white);
  cursor: pointer;
  transition: all 0.4s ease;
}
#ContactUs .social-icons a {
  border-radius: 50px;
  color: #3f345f;
  display: inline-block;
  line-height: 52px;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  margin: 15px 15px;
  font-size: 22px;
}
#ContactUs a {
  text-decoration: none !important;
  color: #3f345f;
  transition: all 0.3s ease 0s;
}
#ContactUs .slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  animation: 1.5s linear 0s normal none infinite focuse;
}
#ContactUs .slider-nav {
  display: flex;
}
#ContactUs .process-scetion .slider-nav-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background: var(--white);
  cursor: pointer;
  transition: all 0.4s ease;
}
#ContactUs .slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  animation: 1.5s linear 0s normal none infinite focuse;
}
#ContactUs .process-scetion .slider-nav-item:nth-child(2) {
  color: #40beff;
}
#ContactUs .process-scetion .slider-nav-item:nth-child(3) {
  color: #311f9b;
}
#ContactUs .process-scetion .slider-nav-item:nth-child(4) {
  color: #ff9259;
}
#ContactUs .process-scetion .slider-nav-item:nth-child(5) {
  color: #38385f;
}
#ContactUs .process-scetion .slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: "";
  width: 100%;
  background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}
#ContactUs .process-scetion .slider-nav-item:last-child:after {
  display: none;
}
#ContactUs .process-scetion .slider-nav-item .ikon {
  font-size: 50px;
  line-height: 80px;
}
#ContactUs .process-scetion .slider-nav-item.active:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}
@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
#ContactUs .shadow-img1 {
  background-image: url("../img/shadow.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
#ContactUs .shadow-img2 {
  background-position: bottom;
  background-image: url("../img/shadow2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#ContactUs .slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: "";
  width: 100%;
  background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
#ContactUs .jello-horizontal {
  animation: jello-horizontal 0.9s both;
}
#ContactUs .social-bar a:hover i {
  animation: jello-horizontal 0.9s both;
}
@media only screen and (max-width: 300px) {
  #ContactUs .process-scetion .slider-nav-item {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}

.contact {
  min-height: 500px;
  background: var(--background-secondary);
  display: flex;
  flex-direction: column;
}
.contact .contact-header {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .contact-header .form-contact {
  background: var(--background-primary);
  width: 450px;
  padding: 30px 33px;
  border-radius: 14px;
  box-shadow: 7px 7px 98px -43px;
  transform: translateY(30%);
}
.contact .contact-header .form-contact .form-group {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.contact .contact-header .form-contact .form-group input, .contact .contact-header .form-contact .form-group textarea {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid var(--border);
  outline: none;
  color: var(--text-color-light);
  padding: 6px 10px;
  border-radius: 3px;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.contact-info div {
  display: flex;
  margin-top: 15px;
}
.contact-info div span {
  margin-left: 15px;
}

@media (min-width: 140px) {
  .contact .contact-header {
    flex-direction: column;
  }
  .contact .contact-header .left {
    width: 100%;
    margin-left: unset;
    text-align: center;
    margin-top: 60px;
  }
  .contact .contact-header .right {
    width: 100%;
    margin-right: unset;
  }
  .contact .contact-header .form-contact {
    width: 100%;
    transform: translateY(15%);
  }
  .contact-info {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact .contact-header {
    flex-direction: row;
  }
  .contact .contact-header .left {
    text-align: left;
    margin-left: 16%;
  }
  .contact .contact-header .right {
    margin-right: 15%;
  }
  .contact .contact-header .form-contact {
    transform: translateY(30%);
    width: 450px;
  }
  .contact-info {
    flex-direction: row;
  }
}
.about {
  position: relative;
  transform: translateY(-100px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.about .wrapper-about-header {
  z-index: 1;
  background: url("/img/labase.jpg") center center/cover;
  position: fixed;
  min-height: 100vh;
  opacity: 0.3;
  width: 100%;
}
.about .content-about {
  z-index: 999;
}
.about .container {
  margin-top: auto;
  margin-bottom: auto;
}
.about .about-header {
  z-index: 5;
  width: 50%;
  margin: auto;
  text-align: center;
}

.about-pc {
  padding: 70px 10px;
}
.about-pc .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-editor {
  background-color: var(--background-primary);
  padding: 100px 0;
}
.about-editor .about-editor-list .card-editor {
  margin-top: 15px;
  background: var(--background-primary);
}
.about-editor .about-editor-list .card-editor .card-editor-header {
  padding: 30px;
  min-height: 304px;
  display: flex;
  flex-direction: column;
}
.about-editor .about-editor-list .card-editor .card-editor-header a {
  color: var(--primary-color);
}
.about-editor .about-editor-list .card-editor .card-editor-footer {
  margin-top: 25px;
  min-height: 350px;
}

.about-se {
  margin-top: var(--margin-between-section);
}
.about-se .btn-tph {
  margin: 43px auto;
}

@media (min-width: 140px) {
  .about-pc {
    flex-direction: column;
  }
  .about .about-header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .about-pc {
    flex-direction: row;
  }
  .about .about-header {
    width: 50%;
  }
}
.testimony-contact {
  display: flex;
  margin-top: 20px;
}
.testimony-contact a {
  margin-right: 15px;
}
.testimony-contact svg {
  width: 25px;
  height: 25px;
}

.testimony {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.testimony .svg-testimony {
  width: 85%;
  max-height: 400px;
}
.testimony .testimony-header {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: var(--margin-between-section) auto;
}
.testimony .testimony-header .form-testimony {
  background: var(--background-primary);
  width: 450px;
  padding: 30px 33px;
  border-radius: 14px;
  box-shadow: 7px 7px 98px -43px;
}
.testimony .testimony-header .form-testimony .form-group {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.testimony .testimony-header .form-testimony .form-group input {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  padding: 4px 0;
}
.testimony .testimony-header .form-testimony .form-group textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  height: 100px;
  padding: 15px;
}

.testimony-info {
  margin-top: 150px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.testimony-info div {
  display: flex;
}
.testimony-info div span {
  margin-left: 15px;
}

@media (min-width: 140px) {
  .testimony-contact {
    justify-content: center;
  }
  .testimony .testimony-header {
    flex-direction: column;
  }
  .testimony .testimony-header .left {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .testimony .testimony-header .right {
    width: 100%;
    margin-right: unset;
  }
  .testimony .testimony-header .form-testimony {
    width: 100%;
  }
  .testimony-info {
    flex-direction: column;
    align-items: center;
  }
  .iframe-video {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .testimony-contact {
    justify-content: flex-start;
  }
  .iframe-video {
    width: 100%;
    height: 600px;
  }
  .testimony .testimony-header {
    flex-direction: row;
  }
  .testimony .testimony-header .left {
    text-align: left;
    margin-left: 20%;
  }
  .testimony .testimony-header .right {
    margin-right: 15%;
  }
  .testimony .testimony-header .form-testimony {
    width: 550px;
  }
  .testimony-info {
    flex-direction: row;
  }
}
.service-view-heroes {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  max-width: 1920px;
}
.service-view-heroes .right {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 140px) {
  .service-view-heroes {
    grid-template-columns: 1fr;
    margin-top: 150px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .service-view-heroes .left {
    order: 1;
  }
  .service-view-heroes .right {
    order: 0;
  }
}
@media (min-width: 768px) {
  .service-view-heroes {
    grid-template-columns: 1fr 1fr;
    margin-top: 86px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-view-heroes .left {
    order: 0;
  }
  .service-view-heroes .right {
    order: 1;
  }
}

.services-hero {
  display: flex;
  height: 85vh;
}
.services-hero .wrapper-hero-header {
  padding: 0;
  display: flex;
  margin: auto;
}
.services-hero .anim-circle {
  position: absolute;
  border: 1px solid rgba(217, 217, 217, 0.8); /* Bordure translucide */
  border-radius: 50%;
  width: 70vw; /* Taille initiale du cercle */
  height: 70vw;
  z-index: -2;
  transition: width 0.3s ease, height 0.3s ease;
  will-change: width, height; /* Optimisation du rendu */
  bottom: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

[hidden] {
  display: none;
}

html {
  font-family: 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;
  line-height: 1.5;
}

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

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

svg, video {
  display: block;
  vertical-align: middle;
}

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

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.font-semibold {
  font-weight: 600;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

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

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

.leading-7 {
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.-mt-px {
  margin-top: -1px;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

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

.text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

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

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .dark\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .dark\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .dark\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .dark\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
}
