:root {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }

svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }


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


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

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }
 /* @import url("https://fonts.googleapis.com/css2?family=Assistant:wght@100;200;300;400;500;600;700;800&display=swap"); */


 
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Medium.woff2') format('woff2'),
       url('../fonts/Assistant-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal; 
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Regular.woff2') format('woff2'),
       url('../fonts/Assistant-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Bold.woff2') format('woff2'),
       url('../fonts/Assistant-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal; 
  font-display: swap;
} 
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-SemiBold.woff2') format('woff2'),
       url('../fonts/Assistant-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} 

 
/* @font-face {
  font-family: "helvetica_neue_lt_std75_bold";
  src: url("../fonts/helvetica_neue_lt_std_75_bold.woff2") format("woff2"),
    url("../fonts/helvetica_neue_lt_std_75_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  src: url("../fonts/helvetica_neue_lt_std_75_bold_outline.woff2")
      format("woff2"),
    url("../fonts/helvetica_neue_lt_std_75_bold_outline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */

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

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

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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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


h1,
h2,
h3,
h4,
hr,
p {
  margin: 0;
}

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

/*
Reset default styling for dialogs.
*/

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button {
  cursor: pointer;
}

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  body {
    font-family: "Assistant", sans-serif;
    overflow-x: hidden;
    font-size: 18px;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {


 
  .container {
    max-width: 640px;
  }
}
@media (min-width: 767px) {


 
  .container {
    max-width: 767px;
  }
}
@media (min-width: 992px) {


 
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1023px) {


 
  .container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {


 
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {


 
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {


 
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1520px) {


 
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1536px) {


 
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-\[15px\] {
  left: -15px;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-\[125px\] {
  right: 125px;
}
.right-\[70px\] {
  right: 70px;
}
.top-0 {
  top: 0px;
}
.top-\[33px\] {
  top: 33px;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[99999999\] {
  z-index: 99999999;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-5 {
  height: 1.25rem;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[600px\] {
  height: 600px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[72\%\] {
  width: 72%;
}
.w-full {
  width: 100%;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1150px\] {
  max-width: 1150px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[185px\] {
  max-width: 185px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_30\%\] {
  flex: 0 0 30%;
}
.flex-\[0_0_70\%\] {
  flex: 0 0 70%;
}
.grow {
  flex-grow: 1;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-\[300px\] {
  flex-basis: 300px;
}
@keyframes spin {


 
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[170px_1fr\] {
  grid-template-columns: 170px 1fr;
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[75px\] {
  gap: 75px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-\[\#252525\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity, 1));
}
.border-\[\#282828\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity, 1));
}
.border-\[\#2c2c2c\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}
.border-\[\#323232\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 50 50 / var(--tw-border-opacity, 1));
}
.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-\[\#c91d61\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 29 97 / var(--tw-border-opacity, 1));
}
.border-\[\#dadada\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
}
.border-b-rose-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-r-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-kinex_pink {
  --tw-bg-opacity: 1;
  background-color: rgb(201 29 97 / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.stroke-0 {
  stroke-width: 0;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pr-\[30px\] {
  padding-right: 30px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[5\%\] {
  padding-left: 5%;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[130px\] {
  padding-right: 130px;
}
.pr-\[5\%\] {
  padding-right: 5%;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[95px\] {
  font-size: 95px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-6 {
  line-height: 1.5rem !important;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[55px\] {
  line-height: 55px;
}
.leading-\[70px\] {
  line-height: 70px;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-kinex_pink {
  --tw-text-opacity: 1;
  color: rgb(201 29 97 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[2px_0px_12px_5px_\#efefef\] {
  --tw-shadow: 2px 0px 12px 5px #efefef;
  --tw-shadow-colored: 2px 0px 12px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
font-family: "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  overflow-x: hidden;  
  font-size: 18px;
}


.font-semibold 
{
 }
.btn {
  border-radius: 0.25rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 29 97 / var(--tw-bg-opacity, 1));
  background-position: right 25px center;
  background-repeat: no-repeat;
  padding: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 28 88 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 
a.btn {
  /* background-image: url("/images/arrow_rt.png"); */
  background-size: 20px;
}

a.btn.footer-btn {
  background-image: none;
  padding: 15px 0;
  font-size: 20px;
}
a.btn.footer-btn:after {
  background-image: url("/images/arrow_rt.png");
  background-size: 25px;
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top 12px;
  margin-left: 12px;
}

button.slick-arrow.slick-next.slick-disabled {
    opacity: 0.3;
}
button.slick-arrow.slick-prev.slick-disabled {
    opacity: 0.3;
}
.btn {
  /* background-image: url("/images/arrow_rt.png"); */
  background-size: 20px;
}
.btn.footer-btn {
  background-image: none;
  padding: 15px 0;
  font-size: 20px;
}

.btn.footer-btn:after {
  background-image: url("/images/arrow_rt.png");
  background-size: 25px;
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top 12px;
  margin-left: 12px;
}

a {
  color: #c91d61;
}

a:hover {
  color: #c91d61;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
}
/* 
.btn { 
    @apply bg-kinex_pink rounded p-5 text-white pl-[30px] pr-[50px] py-[10px] rounded-[50px] font-semibold bg-arrow_rt bg-no-repeat bg-[right_25px_center] hover:text-white;
} */

.row-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1520px) {


 
  .row-pad {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {


 
  .row-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
h1 {
  margin-bottom: 2.5rem;
  font-size: 70px;
  font-weight: 700;
  line-height: 100px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 1200px) {


 
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {


 
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

.h2 {
  margin-bottom: 2.5rem;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px) {


 
  .h2 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {


 
  .h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
h2 {
  margin-bottom: 1.5rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 1520px) {


 
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {


 
  h2 {
    margin-bottom: 1.25rem;
    font-size: 28px;
    line-height: 45px;
  }
}

.h2-54 {
  margin-bottom: 2.5rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 1520px) {


 
  .h2-54 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {


 
  .h2-54 {
    margin-bottom: 0.5rem;
    font-size: 28px;
    line-height: 45px;
  }
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1200px) {


 
  h3,
.h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {


 
  h3,
.h3 {
    margin-bottom: 2rem;
    font-size: 24px;
  }
}

.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

@media (max-width: 1200px) {


 
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {


 
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

@media (max-width: 1200px) {


 
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {


 
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

html {
  overflow-x: hidden;
}
/* .container-right-side-full {
  margin-left: calc((100% - 1480px) / 2);
  padding-left: 15px;
} */

a {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a:hover {
  color: #c91d61;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn {
  background-size: 20px;
}

.top_head_content h2 span {
  /* font-family: "helvetica_neue_lt_std75_bold"; */
}

/* .outline_hel {
  font-family: "helvetica_neue_lt_75Bdoutline";
} */

.under_line {
  position: relative;
  display: inline-block;
  color: #c91d61;
}

ul#menu-main-menu li a {
  font-size: 16px;
}

.form-group select option {
  color: #000;
  padding: 0 30px !important;
}

.get-in-touch .form-group select option:hover,
.get-in-touch .form-group select option:focus,
.get-in-touch .form-group select option:checked {
  background: #c91d61 linear-gradient(0deg, #c91d61 0%, #c91d61 100%);
  color: #fff !important;
}

#contact-us .form-group select#input_27,
#contact-us .form-group select#input_28 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/images/form-arrow.webp) no-repeat;
    background-position: center right 10px;
    padding-right: 25px;
}
.under_line:after { 
  /* background: url("/images/line_under.svg") no-repeat; */
  background-size: 100% 100%;
  width: 100%;
  bottom: -10px;
  position: absolute;
  height: 0.75rem;
  content: "";
  background-repeat: repeat;
  left: 0;
  background-position: center center;
}
footer .under_line:after {
  bottom: -20px;
}
@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}

.under_line_read-more {
  position: relative;
}

.under_line_read-more:after {
  background: url("/images/readmore_underline.png") no-repeat;
  background-size: contain;
  width: 100%;
  bottom: -18px;
  position: absolute;
  height: 0.75rem;
  content: "";
  background-repeat: no-repeat;
  left: 0;
}

.ft_news input,
.all_fr input,
.all_fr select,
.all_fr textarea {
  outline: none !important;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.under_line2 {
     position: relative;
    display: inline;
    padding-left: 5px;
  color: #c91d61; 
}

.under_line2:after {
  /* background: url(/images/line_under.svg) no-repeat; */
  background-size: 100% 100%;
  width: 100%;
  bottom: -12px;
  position: absolute;
  height: 0.75rem;
  content: "";
  background-repeat: repeat;
  left: 0;
  background-position: center center;
}

.under_line3 {
  position: relative;
}

.under_line3:after {
  background: url(/images/audit-tool-underline.png) no-repeat;
  background-position: bottom;
  content: "";
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -15px;
  height: 0.5rem;
  width: 100%;
}

p {
  margin-bottom: 20px;
}

section.bg-black {
  background-position: right;
  background-size: 55%;
  background-repeat: no-repeat;
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.eicon-animation-spin {
  animation: eicon-spin 18s linear infinite;
}

/* Timeline mobile css */

/* Timeline mobile css */

/* Timeline css */
span.under_line2.change:after {
  bottom: -10px;
  left: 0px;
  height: 0.75rem;
  width: 100%;
  background-image: url("/images/border-bottom.png");
  background-repeat: no-repeat;
}

 

header a {
  color: #fff;
}
html {
  scroll-behavior: smooth;
}

.Sticky-menu {
  max-height: 0px;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}
.Sticky-menu.active {
  transition: max-height 0.3s ease-in;
  max-height: 100vh;
  overflow-y: auto;
}

.sticky-menu ul li a {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.sticky-menu ul li a:after {
  content: "";
  background-image: url(/images/line_under.svg); 
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -10px;
  width: 0%;
  height: 20px;
  left: 0;
  transition: all 0.5s;
}
.sticky-menu ul li a:hover:after {
  content: "";
  background-image: url(/images/line_under.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 20px;
  left: 0;
  transition: all 0.3s;
}
.sticky-menu ul li a.active:after {
  content: "";
  background-image: url(/images/line_under.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 20px; 
  left: 0;
  transition: all 0.3s;
}
.sticky-menu ul li a.active 
{
  color: #c91d61;
}

/* Home tabber */
.right_menu ul li a:hover svg path {
  fill: #c91d61 !important;
}

/* .creative-section .grid:nth-child(odd) p span {
  opacity: 0;
} */

/* .home-slider:hover ul.slick-dots li.slick-active a .progressbar:after {
  content: "";
  height: 2px;
  background: #c91d61;
  position: absolute;
  animation: loader 2s;  
  -webkit-animation: loader 6.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -webkit-animation: 0;
  bottom: 0px;
  z-index: 99999;
}  */

@keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  99% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

.testimonial-slider button.slick-arrow.slick-prev:before {
  opacity: 0;
}
.testimonial-slider button.slick-arrow.slick-prev {
  position: absolute;
  bottom: -100px;
  top: 30px;
  z-index: 99;
  left: auto;
  background: transparent;
  background-image: url(/images/left-arrow.png);
  width: 73px;
  background-repeat: no-repeat;
  right: 60px;
  height: 70px;
  /* background-color: #141414; */
}

.testimonial-slider button.slick-arrow.slick-next:before {
  opacity: 0;
}

.testimonial-slider button.slick-arrow.slick-next {
  position: absolute;
  bottom: -100px;
  top: 30px;
  z-index: 99;
  left: auto;
  background: transparent;
  background-image: url(/images/right-arrow.png);
  width: 73px;
  background-repeat: no-repeat;
  right: 0px;
  height: 70px;
  /* background-color: #141414; */
}

/* Home tabber */


/* .form-group button:hover {
  background: transparent;
} */
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9;
}
input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #a9a9a9;
}

header.scrolled {
  position: fixed;
  top: 0;
}
.py-7 {
  transition: ease all 0.3s;
}
header.scrolled .py-7 {
  padding-top: 15px;
  padding-bottom: 15px;
}

ul#menu-main-menu li ul {
  position: absolute;
  z-index: 999;
  background: #000000;
  width: 250px;
  top: 59px;
}

ul#menu-main-menu > li a {
  padding: 40px 0;
}
ul#menu-main-menu li {
  position: relative;
}
ul#menu-main-menu li ul li a {
  padding: 10px 20px;
  display: block;
  font-weight: 400;
}

ul#menu-main-menu li ul li a:hover {
  color: #fff;
}

ul#menu-main-menu ul.dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
      z-index: 99999999;  
}

ul#menu-main-menu .menu-has-child-item:hover ul.dropdown-menu {
  max-height: 500px;
}
header.scrolled ul#menu-main-menu li ul {
  top: 45px;
}

ul#menu-main-menu ul li:hover {
  background: #c91d61;
}

.menu-has-child-item svg {
  margin-left: 6px;
  position: relative;
  top: 0px;
  font-size: 14px;
}
.menu-has-child-item svg path {
  fill: #fff;
}

ul#menu-main-menu .menu-has-child-item:hover svg path {
  fill: #c91d61;
}

ul#menu-main-menu .menu-has-child-item:hover > a {
  color: #c91d61;
}

.sticky-menu .have-child-item svg {
  position: absolute;
  right: 10px;
  top: 11px;
}

.sticky-menu .have-child-item > a {
  padding-right: 40px;
  display: block;
}

.sticky-menu .have-child-item {
  position: relative;
}

.sticky-menu .have-child-item ul {
  display: none;
}

.sticky-menu .have-child-item:hover ul {
  display: block;
}

.sticky-menu .have-child-item.active a {
  color: #fff;
}

.sticky-menu .have-child-item.active ul {
  margin-left: -15px;
  margin-right: -15px;
  background: #c91d61 !important;
  padding: 15px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.sticky-menu .have-child-item.active ul li a {
  font-size: 18px;
  padding: 8px 20px;
  color: #fff;
  display: block;
}

.footer-links li {
  position: relative;
  padding-left: 21px;
}
.footer-links li a svg {
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-links li a svg path {
  fill: #c91d61;
}

.footer-links li a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.footer-links li a:hover {
  color: #c91d61;
}

/* .gatsby-image-wrapper {
    overflow: visible !important;
} */

.image-animation img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease !important;
  transition: none;
}

.image-animation .gatsby-image-wrapper {
  overflow: visible;
}

.image-animation img:hover {
  transform: scale(1.1) !important;
}

.gatsby-image-wrapper {
    overflow: visible !important;
}



/* arrow for our work */
/* end */

/* arrow for logo slider */

/* .slick-slide > div {
  display: flex;
  justify-content: center; 
  align-items: center;
} */
 
/* end */

/* arrow for industry-icon */
/* end */

.cls-office > div:last-child .relative {
    border: none;
}
  
.footer-b-lr {
    position: relative;
}


.footer-b-lr:before {
    border: 1px solid #323232;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    left: -20px;
}

.footer-b-lr:after {
    border: 1px solid #323232;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
}



input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 0 transparent inset !important;
-webkit-text-fill-color: inherit !important;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:active {
-webkit-box-shadow: none !important;
-webkit-text-fill-color: #fff !important;
-webkit-transition: background-color 9999s ease-in-out 0s;
transition: background-color 9999s ease-in-out 0s;
}


footer input 
{
      border-top: none;
    border-left: none;
    border-right: none;
}


footer button:focus-visible {
    outline: none;
}


footer .under_line:after { 
     background-size: 250% 100%;
}


@keyframes slideLeftToRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.logo-sections img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
} 


/* slick css  */

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*# sourceMappingURL=slick.min.css.map */
/* slick css */

.cls-get-in-touch.logo-section .from-bottom-fade.animate-from-bottom > div:first-child {
    margin-top: 0;
}


.cls-get-in-touch section#form1 .border-b-rose-500 {
    border-color: #f43f5e;
}

/* footer css  */

.footer-info p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

footer a {
  color: #808080;
} 

.under_line_fr:after {
  /* background: url(/images/line_under.svg) no-repeat; */
  background-position: bottom;
  content: "";
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -13px;
  height: 10px;
  width: 159px;
}
.under_line_fr1:after {
  /* background: url(/images/line_under.svg) no-repeat; */
  background-position: bottom;
  content: "";
  background-size: contain;
  position: absolute;
  left: -30px;
  bottom: -13px;
  height: 10px;
  width: 159px;
}

.get-in-touch .form_inn {
  margin-bottom: 0px;
} 
form.all_fr_main.rounded-2xl.get-in-touch input, form.all_fr_main.rounded-2xl.get-in-touch select {
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.get-in-touch input,
.get-in-touch textarea {
  font-size: 20px;
}

 

.all_fr .form_inn {
  max-width: 1112px;
}

.footer-info h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.footer-info .relative {
  margin-bottom: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: #353535;
  padding-bottom: 0px;
  border-bottom: 0px solid #282828;
}

.right_menu ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

.right_menu ul li a:hover {
  color: #c91d61;
}

.right_menu .socal_icon li a {
  display: flex;
  height: 40px;
  width: 40px; 
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: #fff;
}

.right_menu .socal_icon li a svg {
    height: 22px;
}


.let_content {
  background-size: cover;
  width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* accrodian css */

/* .accordion.uncollapsed .accordion-panel {
  max-height: 10000px;  
} */
/* The banner additional logos container ships with Tailwind's `hidden`
   utility by default. Pages that wrap the banner in `.small-logo-show`
   opt in to displaying those logos. */

.banner-big-image {
  height: 100%;
  width: 100%;
}
.banner-big-image * {
  height: 100% !important;
}

ul#menu-main-menu li ul li a.active {
  background: #c91d61;
}
/* .App {
    padding-right: 15px;
} */

.testimonial-slider .slick-list {
  padding-bottom: 25px;
}
.testimonial-slider .slick-dots {
  bottom: -5px;
}
/* .keyword-reserch.active-white ul li.active {
    background-color: #fff;
} */

.zoom-in {
  transition: transform 0.5s ease, filter 0.4s ease;
}

.zoom-in:hover {
  transform: scale(1.05);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}

.footer-info .h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.all_fr_main select,
.all_fr_main input {
  color: #9ca3af;
}

/* Animate section  */
/* 
@keyframes from-left-fade {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes from-top-fade {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.from-left-fade,
.from-top-fade {
  opacity: 0;
  transition: all 1s ease-out;
}

.from-left-fade {
  transform: translateX(-30px);
}

.from-top-fade {
  transform: translateY(-30px);
}

.animate-from-left {
  animation: from-left-fade 1s ease-out forwards;
}

.animate-from-top {
  animation: from-top-fade 1s ease-out forwards;
  height: 100%;
}

@keyframes from-bottom-fade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.from-bottom-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out;
}

.animate-from-bottom {
  animation: from-bottom-fade 1s ease-out forwards;
} */

/* Animate section end */

/* slider.css */

/* slider.css */
.arrow {
  font-weight: normal;
}

.icon {
  color: #c5005a;
  margin-right: 10px;
}

/* #form1 input::placeholder,
#form1 textarea::placeholder,
#form1 select::placeholder {
  color: #000;
} */


a.btn.header-btn {
    background-image: unset !important;
}

.arrow {
  font-weight: normal; 
}

.aos-animate button.btn:hover {
    background-color: #753faf;
    background-image: url("/images/arrow_rt.png");
    background-repeat: no-repeat;
    background-position: right 25px center; 
    background-size: 20px;
}

/* Hide scrollbar for Webkit browsers */

/* Show scrollbar on hover */

/* Show scrollbar on hover (Webkit browsers like Chrome) */



.size-full {
    height: auto;
    width: revert-layer;
    max-width: 100%; 
}

.head {
  display: flex;
  gap: 5px;
  padding: 10px;
}


/* Animation keyframes */
@keyframes scrollCoverBrowser {
    10% {
        transform: translateY(0);
    }

    
    50% {
        transform: translateY(calc(-50% + 338px));
    }

    100% {
        transform: translateY(calc(-100% + 676px));
    }
}



/* marquee css */

/* Sticky contact form */

/* Smooth appearance */


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% { 
    transform: translateX(-50%);
  }
}


/* marquee css */

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-black section {
    background: #000000;
}

section#form1 input, section#form1 textarea, section#form1 select {
    color: #000;
}

.cls-get-in-touch section#form1 input, .cls-get-in-touch section#form1 textarea, .cls-get-in-touch section#form1 select {
    color: #000;
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #ccc;
}
 .cls-get-in-touch section#form1 textarea
 {  
    height: 170px;
 }

.cls-get-in-touch .text-rose-500 {
    margin-bottom: 20px;
}
span.under_line_fr1 {
    margin-right: 3px;
}

/* .head-section .image-container.overflow-hidden.h-full {
    background: #efefef;
}
.head-section .container-right-side-full img {
    height: auto;
    object-fit: contain;
} */

/* responsiveness start */

@media (max-width: 1800px) {
  section.bg-black {
    background-position: right;
    background-size: 60%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1630px) {
  section.bg-black {
    background-position: right;
    background-size: 66%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1400px) {
  .let_content img {
    width: 120px !important;
  }
}



@media (min-width: 1100px) and  (max-width: 1500px) 
{
  ul#menu-main-menu li { 
    padding: 0 10px !important;
  }
  ul#menu-main-menu li span {
    font-size: 16px;
}
}

@media (min-width: 1800px) {

    img.banner-big-image {
      height: 710px !important;
      -o-object-fit: cover;
         object-fit: cover;
    }

    /* .logo-slider-added .head-section {
        height: calc(100vh - 200px);
    } 
    .logo-slider-added .container-right-side-full
    {
        height: calc(100%);
        overflow: hidden;
    } */

    /* img.banner-big-image { 
    height: 700px !important;
    object-fit: cover;
    object-position: bottom;
    } */
    
    
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .let_content {
    height: 140px;
    width: 140px;
    background-size: cover;
    padding-left: 2px;
    padding: 20px 15px 20px 15px;
  }

  .let_content_inner img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  /* .head-section .grid > div:first-child {
    padding-left: 35px;
} */
}
@media (max-width: 1200px) {
  h2 br {
    display: none;
  }

 

  h1 {
    font-size: 48px;
  }
  h3 {
    font-size: 30px;
    font-weight: 700;
  }

  .under_line2:after {
    bottom: -12 px;
  }

  #contact-us h2 {
    font-size: 45px !important;
  }

  .let_content {
    height: 140px;
    width: 140px;
    background-size: cover;
    padding-left: 2px;
    padding: 20px 15px 20px 15px;
  }

  .let_content_inner img {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* @media (max-width: 1000px) {
    .container {
        padding-top: 0;
        padding-bottom: 0;
    }
} */

@media (min-width: 767px) and (max-width: 1200px) {
  ul#menu-main-menu li {
    padding-left: 5px;
    padding-right: 5px;
}
.Header-button {
    margin-left: 10px;
}


ul#menu-main-menu li  span, ul#menu-main-menu > li > a { 
    font-size: 14px;
}
a.btn.header-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
}
}

@media (min-width: 0px) and (max-width: 1023px) {
    header.scrolled .py-7 {
    padding-top: 10px;
    padding-bottom: 10px;
}
  }

@media (min-width: 767px) and (max-width: 991px) {

  ul#menu-main-menu li a {
    font-size: 14px;
  }
    ul#menu-main-menu li {
        padding-left: 6px;
        padding-right: 6px;
    }
  #contact-us h2 {
    font-size: 45px !important;
  line-height: 1.5;
  }
}
@media (min-width: 767px) and (max-width: 850px) {

  ul#menu-main-menu li a {
    font-size: 12px;
  } 
  .Header-button
  {
      margin-left: 10px;
  }
}

@media (max-width: 767px) {


  .cls-get-in-touch.logo-section .from-bottom-fade.animate-from-bottom > div:first-child {
    margin-top: 25px;
  }


.logo-slider-in-mobile.image-animation img:hover {
    transform: scale(1);
} 

    footer h3, footer .h3
    {
        font-size: 20px; 
    }

    .testimonial-slider .slick-list {
      padding-bottom: 0;
    }
     .testimonial-slider .slick-list p {
      margin-bottom: 0;
    }

    header.scrolled .py-7 {
    padding-top: 15px;
    padding-bottom: 15px;
    }

 

    #form1 input,  #form1 textarea {
        padding: 7px 0px;
    }
    #form1 select {
        padding: 0px 0px;
        margin-top: -24px;
    }

  .aos-init.aos-animate {
    text-align: center;
  }

  .from-bottom-fade.animate-from-bottom p:last-child {
      margin-bottom: 0;
  }

/* .web-design-case-study-container p.text-\[28px\] {
    margin-bottom: -70px;
} */

.all_fr
{
      margin-bottom: 0rem; 
} 

  .under_line:after, .under_line2:after  
  { 
    display: none;

  }
   

  ul#menu-main-menu li 
  {
    display: none;
  }
  .sticky-menu {
    flex-basis: 45%;
  }
  
  .sticky-menu ul li a.active:after
  {
    display: none;
  }

  .testimonial-slider.home-page button.slick-arrow.slick-prev {
        position: absolute;
        bottom: -100px;
        top: 30px;
        z-index: 9999;
        left: auto;       
        width: 73px;
        background-repeat: no-repeat;
        right: 60px;
        height: 70px;
    }
     .testimonial-slider.home-page button.slick-arrow.slick-next {
        position: absolute;
        bottom: -100px;
        top: 30px;
        z-index: 9999;
        left: auto;        
        width: 73px;
        background-repeat: no-repeat;
        right: 0px;
        height: 70px;
    }

  .testimonial-slider button.slick-arrow.slick-next {
    left: 0;
    right: 0px;
    margin: 0 auto;
  }
  .testimonial-slider button.slick-arrow.slick-prev {
    left: 0;
    right: 60px;
    margin: 0 auto;
  }

  body {
    scroll-behavior: smooth;
    /* margin-top: 70px;     */
  }

  .cls-office > div:last-child .relative {
    border: none;
  }

  /* .mobile-arrow h5:before {
    content: "";
    background-image: url("/images/check-big.png");
    background-repeat: no-repeat;
    background-position: top 15px left;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 20px;
  } */
  .sticky-menu li.active svg {
    transform: rotate(180deg);
    top: 14px;
  }

  .sticky-menu li.active ul.dropdown-menu {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sticky-menu li a {
    padding: 5px 0;
  }

  #contact-us h2 {
    font-size: 35px !important;
  line-height: 1.5;
  }
  .sticky-menu .have-child-item ul {
    display: block;
  }
  .sticky-menu .have-child-item svg {
    position: absolute;
    right: 0px;
    top: 11px;
    width: 40px;
    cursor: pointer;
  }

  .sticky-menu li.have-child-item ul.dropdown-menu {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s;
  }

  .sticky-menu .have-child-item:hover ul {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s;
  }

  .sticky-menu .have-child-item ul {
    margin-left: -15px;
    margin-right: -15px;
    background: #c91d61 !important;
    padding: 15px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.3s;
  }

  .sticky-menu .have-child-item.active ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sticky-menu .have-child-item ul li:first-child {
    padding-top: 10px;
  }
  .sticky-menu .have-child-item ul li:last-child {
    padding-bottom: 10px;
  }

  .sticky-menu .have-child-item ul li a {
    font-size: 18px;
    padding: 8px 20px;
    color: #fff;
    display: block;
  }

  .sticky-menu .have-child-item.active ul li a {
    font-size: 18px;
    padding: 8px 20px;
    color: #fff;
    display: block;
  }

  .sticky-menu .have-child-item ul {
    padding: 0px 0;
  }

  .sticky-menu .have-child-item.active ul {
    padding: 0px 0;
  }

  .sticky-menu li.have-child-item.active ul.dropdown-menu,
  .sticky-menu .have-child-item:hover ul {
    max-height: 1000px;
    overflow: visible;
    transition: max-height 1s;
    display: block;
  }

  .sticky-menu ul li a:hover:after {
    display: none;
  }

  span.under_line2.change:after {
    bottom: -3px;
  }

  .footer-info .relative {
    padding-bottom: 0;
  }

  .Sticky-menu.active {
    overflow: scroll;
    padding-bottom: 0px;
  }

  .sticky-menu ul li a, .sticky-menu ul li span {
    font-size: 24px;
    font-weight: 700;
  }

  /* .head-section .slick-list 
  {
    overflow: visible; 
  } */

  .get-in-touch .form_inn {
    margin-bottom: 0px;
  }

  /* .head-section .grid {
    padding-bottom: 20px;
  } */
  h2 span br {
    display: none;
  }

  h1 {
    font-size: 40px;
  } 

  .under_line2:after {
    bottom: -12px;
    width: 100%;
  }

  h2 br {
    display: none;
  }

  .all_fr .form_inn {
    row-gap: 0;
  }

  #contact-us h2 {
    font-size: 42px !important;
 line-height: 1.5;
  }

  .let_content {
    height: 120px;
    width: 120px;
    background-size: cover;
    padding-left: 2px;
    padding: 20px 15px 20px 15px;
  }

  .let_content_inner img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .Header-button.ml-5 a {
    padding: 8px 44px 8px 20px !important;
  }
  .Header-button.ml-5 a.btn {
    background-position: right 18px center;
  }
  #contact-us h2 {
    font-size: 28px !important;
    line-height: 1.5;
  }
}

/* Home tabber: extend the mobile accordion layout up to 991px so the cramped
   desktop timeline view (large title + vertical dotted line) doesn't appear on
   portrait tablets. Mirrors the rules in the max-width:767px block. */

@media (max-width: 360px) {
  .socal_icon {
    gap: 20px;
  }

  .right_menu .socal_icon li a {
    display: flex;
    height: 40px;
    width: 40px;
  }
}

/* slick css */
.slick-dots {
  bottom: 45px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li a {
  display: inline-block;
}

/* slick css */

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

.after\:right-\[10\%\]::after {
  content: var(--tw-content);
  right: 10%;
}

.after\:right-\[5\%\]::after {
  content: var(--tw-content);
  right: 5%;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:h-\[100\%\]::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-\[\#c91d61\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(201 29 97 / var(--tw-bg-opacity, 1));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#b51c58\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 28 88 / var(--tw-bg-opacity, 1));
}

.hover\:text-kinex_pink:hover {
  --tw-text-opacity: 1;
  color: rgb(201 29 97 / var(--tw-text-opacity, 1));
}

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

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {


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


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

@media (max-width: 768px) {


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


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

@media (min-width: 1024px) {


 
  .lg\:text-left {
    text-align: left;
  }
}

@media (max-width: 1520px) {


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

@media (max-width: 1400px) {


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

@media (max-width: 1300px) {


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


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


 
  .smallLaptop\:gap-\[80px\] {
    gap: 80px;
  }


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

@media (max-width: 1200px) {


 
  .tablet\:mb-\[15px\] {
    margin-bottom: 15px;
  }


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


 
  .tablet\:block {
    display: block;
  }


 
  .tablet\:flex {
    display: flex;
  }


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


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


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


 
  .tablet\:\!text-\[20px\] {
    font-size: 20px !important;
  }


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


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

@media (max-width: 1025px) {


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


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


 
  .tabletLandscape\:after\:content-none::after {
    --tw-content: none;
    content: var(--tw-content);
  }
}

@media (max-width: 1023px) {


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


 
  .tabletPortrait\:\!text-\[0px\] {
    font-size: 0px !important;
  }
}

@media (min-width: 1023px) {


 
  .tabletPortraitmin\:hidden {
    display: none;
  }
}

@media (max-width: 1000px) {


 
  .break_t\:order-1 {
    order: 1;
  }


 
  .break_t\:order-2 {
    order: 2;
  }


 
  .break_t\:\!max-w-\[100px\] {
    max-width: 100px !important;
  }


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


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


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

@media (max-width: 920px) {


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

@media (max-width: 767px) {


 
  .mobile\:fixed {
    position: fixed;
  }


 
  .mobile\:-left-\[50px\] {
    left: -50px;
  }


 
  .mobile\:bottom-\[10\%\] {
    bottom: 10%;
  }


 
  .mobile\:bottom-\[2\%\] {
    bottom: 2%;
  }


 
  .mobile\:right-\[20px\] {
    right: 20px;
  }


 
  .mobile\:top-0 {
    top: 0px;
  }


 
  .mobile\:m-auto {
    margin: auto;
  }


 
  .mobile\:\!mb-0 {
    margin-bottom: 0px !important;
  }


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


 
  .mobile\:mb-\[0px\] {
    margin-bottom: 0px;
  }


 
  .mobile\:mb-\[20px\] {
    margin-bottom: 20px;
  }


 
  .mobile\:ml-auto {
    margin-left: auto;
  }


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


 
  .mobile\:mt-0 {
    margin-top: 0px;
  }


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


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


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


 
  .mobile\:block {
    display: block;
  }


 
  .mobile\:flex {
    display: flex;
  }


 
  .mobile\:grid {
    display: grid;
  }


 
  .mobile\:\!hidden {
    display: none !important;
  }


 
  .mobile\:hidden {
    display: none;
  }


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


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


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


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


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


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


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


 
  .mobile\:gap-0 {
    gap: 0px;
  }


 
  .mobile\:gap-2 {
    gap: 0.5rem;
  }


 
  .mobile\:gap-3 {
    gap: 0.75rem;
  }


 
  .mobile\:gap-\[0px\] {
    gap: 0px;
  }


 
  .mobile\:gap-\[20px\] {
    gap: 20px;
  }


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


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


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


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


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


 
  .mobile\:pb-\[60px\] {
    padding-bottom: 60px;
  }


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


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


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


 
  .mobile\:text-right {
    text-align: right;
  }


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


 
  .mobile\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }


 
  @media (max-width: 1520px) {


 
    .mobile\:PCScreen\:text-\[35px\] {
      font-size: 35px;
    }
  }
}

@media (min-width: 767px) {


 
  .mobilemin\:hidden {
    display: none;
  }
}

@media (max-width: 620px) {


 
  .mobileLand\:block {
    display: block;
  }


 
  .mobileLand\:pb-\[35px\] {
    padding-bottom: 35px;
  }


 
  .mobileLand\:pb-\[50px\] {
    padding-bottom: 50px;
  }


 
  .mobileLand\:pl-\[15px\] {
    padding-left: 15px;
  }


 
  .mobileLand\:pr-\[25px\] {
    padding-right: 25px;
  }


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

@media (max-width: 480px) {


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

@media (max-width: 350px) {


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


 
  .mobilesmall\:block {
    display: block;
  }


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





