:root, :host {
  --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); }

.sr-only,
.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; }

.sr-only-focusable:not(:focus),
.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); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

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

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

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

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

h1,
h2,
h3 {
  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 {
  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 {
  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.
*/

blockquote,
h1,
h2,
h3,
p {
  margin: 0;
}


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

/*
Reset default styling for dialogs.
*/

/*
Prevent resizing textareas horizontally by default.
*/

/*
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 {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::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.
*/
:disabled {
  cursor: default;
}

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

img,
svg,
video {
  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;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-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;
}
.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-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;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.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;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[25px\] {
  height: 25px;
}
.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;
}
.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-\[180px\] {
  max-width: 180px;
}
.max-w-\[185px\] {
  max-width: 185px;
}
.flex-\[0_0_30\%\] {
  flex: 0 0 30%;
}
.flex-\[0_0_70\%\] {
  flex: 0 0 70%;
}
.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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[75px\] {
  gap: 75px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.border-2 {
  border-width: 2px;
}
.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-\[\#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-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));
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / 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-transparent {
  background-color: transparent;
}
.from-\[\#c91d61\] {
  --tw-gradient-from: #c91d61 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 29 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.fill-current {
  fill: currentColor;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.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-\[5\%\] {
  padding-right: 5%;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.\!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-\[30px\] {
  font-size: 30px;
}
.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;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!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-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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.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));
}
select.large.gfield_select.large.gfield_select.w-full.border-gray\/20.bg-transparent.py-\[12px\].pr-4.outline-none.transition.focus\:border-secondary.border-b-2.border-\[\#2c2c2c\].text-\[16px\].font-light.btn.min-h-\[58px\].undefined {
    background: url(/images/form-arrow.webp) no-repeat;
    background-position: center right 15px;
}
@media (max-width: 767px) {

  .head-section .btn {
    padding: 0 15px;
  }
}
.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;
}

.hyva-slider {
  background-image: url("/images/hyva-bg.jpg");
}

.hyva-slider.have-question
{
  background-image: url("/images/have-question-bg.webp");
}

.logo-sepertor {
  position: relative;
}

.logo-sepertor:after {
  content: "";
  background-image: url("/images/seperator.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
}

.hyva-slider .flex > div:last-child:after {
  display: none;
}
.pagination a.active, .pagination button.active {
    background: #c91d61;
}

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.btn.white-with-pink-arrow {
  background-image: url("/images/arrow-pink.webp");
  background-size: 20px;
}
a.btn.white-with-pink-arrow:hover {
  background-color: #753faf !important;
  color: #fff !important;
  background-image: url("/images/arrow_rt.png");
}

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));
}
selecth1.large.gfield_select.large.gfield_select.w-full.border-gray\/20.bg-transparent.py-\[12px\].pr-4.outline-none.transition.focus\:border-secondary.border-b-2.border-\[\#2c2c2c\].text-\[16px\].font-light.min-h-\[58px\].undefined {
    background: url(/images/form-arrow.webp) no-repeat;
    background-position: center right 15px;
}
@media (max-width: 767px) {

  .head-section h1 {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {


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


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

select.large.gfield_select.large.gfield_select.w-full.border-gray\/20.bg-transparent.py-\[12px\].pr-4.outline-none.transition.focus\:border-secondary.border-b-2.border-\[\#2c2c2c\].text-\[16px\].font-light.h2-white.min-h-\[58px\].undefined {
    background: url(/images/form-arrow.webp) no-repeat;
    background-position: center right 15px;
}

@media (max-width: 767px) {

  .head-section .h2-white {
    padding: 0 15px;
  }
}

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

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

.blog-slider a {
  color: #000;
}

select.large.gfield_select.large.gfield_select.w-full.border-gray\/20.bg-transparent.py-\[12px\].pr-4.outline-none.transition.focus\:border-secondary.border-b-2.border-\[\#2c2c2c\].text-\[16px\].font-light.btn-bg-black.min-h-\[58px\].undefined {
    background: url(/images/form-arrow.webp) no-repeat;
    background-position: center right 15px;
}

@media (max-width: 767px) {

  .head-section .btn-bg-black {
    padding: 0 15px;
  }
}
.slide-left-pad,
.home-slider ul.slick-dots {
  padding-left: calc((100% - 1480px) / 2);
}
/* .container-right-side-full {
  margin-left: calc((100% - 1480px) / 2);
  padding-left: 15px;
} */

.head-section .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

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;
}
.select-dropdown select:active {
  outline: none;
  box-shadow: none;
}

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

  .head-section h2 {
    line-height: 1.1;
}

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

ul#menu-main-menu li a {
  font-size: 16px;
}
 select.large.gfield_select.large.gfield_select.w-full.border-gray\/20.bg-transparent.py-\[12px\].pr-4.outline-none.transition.focus\:border-secondary.border-b-2.border-\[\#2c2c2c\].text-\[16px\].font-light.text-white.min-h-\[58px\].undefined {
    background: url(/images/form-arrow.webp) no-repeat;
    background-position: center right 15px;
}
.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;
  }
}

.arrow-move {
  animation: mymove 3s infinite;
  width: 50px;
  height: 50px;
  position: relative;
}

.work-filter.blog-filter ul li button.active {
  color: #fff;
  background: #c91d61;
}
.full_creative .active {
  max-height: 500px;
}

.arrow_box_inner {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  text-align: center;
  border: 2px solid #e7e7e7;
}
.head-section h1 {
  line-height: 1;
}

.arrow_box_inner:hover {
  border: 2px solid #c91d61;
}

.arrow_box_inner:hover svg {
  fill: #c91d61;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

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

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

span.line_dot {
  margin-left: -20px;
}

/* Timeline mobile css */

/* Timeline css */

.bg-home-video-section-bg img {
  cursor: pointer;
}

.big_dot:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  bottom: -8px;
}

.journy_company ul li:first-child span.line_dot {
  margin-left: -12px;
}

.line_dot:before {
  content: "";
  width: 1px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  background: #3c3c3c;
  right: 3px;
  bottom: -18px;
}

.line_dot:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -4px;
}

 

header a {
  color: #fff;
}
.tab-paragraph p {
  margin-bottom: 0px;
}
.content_tab a:hover {
  color: #c91d61;
}
.content_tab a {
  color: #000;
}

.cls-arrows .right-arrow svg {
  transform: rotate(180deg);
}
.cls-arrows {
  margin-top: 50px;
}
.keyword-reserch ul li.active {
  background-position: center right 10px;
  background-size: 25px;
  color: #c91d61;
  position: relative;
  z-index: 9;
}

.keyword-reserch ul li.active:after {
  background-image: url("/images/arrow_rt_pink2.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 25px;
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.accordion.collapsed button:hover,
.accordion.uncollapsed button {
  color: #c91d61;
}

.cls-arrows.flex.justify-between {
  font-size: 25px;
  text-decoration: underline;
  color: #c91d61;
  font-weight: 600;
}

span.big_dot.last::before {
  bottom: -47px;
  left: 8px;
}

.keyword-reserch li.active span {
  color: #c91d61;
}
ul.shadow-box li.relative.custom_faq.active .content_tab .container:before {
  /* content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  float: left;
  background: #2a2a2a;
  left: 7px;
  z-index: 1; */
  
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    float: left;
    background: #2a2a2a;
    left: 7px;
    z-index: 1;
    top: -70px;

}

.hide {
  opacity: 0;
}

.content_tab p.relative:before {
  content: "";
  position: absolute;
  left: -32px;
  height: 10px;
  background-image: url(/images/tabber-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 12px;
  width: 22px;
}

.custom_faq .content_tab {
  transition: max-height 0.5s ease-in;
  max-height: 0px;
}
ul.shadow-box.custom_border_t
  li.relative.custom_faq:last-child.active
  button::after {
  height: 100%;
}

ul.shadow-box li.active.custom_faq button:before {
  background: #c91d61 !important;
}

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

.blog-slider .slick-slide {
  padding-right: 50px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgba(0, 0, 0, 0.9) !important;
  z-index: 99999;
}

.ReactModal__Content.ReactModal__Content--after-open {
  background: transparent !important;
  border: none !important;
  padding-top: 30px !important;
}
.right_menu ul li a:hover svg path {
  fill: #c91d61 !important;
}

.home-slider .slick-dots li.slick-active {
  font-weight: 700;
}

.desktop_journy li:first-child .big_dot {
  display: block;
}

.desktop_journy li:last-child .big_dot:before {
  right: -4px !important;
  position: absolute;
  left: auto;
}
.desktop_journy li:last-child span.line_dot::before {
  opacity: 0;
}

.desktop_journy li .big_dot {
  display: none;
}
.desktop_journy li:last-child .big_dot {
  display: block;
}

.head-section .container-right-side-full img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.journy_company ul li:nth-last-child(2) .line_dot:after {
  width: 16px;
  height: 16px;
  bottom: -8px;
}

.journy_company ul li:last-child .line_dot:after {
  display: none;
}
.journy_company ul li:nth-last-child(2) .line_dot:before {
  display: none;
}

.content_tab .tableft_head::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background: #d44e80;
  bottom: auto;
  right: -46px;
  top: 16px;
}
.custom_faq button.active:before {
  background: #fff;
}

.custom_faq.active .content_tab {
  transition: max-height 0.5s ease-in;
  max-height: 1000px;
}

.custom_faq.active .content_tab .max-h-0 {
  max-height: 0px;
  transition: max-height 0.5s ease-in;
}

.home-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slide-left-pad {
  margin-left: 15px;
}

.home-slider ul.slick-dots li.slick-active a {
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  gap: 10px;
}
.home-slider ul.slick-dots li.slick-active a .progressbar {
  background: #fff;
  width: 190px;
  display: block;
  position: relative;
  height: 2px;
}
.home-slider ul.slick-dots li.slick-active a {
  color: #c91d61;
}
.home-slider ul.slick-dots li a {
  color: #fff;
}
.home-slider ul.slick-dots li a .progressbar {
  width: 0px;
  display: block;
  height: 2px;
  transition: width 0.25s ease-in;
}

.home-slider ul.slick-dots {
  position: absolute;
  left: 15px;
  text-align: left;
  bottom: 50px;
}

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

.home-slider 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;
  bottom: 0px;
  z-index: 99999;
}

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

.blog-slider button.slick-arrow.slick-prev:before {
  opacity: 0;
}
.blog-slider button.slick-arrow.slick-prev {
  position: absolute;
  bottom: -100px;
  top: auto;
  z-index: 9999;
  left: 0;
  background: transparent;
  background-image: url(/images/blog-arrow-left.png);
  width: 33px;
  background-repeat: no-repeat;
}

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

.blog-slider button.slick-arrow.slick-next:before {
  opacity: 0;
}
.blog-slider button.slick-arrow.slick-next {
  position: absolute;
  bottom: -100px;
  top: auto;
  z-index: 99;
  left: 70px;
  background: transparent;
  background-image: url(/images/blog-arrow-right.png);
  width: 33px;
  background-repeat: no-repeat;
}

.blog-sliderwrap {
  margin-bottom: 90px;
}

.blog-slider .slick-slider:before {
  content: "";
  position: absolute;
  bottom: -79px;
  top: auto;
  z-index: 9999;
  left: 140px;
  background: #c6c6c6;
  width: 80%;
  height: 2px;
}

.custom_faq .content_tab:after {
  content: "";
  width: 486px;
  height: 206px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  bottom: 0;
  background-image: url(/images/technology-pattern.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.content_tab .content p {
  margin-bottom: 1.5rem;
}

/* Home tabber */

.tabber-small-heading {
  white-space: pre;
}


/* .form-group button:hover {
  background: transparent;
} */

.blog-view-slider,
.blog-view-slider svg path {
  color: #000 !important;
  fill: #000;
}

.blog-view-slider:hover *,
.blog-view-slider svg path:hover {
  color: #c91d61;
  fill: #c91d61;
}

.blog-view-slider span {
  text-decoration: underline;
}

.blog-slider.white-arrow button.slick-arrow.slick-prev {
  background-image: url("/images/arrow_lt.png");
}
.blog-slider.white-arrow button.slick-arrow.slick-next {
  background-image: url("/images/arrow_rt.png");
}
.blog-slider.white-arrow .slick-slider:before {
  background: #282828;
}
.blog-slider.white-arrow .container {
  padding-left: calc((100% - 1480px) / 2);
  padding-right: 0;
  max-width: 100%;
}

.white-arrow {
  padding-bottom: 235px;
}

.tabber-section a.btn {
  color: #fff;
}

section.tabber-section h2 {
  margin: 0px 0;
}
input::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9;
}
input::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;
}

.cls-zoomin-out:hover {
    transform: scale(1.05);
}
.cls-zoomin-out {
    transition: all 0.5s;
    transform: scale(1);
}

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 img:hover {
  transform: scale(1.1) !important;
}

.cls-counter .slick-slider.slick-initialized {
    border: none;
}

.blogs-three-bottom button.slick-arrow.slick-prev:before {
    color: #c91d61;
    font-size: 40px;
    opacity: 1;
}

.blogs-three-bottom button.slick-arrow.slick-prev {
    left: -50px !important;
    right: 0 !important;
    z-index: 99999999;
    margin: 0 auto;
    top: 105% !important;
}

.blogs-three-bottom button.slick-arrow.slick-next:before {
    color: #c91d61;
    font-size: 40px;
    opacity: 1;
}

 .blogs-three-bottom button.slick-arrow.slick-prev, .blogs-three-bottom button.slick-arrow.slick-next  {
    display: none !important; 
}



/* arrow for our work */

.work-slider-for-mobile button.slick-arrow.slick-prev:before {
    color: #c91d61;
    font-size: 40px;
    opacity: 1;
}

.work-slider-for-mobile button.slick-arrow.slick-prev {
    left: -50px !important;
    right: 0 !important;
    z-index: 9999;
    margin: 0 auto; 
    top: 100% !important;
}

.work-slider-for-mobile button.slick-arrow.slick-next:before {
    color: #c91d61; 
    font-size: 40px;
    opacity: 1;
}

.work-slider-for-mobile button.slick-arrow.slick-next {
    right: -50px !important;
    z-index: 9999;
    left: 0;
    margin: 0 auto;
    top: 100% !important;
}
/* end */

/* arrow for logo slider */
 


.logo-sliderss button.slick-arrow.slick-prev:before {
    color: #000;
    font-size: 25px;
    opacity: 1;
}

.logo-sliderss button.slick-arrow.slick-prev {
    left: 0px !important;
    right: 0 !important;
    z-index: 9999;
    margin: 0;
    top: 50% !important;
}

.logo-sliderss button.slick-arrow.slick-next:before {
    color: #000; 
    font-size: 25px;
    opacity: 1;
}

.logo-sliderss button.slick-arrow.slick-next {
  right: 0px !important;
  z-index: 9999;  
  margin: 0;
  top: 50% !important;     
}


.logo-sliderss .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100px;
}

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

/* arrow for industry-icon */

.industry-icon-mobile button.slick-arrow.slick-prev:before {
    color: #000;
    font-size: 25px;
    opacity: 1;
}

.industry-icon-mobile button.slick-arrow.slick-prev {
    left: -6px !important;
    right: 0 !important;
    z-index: 9999;
    margin: 0;
    top: 50% !important;
     display: none !important;
}

.industry-icon-mobile button.slick-arrow.slick-next:before {
    color: #000; 
    font-size: 25px;
    opacity: 1;
}

.industry-icon-mobile button.slick-arrow.slick-next {
  right: 0px !important;
  z-index: 9999;  
  margin: 0;
  top: 50% !important;     
  display: none !important;
}
/* end */

.logo-sliderss .slick-list img {
    padding-left: 30px;
    padding-right: 30px;
}

.our-work-section ul.slick-dots button:after, .blogs-three-bottom ul.slick-dots button:after {
    content: "";
    width: 20px;
    height: 5px;
    display: flex;
    color: #000;
    font-size: large;
    font-size: 100px;
    background: #000000;
}

.our-work-section ul.slick-dots li.slick-active button:after, .blogs-three-bottom ul.slick-dots li.slick-active button:after {
    background: #c91d61;
}
 .our-work-section ul.slick-dots li button::before, .blogs-three-bottom ul.slick-dots li button::before {
    display: none;
}

.industry-icon .active {
    background: #c91d61;
    color: #fff;
    border-color: #c91d61;
}
.industry-icon .active img {
    filter: brightness(0) invert(1);
    
}

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

.whole-slide-link
{
  position: absolute;
  height: 100%;
  width: 100%; 
  left: 0px;  
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9;
}


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

.animate-slide-ltr {
  animation: slideLeftToRight 0.8s ease-out forwards;
}

.head-section2 .let_content {
    display: none;
}


.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-list.dragging{cursor:pointer;cursor:hand}.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}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events: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 */
.faq-main .accordion button:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    transition: all 1s;
    background: #c91d61;
}
.faq-main .accordion .arrow:before {
    position: relative;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
    transition: 0.3s ease-in-out;
    transform: rotate(90deg);
}
.faq-main .accordion .arrow:after {
    position: relative;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
    transition: 0.3s ease-in-out;
    left: 0px;
    top: -2px;
    transform: rotate(0deg);
  }

         .faq-main  .accordion.uncollapsed button {
    border-bottom: 2px solid #c91d61;
}

.cls-logo.z-50.relative.inline-block .m-\[30px_auto\] {
  margin: 30px auto;
}


.web-design-case-study-container .swiper-slide {
    margin-right: 10px !important;
}

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

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

.help-menu li a {
  margin-bottom: 10px;
  display: block;
  color: #808080;
}

footer a {
  color: #808080;
}

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

.accordion:hover .arrow:before,
.accordion:hover .arrow:after {
  background: #c91d61;
}
.accordion.uncollapsed .arrow:before,
.accordion.uncollapsed .arrow:after {
  background: #c91d61;
}
.accordion.uncollapsed button {
  border-bottom: 1px solid #c91d61;
}

/* accrodian css */

.accordion {
  color: #444444;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.accordion-panel p {
  padding-bottom: 0px;
  padding-top: 20px;
}

.accordion:last-child {
  border-bottom: 1px solid #303030;
}

.accordion button {
  outline: none;
  padding: 20px 60px 20px 35px;
  border: none;
  text-align: left;
  width: 100%;
  transition: 0.4s;
  font-size: 25px;
  font-weight: 500;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #303030;
  position: relative;
}

.accordion button:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  transition: all 1s;
  background: #c91d61;
}
.accordion button:hover:after {
  width: 100%;
}

.accordion button span:first-child {
  position: absolute;
  left: 0;
}

.accordion button.active {
  background-color: #fd7a00;
  color: #fff;
}

.accordion button.active .arrow::before {
  background: #fff;
}
.accordion button.active .arrow::after {
  background: #fff;
}

.accordion .accordion-panel {
  padding: 0 0px;
  background-color: transparent;
  color: #fff;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  padding: 0px 0;
}
.accordion button span {
  color: #c91d61;
}
.accordion .arrow {
  position: absolute;
  top: 40px;
  right: 30px;
}

.accordion .arrow:before {
  position: relative;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}

.accordion .arrow:after {
  position: relative;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
  left: 0px;
  top: -2px;
  transform: rotate(0deg);
}

.accordion.collapsed .accordion-panel {
  max-height: 0;
}

/* .accordion.uncollapsed .accordion-panel {
  max-height: 10000px;  
} */

.accordion.uncollapsed .arrow::before {
  transform: rotate(0deg);
}
.accordion.uncollapsed .arrow::after {
  transform: rotate(45deg);
  opacity: 0;
}

.logo-container {
  margin-top: 20px;
  align-items: center;

}
/* 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. */
.small-logo-show .logo-container {
  display: flex;
}
.clss-logo img {
    max-width: 110px;
} 

.logo-container > div {
  max-width: auto;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    margin-top: 20px;
    max-width: 210px;
}

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

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

.testimonial-slider.black button.slick-arrow.slick-prev,
.testimonial-slider.black button.slick-arrow.slick-next {
  border: 1px solid #000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.testimonial-slider.black button.slick-arrow.slick-prev:hover,
.testimonial-slider.black button.slick-arrow.slick-next:hover {
  background-color: #c91d60;
  /* transition: all 0.3s; */
}
.testimonial-slider.black button.slick-arrow.slick-prev:hover {
  background-color: #c91d60;
  border-color: #c91d60;
  background-image: url(/images/arrow-left-white.png);
}
.testimonial-slider.black button.slick-arrow.slick-next:hover {
  background-color: #c91d60;
  border-color: #c91d60;
  background-image: url(/images/arrow-right-white.png);
}

.testimonial-slider.black button.slick-arrow.slick-prev {
  position: absolute;
  bottom: -100px;
  top: auto;
  z-index: 9999;
  background-image: url(/images/left-arrow-black.webp);
  left: auto;
  background-position: center;
}
.testimonial-slider.black button.slick-arrow.slick-next {
  position: absolute;
  bottom: -100px;
  top: auto;
  z-index: 9999;
  background-image: url(/images/right-arrow-black.webp);
  left: auto;
  background-position: center;
}

.testimonial-slider.black .slick-slider.slick-initialized {
  border-bottom: 1px solid #7f7f7f;
}

div#gform_confirmation_message_1 {
  text-align: center;
  padding: 0 40px;
  line-height: 1.5;
}

.what-our-client-say .slick-track {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.what-our-client-say .slick-track .slick-slide {
  height: inherit !important;
}

.what-our-client-say .slick-track .slick-slide > div .bg-white.p-14 {
  height: 100%;
}

.what-our-client-say .slick-track .slick-slide > div {
  height: 100%;
}

ul#menu-main-menu li ul li a.active {
  background: #c91d61;
}

.what-our-client-say ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.what-our-client-say ul.slick-dots button {
  padding: 0;
  font-size: 0 !important;
  width: auto;
  height: auto;
}

.what-our-client-say ul.slick-dots button:before {
  width: 60px;
  background: #cccccc;
  position: relative;
  display: block;
  font-size: 0;
  height: 5px;
  opacity: 1;
  margin: 0 10px !important;
}

.what-our-client-say ul.slick-dots li.slick-active button::before {
  width: 60px;
  background: #c91d61;
  position: relative;
  display: block;
  font-size: 0;
  height: 5px;
  opacity: 1;
  margin: 0 10px !important;
}

.white-round-arrow button.slick-arrow.slick-prev:before {
  opacity: 0;
}

.white-round-arrow button.slick-arrow.slick-next:before {
  opacity: 0;
}

.white-round-arrow button.slick-arrow.slick-prev {
  background-image: url("/images/left-arrow.webp");
  background-size: 40px;
  height: 50px;
  background-repeat: no-repeat;
  width: 50px;
  left: -14px;
  z-index: 99;
}

.white-round-arrow button.slick-arrow.slick-prev:hover {
  background-image: url("/images/pink-arrow-left.png");
}

.white-round-arrow button.slick-arrow.slick-next {
  background-image: url("/images/right-arrow.webp");
  background-size: 40px;
  height: 50px;
  background-repeat: no-repeat;
  width: 50px;
  right: -30px;
  z-index: 99;
}

.white-round-arrow button.slick-arrow.slick-next:hover {
  background-image: url("/images/pink-arrow.png");
}
.seo-expert .slick-track {
  display: flex;
  gap: 15px;
}

.service-accordion button{
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.302) !important;
}

.white-round-arrow button.slick-arrow.slick-next {
  top: 46%;
}
.white-round-arrow button.slick-arrow.slick-prev {
  top: 46%;
}

.service-accordion p{
  color: #fff;
}

.service-accordion{
  background: url("/images/service-accordion-bg.webp") no-repeat;
}

.service-accordion button span:last-child{
  filter: invert(1);
}

.service-accordion button:hover span:last-child,
.service-accordion button[aria-expanded="true"] span:last-child {
  background-image: url("/images/arrow-down.png") !important;
}
/* .App {
    padding-right: 15px;
} */

.testimonial-slider .slick-list {
  padding-bottom: 25px;
}
.testimonial-slider .slick-dots {
  bottom: -5px;
}

.testimonial-slider.shopify-testimonials button.slick-arrow.slick-prev,
.testimonial-slider.shopify-testimonials button.slick-arrow.slick-next {
  background-color: #141414;
}
/* .keyword-reserch.active-white ul li.active {
    background-color: #fff;
} */

.case-study-slider .slick-slide {
  margin: 0 0px;
  padding: 0 10px;
}

.case-study-slider ul.slick-dots {
  display: flex !important;
}
.case-study-slider ul.slick-dots li {
  width: 100%;
  margin: 0;
}
.case-study-slider ul.slick-dots li button {
  width: 100% !important;
  background: #ccc;
  font-size: 0;
  height: 1px;
  padding: 0;
}

.case-study-slider ul.slick-dots li.slick-active button {
  background: #c91d61;
  height: 5px;
  position: relative;
  bottom: 2px;
}
.case-study-slider ul.slick-dots li button:before {
  opacity: 0;
}
.case-study-slider ul.slick-dots {
  display: flex !important;
  margin-top: 35px !important;
  position: relative;
}

.testimonial-slider.case-study-slider button.slick-arrow.slick-prev {
  background-image: url(/images/left-arrow-round.png);
  top: -50px;
}
.testimonial-slider.case-study-slider button.slick-arrow.slick-next {
  background-image: url(/images/right-arrow-round.png);
  top: -50px;
}

.case-study-slider.testimonial-slider button.slick-arrow.slick-next,
.case-study-slider.testimonial-slider button.slick-arrow.slick-prev {
  background-color: transparent;
}

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

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

.image-effect-zoom.dark img:hover {
  filter: brightness(0.8);
  transform: scale(1.03);
}

.image-effect-zoom.dark img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

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

.keyword-reserch ul li.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f0f0f0;
}

.pink-dott-list li::before {
  content: "•";
  color: #c91d61; 
  font-size: 28px;
  margin-right: 10px;
}

.hyva-slider .slick-track {
  display: flex;
  justify-content: center; 
  align-content: center;
  align-items: center;
}
.hyva-slider .slick-track .slick-slide img {
  text-align: center;
  margin: 0 auto;
}

.what-our-client-say .slick-slide {
  padding-top: 15px;
}

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

.swiper-wrapper {
  padding-top: 100px;
}
body .cust-swipper-slider .swiper-button-prev {
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
body .cust-swipper-slider .swiper-button-prev:after {
  font-size: 14px;
  color: #000;
  font-weight: 900;
}
body .cust-swipper-slider .swiper-button-next {
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
body .cust-swipper-slider .swiper-button-prev {
  position: absolute;
  left: auto;
  top: 25px;
  right: 60px;
}
body .cust-swipper-slider .swiper-button-next {
  position: absolute;
  left: auto;
  top: 25px;
  right: 0;
}

body .cust-swipper-slider .swiper-button-next:after {
  font-size: 14px;
  color: #000;
  font-weight: 900;
}
body .cust-swipper-slider .swiper-button-prev:hover,
body .cust-swipper-slider .swiper-button-next:hover {
  background: #c91d61;
  border: 1px solid #c91d61;
  transition: all 0.5s;
}
body .cust-swipper-slider .swiper-button-prev:hover:after,
body .cust-swipper-slider .swiper-button-next:hover:after {
  color: #fff;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  padding-top: 50px;
  display: flex;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
  span.swiper-pagination-bullet {
  margin: 0;
  width: 100%;
  border-radius: 0;
  height: 2px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c91d61;
  height: 4px !important;
  position: relative;
  top: -1px;
}

.tab-btn button {
  padding-top: 90px;
  padding-bottom: 20px;
}

/* slider.css */

.custom-arrow {
  position: absolute;
  top: 100%;
  transform: translateY(0%);
  z-index: 10;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s;
}
.custom-arrow:hover {
  background: #c91d61;
}
.custom-arrow:hover svg {
  color: #fff;
}

.custom-arrow.left {
    left: 0;
    margin: 0px auto;
    transform: translate(-30px, 30px);
    right: 0;
    width: 40px;
}

.custom-arrow.right {
    right: 0;
    margin-left: 60px;
    left: 0; 
    margin: 0 auto;
    width: 40px;
    transform: translate(20px, 30px);
}
.custom-arrow svg {
  width: 25px;
  height: 25px;
}

/* slider.css */

section.grey-bg .slick-list .grid * {
    color: #000;
}

section.grey-bg .custom-arrow {
    background: #c91d60;
    color: #ffffff; 
}

section.grey-bg .custom-arrow:hover {
    background: #000;
    color: #ffffff; 
}
.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; 
}


.contact-form input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #000 !important;
}

.cust-swipper-slider .container {
  padding: 0;
}

.blog-content table th {
    background: #c91d61 !important;
    color: #fff !important;
    padding: 15px !important;  
    border: 1px solid #b71c59 !important;
}

.blog-content table td {
    border: 1px solid #b6b6b6 !important;
    padding: 15px !important;
}

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

table.table.table-bordered {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

/* Hide scrollbar for Webkit browsers */
.blog-content::-webkit-scrollbar {
  display: none;
}

/* Show scrollbar on hover */

/* Show scrollbar on hover (Webkit browsers like Chrome) */
.blog-content:hover::-webkit-scrollbar {
  display: block;
  height: 6px; /* Optional: set scrollbar height */
}

.blog-content:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4); 
  border-radius: 4px;
}



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


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

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

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



/* marquee css */

.marquee-container {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

/* Sticky contact form */

.sidebar-info.overflow-visible.end { 
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
        margin-bottom: 50px;
}

/* Smooth appearance */

section.trusted-section.home-page .slick-track{
  display: flex;
    align-items: center;
}


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


/* marquee css */

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




.dress-impress-slider .custom-arrow.left path {
    fill: #817c7c;
    transition: all 0.5s;
}

.dress-impress-slider .custom-arrow.right path {
    fill: #817c7c;
    transition: all 0.5s;
}

.dress-impress-slider .custom-arrow.left:hover 
{
    background-color: #c91d61;
}
 
.dress-impress-slider .custom-arrow.left:hover path
{
    fill: #fff;
}

.dress-impress-slider .custom-arrow.right:hover 
{
    background-color: #c91d61;
}

.dress-impress-slider .custom-arrow.right:hover  path
{
    fill: #fff;
}

  .dress-impress-slider .custom-arrow.left {    
    background: #c0c0c0;
}

.dress-impress-slider .custom-arrow.right { 
    background: #c0c0c0;
}

.bg-black section {
    background: #000000;
}
 
.blog-content table { 
    margin-bottom: 20px;
}

section#form1 input {
    color: #000;
}

/* .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;
  }
  section.row-pad.testimonial-slider.black {
    padding-bottom: 100px;
  }
}
@media (max-width: 1630px) {
  section.bg-black {
    background-position: right;
    background-size: 66%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1500px) {
  ul.shadow-box li.relative.custom_faq.active .content_tab .container:before {
    left: 22px;
  }
  .container {
    max-width: 1300px;
  }

  .logo-container {
    margin-top: 20px;
    align-items: center;
  
  }

  .content_tab p.relative:before {
    content: "";
    position: absolute;
    left: -34px;
  }
  .slide-left-pad {
    margin-left: 0px;
  }
  .blog-slider button.slick-arrow.slick-prev {
    left: 15px;
  }
  .slide-left-pad {
    flex-basis: 33.33%;
    padding-left: 15px;
  }
  .home-slider ul.slick-dots {
    left: 15px;
  }
  .blog-slider {
    padding-left: 15px;
  }

  .blog-slider .slick-slider:before {
    width: calc(100% - 150px);
  }
}
@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: 1250px) {
  .head-section h1 {
    max-width: 470px;
  }
  .swiper-wrapper .swiper-slide:first-child {
    /* width: 550px !important; */
  }
  .swiper-wrapper .swiper-slide {
    /* width: 395px !important; */
      width: 435px !important;

  }
}

@media (min-width: 1800px) {
  .head-section h1 {
    max-width: 550px;
  }
  .home-video.head-section {
    height: calc(100vh - 200px);
  }

    .cls-8874 img.banner-big-image {
      -o-object-position: bottom !important;
         object-position: bottom !important;
    }

    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 (max-width: 1480px) { 

      
  .head-section {
    background-image: none !important;
  }
  .head-section .opacity-0 {
    opacity: 1;
  }
  .head-section .grid {
    padding-bottom: 0;
    height: 100%;
  }
}
@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: 1360px) {
  .case-study-slider ul.slick-dots {
    margin-top: 20px !important;
  }
  .tabber-section-without-icon h2 {
    font-size: 40px;
    position: relative;
    top: 15px;
  }
}

@media (max-width: 1300px) {
  /* .head-section .grid > div:first-child {
    padding-left: 35px;
} */
}
@media (max-width: 1200px) {
  h2 br {
    display: none;
  }
  .logo-sepertor:nth-child(3n):after {
    opacity: 0;
  }

  .case-study-slider .slick-slide {
    margin: 0 0px;
  }

  .case-study-slider .slick-track {
    display: flex;
    gap: 10px;
  }
  section.tabber-section h2 {
    margin: 10px 0;
  }

  .blog-slider .blog-img:before {
    display: none;
  }

  .white-arrow {
    padding-bottom: 160px;
  }
  .head-section h1 br {
    display: none !important;
  }

 

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

  .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(max-width: 1025px) {

.sidebar-info.overflow-visible.end { 
    display: block;
    align-items: flex-end;
    flex-wrap: wrap;
        margin-bottom: 50px;
}
}
@media (min-width: 1024px) and (max-width: 1222px) {
  .white-round-arrow button.slick-arrow.slick-prev,
  .white-round-arrow button.slick-arrow.slick-next {
    top: 40%;
  }
  .white-round-arrow button.slick-arrow.slick-prev {
    left: -10px;
  }
  .white-round-arrow button.slick-arrow.slick-next {
    right: -25px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
.logo-container {
        align-items: center;
        margin-top: 30px;
    }
    header.scrolled .py-7 {
    padding-top: 10px;
    padding-bottom: 10px;
}
  }
@media (min-width: 769px) and (max-width: 1023px) {
  .white-round-arrow button.slick-arrow.slick-prev {
    top: 34%;
  }

  .white-round-arrow button.slick-arrow.slick-next {
    top: 34%;
    right: -20px;
  }

  .white-round-arrow button.slick-arrow.slick-prev {
    left: -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;
    }
  .home-slider .head-img {
    height: 500px;
  }
  .home-slider ul.slick-dots {
    bottom: 20px;
  }
  .home-slider h1 {
    font-size: 40px;
    line-height: 1.5;
  }

  .home-slider ul.slick-dots li.slick-active a .progressbar {
    width: 150px;
  }
}
@media (min-width: 767px) and (max-width: 850px) {

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

@media (min-width: 767px) {

  

  


 .dress-impress-slider .slick-slider.slick-initialized {
    padding: 0 80px;
  }

  .dress-impress-slider .custom-arrow.left {
    left: 0;
    margin-left: 0px;
    transform: translate(0, 50%);
    right: 0;
    width: 40px;
    top: 50%;
    background: #c0c0c0;
}

.dress-impress-slider .custom-arrow.right {
    left: 0;
    margin-right: 0px;
    transform: translate(0px, 50%);
    right: 0;
    width: 40px;
    top: 50%;
    background: #c0c0c0;
}
  .cust-swipper-slider {
    margin-top: -100px;
  }

  .blog-slider .blog-img:before {
    content: "";
    position: absolute;
    top: -7px;
    height: 110%;
    background: #fff;
    z-index: 999;
    transform: rotate(5deg);
    width: 100px;
    left: -80px;
  }

  .blog-slider .blog-img img {
    -o-object-position: right;
       object-position: right;
  }

  .blog-slider .blog-img {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 768px) {

  

  .white-round-arrow button.slick-arrow.slick-prev {
    top: 33%;
  }
  .white-round-arrow button.slick-arrow.slick-next { 
    top: 33%;
  }

  .white-round-arrow button.slick-arrow.slick-prev {
    left: -10px;
  }
  .white-round-arrow button.slick-arrow.slick-next {
    right: -22px;
  }
}

@media (max-width: 767px) {

    .industry-icon .slick-current strong {
    color: #ffff !important;
}
.industry-icon .slick-current img {
    filter: brightness(0) invert(1) !important;
}


  .cls-get-in-touch.logo-section .from-bottom-fade.animate-from-bottom > div:first-child {
    margin-top: 25px;
  }
.cls-zoomin-out:hover {
    transform: scale(1);  
  }

.logo-slider-in-mobile .swiper-wrapper {
    padding-top: 40px;
}


.our-work-section .swiper-wrapper {
    padding-top: 0px;
}


.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 {
        padding: 7px 0px;
    }

    .industry-icon-mobile .slick-track {
      display: flex !important;
    }

    
    .industry-icon-mobile .slick-slide {
        height: auto !important;
      }

     
    .industry-icon-mobile .slick-slide > div {
      height: 100%;
      display: flex;
    }

     
    .industry-icon-mobile .slide-item {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .industry-icon-mobile .slick-slide {
      padding: 0 5px; 
      height: 100%;
    }

     .cls-counter.testimonial-slider.home-page button.slick-arrow.slick-prev {
        position: absolute;
        bottom: 0px;
        top: 50%;
        z-index: 9999;
        left: 0;
        width: 51px;
        background-repeat: no-repeat;
        right: auto;
        height: 51px;
       }

        .cls-counter.testimonial-slider.home-page button.slick-arrow.slick-next {
        position: absolute;
        bottom: -100px;
        top: 50%;
        z-index: 9999;
        left: auto;
         width: 51px;
        background-repeat: no-repeat;
        right: 0px;
        height: 51px;
    }


     .cls-counter.testimonial-slider.home-page button.slick-arrow.slick-prev {
        position: absolute;
        bottom: 0px;
        top: 50%;
        z-index: 9999;
        left: 0;
        width: 51px;
        background-repeat: no-repeat;
        right: auto;
        height: 51px;
    }
        .cls-counter.testimonial-slider.home-page button.slick-arrow.slick-next {
        position: absolute;
        bottom: -100px;
        top: 50%;
        z-index: 9999;
        left: auto;
         width: 51px;
        background-repeat: no-repeat;
        right: 0px;
        height: 51px;
    }

    .cls-counter.testimonial-slider.home-page  .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

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

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

  .web-design-case-study-container .swiper.swiper-initialized .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
    padding-top: 0px !important;
}

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


  .testimonial-slider.black button.slick-arrow.slick-next {  
    left: 0;
    background-position: center;
    right: -30px;
}
.testimonial-slider.black button.slick-arrow.slick-prev {
    left: -90px;
    background-position: center;
    margin: 0 auto; 
    right: 0;
} 

  .under_line:after  
  { 
    display: none;

  }

  .head-section2 
  {
    background-image: none !important; 
  }
  .dress-impress-slider .custom-arrow.right {
  
    transform: translate(20px, 0px);
  }
  
  section.row-pad.dress-impress-slider {
    margin-bottom: 50px;
  }

  .dress-impress-slider .custom-arrow.left {
  
    transform: translate(-30px, 0px);
  }
   

  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;
    }
  .logo-container > div  
  {    
    max-width: 130px;
  }
  .magento-counter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .magento-counter.cls-counter > div:nth-child(3),
  .magento-counter.cls-counter > div:nth-child(4) {
    border-bottom: 1px solid #bbb !important;
  }
  .magento-counter > div {
    width: 45%;
    margin: 0 auto;
  }

  body .cust-swipper-slider .swiper-button-prev {
    position: absolute;
    left: auto;
    top: 50px;
    right: 60px;
  }
  body .cust-swipper-slider .swiper-button-next {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0;
  }

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

  .logo-sepertor:after {
    display: none;
  }

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

  .cls-counter > div:nth-child(3),
  .cls-counter > div:nth-child(4) {
    border: none !important;
  }
  .case-study-slider ul.slick-dots {
    display: flex !important;
    margin-top: 20px !important;
    position: relative;
  }

  .head-section .text-white {
    padding: 0 15px;
  }
  .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;
  }
  .cls-counter > div:last-child {
    border-bottom-width: 1px;
    border-bottom: 1px solid rgb(187 187 187);
  }

  section.row-pad.testimonial-slider.black {
    padding-bottom: 120px !important;
  }

  .logo-container {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
  }

  .banner-logo {
    padding: 0 15px;
  }
  .content_tab .content p {
    margin-bottom: 0;
  }
  .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;
  }

  .tabber-section .custom_faq .text-left.pl-14.content {
    padding-top: 0px;
  }

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

  .blog-slider .slick-slide {
    padding-right: 20px;
  }

  .content_tab p:before,
  .content_tab p:after,
  ul.shadow-box li.relative.custom_faq.active .content_tab .container:before {
    display: none;
  }

  ul.shadow-box li.active.custom_faq button:before {
        content: "-";
        display: block !important;
        background: none !important;
        color: #c91d61;
        font-family: monospace;
        transform: rotate(0deg);
        right: 24px !important;
        position: absolute;
        left: auto;
        margin-top: -15px;
        font-family: auto;
        font-size: 30px;
  }

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

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

  .home-slider ul.slick-dots {
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 40px;
    margin: 0 auto;
    right: 0;
    width: 287px;
  }
  .accordion button {
    font-size: 18px;
  }

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

  .head-section h1 {
    margin-bottom: 15px !important;
  }
  .tabber-section-without-icon h2 {
    font-size: 30px;
    position: relative;
    top: 8px;
    line-height: 1 !important;
  }

  .tabber-section-without-icon .small-one .custom_faq button:after {
    left: 17px;
    top: 20px;
  }
  .tabber-section-without-icon .flex.items-center {
    padding-left: 35px;
  }

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

  .head-section h1 br {
    display: none;
  }
  .custom_faq.active h2 {
    margin-bottom: 1.25rem;
  }
  .content_tab .tableft_head::after {
    right: 0px;
  }

  h1 {
    font-size: 40px;
  }

  .head-section h2 {
    /* font-family: "helvetica_neue_lt_std75_bold"; */
  }

  h2 br {
    display: none;
  }

  .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 (min-width: 991px) and (max-width: 1200px) {
.tabber-icon {
        width: 100px;
        margin-bottom: 30px;
    }
  }
@media (min-width: 480px) and (max-width: 1200px) {
  .tabber-icon {
    width: 100px;
  }

}
@media (max-width: 480px) {

  section.tabber-section .tabber-icon img {
    width: 50px;
  }

  .logo-container > div {
        max-width: 90px;
     margin-right: 15px;
    }
  .tabber-section .list-inside {
    -moz-columns: 1;
         columns: 1;
  }
  .Header-button.ml-5 a {
    padding: 8px 44px 8px 20px !important;
  }
  .Header-button.ml-5 a.btn {
    background-position: right 18px center;
  }
  .white-round-arrow button.slick-arrow.slick-prev {
    top: 44%;
  }

  .white-round-arrow button.slick-arrow.slick-next {
    top: 44%;
  }
}

/* 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 (min-width: 768px) and (max-width: 991px) {
  .tabber-section .custom_faq .text-left.pl-14.content {
    padding-top: 0px;
  }
  .content_tab p:before,
  .content_tab p:after,
  ul.shadow-box li.relative.custom_faq.active .content_tab .container:before {
    display: none;
  }
  ul.shadow-box li.active.custom_faq button:before {
    content: "-";
    display: block !important;
    background: none !important;
    color: #c91d61;
    transform: rotate(0deg);
    right: 24px !important;
    left: auto;
    position: absolute;
    margin-top: -15px;
    font-size: 30px;
    font-family: auto;
  }
   
  .custom_faq.active h2 {
    margin-bottom: 1.25rem;
  }
  .content_tab .tableft_head::after {
    right: 0px;
  }
}

@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\:block::after {
  content: var(--tw-content);
  display: block;
}

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

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

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {


 
  .sm\:block {
    display: block;
  }


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

@media (max-width: 768px) {


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

@media (min-width: 1024px) {


 
  .lg\:block {
    display: block;
  }


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

@media (max-width: 1520px) {


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

@media (max-width: 1300px) {


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


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


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

@media (max-width: 1200px) {


 
  .tablet\:relative {
    position: relative;
  }


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


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


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


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


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


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


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


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


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


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


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


 
  .tablet\:block {
    display: block;
  }


 
  .tablet\:flex {
    display: flex;
  }


 
  .tablet\:hidden {
    display: none;
  }


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


 
  .tablet\:min-h-14 {
    min-height: 3.5rem;
  }


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


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


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


 
  .tablet\:flex-\[0_0_30\%\] {
    flex: 0 0 30%;
  }


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


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


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


 
  .tablet\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }


 
  .tablet\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }


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


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


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


 
  .tablet\:gap-10 {
    gap: 2.5rem;
  }


 
  .tablet\:gap-12 {
    gap: 3rem;
  }


 
  .tablet\:gap-4 {
    gap: 1rem;
  }


 
  .tablet\:gap-\[100px\] {
    gap: 100px;
  }


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


 
  .tablet\:gap-\[5\%\] {
    gap: 5%;
  }


 
  .tablet\:gap-\[50px\] {
    gap: 50px;
  }


 
  .tablet\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }


 
  .tablet\:\!p-0 {
    padding: 0px !important;
  }


 
  .tablet\:p-\[20px\] {
    padding: 20px;
  }


 
  .tablet\:p-\[25px\] {
    padding: 25px;
  }


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


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


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


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


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


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


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


 
  .tablet\:pb-\[70px\] {
    padding-bottom: 70px;
  }


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


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


 
  .tablet\:pr-4 {
    padding-right: 1rem;
  }


 
  .tablet\:pr-\[15px\] {
    padding-right: 15px;
  }


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

@media (min-width: 1200px) {


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


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


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

@media (max-width: 1025px) {


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


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


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


 
  .tabletLandscape\:mb-\[50px\] {
    margin-bottom: 50px;
  }


 
  .tabletLandscape\:block {
    display: block;
  }


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


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


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


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


 
  .tabletLandscape\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }


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


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


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


 
  .tabletLandscape\:gap-\[10px\] {
    gap: 10px;
  }


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


 
  .tabletLandscape\:gap-\[40px\] {
    gap: 40px;
  }


 
  .tabletLandscape\:gap-\[50px\] {
    gap: 50px;
  }


 
  .tabletLandscape\:p-\[20px\] {
    padding: 20px;
  }


 
  .tabletLandscape\:p-\[50px_15px\] {
    padding: 50px 15px;
  }


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


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


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

@media (max-width: 1023px) {


 
  .tabletPortrait\:top-\[-72px\] {
    top: -72px;
  }


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


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


 
  .tabletPortrait\:order-first {
    order: -9999;
  }


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


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


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


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


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


 
  .tabletPortrait\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }


 
  .tabletPortrait\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }


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


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


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


 
  .tabletPortrait\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }


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


 
  .tabletPortrait\:gap-\[30px\] {
    gap: 30px;
  }


 
  .tabletPortrait\:gap-\[40px\] {
    gap: 40px;
  }


 
  .tabletPortrait\:gap-\[45px\] {
    gap: 45px;
  }


 
  .tabletPortrait\:gap-\[50px\] {
    gap: 50px;
  }


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


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


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


 
  .tabletPortrait\:pt-0 {
    padding-top: 0px;
  }


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


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


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

@media (min-width: 1023px) {


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


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


 
  .tabletPortraitmin\:flex {
    display: flex;
  }


 
  .tabletPortraitmin\:hidden {
    display: none;
  }


 
  .tabletPortraitmin\:flex-\[0_0_430px\] {
    flex: 0 0 430px;
  }


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

@media (max-width: 1000px) {


 
  .break_t\:block {
    display: block;
  }


 
  .break_t\:hidden {
    display: none;
  }


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


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


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

@media (max-width: 920px) {


 
  .break_m\:block {
    display: block;
  }


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

@media (max-width: 767px) {


 
  .mobile\:fixed {
    position: fixed;
  }


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


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


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


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


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


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


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


 
  .mobile\:mb-7 {
    margin-bottom: 1.75rem;
  }


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


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


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


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


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


 
  .mobile\:\!block {
    display: block !important;
  }


 
  .mobile\:block {
    display: block;
  }


 
  .mobile\:inline-block {
    display: inline-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\: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-3 {
    gap: 0.75rem;
  }


 
  .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-right {
    text-align: right;
  }


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


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


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


 
  @media (max-width: 1200px) {


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

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

@media (max-width: 1200px) {


 
  .tablet\:\[\&\>\*\]\:w-\[calc\(50\%-10px\)\]>* {
    width: calc(50% - 10px);
  }
}





