/*
! tailwindcss v3.2.4 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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:  ;
}

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

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

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

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

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

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

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

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.btn.active {
  box-shadow: none;
}

.btn.active:focus {
  box-shadow: none;
}

.collapse:not(.show) {
  display: none;
}

.dropdown-item.active {
  color: rgb(31, 41, 55);
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-dark .dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}

.nav-tabs .nav-link.active {
  color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
}

.nav-tabs .nav-item.show .nav-link {
  color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
}

.nav-pills .nav-link.active {
  background: rgb(37, 99, 235);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show > .nav-link {
  background: rgb(37, 99, 235);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills.menu-sidebar .nav-link.active {
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}

.tab-content > .active {
  display: block;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.accordion-button {
  overflow-anchor: none;
}

.accordion-button:not(.collapsed) {
  color: #2563eb;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(229, 231, 235);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.tooltip.show {
  opacity: 1;
}

.carousel-item.active {
  display: block;
}

.active.carousel-item-end {
  transform: translateX(100%);
}

.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-indicators .active {
  opacity: 1;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas.show {
  transform: none;
}

.fade-in {
  animation-name: _fade-in;
}

.ripple-wave.active {
  transform: scale(1);
  opacity: 0;
}

.datepicker-cell.current .datepicker-cell-content {
  border: 1px solid #000;
}

.timepicker-current.active {
  opacity: 1;
}

.timepicker-mode-wrapper.active {
  opacity: 1;
}

.timepicker-time-tips-minutes.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-inner.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-hours.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips.active {
  color: #fff;
}

.timepicker-hour-mode.active {
  color: #fff;
  opacity: 1;
}

.timepicker-hour.active {
  color: #fff;
  opacity: 1;
}

.timepicker-minute.active {
  color: #fff;
  opacity: 1;
}

.timepicker-icon-up.active {
  opacity: 1;
}

.timepicker-icon-down.active {
  opacity: 1;
}

.timepicker-modal .fade.show {
  opacity: 1;
}

.collapse {
  visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-switch .form-check-input {
    transition: none;
  }

  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .form-floating > label {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }

  .accordion-button::after {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-start {
    transition: none;
  }

  .carousel-fade .active.carousel-item-end {
    transition: none;
  }

  .carousel-control-prev {
    transition: none;
  }

  .carousel-control-next {
    transition: none;
  }

  .carousel-indicators [data-bs-target] {
    transition: none;
  }

  .spinner-border {
    animation-duration: 1.5s;
  }

  .spinner-grow {
    animation-duration: 1.5s;
  }
}

@keyframes _spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes _fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes _fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-out-down {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _fade-out-left {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _fade-out-right {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _fade-out-up {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes _zoom-out {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes _tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

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

.order-3 {
  order: 3;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

.m-\[15px\] {
  margin: 15px;
}

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

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

.mb-15 {
  margin-bottom: 3.75rem;
}

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

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

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

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

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

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

.ml-\[10px\] {
  margin-left: 10px;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

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

.h-0 {
  height: 0px;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-5\/6 {
  width: 83.333333%;
}

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

.w-4\/5 {
  width: 80%;
}

.w-4 {
  width: 1rem;
}

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

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

.w-3\/5 {
  width: 60%;
}

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

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

.table-fixed {
  table-layout: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

.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-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.border-\[0\.3px\] {
  border-width: 0.3px;
}

.border-l-\[0\.3px\] {
  border-left-width: 0.3px;
}

.border-t-\[0\.3px\] {
  border-top-width: 0.3px;
}

.border-b-\[0\.3px\] {
  border-bottom-width: 0.3px;
}

.border-r-\[0\.3px\] {
  border-right-width: 0.3px;
}

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

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

.border-\[\#1A1A1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 27 / var(--tw-border-opacity));
}

.border-\[\#7B7878\] {
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

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

.bg-noru-white {
  background-color: rgba(248, 246, 241, 1);
}

.bg-noru-beige {
  background-color: rgba(235, 231, 220, 1);
}

.bg-noru-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity));
}

.bg-noru-gray_2 {
  background-color: rgba(169, 146, 146, 0.16);
}

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.pb-8 {
  padding-bottom: 2rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-15 {
  padding-bottom: 3.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

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

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

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

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

.text-16xl {
  font-size: 16px;
  line-height: 24.43px;
}

.text-20xl {
  font-size: 20px;
  line-height: 23px;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

.text-14xl {
  font-size: 14px;
  line-height: 24.43px;
}

.text-40xl {
  font-size: 40px;
  line-height: 48px;
}

.text-18xl {
  font-size: 18px;
  line-height: 21.78px;
}

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

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

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

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

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

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

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

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

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

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

.font-extralight {
  font-weight: 200;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[3rem\] {
  line-height: 3rem;
}

.leading-\[28\.8px\] {
  line-height: 28.8px;
}

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

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

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

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

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.text-noru-black {
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
}

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

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

.text-\[22xl\] {
  color: 22xl;
}

.text-noru-green {
  color: rgba(2, 100, 81, 1);
}

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

/* Start Polices */

@font-face {
  font-family: Inter;

  font-weight: 200;

  src: url("../fonts/Inter-ExtraLight.ttf");
}

@font-face {
  font-family: Inter;

  font-weight: 300;

  src: url("../fonts/Inter-Light.ttf");
}

@font-face {
  font-family: Inter;

  font-weight: 500;

  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: Inter;

  font-weight: 400;

  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: Inter;

  font-weight: 600;

  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: Inter;

  font-weight: 700;

  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: ITC;

  font-weight: 700;

  src: url("../fonts/ITC-Bold.ttf");
}

@font-face {
  font-family: ITC;

  font-weight: 400;

  src: url("../fonts/ITC-Book.ttf");
}

@font-face {
  font-family: ITC;

  font-weight: 500;

  src: url("../fonts/ITC-Medium.ttf");
}

@font-face {
  font-family: ITC;

  font-weight: 900;

  src: url("../fonts/ITC-Black.ttf");
}

@font-face {
  font-family: Nunito;

  font-weight: 500;

  src: url("../fonts/Nunito-VariableFont_wght.ttf");
}

@font-face {
  font-family: Muli;

  font-weight: 400;

  src: url("../fonts/Muli-Light.ttf");
}

.font-itc{
  font-family: ITC, sans-serif !important;
}

.font-inter{
  font-family: Inter, sans-serif !important;
}

.font-nuni {
  font-family: Nunito, serif !important;
}

.font-muli {
  font-family: Muli, serif !important;
}

.philo-content p {
  font-size: 1rem;
  line-height: 2rem;
}

.single-post strong {
  font-weight: 700
}

.single-post .col-paragraphs-story ul {
  padding-left: 50px;
  list-style: disc !important;
}

.home .nothing .card-home-stories >a >div {
  background-size: auto;
}

blockquote::before {
  content: "\201C";
  /* Opening quotation mark */
  font-size: 2em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right: 0.1em;
}

blockquote::after {
  content: "\201D";
  font-size: 2em;
  vertical-align: -0.4em;
  margin-left: -0.1em;
  /* Closing quotation mark */
}

/* End Polices */

/* Start Menu navigation */

.unsticky {
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.collant {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-delay: 500ms;
}

@media (min-width: 992px) {
  .collant {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.collant{
  transition: all 0.5s ease-in-out;
}

.collant #main-menu {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .collant #main-menu {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}

.collant #main-menu{
  /*border-bottom: none;*/
}

#nav-toggle span {
  pointer-events: none;
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity));
}

#rubrics #nav-toggle span {
  position: relative;
}

#rubrics #nav-toggle span:after {
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom-width: 0.3px;
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  #rubrics #nav-toggle span:after {
    border-bottom-width: 0px;
  }
}

#rubrics #nav-toggle span:after{
  content: '';
  bottom: -20px;
}

#nav-toggle span{
  transition: opacity 0.5s 0.3s ease-out;
}

#nav-toggle span:nth-child(1), #nav-toggle span:nth-child(3){
  transition: transform 0.5s ease-out;
}

#nav-toggle span:nth-child(1) {
  --tw-translate-y: -5px;
  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));
}

#nav-toggle span:nth-child(3) {
  --tw-translate-y: 5px;
  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));
}

#nav-toggle span:nth-child(4) {
  --tw-translate-y: 10px;
  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));
  transition: 0.5s all ease;
}

#nav-toggle.open span:nth-child(1) {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-rotate: 135deg;
  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));
}

#nav-toggle.open span:nth-child(2){
  opacity: 0;
  transition: opacity 0s ease-out;
}

#nav-toggle.open span:nth-child(3) {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-rotate: -135deg;
  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));
}

#nav-toggle.open span:nth-child(4) {
  display: none;
  transition: 0.5s all ease;
}

#menu-main-navigation li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  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-delay: 300ms;
  font-family: ITC, sans-serif;
}

@media (min-width: 992px) {
  #menu-main-navigation li a {
    width: auto;
  }
}

#menu-main-navigation li a:hover {
  /*@apply text-noru-green;*/
}

#menu-main-navigation li:nth-child(1) {
  display: block;
}

#rubrics #menu-main-navigation li:nth-child(1) {
  position: relative;
}

#rubrics #menu-main-navigation li:nth-child(1):after {
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom-width: 0.3px;
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  #rubrics #menu-main-navigation li:nth-child(1):after {
    border-bottom-width: 0px;
  }
}

#rubrics #menu-main-navigation li:nth-child(1):after{
  content: '';
  bottom: -20px;
}

@media (min-width: 992px) {
  #menu-main-navigation li:nth-child(1) {
    display: none;
  }
}

#main-menu{
  border-bottom: 0.3px solid #7B7878;
  transition: 0.3s all ease;
}

#menu-main-navigation li a:after {
  position: absolute;
  bottom: 4px;
  left: -3px;
  display: block;
  height: 1px;
  transform-origin: right;
  --tw-scale-x: 0;
  --tw-scale-y: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity));
}

#rubrics #menu-main-navigation li a:after {
  position: relative;
}

#rubrics #menu-main-navigation li a:after:after {
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom-width: 0.3px;
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  #rubrics #menu-main-navigation li a:after:after {
    border-bottom-width: 0px;
  }
}

#rubrics #menu-main-navigation li a:after:after{
  content: '';
  bottom: -20px;
}

#menu-main-navigation li a:after{
  /*background: rgba(55, 180, 74, 1);*/
  width: calc(100% + 6px);
  transition: transform 0.3s ease-out;
  content: "";
}

#menu-main-navigation li.current-menu-item a:after {
  position: absolute;
  bottom: 4px;
  left: -3px;
  display: block;
  height: 1px;
  transform-origin: right;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity));
}

#rubrics #menu-main-navigation li.current-menu-item a:after {
  position: relative;
}

#rubrics #menu-main-navigation li.current-menu-item a:after:after {
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom-width: 0.3px;
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  #rubrics #menu-main-navigation li.current-menu-item a:after:after {
    border-bottom-width: 0px;
  }
}

#rubrics #menu-main-navigation li.current-menu-item a:after:after{
  content: '';
  bottom: -20px;
}

#menu-main-navigation li.current-menu-item a:after{
  /*background: rgba(55, 180, 74, 1);*/
  width: calc(100% + 6px);
  transition: transform 0.3s ease-out;
  content: "";
}

#menu-main-navigation li a:hover:after {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

/* End Menu navigation */

/* Start Homepage */

#rubrics .block {
  position: relative;
}

#rubrics .block:after {
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom-width: 0.3px;
  --tw-border-opacity: 1;
  border-color: rgb(123 120 120 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  #rubrics .block:after {
    border-bottom-width: 0px;
  }
}

#rubrics .block:after{
  content: '';
  bottom: -20px !important;
}

.border-bottom{
  border-bottom: 0.3px solid #7B7878;
}

#rubrics .border-bottom{
  border-bottom: none;
}

@media (min-width: 992px){
  #rubrics .border-bottom{
    border-bottom: 0.3px solid #7B7878;
  }
}

/*.border-bottom{*/

/*    @apply relative;*/

/*}*/

/*.border-bottom:after{*/

/*    content: '';*/

/*    position: absolute;*/

/*    bottom: 0;*/

/*    border: 0.3px solid #7B7878;*/

/*}*/

.border-top{
  border-top: 0.3px solid #7B7878;
}

/*#menu-main-navigation li a:before{*/

/*  @apply block absolute top-[-3px] w-full h-[2px] origin-left scale-x-0 bg-fidem-orange scale-y-0;*/

/*  !*background: rgba(55, 180, 74, 1);*!*/

/*  transition: transform 0.3s ease-out;*/

/*  content: "";*/

/*}*/

.vertical-header-line {
  height: 70px;
  width: 1px;
  background-color: #ccc;
}

.vertical-header-line-story {
  display: none;
  height: 100px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .vertical-header-line-story {
    display: block;
  }
}

.card-home {
  position: relative;
  height: 308px;
}

@media (min-width: 992px) {
  .card-home {
    height: 610px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quotes {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    border-right-width: .3px;
    border-color: #7B7878;
  }

  .col-card-stories:hover .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: 0.5s all ease;
  }

  .col-card-stories .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between{
    transition: 0.5s all ease;
  }

  .col-card-home:hover .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: 0.5s all ease;
  }

  .col-card-home .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between{
    transition: 0.5s all ease;
  }

  @media (min-width: 992px) {
    .quotes {
      width: 50%;
    }
  }
}

/* //Portefeuille */

.post-type-archive-portefeuille .col-card-home:after {
  bottom: -30px ;
}

.single-portefeuille .col-card-home:after {
  border-bottom: transparent !important;
}

.single-portefeuille .border-top {
  border-top: 0.3px solid #1A1A1B !important;
}

.single-portefeuille .border-bottom {
  border-bottom: 0.3px solid #1A1A1B !important;
}

@media (min-width: 0px){
  .quotes {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    border-left-width: .3px;
    border-right-width: .3px;
    border-color: #7B7878;
  }

  .col-card-stories:hover .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: 0.5s all ease;
  }

  .col-card-stories .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between{
    transition: 0.5s all ease;
  }

  .col-card-home:hover .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: 0.5s all ease;
  }

  .col-card-home .card-home-stories a .inset-0 .quotes.flex-col .flex.justify-between{
    transition: 0.5s all ease;
  }

  @media (min-width: 992px) {
    .quotes {
      width: 50%;
    }
  }

  .border-bottom-m{
    border-bottom: 0.3px solid #7B7878;
  }

  .single-post .col-paragraphs-story ul {
    padding-left: 35px;
  }
}

.left-line{
  border-left-width: .3px;
  border-color: #7B7878;
}

.right-line{
  border-right-width: .3px;
  border-color: #7B7878;
}

.card-home-stories {
  position: relative;
  height: 308px;
}

@media (min-width: 992px) {
  .card-home-stories {
    height: 610px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* End Homepage */

/* Start Thesis */

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /*transition: 0.5s all ease;*/
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /*transition: 0.5s all ease;*/
}

.accordion-button:not(.collapsed) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(248, 246, 241, 1);
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
  .accordion-button:not(.collapsed) {
    padding-bottom: 2rem;
  }
}

.accordion-button:not(.collapsed){
  transition: 0.5s all ease;
}

.accordion-item .accordion-collapse.collapse.show .accordion-body {
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .accordion-item .accordion-collapse.collapse.show .accordion-body {
    padding-bottom: 30px;
  }
}

.accordion-item .accordion-collapse.collapse.show .accordion-body{
  transition: 0.5s all ease;
}

.accordion-button::after {
  flex-shrink: unset;
  width: unset;
  height: unset;
  margin-left: unset;
  content: unset;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  transition: unset;
}

.acc-btn {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgba(248, 246, 241, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  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;
  font-family: Inter, sans-serif;
}

.col-card-stories:hover .card-home-stories a .inset-0 .acc-btn.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-stories .card-home-stories a .inset-0 .acc-btn.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.col-card-home:hover .card-home-stories a .inset-0 .acc-btn.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-home .card-home-stories a .inset-0 .acc-btn.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.acc-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .acc-btn {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
    font-size: 22px;
  }
}

.border-these{
  border: 0.3px solid #C4B7B7;
}

/* End Thesis */

.col-card-home, .col-card-stories {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 992px) {
  .col-card-home, .col-card-stories {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
  }
}

.col-card-home, .col-card-stories{
  border-color: #7B7878;
}

.col-card-stories:hover .card-home-stories a .inset-0 .flex.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-stories .card-home-stories a .inset-0 .flex.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.col-card-home:hover .card-home-stories a .inset-0 .flex.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-home .card-home-stories a .inset-0 .flex.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.col-card-home:after, .col-card-stories:after {
  position: absolute;
  right: -1px;
  left: -1px;
  content: "";
  border-bottom: 0.3px solid #7B7878;
  bottom: -21px;
}

@media (min-width: 992px){
  .col-card-home:after, .col-card-stories:after {
    position: absolute;
    right: -1px;
    left: -1px;
    content: "";
    border-bottom: 0.3px solid #7B7878;
    bottom: -31px;
  }
}

/* PORTFOLIO */

.leftarrow{
  float: right;
  padding-right: 60px;
  padding-top: 63px;
}

.portfolio-p p > .portfolio-p p:last-child{
  padding-bottom: 45px;
  border-bottom: 0.3px solid #7B7878;
}

.portfolio-p p {
  padding-bottom: 45px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 21.78px;
  font-family: Inter, sans-serif;
}

.portfolio-p h3{
  border-top: 0.3px solid #7B7878;
  padding-top: 35px;
  font-family: ITC, sans-serif;
  padding-bottom: 18px;
  font-weight: 500;
}

.ico--twitter, .ico--facebook, .ico--instagram{
  border-radius: 50%;
  border: 0.3px solid #7B7878;
  background-color: transparent;
}

.ico--site{
  border-radius: 50px;
  border: 0.3px solid #7B7878;
  background-color: transparent;
}

.single-portfolio .col-card-home:after, .single-portfolio .col-card-stories:after{
  position: relative;
  border: none;
}

.post-type-archive-portefeuille .col-card-stories:after {
  bottom: -30px !important;
}

/* Story Details */

body.single-post {
  background-color: rgba(248, 246, 241, 1);
}

body.single-post article p {
  margin-bottom: 1rem;
}

.col-paragraphs-story {
  width: 100%;
  border-left-width: 0.3px;
  border-right-width: 0.3px;
  padding-top: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  font-family: Inter, sans-serif;
}

@media (min-width: 992px) {
  .col-paragraphs-story {
    width: 50%;
    padding-top: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.col-paragraphs-story{
  border-color: #7B7878;
}

.paragraphs-story {
  width: 100%;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  font-family: Inter, sans-serif;
}

@media (min-width: 992px) {
  .paragraphs-story {
    padding-top: 1.25rem;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.paragraphs-story h3 {
  font-size: 18px;
  line-height: 21.6px;
  border-top: 0.3px solid #7B7878;
  /* width: 483px; */
  width: auto;
  margin-bottom: 14px;
  padding-top: 35px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  font-family: ITC, sans-serif;
}

@media (min-width: 992px) {
  .paragraphs-story h3 {
    margin-bottom: 18px;
    font-weight: 700;
  }
}

.paragraphs-story p {
  padding-bottom: 45px
}

.paragraphs-story p:last-child {
  padding-bottom: 80px
}

.quotes-story{
  border-color: #7B7878;
  display: flex;
  width: 100%;
  align-items: center;
  border-right-width: 0.3px;
  border-left-width: 0.3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.col-card-stories:hover .card-home-stories a .inset-0 .quotes-story.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-stories .card-home-stories a .inset-0 .quotes-story.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.col-card-home:hover .card-home-stories a .inset-0 .quotes-story.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-home .card-home-stories a .inset-0 .quotes-story.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

@media (min-width: 992px) {
  .quotes-story {
    width: 50%;
    border-left-width: 0px;
    padding-left: 116px;
    padding-right: 110px;
  }
}

/* End Story Details */

/* Team Details */

body.single-members {
  background-color: rgba(248, 246, 241, 1);
}

body.single-members article p {
  margin-bottom: 1rem;
}

body.single-members #details .col-paragraphs-member:nth-child(1),
#details .col-paragraphs-other:nth-child(1) {
  border-right-width: 0.3px;
}

@media (min-width: 992px) {
  body.single-members #details .col-paragraphs-member:nth-child(1),
#details .col-paragraphs-other:nth-child(1) {
    border-right-width: 0px;
  }
}

@media (min-width: 640px) and (max-width: 991.98px) {
  body.col-card-stories.single-members #details .col-paragraphs-member:nth-child(2),.col-card-stories
#details .col-paragraphs-other:nth-child(2) {
    border-left-width: 0.3px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  body.single-members #details .col-paragraphs-member:nth-child(2),
#details .col-paragraphs-other:nth-child(2) {
    border-left-width: 0.3px;
  }
}

.col-paragraphs-member,
.col-paragraphs-other {
  border-color: #7B7878;
  width: 100%;
  border-left-width: 0.3px;
  border-right-width: 0.3px;
  padding-top: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 12px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  font-family: Inter, sans-serif;
}

@media (min-width: 992px) {
  .col-paragraphs-member,
.col-paragraphs-other {
    width: 50%;
    padding-top: 0px;
    padding-left: 2.5rem;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 21.8px;
    line-height: 2rem;
  }

  .col-paragraphs-member:nth-child(1),
.col-paragraphs-other:nth-child(1) {
    padding-left: 26px;
  }
}

.quotes-member{
  border-color: #7B7878;
  display: flex;
  width: 100%;
  align-items: center;
  border-right-width: 0.3px;
  border-left-width: 0.3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
}

.col-card-stories:hover .card-home-stories a .inset-0 .quotes-member.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-stories .card-home-stories a .inset-0 .quotes-member.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

.col-card-home:hover .card-home-stories a .inset-0 .quotes-member.flex-col .flex.justify-between {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.5s all ease;
}

.col-card-home .card-home-stories a .inset-0 .quotes-member.flex-col .flex.justify-between{
  transition: 0.5s all ease;
}

@media (min-width: 992px) {
  .quotes-member {
    width: 50%;
    border-left-width: 0px;
    padding-left: 106px;
    padding-right: 106px;
  }
}

body.page-template-team .col-card-stories:nth-child(1) .card-home-stories a .bg {
  background-color: rgba(2, 100, 81, 1);
}

body.page-template-team .col-card-stories:nth-child(2) .card-home-stories a .bg{
  background-color: rgba(231, 166, 0, 1);
}

body.page-template-team .col-card-stories:nth-child(3) .card-home-stories a .bg{
  background-color: rgba(255, 175, 148, 1);
}

body.page-template-team .col-card-stories:nth-child(4) .card-home-stories a .bg{
  background-color:  rgba(4, 135, 175, 1);
}

/* End Team Details */

/*Newsletter form*/

#block-7 label[for="tnp-1"] {
  display: none !important;
}

#block-7 .wp-block-tnp-minimal>p {
  margin-bottom: 1.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 27 / var(--tw-text-opacity)) !important;
  font-family: Inter, sans-serif !important;
}

@media (min-width: 992px) {
  #block-7 .wp-block-tnp-minimal>p {
    margin-bottom: 10px !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

#block-7 .tnp-submit {
  width: auto !important;
  cursor: pointer !important;
  border-radius: 0.125rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-family: Inter, sans-serif !important;
}

#block-7 .tnp-email {
  margin-bottom: 0px !important;
  height: auto !important;
  width: 100% !important;
  border-radius: 2px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

#block-7 .tnp-field.tnp-field-email {
  margin-bottom: 1rem !important;
}

@media (min-width: 992px) {
  #block-7 .tnp-field.tnp-field-email {
    margin-bottom: 1.25rem !important;
  }
}

.col-news {
  order: 2;
  width: 100%;
}

@media (min-width: 992px) {
  .col-news {
    order: 3;
    margin-bottom: 0px;
    width: 25%;
  }
}

.col-news #block-7 {
  width: 100%;
}

.tnp.tnp-subscription{
  display: unset!important;
  margin: unset!important;
  max-width: unset!important;
  width: unset!important;
}

/*End Newsletter form*/

@media (min-width: 200px) and (max-width: 293.98px) {
  .stor-r {
    margin-right: 0 !important;
  }

  .stor-title {
    font-size: 20px !important;
  }
}

@media (min-width: 200px) and (max-width: 598.98px) {
  .post-type-archive-portefeuille .desc {
    width: auto !important;
  }

  .philo-content p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 200px) and (max-width: 640px){
  .post-type-archive-portefeuille .col-card-home:last-child::after {
    border-bottom: 0;
  }

  .post-type-archive-portefeuille .col-card-home:after {
    bottom: -20px !important;
  }

  .paragraphs-story h3 {
    width: auto;
  }

  .paragraphs-story p, .paragraphs-story p:last-child {
    padding-bottom: 20px !important
  }

  .paragraphs-story h3 {
    padding-top: 40px !important
  }

  .border-top-m {
    border-top: none !important
  }

  .col-paragraphs-other {
    font-size: 15px;
    text-align: justify;
  }

  .rs-icon a {
    padding: 5px;
  }

  .line {
    width: 40px;
  }

  .lines .leftarrow {
    width: 80px;
    padding-right: 30px;
  }

  .single-portefeuille .border-top {
    border-top: 0px solid #1A1A1B !important;
  }

  .paragraphs-story {
    padding-right: 0 !important;
  }
}

@media (min-width: 640px) and (max-width: 991.98px){
  .page-template-policy h1 {
    font-size: 40px !important;
  }

  .col-paragraphs-other {
    font-size: 18px;
    text-align: center;
  }

  .single-portefeuille .border-top {
    border-top: 0px solid #1A1A1B !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico--twitter img,
    .ico--facebook img,
    .ico--instagram img{
    height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 50px;
  }

  .page-template-policy h1 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  .ico--twitter img,
    .ico--facebook img,
    .ico--instagram img{
    height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 50px;
  }
}

.col-paragraphs-other h3 {
  font-size: 18px;
  line-height: 21.6px;
  margin-bottom: 14px;
  margin-top: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity));
  font-family: ITC, sans-serif;
}

@media (min-width: 992px) {
  .col-paragraphs-other h3 {
    margin-bottom: 18px;
    font-weight: 700;
  }
}

.col-paragraphs-other p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #menu-footer-navigation li:nth-child(2), #menu-footer-navigation li:nth-child(4), #menu-footer-navigation li:nth-child(6) {
    margin-left: -1.25rem;
  }
}

@media (min-width: 1280px) {
  #menu-footer-navigation li:nth-child(2), #menu-footer-navigation li:nth-child(4), #menu-footer-navigation li:nth-child(6) {
    margin-left: -2.5rem;
  }
}

@media (min-width: 200px) and (max-width: 232.98px) {
  .name-team  {
    font-size: 14px !important
  }

  .poste-team {
    font-size: 10px !important
  }
}

@media (min-width: 640px) and (max-width: 991.98px) {
  .col-card-stories {
    width: 48% !important;
  }

  .col-card-stories.nothing {
    margin-right: 20px;
  }

  .col-card-stories.lg\:border-l-\[0\.3px\] {
    border-left-width: 0.3px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .name-team {
    font-size: 30px !important;
  }
}

@media (min-width: 0px) and (max-width: 318.98px) {
  .container {
    max-width: 90% !important;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 0px) {
  .o\:tracking-\[0\] {
    letter-spacing: 0;
  }
}

@media (min-width: 640px) {
  .md\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-48xl {
    font-size: 48px;
    line-height: 57.6px;
  }

  .md\:text-50xl {
    font-size: 50px;
    line-height: 60px;
  }

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

  .md\:text-18xl {
    font-size: 18px;
    line-height: 21.78px;
  }
}

@media (min-width: 992px) {
  .lg\:inset-x-\[40px\] {
    left: 40px;
    right: 40px;
  }

  .lg\:inset-x-\[30px\] {
    left: 30px;
    right: 30px;
  }

  .lg\:bottom-\[80px\] {
    bottom: 80px;
  }

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

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

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

  .lg\:order-3 {
    order: 3;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

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

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

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

  .lg\:ml-\[50px\] {
    margin-left: 50px;
  }

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

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .lg\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:border-l-\[0\.3px\] {
    border-left-width: 0.3px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-\[0\.3px\] {
    border-right-width: 0.3px;
  }

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

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

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

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

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

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

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-\[0\] {
    padding-top: 0;
  }

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

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

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

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

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

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

  .lg\:pl-26 {
    padding-left: 6.5rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

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

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

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

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

  .lg\:text-20xl {
    font-size: 20px;
    line-height: 23px;
  }

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

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

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

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

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

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

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

  .lg\:text-26xl {
    font-size: 26px;
    line-height: 31.2px;
  }

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

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

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

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

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

  .lg\:text-18xl {
    font-size: 18px;
    line-height: 21.78px;
  }

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

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

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

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

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

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

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

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:leading-\[58px\] {
    line-height: 58px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[7rem\] {
    line-height: 7rem;
  }

  .lg\:leading-\[54px\] {
    line-height: 54px;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[50px\] {
    line-height: 50px;
  }

  .lg\:tracking-\[0\.15em\] {
    letter-spacing: 0.15em;
  }
}
