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

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

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

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

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

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

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

html,
: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: Manrope, system-ui, sans-serif;
  /* 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;
}

* {
  outline: none;
}

body {
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.2;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}

input {
  outline: none;
}

/* .btn {
    @apply text-[26px] px-[30px] py-[15px] leading-[1.5] rounded-[14px] tracking-[0.02em] uppercase inline-flex transition-all;
  }
  .btn:hover,
  .header_btn:hover {
    @apply font-[600];
  }
  .header_btn {
    @apply text-[16px] px-[30px] py-[10px] leading-[1.5] rounded-[9px] tracking-[0.02em] uppercase inline-flex;
  }

  @screen md {
    .container {
      padding: 0 32px;
    }
  }
  @screen sm {
    .container {
      padding: 0 11px;
    }
    .h1 {
      font-size: 30px;
    }
    .h2 {
      font-size: 20px;
    } */

/* } */

.container {
  width: 100%;
}

.gallery-swiper {
  height: 780px;
  overflow: visible;
}

@media (max-width: 991.99px) {
  .gallery-swiper {
    height: 500px;
  }
}

@media (max-width: 687.99px) {
  .gallery-swiper {
    height: 400px;
  }
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.gallery-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-scrollbar {
  position: relative !important;
  width: 100%;
  height: 4px;
  background: #e5e5e5;
  border-radius: 999px;
}

.swiper-scrollbar-drag {
  background: #111;
  border-radius: 999px;
}

.gallery-btn {
  border-radius: 4px;
  width: 51px;
  height: 51px;
  background: #e5e5e5;
  color: #1d3050;
}

.gallery-btn.swiper-button-disabled {
  background: #f2f3f4;
  color: #c6cbd3;
}

img-comparison-slider {
  display: block;
  --divider-width: 2px;
  --divider-color: white;
  --default-handle-opacity: 1;
}

img-comparison-slider img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reviews-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  padding-right: 14px;
}

.reviews-filter:not(:first-child) {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.reviews-filter.is-active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 48 80 / var(--tw-border-opacity, 1));
}

.reviews-filter .reviews-filter-title {
  margin-bottom: 2px;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  color: #1d3050;
}

.reviews-filter .reviews-filter-meta {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.reviews-filter .icon {
  width: 22px;
  flex-shrink: 0;
}

.reviews-swiper .review-card {
  position: relative;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 24px;
}

.review-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 50 53 / var(--tw-text-opacity, 1));
}

.review-title-info {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(118 118 120 / var(--tw-text-opacity, 1));
}

.review-more {
  margin-top: 0.75rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.review-text.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
}

.specialist-card-title {
  margin-bottom: 8px;
  font-size: 24px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 8 53 / var(--tw-text-opacity, 1));
}

.specialist-card-description {
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.faq-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 24px;
  text-align: left;
}

.faq-trigger-title {
  font-size: 20px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 8 53 / var(--tw-text-opacity, 1));
}

.faq-icon {
  display: flex;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(36 29 79 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.faq-content {
  overflow: hidden;
  touch-action: none;
}

.faq-content {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faq-content-txt {
  padding-bottom: 24px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
}

.faq-icon.active {
  --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));
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
}

.header-list-line {
  display: inline-block;
  height: 0.5rem;
  width: 1px;
  flex-shrink: 0;
  background-color: rgba(194,199,208,0.08);
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease;
}

.header.is-scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 48 80 / var(--tw-text-opacity, 1));
}

@media (max-width: 991.99px) {
  .header.is-scrolled {
    --tw-border-opacity: 1;
    border-color: rgb(28 27 23 / var(--tw-border-opacity, 1));
  }
}

.header-border {
  box-sizing: border-box;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.header.is-scrolled .header-border {
  --tw-border-opacity: 1;
  border-color: rgb(29 48 80 / var(--tw-border-opacity, 1));
}

.menu-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 30px;
  width: 31px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-btn.active .btn__line_1 {
  transform: rotate(45deg);
  top: 2.5px;
}

.menu-btn.active .btn__line_3 {
  transform: rotate(-45deg);
  bottom: 5.5px;
}

.menu-btn__line {
  position: relative;
  height: 2px;
  width: 100%;
  transform-origin: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.is-scrolled .menu-btn__line {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
}

.mob__menu {
  position: fixed;
  top: 56px;
  left: 0px;
  z-index: 100;
  display: flex;
  width: 100%;
  --tw-translate-x: 100%;
  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));
  flex-direction: column;
  gap: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
  padding-top: 24px;
  padding-bottom: 12px;
  opacity: 0;
  height: calc(100% - 56px);
  transition: all 0.3s ease;
}

.mob__menu.active {
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.header-is-scrolled .mob__menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.overflow-hidden {
  overflow: hidden;
  touch-action: none;
}

body.card-service {
  overflow: hidden;
  touch-action: none;
}

.card-service {
  position: relative;
  height: 370px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  padding: 24px;
}

.card-service-list {
  margin-top: 16px;
  list-style-type: disc;
}

.card-service-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.card-service-list {
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition: all 0.3s ease;
}

.card-service:hover .card-service-list {
  opacity: 1;
}

.card-service-icon-arrow {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 2px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.card-service:hover .card-service-icon-arrow {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.card-service-image {
  transform-origin: bottom right;
  transition: all 0.3s ease;
}

.card-service:hover .card-service-image {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  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));
}

.fancybox-is-open .fancybox-bg {
  background: #1d3050;
  opacity: 0.5;
}

.fancybox-content.popap {
  padding: 64px;
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.11);
  background: #ffffff;
  border-radius: 26px;
}

.popap .fancybox-button.fancybox-close-small svg {
  --tw-text-opacity: 1;
  color: rgb(29 48 80 / var(--tw-text-opacity, 1));
  fill: #1d3050;
}

.popap .fancybox-button.fancybox-close-small {
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
}

.popap.popap {
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 687.99px) {
  .popap.popap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.licenses-item {
  position: relative;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 195 204 / var(--tw-border-opacity, 1));
  padding-bottom: 4px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.text-red-semi {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.bottom-\[16px\] {
  bottom: 16px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.bottom-\[4px\] {
  bottom: 4px;
}

.left-0 {
  left: 0px;
}

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

.right-6 {
  right: 1.5rem;
}

.right-\[0px\] {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

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

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

.right-\[24px\] {
  right: 24px;
}

.right-\[6px\] {
  right: 6px;
}

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[24px\] {
  top: 24px;
}

.top-\[56px\] {
  top: 56px;
}

.top-\[6px\] {
  top: 6px;
}

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

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

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.m-0 {
  margin: 0px;
}

.my-\[36px\] {
  margin-top: 36px;
  margin-bottom: 36px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.5px\] {
  height: 0.5px;
}

.h-\[11\.65px\] {
  height: 11.65px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[0\.5px\] {
  width: 0.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[4\.7px\] {
  width: 4.7px;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

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

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

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

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-\[180deg\] {
  --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));
}

.scale-\[0\.6\] {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  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));
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[17px\] {
  gap: 17px;
}

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

.gap-\[28px\] {
  gap: 28px;
}

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

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[3px\] {
  gap: 3px;
}

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

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[8px\] {
  gap: 8px;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

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

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-\[60px\] {
  border-top-left-radius: 60px;
}

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

.rounded-tr-\[60px\] {
  border-top-right-radius: 60px;
}

.border {
  border-width: 1px;
}

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

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

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-\[\#BDC3CC\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 195 204 / var(--tw-border-opacity, 1));
}

.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-\[\#d7d7d7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(29 48 80 / var(--tw-border-opacity, 1));
}

.border-navy\/50 {
  border-color: rgb(29 48 80 / 0.5);
}

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

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-b-\[\#1D3050\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 48 80 / var(--tw-border-opacity, 1));
}

.border-l-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.bg-\[\#1D3050\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D3050\]\/70 {
  background-color: rgb(29 48 80 / 0.7);
}

.bg-\[\#1d3050\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1d3050\]\/\[0\.22\] {
  background-color: rgb(29 48 80 / 0.22);
}

.bg-\[\#6486AE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 134 174 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[\#F2F3F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[rgba\(194\2c 199\2c 208\2c 0\.08\)\] {
  background-color: rgba(194,199,208,0.08);
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / 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-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

.p-\[24px_57px_5px_71px\] {
  padding: 24px 57px 5px 71px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: Manrope, system-ui, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[600\] {
  font-weight: 600;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.19\] {
  line-height: 1.19;
}

.leading-\[1\.26\] {
  line-height: 1.26;
}

.leading-\[1\.27\] {
  line-height: 1.27;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.text-\[\#130835\] {
  --tw-text-opacity: 1;
  color: rgb(19 8 53 / var(--tw-text-opacity, 1));
}

.text-\[\#1c1b17\] {
  --tw-text-opacity: 1;
  color: rgb(28 27 23 / var(--tw-text-opacity, 1));
}

.text-\[\#1d3050\] {
  --tw-text-opacity: 1;
  color: rgb(29 48 80 / var(--tw-text-opacity, 1));
}

.text-\[\#241d4f\] {
  --tw-text-opacity: 1;
  color: rgb(36 29 79 / var(--tw-text-opacity, 1));
}

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

.text-\[\#4c4b48\] {
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
}

.text-\[\#767678\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 120 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#adacbe\] {
  --tw-text-opacity: 1;
  color: rgb(173 172 190 / var(--tw-text-opacity, 1));
}

.text-\[\#f5a623\] {
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity, 1));
}

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

.text-cardtitle {
  --tw-text-opacity: 1;
  color: rgb(50 50 53 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(28 27 23 / var(--tw-text-opacity, 1));
}

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
}

.text-muted\/70 {
  color: rgb(76 75 72 / 0.7);
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(29 48 80 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/\[0\.66\] {
  color: rgb(255 255 255 / 0.66);
}

.text-white\/\[0\.79\] {
  color: rgb(255 255 255 / 0.79);
}

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

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

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

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[0\.22\] {
  opacity: 0.22;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.backdrop-blur-\[4px\] {
  --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;
}

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

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

.placeholder\:text-\[\#4c4b48\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#4c4b48\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(76 75 72 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder\:text-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

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

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

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-px {
    height: 1px;
  }

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

  .md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

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

  .md\:p-\[24px\] {
    padding: 24px;
  }

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

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

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

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

@media (max-width: 687.99px) {
  .sm\:static {
    position: static;
  }

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-auto {
    height: auto;
  }

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

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

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

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

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

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

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

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

  .sm\:space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

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

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

  .sm\:pb-\[138px\] {
    padding-bottom: 138px;
  }

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

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

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

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

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

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:block {
  display: block;
}

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:hidden {
  display: none;
}

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(28 27 23 / var(--tw-border-opacity, 1));
}

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
}

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:bg-navy\/80 {
  background-color: rgb(29 48 80 / 0.8);
}

.header-is-scrolled .\[\.header-is-scrolled_\&\]\:text-ink {
  --tw-text-opacity: 1;
  color: rgb(28 27 23 / var(--tw-text-opacity, 1));
}

.is-scrolled .\[\.is-scrolled_\&\]\:block {
  display: block;
}

.is-scrolled .\[\.is-scrolled_\&\]\:hidden {
  display: none;
}

.is-scrolled .\[\.is-scrolled_\&\]\:border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(29 48 80 / var(--tw-border-opacity, 1));
}

.is-scrolled .\[\.is-scrolled_\&\]\:bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 80 / var(--tw-bg-opacity, 1));
}

.is-scrolled .\[\.is-scrolled_\&\]\:bg-navy\/80 {
  background-color: rgb(29 48 80 / 0.8);
}

.is-scrolled .\[\.is-scrolled_\&\]\:text-navy {
  --tw-text-opacity: 1;
  color: rgb(29 48 80 / var(--tw-text-opacity, 1));
}
