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

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

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.-left-20 {
  left: -5rem;
}

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

.left-0 {
  left: 0px;
}

.left-20 {
  left: 5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-28 {
  top: 7rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.ml-40 {
  margin-left: 10rem;
}

.ml-96 {
  margin-left: 24rem;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-72 {
  height: 18rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

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

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.w-3\/4 {
  width: 75%;
}

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

.min-w-4 {
  min-width: 1rem;
}

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

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

.origin-left {
  transform-origin: left;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-r {
  border-right-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#2480c3\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 128 195 / var(--tw-border-opacity, 1));
}

.border-\[\#e43212\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 50 18 / var(--tw-border-opacity, 1));
}

.border-\[\#e53212\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 50 18 / var(--tw-border-opacity, 1));
}

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#0177bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 119 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e43212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 50 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e5f1ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 241 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7fbfb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fdfdfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 252 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\.\/img\/bg-menu\.png\'\)\] {
  background-image: url('../img/bg-menu.png');
}

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

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

.from-gray-400\/40 {
  --tw-gradient-from: rgb(156 163 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

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

.bg-center {
  background-position: center;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

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

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

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

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

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

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

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

.pl-20 {
  padding-left: 5rem;
}

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

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

.pl-7 {
  padding-left: 1.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-16 {
  padding-right: 4rem;
}

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

.\!text-start {
  text-align: start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

.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-\[92px\] {
  line-height: 92px;
}

.text-\[\#2480c3\] {
  --tw-text-opacity: 1;
  color: rgb(36 128 195 / var(--tw-text-opacity, 1));
}

.text-\[\#4499a9\] {
  --tw-text-opacity: 1;
  color: rgb(68 153 169 / var(--tw-text-opacity, 1));
}

.text-\[\#4888b6\] {
  --tw-text-opacity: 1;
  color: rgb(72 136 182 / var(--tw-text-opacity, 1));
}

.text-\[\#aaaeb6\] {
  --tw-text-opacity: 1;
  color: rgb(170 174 182 / var(--tw-text-opacity, 1));
}

.text-\[\#e43112\] {
  --tw-text-opacity: 1;
  color: rgb(228 49 18 / var(--tw-text-opacity, 1));
}

.text-\[\#e43212\] {
  --tw-text-opacity: 1;
  color: rgb(228 50 18 / var(--tw-text-opacity, 1));
}

.text-\[\#e53212\] {
  --tw-text-opacity: 1;
  color: rgb(229 50 18 / var(--tw-text-opacity, 1));
}

.text-\[\#f9b800\] {
  --tw-text-opacity: 1;
  color: rgb(249 184 0 / var(--tw-text-opacity, 1));
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

@font-face {
  font-family: Akrobat-Black;

  src: url('../fonts/Akrobat-Black.otf');
}

@font-face {
  font-family: Product Sans;

  src: url('../fonts/Product-Sans.ttf');
}

body{
  font-family: 'Source Sans 3', sans-serif;
}

.font-akrobat{
  font-family: 'Akrobat-Black', sans-serif;
}

.font-product-sans{
  font-family: 'Product Sans', sans-serif;
}

.subMenu {
  opacity: 0;
  transform: translateY(1rem);
  visibility: hidden;
  transition: opacity 200ms, transform 200ms, visibility 200ms;
}

.subMenu.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.subMenuMb {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 200ms, height 200ms;
}

.subMenuMb.mb-open {
  opacity: 1;
  height: auto;
  visibility: visible;
}

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

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

.show{
  display: block!important;
}

.text-white{
  color: white;
}

.iti{
  width: 100%;
}

.bg-gray-main{
  background-color: #272727;
  height: 190px;
}

.transform-custom{
  transform: translate(0px,40px);
}

.section-space{
  padding-top: 60px;
  padding-bottom: 60px;
}

.swiper-button-next, .swiper-button-prev{
  color: #29324f!important;
}

.section-space-inner{
  padding-top: 150px;
  padding-bottom: 40px;
}

/*THANKYOU*/

thanks-wrap {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 auto 10px;
  display: none;
  max-width: 320px;
}

.checkmark {
  max-width: 300px;
  margin: 0 auto;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 2s;
  transform-origin: 50% 50%;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mg-70 {
  margin: 70px 0px;
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px){
  .h2, h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px){
  footer {
    margin-bottom: 0px;
  }
}

/*THANKYOU*/

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

  .section-space-inner{
    padding-top: 350px;
    padding-bottom: 40px;
  }
}

/* slider */

.swiper-pagination-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-hero .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2.5px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-hero .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-gallery-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: white;
  border: 2px solid #e43112;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet-active {
  background-color: #e43112;
  outline: 2.5px solid #e43112;
  border: 2.5px solid white;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 14px;
  height:14px;
  opacity: 1;
}

.swiper-pagination-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-services .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-services .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-services .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-services .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-services .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-services .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-services .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid gray;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-services .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-before-after {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  overflow-x: visible!important;
}

.swiper.swiper-before-after {
  width: 745px!important;
  overflow-x: visible!important;
}

.swiper.swiper-before-after .swiper-slide {
  width: 570px!important;
  overflow-x: visible!important;
}

.swiper-slide {
  transition: all 0.3s ease;
}

.swiper-pagination-before-after .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-before-after .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid #003b4c;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-steps .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #0169f1;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-steps .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-steps .swiper-pagination-bullet-active {
  background-color: #0169f1;
  border: 2px solid white;
  outline: 2px solid #0169f1;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-steps .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-blogs .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-blogs .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-trust .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #34a853;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-trust .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-trust .swiper-pagination-bullet-active {
  background-color: #34a853;
  border: 2px solid white;
  outline: 2px solid #34a853;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-trust .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-doctors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-doctors .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-doctors .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-doctors .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-doctors .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-clinic-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid #f10d8c;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-google {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-google .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-google .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-google .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-google .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.whatsapp-main {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 40;
  right: 0 !important;
  left: auto !important;
}

@media (max-width: 768px) {
  .whatsapp-main {
    right: 0 !important;
    left: auto !important;
  }

  .swiper.swiper-before-after .swiper-slide {
    width: 100%!important;
    overflow-x: visible!important;
  }

  .swiper.swiper-before-after {
    width: 100%!important;
    overflow-x: visible!important;
  }
}

.whatsapp-wrapper {
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 136px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  margin-left: 20px;
}

.close_whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_whatsapp::before {
  transform: rotate(45deg);
}

.close_whatsapp::after {
  transform: rotate(-45deg);
}

.close_whatsapp::before,
.close_whatsapp::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(29, 33, 41);
  display: block;
  border-radius: 2px;
}

.whatsapp-header {
  background: #0a5654;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 20px;
}

.whatsapp-reply-time {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.header-info {
  margin-left: 16px;
  margin-right: 16px;
}

.support-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.support-avatar::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}

.avatar-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-img {
  background: white;
  background-size: contain !important;
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.avatar-img::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}

.whatsapp-background {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.whatsapp-background::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.loading-animation {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  /*   opacity: 0; */
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
  box-shadow: 9999px 0 0 -5px #cbcbcb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #cbcbcb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #cbcbcb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9984px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }
}

.prose h2{
  color: #6A94D2;
}

.prose h3{
  color: #6A94D2;
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9999px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 10014px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }
}

.wloader {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
}

.whatsapp-message-wrapper {
  display: none;
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  /*   opacity: 1; */
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  margin-top: 4px;
  /*   margin-left: -54px; */
  max-width: calc(100% - 66px);
}

.whatsapp-message-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.chat-body-wrapper {
  width: 100% !important;
}

.whatsapp-chat-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.whatsapp-chat-message {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.whatsapp-chat-message p {
  margin: 0px;
}

.whatsapp-message-container {
  box-sizing: border-box !important;
  outline: none !important;
}

.whatsapp-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(14, 193, 47);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.whatsapp-btn::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}

.whatsapp-send-icon-small {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}

.chat-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.whatsapp-popup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  outline: transparent;
}

.whatsapp-notify {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

@keyframes showhide {
  from {
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.hide-whatsapp {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show-whatsapp {
  display: flex;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-send-icon-big {
  height: 20px;
  width: 20px;
}

.whatsapp-button-main {
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  height: auto;
  padding: 6px 4px 6px 4px;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .whatsapp-popup-button {
    bottom: 0;
    left: auto;
    margin-right: 0;
    padding: 3px 0;
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 0;
    background-color: rgb(14, 193, 47);
  }

  .whatsapp-wrapper {
    width: 90% !important;
    margin-bottom: 116px;
  }

  .whatsapp-background::before {
    height: 250px;
  }
}

@media (min-width: 768px) {
  headers .callnow {
    display: none;
  }

  headers .whatsappx {
    bottom: 15px;
    right: 25px;
    z-index: 40;
    position: fixed;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  headers {
    transition: opacity 1s ease-out;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 40;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }

  headers .whatsappx {
    width: 50%;
    margin-right: 1%;
    border-radius: 100%;
  }

  headers a {
    text-decoration: none;
    font-size: 15px;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }
}

.item-cont {
  transform: translateY(0%);
}

.item-cont:nth-child(2) {
  transform: translateY(115%);
}

.item-cont:nth-child(3) {
  transform: translate(73%,152%);
}

.item-cont:nth-child(4) {
  transform: translate(173%,115%);
}

.item-cont:nth-child(5) {
  transform: translate(140%,0%);
}

@media (max-width: 768px) {
  .uzmanina-sor {
    display: none
  }
}

.form-btn-mobile {
  display: none;
}

.uzman-content {
  background:#0078c5;
  padding: 0 0 28px 0;
  margin: 0 auto;
  border-radius: 5px;
  height: auto;
  position: absolute;
  width: 90%;
}

@media (max-width: 768px) {
  .form-btn-mobile {
    display: block;
  }

  .mt-3-m {
    margin-top: 20px;
  }

  .form-mobil {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .pt-5-m {
    padding-top: 20px;
  }

  .sticy-form-area-mobile a {
    text-decoration: none;
    font-size: 15px;
    width: 46%;
    display: block;
    float: left;
    text-align: center;
    background-color: #131313;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }

  .sticy-form-area-mobile {
    /*transition: opacity 1s ease-out;*/
    /*opacity: 0;*/
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    justify-content: center;
    z-index: 40;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.uzmanina-sor-mobil {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 40;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.close-btn-form {
  position: absolute;
  right: 10px;
  color: white;
  top: -8px;
  font-size: 36px;
}

.uzmanina-sor-mobil.show {
  display: block;
  opacity: 1;
}

.uzmanina-sor-mobil {
  padding-top: 18px;
  padding-bottom: 10px;
  background: radial-gradient(circle, rgba(77, 116, 162, 1) 0%, rgba(51, 70, 129, 1) 100%);
}

.uzmanina-sor-mobil .sticky-whatsapp a {
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  text-decoration: none;
  color: #f8f9fb;
  font-size: 17px;
  line-height: 15px;
}

.uzmanina-sor-mobil .col-md-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  align-content: center;
}

.uzmanina-sor-mobil .sticky-whatsapp a i {
  font-size: 38px;
  margin-top: -2px;
  color: #ffffff;
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding-left: 19px;
  margin-right: 13px;
}

.uzmanina-sor-mobil .form-area {
  width: 100%;
  display: inline-block;
  padding: 0;
  padding-bottom: 0px;
}

.uzmanina-sor-mobil .form-area .form-group {
  width: 90%;
  padding: 0px 7.5px;
  margin-bottom: 0px;
}

.uzmanina-sor-mobil .form-area input {
  width: 100%;
  display: block;
  padding: 10px 11px;
  border: 1px solid #ccc;
  background-color: white;
  border: 0;
  color: #000;
  outline: 0;
}

.uzmanina-sor-mobil .form-area input::-moz-placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area input::placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area button {
  width: 100%;
  display: block;
  padding: 10px 11px;
  color: #fff;
  font-weight: bold;
}

.cb-tagreel {
  position: relative;
}

.cb-tagreel-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.cb-tagreel-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.cb-tagreel-item {
  position: relative;
  line-height: 100%;
  font-size: 3.75vw;
  flex: 0 0 33%;
  padding: 58px 0;
}

.cb-tagreel-item.-stroke {
  color: transparent;
  text-shadow: none;
}

.cb-tagreel-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cb-tagreel-item {
    font-size: 35px;
  }
}

.marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.marquee-container .marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 42.65s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

.marquee-container .marquee img {
  margin-left: 20px;
  max-width: 120px;
  max-height: 80px;
  margin-right: 20px;
  display: block;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.swiper-hero .swiper-button-next{
  right: 80%;
  top: 87%!important;
}

.swiper-hero .swiper-button-prev{
  left:2%;
  top: 87%!important;
}

.swiper-hero .swiper-button-prev,.swiper-hero  .swiper-button-next{
  padding: 23px;
  color:white!important;
  transition: .3s all ease-in;
}

.swiper-hero .swiper-button-disabled{
  opacity: 0;
}

.swiper-hero .swiper-button-next:after, .swiper-hero .swiper-button-prev:after {
  font-size:24px;
  font-weight: 900;
}

.swiper-container {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.placeholder\:text-\[\#2480c3\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(36 128 195 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#2480c3\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(36 128 195 / var(--tw-text-opacity, 1));
}

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

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




.hover\:\!w-\[15\%\]:hover {
  width: 15% !important;
}

.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\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#ddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0177bf\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 119 191 / var(--tw-text-opacity, 1));
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1280px) {
  .max-xl\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .max-xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .max-xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .max-xl\:text-\[70px\] {
    font-size: 70px;
  }

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

@media not all and (min-width: 1024px) {
  .max-lg\:static {
    position: static;
  }

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:\!top-0 {
    top: 0px !important;
  }

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

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

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

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

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

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

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

  .max-lg\:\!block {
    display: block !important;
  }

  .max-lg\:flex {
    display: flex;
  }

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

  .max-lg\:h-5 {
    height: 1.25rem;
  }

  .max-lg\:h-8 {
    height: 2rem;
  }

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

  .max-lg\:h-\[300px\!important\] {
    height: 300px !important;
  }

  .max-lg\:h-auto {
    height: auto;
  }

  .max-lg\:h-screen {
    height: 100vh;
  }

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

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

  .max-lg\:w-8 {
    width: 2rem;
  }

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

  .max-lg\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

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

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-10 {
    gap: 2.5rem;
  }

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-lg\:bg-\[\#f7fbfb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 251 251 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

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

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

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

  .max-lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

  .max-lg\:text-center {
    text-align: center;
  }

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

  .max-lg\:text-\[46px\] {
    font-size: 46px;
  }

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

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

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

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

  .max-lg\:leading-\[100\%\] {
    line-height: 100%;
  }

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

  .\*\:max-lg\:text-base > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\*\:max-lg\:uppercase > * {
    text-transform: uppercase;
  }

  .max-lg\:hover\:\!w-full:hover {
    width: 100% !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

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

@media (min-width: 1280px) {
  .xl\:w-full {
    width: 100%;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  @media (min-width: 1536px) {
    .xl\:2xl\:px-40 {
      padding-left: 10rem;
      padding-right: 10rem;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.\[\&\.show\]\:block.show {
  display: block;
}

        .max-w-custom {
            min-width: 152px;
            max-width: 152px;
        }

        .max-w-custom-center {
            min-width: 200px;
            max-width: 200px;
        }

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

            .text-right-b {
                font-size: 23px;
            }

            .text-right-e {
                font-size: 18px;
            }

            .w-mobile {
                width: 120px;
            }

            @media (max-width: 1630px) {
                .max-w-custom {
                    min-width: 89px;
                    max-width: 89px;
                }

                .max-w-custom-center {
                    min-width: 130px;
                    max-width: 130px;
                }

                .left-ff {
                    width: 100%;
                }

                .text-right-b {
                    font-size: 23px;
                }

                .text-right-e {
                    font-size: 18px;
                }
            }
            }
        

.text-title1{
  font-size: 90px;
}

.text-title2{
  font-size: 130px;
}

@media (max-width: 1459px) {
  .text-title1{
    font-size: 60px;
  }
  .text-title2{
    font-size: 104px;
  }
}
.show-inm{
  display: none!important;
}

.show-ind{
  display: block!important;
}
@media (max-width: 991px) {
  .show-inm{
  display: block!important;
}
.show-ind{
  display: none!important;
}

  .text-title1{
    font-size: 34px;
  }
  .text-title2{
    font-size: 60px;
  }
  .mini-w{
    width: 100%;
  }
}

