@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
  --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-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 82.5rem;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 36rem;
  --bs-breakpoint-md: 48rem;
  --bs-breakpoint-lg: 62rem;
  --bs-breakpoint-xl: 75rem;
  --bs-breakpoint-xxl: 87.5rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
}

.g-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 624.9375rem var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
 .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 21.875rem;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 31.25rem;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 12.5rem;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 17.25rem;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}


.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 25rem;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
   .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
   .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xxl.show {
    visibility: visible;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.position-relative {
  position: relative !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.h-100 {
  height: 100% !important;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-1 {
  z-index: 1 !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
}
@font-face {
  font-family: "IranVF";
  src: url("../assets/fonts/IRANYekanXVF.woff2") format("woff2-variations"), url("../assets/fonts/IRANYekanXVF.woff2") format("woff2"), url("../assets/fonts/IRANYekanXVF.woff") format("woff");
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: "Iran";
  src: url("../assets/fonts/IRANYekanX-Regular.woff2") format("woff2"), url("../assets/fonts/IRANYekanX-Regular.woff") format("woff");
}
@font-face {
  font-family: "icon";
  src: url("../assets/fonts/icon/icon.eot?r6g9yx");
  src: url("../assets/fonts/icon/icon.eot?r6g9yx#iefix") format("embedded-opentype"), url("../assets/fonts/icon/icon.woff?r6g9yx") format("woff"), url("../assets/fonts/icon/icon.ttf?r6g9yx") format("truetype"), url("../assets/fonts/icon/icon.svg?r6g9yx#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Behance:before {
  content: "\e900";
}

.icon-Facebook:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-Instagram:before {
  content: "\e905";
}

.icon-Linkedin:before {
  content: "\e906";
}

.icon-Telegram:before {
  content: "\e907";
}

.icon-play:before {
  content: "\e908";
}

.icon-Whatsapp:before {
  content: "\e909";
}
:root {
  --bs-font-sans-serif: "IranVF", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --support-font: "Iran", vazir, system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --font-size-default: 1rem;
  --bs-heading-color: #373737 ;
}

:root :where(p) {
  padding: 0;
  margin-bottom: 1.5rem;
}

:root :where(body) {
  padding: 0;
}

/* text formats
-------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: visible;
}

body {
  direction: rtl;
  line-height: 1;
  font-size: 0.8125rem;
  width: 100%;
  height: 100%;
  font-variation-settings: "wght" 400, "dots" 0;
  font-feature-settings: "ss02";
  overflow-x: hidden;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  margin: 0;
  padding: 0;
  background: #EFEDE9;
  scroll-behavior: smooth !important;
}

body,
input,
textarea {
  font-family: var(--support-font);
}

@supports (font-variation-settings: normal) {
  body,
  input,
  textarea {
    font-family: var(--bs-font-sans-serif);
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 0 !important;
  max-width: 120rem;
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 82.5rem;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 99rem;
  }
}
.container-content {
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
}
@media (min-width: 576px) {
  .container-content {
    max-width: 81rem;
  }
}

.container-small {
  max-width: 66.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
}
@media (min-width: 576px) {
  .container-small {
    max-width: 66.25rem;
  }
}
::-moz-selection {
  background: #373737;
  color: #EFEDE9;
}
::selection {
  background: #373737;
  color: #EFEDE9;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #EFEDE9;
}

::-webkit-scrollbar-thumb {
  background: #373737;
  border-radius: 0;
  height: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ss00 {
  font-feature-settings: "ss00";
}

.ss02 {
  font-feature-settings: "ss02";
}

.ss03 {
  font-feature-settings: "ss03";
}

#content {
  min-height: 100vh;
}

.is-layout-constrained.alignfull > * {
  max-width: unset;
}

.color-5 {
  color: #555;
}

.color-main {
  color: var(--color-main) !important;
}

.f100 {
  font-variation-settings: "wght" 100, "dots" 0;
}

.f200 {
  font-variation-settings: "wght" 200, "dots" 0;
}

.f300 {
  font-variation-settings: "wght" 300, "dots" 0;
}

.f400 {
  font-variation-settings: "wght" 400, "dots" 0;
}

.f500 {
  font-variation-settings: "wght" 500, "dots" 0;
}

.f600 {
  font-variation-settings: "wght" 600, "dots" 0;
}

.f700 {
  font-variation-settings: "wght" 700, "dots" 0;
}

.f800 {
  font-variation-settings: "wght" 800, "dots" 0;
}

.f900 {
  font-variation-settings: "wght" 900, "dots" 0;
}

.line-1 {
  line-height: 1 !important;
}

.light {
  font-variation-settings: "wght" 300, "dots" 0;
}

.bold {
  font-variation-settings: "wght" 600, "dots" 0;
}

.medium {
  font-variation-settings: "wght" 500, "dots" 0;
}

.thin {
  font-variation-settings: "wght" 200, "dots" 0;
}

/* bootstrap color override
-------------------------------------------------------------*/
a {
  text-decoration: unset;
  transition: ease all 0.2s;
  color: #373737;
}
a:hover:not(button a:hover) {
  color: #777;
}

li {
  list-style: none;
}

small, .small {
  font-size: 0.9375rem;
}

img {
  display: block;
  margin: 0 auto;
}

/* container
  -------------------------------------------------------------*/
ol,
ul {
  padding: 0;
  margin: 0;
}

/* button
  -------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: none;
  background: transparent;
  box-shadow: none;
}

button,
.button {
  font-size: 1rem;
  cursor: pointer;
  color: #373737;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
button:disabled,
.button:disabled {
  pointer-events: none;
  /* Disables all interaction */
  opacity: 0.6;
  /* Optional: dim the button for visual indication */
  cursor: not-allowed;
}
button:disabled:hover, button:disabled:focus, button:disabled:active,
.button:disabled:hover,
.button:disabled:focus,
.button:disabled:active {
  background-color: inherit;
  color: inherit;
  box-shadow: none;
  border-color: inherit;
}

.button--rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 1.5rem;
  min-width: 11.25rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  height: 2.75rem;
  border: 1px solid #777;
  transition: border-color 0.3s ease;
  margin-top: 0.75rem;
}
.button--rectangle.minimal {
  min-width: 6.25rem;
}
.button--rectangle.minimal .button__decor-arrow {
  margin-left: 0;
}
.button--rectangle.minimal .button__decor-arrow i {
  margin-top: 1px;
}
.button--rectangle.defocus:focus {
  border-color: #777;
}
.button--rectangle.defocus:focus .button__decor-arrow {
  transform: unset;
  color: #444;
}
.button--rectangle.defocus:hover {
  border-color: #b89535;
}
.button--rectangle.defocus:hover .button__decor-arrow {
  transform: translateX(-0.4rem);
  color: #b89535;
}
.button--rectangle.defocus:hover .button__decor-arrow:has(.icon-arrow-right) {
  transform: translateX(0.4rem);
}
.button--rectangle:focus, .button--rectangle:hover {
  border-color: #b89535;
}
.button--rectangle:focus .button__decor-arrow, .button--rectangle:hover .button__decor-arrow {
  transform: translateX(-0.7rem);
  color: #b89535;
}
.button--rectangle:focus .button__text, .button--rectangle:hover .button__text {
  transform: translateX(-0.5rem);
  transition-delay: 0.1s;
  color: #b89535;
}

.button__decor-arrow,
.button__icon {
  transition: transform 0.4s ease;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.button__decor-arrow i {
  display: inline-block;
  opacity: 0.8;
  vertical-align: middle;
}

.button__text {
  transition: transform 0.4s ease, color 0.4s ease;
  font-variation-settings: "wght" 300, "dots" 0;
  line-height: 1;
}

.single-arrow {
  color: #888;
  font-size: 1.125rem;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  transition: ease color 0.2s;
}
.single-arrow:hover {
  color: #373737;
}

/* text formats
  -------------------------------------------------------------*/
em {
  font-style: italic;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.9;
  font-variation-settings: "wght" 200, "dots" 0;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-variation-settings: "wght" 300, "dots" 0;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: transparent;
  color: #7c7c7c;
}

figure {
  margin: 0;
}

.row-project-list {
  padding: 0 2.125rem;
}
@media (max-width: 575.98px) {
  .row-project-list {
    padding: 0;
  }
}
.row-project-list .project {
  --bs-gutter-x: 2rem;
}
@media (max-width: 767.98px) {
  .row-project-list .project {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 575.98px) {
  .home .col-12 {
    max-width: 20rem;
    margin: 0 auto;
    --bs-gutter-x: 0;
  }
}
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .c-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow-x: hidden;
  }
}

.container-p {
  padding-left: 15vw;
  padding-right: 15vw;
}

.container-fluid {
  --bs-gutter-x: 0 !important;
}

.container {
  position: relative;
  height: auto;
  display: block;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-transform: rotate(360deg);
  }
}
@keyframes xfade {
  17% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  92% {
    opacity: 1;
  }
}
.bg-black-index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.35;
}

#app {
  background: #efede9;
  min-height: 100vh;
}

.select-filters {
  margin-bottom: 5rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991.98px) {
  .select-filters {
    flex-wrap: wrap;
  }
}
.select-filters .d-flex {
  row-gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
}

.p10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .p10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.pt5 {
  padding-top: 5rem;
}

.pb10 {
  padding-bottom: 10rem;
}

.d-padding {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .d-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.content p {
  font-variation-settings: "wght" 200, "dots" 0;
}
.content span {
  font-variation-settings: "wght" 200, "dots" 0 !important;
}
.content td {
  font-variation-settings: "wght" 200, "dots" 0;
}
.content th {
  font-variation-settings: "wght" 200, "dots" 0;
}

.bold {
  font-variation-settings: "wght" 600, "dots" 0 !important;
}

.light {
  font-variation-settings: "wght" 300, "dots" 0 !important;
}

.thin {
  font-variation-settings: "wght" 200, "dots" 0 !important;
}

.medium {
  font-variation-settings: "wght" 500, "dots" 0 !important;
}

.regular {
  font-variation-settings: "wght" 400, "dots" 0 !important;
}

.white {
  color: #fff;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

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

.flex {
  display: flex;
}

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

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

.font-14 {
  font-size: 0.875rem;
}

.font-16 {
  font-size: 1rem !important;
}

.font-20 {
  font-size: 1.25rem;
}

.font-28 {
  font-size: 1.75rem;
}

.relative {
  position: relative !important;
}

.border-box {
  box-sizing: border-box !important;
}

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

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

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

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

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

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.slide-fade-enter-active {
  opacity: 1;
  z-index: 10;
}

.slide-fade-leave-active {
  opacity: 1;
}

.slide-fade-enter {
  opacity: 0;
}

.slide-fade-leave-to {
  opacity: 0;
}

.logo-link {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.n-item-active {
  border-bottom: 2px solid #3a905b;
}

#account {
  display: none;
}

.arrow {
  position: absolute;
  top: 47%;
  font-size: 1.875rem;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}
.arrow:hover {
  color: #777;
}

.image {
  width: 100%;
  height: auto;
  width: 60%;
  height: auto;
}

.p-show-product {
  position: relative;
  font-size: 0.875rem;
  font-variation-settings: "wght" 300, "dots" 0;
  color: #373737;
  line-height: 1.875rem;
  height: auto;
  display: block;
  text-align: justify;
}
.p-show-product span {
  font-size: 0.9375rem;
  font-variation-settings: "wght" 300, "dots" 0;
  color: #373737;
  line-height: 1;
}

#view-box {
  bottom: 2rem;
  font-size: 0.75rem;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}

.thead {
  position: relative;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-top: 1px solid #eee;
  display: flex;
}

.td {
  position: relative;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  border-top: 1px solid #eee;
  display: flex;
}
.td span {
  font-size: 0.8125rem;
  color: #555;
  font-variation-settings: "wght" 300, "dots" 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  direction: rtl;
  text-align: right;
  border-radius: 10px;
}

th {
  font-variation-settings: "wght" 300, "dots" 0;
  color: #373737;
  position: relative;
  direction: rtl;
  text-align: center;
  padding: 10px;
  font-size: 0.75rem;
  padding-right: 10px;
  padding-left: 10px;
}

td {
  color: #555;
  font-variation-settings: "wght" 300, "dots" 0;
  position: relative;
  direction: rtl;
  text-align: center;
  padding: 10px;
  font-size: 0.75rem;
  padding-right: 10px;
  padding-left: 10px;
}

tr {
  direction: rtl;
  text-align: right;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cover-background-white {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background: #fff;
}

.project-item {
  width: 100%;
  height: 100%;
}
.project-item a {
  text-decoration: none;
  color: #373737;
}
.project-item a:hover .c-project-img .cover-background-white {
  opacity: 0.15;
  z-index: 2;
}

.c-project-img {
  width: 100%;
  height: 58.8235294118vh;
}
.c-project-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-footer {
  position: relative;
  width: 100%;
  height: 6.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.p-footer a {
  text-decoration: none;
  color: #373737;
  transition: 0.2s;
}
.p-footer a:hover {
  color: #3e64ff;
}
.p-footer span {
  display: block;
}

.c-project-filters {
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: nowrap;
  padding-top: 7.5rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 767.98px) {
  .c-project-filters {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    justify-content: flex-start;
  }
}
.c-project-filters ul {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-project-filters ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-project-filters ul li a {
  width: auto;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #666;
  font-size: 0.9375rem;
  font-variation-settings: "wght" 300, "dots" 0;
  line-height: 1;
}
.c-project-filters ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #999;
  transform-origin: left;
  transition: transform 0.15s ease-out;
}
.c-project-filters ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: right;
}
.c-project-filters ul .active-filter-link a {
  color: #373737;
}
.c-project-filters ul .active-filter-link a::after {
  background-color: #000;
  transform: scaleX(1);
  transform-origin: right;
}

#service-title {
  margin-bottom: 3px;
  font-size: 1.125rem !important;
  width: auto;
}

.article-image {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.article-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

#blog_sidebar .sidebar {
  position: sticky;
  top: 2.5rem;
}
#blog_sidebar .sidebar .widget-title {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(142, 142, 142, 0.45);
  width: 85%;
}
#blog_sidebar .sidebar .table-of-contents {
  margin-bottom: 2.5rem;
  margin-top: 8px;
}
#blog_sidebar .sidebar .table-of-contents .toc {
  font-size: 0.9375rem;
  font-variation-settings: "wght" 300, "dots" 0;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  transition: linier all 0.3s;
}
#blog_sidebar .sidebar .table-of-contents .toc.active {
  font-variation-settings: "wght" 400, "dots" 0;
}
#blog_sidebar .sidebar .table-of-contents .toc.active a {
  color: #373737;
}
#blog_sidebar .sidebar .table-of-contents .toc:hover a {
  color: #373737;
}
#blog_sidebar .sidebar .table-of-contents .toc a {
  color: #555;
}

.col-content .article-text {
  padding-right: 1.125rem;
}
.col-content h2, .col-content .h2,
.col-content h3,
.col-content .h3,
.col-content h4,
.col-content .h4 {
  font-variation-settings: "wght" 300, "dots" 0 !important;
  margin-bottom: 0.6em !important;
  margin-top: 1.5em;
  color: #373737;
}
.col-content h2, .col-content .h2 {
  font-size: 1.5rem;
}
.col-content h3, .col-content .h3 {
  font-size: 1.375rem;
}
.col-content h4, .col-content .h4 {
  font-size: 1.25rem;
}
.col-content h5, .col-content .h5 {
  font-size: 1.125rem;
}
@media (max-width: 575.98px) {
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .wp-block-group:has(.mobile-hidden) {
    display: none;
  }
}

.wp-block-video video {
  aspect-ratio: 16/8;
}
@media (max-width: 575.98px) {
  .wp-block-video video {
    aspect-ratio: 9/16;
  }
}

.block-home-slider {
  position: relative;
  background: rgb(239, 237, 233);
  max-width: unset;
}
.block-home-slider .lottie-text {
  z-index: 2;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block-home-slider .lottie-text dotlottie-player {
  width: 40%;
  height: auto;
}
@media (max-width: 575.98px) {
  .block-home-slider .lottie-text dotlottie-player {
    width: 100%;
  }
}
.block-home-slider .full-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 1.875rem;
  background-color: #f7f6f1;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .block-home-slider .full-slider {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.block-home-slider .full-slider .slide-full {
  width: 100%;
  height: 100%;
}
.block-home-slider .full-slider .slide-full img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.2s ease-out;
}
@media (max-width: 1199.98px) {
  .block-home-slider .full-slider .slide-full {
    background-position: top;
    background-attachment: unset;
  }
}

@media (max-width: 767.98px) {
  section:has(.block-video-lazy) {
    padding-top: 0 !important;
    padding-bottom: 5rem !important;
  }
}

.service-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.service-slider-wrapper .animate__animated {
  --animate-duration: 0.4s;
}
.service-slider-wrapper .service-slider-section {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.service-slider-wrapper .service-slider-section .slide-service {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.service-slider-wrapper .service-slider-section .slide-service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease all 0.5s;
}
.service-slider-wrapper .service-slider-section .slide-service.active, .service-slider-wrapper .service-slider-section .slide-service.animate__fadeInUp, .service-slider-wrapper .service-slider-section .slide-service.animate__fadeInDown, .service-slider-wrapper .service-slider-section .slide-service.animate__backInLeft, .service-slider-wrapper .service-slider-section .slide-service.animate__backInRight, .service-slider-wrapper .service-slider-section .slide-service.animate__slideInLeft, .service-slider-wrapper .service-slider-section .slide-service.animate__slideInRight {
  visibility: visible;
  z-index: 2;
  opacity: 1;
}
.service-slider-wrapper .service-slider-section .slide-service.animate__slideOutRight, .service-slider-wrapper .service-slider-section .slide-service.animate__slideOutLeft {
  opacity: 0;
  visibility: visible;
}
.service-slider-wrapper .service-slider-section .slide-service.animate__slideOutRight:before, .service-slider-wrapper .service-slider-section .slide-service.animate__slideOutLeft:before {
  z-index: 3;
  background: rgba(239, 237, 233, 0.4392156863);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner {
    flex-direction: column;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content {
    height: 100%;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content.row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image {
  max-width: 25rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image {
    max-width: 20rem;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image .owl-item {
  cursor: grab;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image .owl-item {
    width: 20rem;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image .owl-dots {
  left: 50%;
  transform: translate(-50%, 0);
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image img {
  max-width: 100%;
  min-height: 34.375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-image img {
    min-height: unset;
    aspect-ratio: 10/15;
  }
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1.25rem;
    padding: 0;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-text {
  padding-right: 1.25rem;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-text {
    padding: 2.5rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-text .service-description {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-text .service-description {
    display: none;
  }
}
.service-slider-wrapper .service-slider-section .slide-service .slide-inner .service-content .service-text .service-link {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  section:has(.block-projects) {
    padding-bottom: 5rem !important;
  }
}

.block-projects {
  overflow-x: hidden;
  max-width: unset !important;
}
@media (max-width: 767.98px) {
  .block-projects .col-images {
    padding: 0;
  }
}
.block-projects .col-images .owl-project-images {
  padding-right: 13.875rem;
}
@media (max-width: 767.98px) {
  .block-projects .col-images .owl-project-images {
    padding: 0;
  }
}
.block-projects .col-info {
  padding-right: 11.8rem;
}
@media (max-width: 767.98px) {
  .block-projects .col-info {
    padding: 0 calc(0.75rem + 1.25rem);
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .block-projects .col-info {
    padding: 0;
  }
}
.block-projects .col-info .projects-link {
  display: flex;
  justify-content: flex-end;
}
.block-projects .col-images .owl-carousel .owl-item {
  overflow: hidden;
}
.block-projects .col-images .owl-carousel .owl-item:hover .project-title-hide {
  opacity: 1;
  visibility: visible;
  bottom: 0.9375rem;
}
.block-projects .col-images .owl-carousel .owl-item .project-title-hide {
  position: absolute;
  bottom: -0.9375rem;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(217, 217, 217, 0.7);
  height: 2.375rem;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  color: #373737;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .block-projects .col-images .owl-carousel .owl-item .project-title-hide {
    opacity: 1;
    visibility: visible;
    bottom: 0.9375rem;
  }
}
.block-projects .col-images .owl-carousel .owl-item img {
  max-height: 31.25rem;
  max-width: 21.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 344/500;
}
.block-projects .col-images .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 1.5rem;
}
.block-projects .col-images .owl-carousel .owl-nav button.owl-prev {
  margin-left: 11rem;
}
@media (max-width: 767.98px) {
  .block-projects .col-images .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
  }
}

.block-vr {
  width: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .block-vr {
    padding: 0 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .block-vr {
    padding: 0;
    max-width: 20rem !important;
  }
}
.block-vr iframe {
  height: calc(100vh - 6.875rem);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .block-vr iframe {
    height: 60vh;
  }
}

#app .owl-theme .owl-dots {
  position: absolute;
  bottom: 0.9375rem;
  background: rgba(217, 217, 217, 0.55);
  height: 2.375rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
#app .owl-theme .owl-dots.disabled {
  display: none;
}
#app .owl-theme .owl-dots .owl-dot.active span {
  background: #373737;
  transform: rotateZ(45deg);
}
#app .owl-theme .owl-dots .owl-dot span {
  background: #C5C5C5;
  transition: all 0.3s ease;
  border-radius: 0;
}

@media (max-width: 1399.98px) {
  .block-blog .owl-item {
    padding: 0 1.25rem;
  }
}
.block-blog .row-blog-post .col-image a {
  min-height: 22.5rem;
}
.block-blog .row-blog-post .col-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .block-blog .row-blog-post .col-image img {
    margin-bottom: 1.5625rem;
  }
}
.block-blog .row-blog-post .col-text {
  padding-right: 3.375rem;
  padding-bottom: 2px;
}
.block-blog .row-blog-post .col-text .article-heading {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.block-blog .row-blog-post .col-text .article-heading h2, .block-blog .row-blog-post .col-text .article-heading .h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .block-blog .row-blog-post .col-text {
    padding: 0 0.8rem;
    padding-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .block-blog .row-blog-post .col-text {
    padding: 0;
  }
}
.block-blog .owl-dots {
  padding: 8px !important;
  right: -1.25rem;
  bottom: 50% !important;
  height: auto !important;
  transform: translate(100%, 50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent !important;
}
@media (max-width: 1399.98px) {
  .block-blog .owl-dots {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .block-blog .owl-dots {
    margin-top: 1.875rem !important;
    position: relative !important;
    transform: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.block-blog .owl-dots .owl-dot span {
  background: #999 !important;
}
.block-blog .owl-dots .owl-dot.active span {
  background: #373737 !important;
}

@media (max-width: 767.98px) {
  .home .block-blog .row-blog-post .col-text .d-flex.justify-content-md-end {
    justify-content: center;
  }
  .blog .block-blog .row-blog-post .col-text {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.category-selector-wrapper .form-select {
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 9px;
  line-height: 1;
  font-size: 0.9375rem;
  box-shadow: unset;
  cursor: pointer;
}

.search-form {
  width: 25rem;
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  .search-form {
    margin-right: 0;
    width: 100%;
    order: 3;
  }
}
.search-form .searchform > div {
  display: flex;
  gap: 10px;
}
.search-form .searchform .screen-reader-text {
  border: unset;
  clip: unset;
  clip-path: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  padding: 0;
  position: absolute;
  width: unset;
  word-wrap: normal !important;
  color: #777;
}
.search-form .searchform input#s {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  font-size: 0.9375rem;
}
.search-form .searchform #searchsubmit {
  font-size: 0.9375rem;
  color: #373737;
  padding: 10px 10px 0;
}

.bread {
  margin: 0 auto 0 0;
}
@media (max-width: 991.98px) {
  .bread {
    order: 2;
  }
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .navigation.pagination {
    margin-top: 2.5rem;
  }
}
.navigation.pagination .page-numbers {
  font-size: 1.25rem;
  font-feature-settings: "ss03";
  padding: 10px;
  color: #777;
  transition: ease color 0.2s;
  line-height: 1;
}
.navigation.pagination .page-numbers:hover {
  color: #373737;
}
.navigation.pagination .page-numbers.current {
  color: #373737;
  font-variation-settings: "wght" 500, "dots" 0;
}
.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  font-size: 0.9375rem;
}
.navigation.pagination .page-numbers.next i, .navigation.pagination .page-numbers.prev i {
  vertical-align: middle;
  font-size: 0.875rem;
  margin: 0 5px;
}

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

@media (max-width: 991.98px) {
  .single-post .container-p {
    padding-left: 0;
    padding-right: 0;
  }
}
.f-header {
  position: relative;
  background: #EFEDE9;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 992px) {
  .f-header.is-home {
    position: fixed;
    background: transparent;
  }
  .f-header.is-home #logoSvg {
    fill: rgb(255, 255, 255);
    transition-duration: 1s;
  }
  .f-header.is-home .nav-line1,
  .f-header.is-home .nav-line2 {
    background: #fff;
    transition: transform 0.2s, background 1s;
  }
  .f-header.is-home nav ul li a {
    color: #fff;
    transition-duration: 1s;
  }
  .f-header.is-home .menu-item-has-children:after {
    background: #fff;
  }
  .f-header.is-home.covered .menu-item-has-children:after {
    background: #373737;
  }
}
.f-header .bg-header-color {
  background: #EFEDE9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition-duration: 0.7s !important;
}
.f-header .logo-link {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.f-header .main-header {
  position: relative;
  width: 100%;
  height: 6.25rem;
}
@media (max-width: 767.98px) {
  .f-header .main-header {
    height: 3.75rem;
    padding: 0 1.25rem;
    position: unset;
  }
}
.f-header .main-header .c-main-logo {
  width: 3.125rem;
}
@media (max-width: 767.98px) {
  .f-header .main-header .c-main-logo {
    width: 2rem;
  }
}
.f-header .main-header .c-main-logo svg {
  width: 3.125rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .f-header .main-header .c-main-logo svg {
    width: 2rem;
  }
}
.f-header .main-header__content {
  position: relative;
  top: 0;
  width: 85%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .f-header .main-header__content {
    width: 100%;
  }
}
.f-header .main-header__right {
  position: relative;
  width: 50%;
  float: right;
}
@media only screen and (max-width: 780px) {
  .f-header .main-header__right {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .f-header .main-header__right {
    width: 50%;
  }
}
.f-header .main-header__left {
  position: relative;
  width: 50%;
  float: right;
}
@media only screen and (max-width: 780px) {
  .f-header .main-header__left {
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  .f-header .main-header__left {
    width: 50%;
  }
}
.f-header .nav-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.f-header .nav-items li {
  width: -moz-fit-content;
  width: fit-content;
}
.f-header .navigation-header {
  height: 6.25rem;
}
@media (max-width: 767.98px) {
  .f-header .navigation-header {
    height: 3.75rem;
  }
}
.f-header .c-navigate-bar {
  position: relative;
  width: 2rem;
  height: 0.9375rem;
  display: inline-block;
  font-size: 1.6875rem;
  color: #444;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.f-header .nav-line1,
.f-header .nav-line2 {
  width: 2rem;
  height: 2px;
  background: #373737;
  position: absolute;
  border-radius: 3px;
  right: 0;
  left: 0;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .f-header .nav-line1,
  .f-header .nav-line2 {
    width: 1.75rem;
  }
}
.f-header .nav-line1 {
  top: 0;
}
.f-header .nav-line2 {
  bottom: 0;
}
.f-header nav {
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-right: 2rem;
}
.f-header nav ul li {
  list-style-type: none;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
}
.f-header nav ul li:hover .submenu-items {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.f-header nav ul li a {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-align: center;
  width: auto;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #373737;
  font-size: 0.875rem;
  font-variation-settings: "wght" 400, "dots" 0;
  white-space: nowrap;
}
.f-header nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #777;
  transform-origin: left;
  transition: transform 0.15s ease-out;
}
.f-header nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: right;
}
.f-header nav ul .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
.f-header nav ul .menu-item-has-children:after {
  content: "";
  clip-path: polygon(100% 50%, 0 50%, 50% 100%);
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: block;
  background: #373737;
  margin-bottom: 5px;
  transition: ease all 0.2s, background 1s;
}
.f-header nav ul .menu-item-has-children .sub-menu {
  position: absolute;
  width: 15.625rem;
  right: 0;
  left: auto;
  top: 1.875rem;
  background: #fff;
  padding: 1.875rem 1.25rem 1.875rem 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1000;
  transition: cubic-bezier(0.4, 0, 0.2, 1) all 0.4s;
}
.f-header nav ul .menu-item-has-children .sub-menu li a {
  color: #555 !important;
  padding: 5px 0;
  margin-bottom: 8px;
}
.f-header nav ul .menu-item-has-children.active .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.f-header nav ul .menu-item-has-children.active:after {
  transform: rotateX(180deg);
}

.tglnav .nav-line1 {
  transform: rotate(45deg);
  top: 7px !important;
}
.tglnav .nav-line2 {
  transform: rotate(-45deg);
  bottom: 7px !important;
}
.tglnav nav {
  opacity: 1 !important;
  visibility: visible !important;
}
footer {
  position: relative;
}
footer.c-footer {
  background: #f7f6f1;
  position: sticky;
  bottom: 0;
  z-index: -100000 !important;
  display: block;
}
footer .frontend-footer {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  height: auto;
  background: #F7F6F1;
  display: table;
}
footer .c-footer-contents {
  position: relative;
  width: 70%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  footer .c-footer-contents {
    width: 97%;
    right: 0;
  }
}
footer .c-header-footer-line {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 3.75rem;
}
footer .c-header-footer-line .c-social-icons .social-icon {
  display: flex;
  flex-direction: row;
  gap: 2.1875rem;
  width: auto;
}
footer .c-header-footer-line .c-social-icons .social-icon a {
  font-size: 1.625rem;
  color: #999;
}
footer .c-header-footer-line .c-social-icons .social-icon a:hover {
  color: #373737;
}
footer .c-header-footer-logo {
  position: relative;
  font-variation-settings: "wght" 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #373737;
}
footer .c-header-footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
footer .footer-part {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3px;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 780px) {
  footer .footer-part {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-part {
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3.125rem;
  }
}
footer .c-brand-footer {
  position: relative;
  width: 11.25rem;
  height: auto;
  float: right;
  right: 12.8125rem;
  margin-bottom: 1.6875rem;
}
@media only screen and (max-width: 480px) {
  footer .c-brand-footer {
    width: 100%;
    float: none;
    right: 0;
    margin-bottom: 4.375rem;
  }
}
footer .c-brand-footer img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  footer .c-main-logo-footer {
    position: relative;
    width: 11.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer .c-main-logo-footer img {
    width: 100%;
    height: auto;
  }
}
footer .c-footer-brands-icon {
  position: relative;
  width: 100%;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 480px) {
  footer .c-footer-brands-icon {
    overflow-x: scroll;
  }
}
footer .c-footer-brands-icon-content {
  position: relative;
  width: 100%;
  height: 7.5rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  footer .c-footer-brands-icon-content {
    position: absolute;
    width: 68.75rem;
    height: 7.5rem;
    display: block;
    right: 0;
  }
}
footer .c-brand-icon-item {
  position: relative;
  width: auto;
  height: 5rem;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 480px) {
  footer .c-brand-icon-item {
    float: right;
  }
}
footer .c-brand-icon-item img {
  width: auto;
  height: 100%;
}
footer .brand-icon-part-title {
  text-align: center;
  font-variation-settings: "wght" 600, "dots" 0;
  font-size: 1.25rem;
  margin-top: 5rem;
}
footer .footer-part h3, footer .footer-part .h3 {
  display: block;
  font-size: 0.9375rem;
  color: #FEC709;
  margin-bottom: 1.25rem;
}
footer .c-footer-links {
  display: block;
  width: 100%;
  min-height: 1.375rem;
  margin-bottom: 0px;
  overflow: hidden;
  line-height: 1.5625rem;
}
footer .c-footer-links span {
  font-feature-settings: "ss03";
}
@media only screen and (max-width: 480px) {
  footer .c-footer-links {
    line-height: 1.5625rem;
    height: auto;
  }
}
footer .footer-icon-item {
  color: #FEC709;
  margin-left: 10px;
  font-size: 0.75rem;
}
footer .c-footer-links a {
  text-decoration: none;
  color: #4A4A4D;
  font-size: 0.8125rem;
  font-variation-settings: "wght" 400, "dots" 0;
  transition: 0.2s;
}
footer .c-footer-links a {
  transition: 0.2s;
}
footer .c-footer-links a:hover {
  color: #000;
}
footer #e-footer {
  font-variation-settings: "wght" 600, "dots" 0;
}
footer .footer-rights {
  position: relative;
  width: 100%;
  height: 1.875rem;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  footer .footer-rights {
    height: auto;
    display: table;
  }
}
footer .footer-rights .c-fr-contents {
  position: relative;
  width: 80%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  footer .footer-rights .c-fr-contents {
    width: 100%;
  }
}
footer .footer-rights .c-fr-contents .footer-text {
  position: relative;
  text-align: center;
  font-size: 10px;
  color: #4A4A4D;
  line-height: 2.1875rem;
  direction: ltr;
}
footer .footer-rights .c-fr-contents .footer-text span,
footer .footer-rights .c-fr-contents .footer-text a {
  color: #4A4A4D;
  font-feature-settings: "ss00";
}
@media only screen and (max-width: 480px) {
  footer .footer-rights .c-fr-contents .footer-text {
    line-height: 3.125rem;
  }
}
footer .c-footer-icons {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 30%;
  float: left;
  height: 2.5rem;
}
@media only screen and (max-width: 480px) {
  footer .c-footer-icons {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.fixed-social {
  position: fixed;
  width: 2.375rem;
  right: 1.46875rem;
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  align-items: center;
  bottom: 3.125rem;
  overflow: hidden;
  transition-duration: 0.6s;
}
.fixed-social.make-white .social-icon a {
  color: #fff;
}
.fixed-social.make-white .social-icon a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.fixed-social .social-icon {
  display: block;
  position: relative;
  text-align: center;
  animation-duration: 2s;
}
.fixed-social .social-icon:first-child {
  margin-bottom: 10px;
}
.fixed-social .social-icon:first-child a {
  font-size: 1.75rem;
}
.fixed-social .social-icon a {
  font-size: 1.625rem;
  color: #999;
  transition: ease color 0.6s;
}
.fixed-social .social-icon a:hover {
  color: #373737;
}
.fixed-social .scrolltotop {
  position: relative;
  cursor: pointer;
  font-size: 3.75rem;
  color: #999;
  margin-top: 0px;
  bottom: -6.25rem;
  visibility: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  transition-duration: 0.3s;
}
.fixed-social .scrolltotop.active {
  max-height: 3.75rem;
  margin-top: 1.25rem;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.fixed-social .scrolltotop:hover {
  color: #373737;
  transform: translateY(-0.5rem);
}
@media (min-width: 768px) {
  .c-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .c-container {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
    max-width: calc(80rem + 16.666666667%);
  }
}
@media (min-width: 1536px) {
  .c-container {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
    max-width: calc(80rem + 33.333333333%);
  }
}
@media only screen and (max-width: 700px) {
  .container-p {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .fixed-social {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-project-filters {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
  .c-project-filters ul {
    flex-wrap: wrap;
  }
  .c-project-filters ul li {
    margin-bottom: 1.25rem;
    padding-right: 0;
    padding-left: 2rem;
  }
  .navigation-header {
    padding-left: 1.875rem;
  }
  .f-header.is-home.tglnav {
    background-color: #EFEDE9;
  }
  .f-header.is-home.tglnav .nav-line1,
  .f-header.is-home.tglnav .nav-line2 {
    background: #373737 !important;
  }
  .f-header.is-home.tglnav #logoSvg {
    fill: #373737 !important;
  }
  .f-header.is-home.tglnav .menu-item-has-children:after {
    background: #373737;
  }
  .f-header.is-home {
    transition: ease background 1s;
  }
  .f-header nav {
    padding: 1.875rem 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    top: 3.75rem;
    background: #EFEDE9;
    width: 100vw;
    z-index: 1000;
    margin-right: 0;
    border-bottom: 2px solid #fff;
    transition: ease all 0.5s;
  }
  .f-header nav .nav-items {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
    width: 100%;
    padding: 0 1.25rem;
  }
  .f-header nav .nav-items .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .f-header nav .nav-items .menu-item-has-children:after {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .f-header nav .nav-items .menu-item-has-children ul.sub-menu {
    height: 0;
    position: relative;
    width: 100%;
    z-index: 3;
    padding: 0;
    background: #EFEDE9;
    transition: all 0.5s ease;
    top: 0;
    overflow: hidden;
  }
  .f-header nav .nav-items .menu-item-has-children.active ul.sub-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding-top: 1.25rem;
  }
  .f-header nav ul li {
    width: 100% !important;
    cursor: pointer;
  }
  .f-header nav ul li a {
    color: #373737 !important;
  }
  .n-item-active {
    background-color: #eee;
  }
  #account {
    display: block;
  }
  .footer-part {
    width: 50%;
  }
  .c-fr-contents {
    width: 100%;
  }
  #scrolltotop {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .main-header {
    height: 6.25rem;
  }
  .footer-part {
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3.125rem;
  }
  .c-footer-links {
    line-height: 1.5625rem;
    height: auto;
  }
  .footer-rights {
    height: auto;
    display: table;
  }
  .footer-text {
    line-height: 3.125rem;
  }
  .p-show-product {
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .image {
    width: 100%;
  }
}
.about-team {
  padding-right: 6rem !important;
  padding-left: 18rem !important;
}
.about-team .wp-block-spacer {
  height: 10.9375rem !important;
}

@media only screen and (max-width: 1400px) {
  .about-team {
    padding-right: 4rem !important;
    padding-left: 8rem !important;
  }
  .about-team .wp-block-spacer {
    height: 5rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .about-team {
    padding-right: 3rem !important;
    padding-left: 6rem !important;
  }
  .about-team .wp-block-spacer {
    height: 2.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .about-team {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 5rem;
  }
  .about-team .wp-block-spacer {
    height: 1.25rem !important;
  }
}
@media (max-width: 767.98px) {
  .about-team {
    padding-bottom: 5rem;
  }
}

/*# sourceMappingURL=app.css.map*/