@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prosto+One&display=swap");
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: #131313;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  cursor: default;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

sup {
  color: inherit;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #BCBCBC #F9F9F9;
}
*::-webkit-scrollbar {
  width: 0.125rem;
  background-color: #fff;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.0625rem rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 0 none #fff;
  background-color: #2d2d2d;
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #131313;
}

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

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 3.75rem 0.9375rem;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3098039216);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768.98px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open-popup {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

#edittag {
  max-width: 1920px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  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 */
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
  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 */
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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 */
}

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

h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 20 22 / var(--tw-text-opacity));
}

h1,
  .h1{
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px){
  h1,
  .h1{
    font-size: 64px;
  }
}

@media (min-width: 1280px){
  h1,
  .h1{
    font-size: 70px;
  }
}

@media (min-width: 1420px){
  h1,
  .h1{
    font-size: 80px;
  }
}

h2,
  .h2{
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px){
  h2,
  .h2{
    font-size: 44px;
  }
}

@media (min-width: 1280px){
  h2,
  .h2{
    font-size: 52px;
  }
}

@media (min-width: 1420px){
  h2,
  .h2{
    font-size: 64px;
  }
}

h3,
  .h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px){
  h3,
  .h3{
    font-size: 48px;
  }
}

@media (min-width: 1280px){
  h3,
  .h3{
    font-size: 50px;
  }
}

h4,
  .h4{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  h4,
  .h4{
    font-size: 36px;
  }
}

@media (min-width: 1280px){
  h4,
  .h4{
    font-size: 48px;
  }
}

h5,
  .h5{
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1280px){
  h5,
  .h5{
    font-size: 36px;
  }
}

h6,
  .h6{
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px){
  h6,
  .h6{
    font-size: 24px;
  }
}

.before-class{
  position: relative;
}

.before-class::before{
  position: absolute;
  top: -10px;
  left: 0.25rem;
  height: 2px;
  width: 100px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1290px){
  .container{
    max-width: 1290px;
  }
}
.faq-accordion{
  display: flex;
  width: 100%;
  max-width: 808px;
  flex-direction: column;
  row-gap: 2rem;
}
.faq-accordion .accordion-content{
  overflow: hidden;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(38 49 36 / var(--tw-border-opacity));
  background-color: transparent;
}
.faq-accordion .accordion-content.open{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}
.faq-accordion .accordion-content.open .header{
  margin-bottom: 1.25rem;
}
.faq-accordion .accordion-content .header{
  display: flex;
  min-height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1420px){
  .faq-accordion .accordion-content .header{
    min-height: 5rem;
  }
}
.faq-accordion .accordion-content .description{
  height: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .faq-accordion .accordion-content .description{
    padding-left: 107px;
    padding-right: 2.5rem;
  }
}
.faq-accordion .accordion-content .description p{
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .faq-accordion .accordion-content .description p{
    font-size: 20px;
  }
}
.faq-accordion .accordion-content .title{
  position: relative;
  padding-left: 1rem;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .faq-accordion .accordion-content .title{
    padding-left: 107px;
    font-size: 24px;
  }
}
.faq-accordion .accordion-content .plus{
  position: relative;
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(38 49 36 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1420px){
  .faq-accordion .accordion-content .plus{
    height: 80px;
    width: 86px;
  }
}
.faq-accordion .accordion-content .plus::before {
    display: inline;
    content: "";
    margin: auto;
    font-size: 24px;
    color: #fff;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
  }
@media (min-width: 1024px){
  .faq-accordion .accordion-content .plus::before{
    height: 22px;
    width: 22px;
  }
}
.faq-accordion .accordion-content .plus.active {
    background: rgb(241, 174, 95);
    background: linear-gradient(90deg, rgb(241, 174, 95) 50%, rgb(226, 144, 49) 100%, rgb(226, 144, 49) 100%);
  }
.faq-accordion .accordion-content .plus.active::before {
    background-image: url(../images/minus.svg);
  }
.faq-accordion .faq-category>.description{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px){
  .faq-accordion .faq-category>.description{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.faq-accordion .faq-questions{
  padding-left: 0px;
  padding-right: 0px;
}
.faq-accordion .faq-questions>.accordion{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.faq-accordion .faq-questions .faq-question{
  border-radius: 0px;
  border-width: 0px;
}
.faq-accordion .faq-questions .faq-question.open{
  padding-bottom: 0px;
}
.faq-accordion .faq-questions .faq-question .header{
  padding-left: 0px;
  padding-right: 0px;
}
.faq-accordion .faq-questions .faq-question .description{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .faq-accordion .faq-questions .faq-question .description{
    padding-left: 107px;
    padding-right: 2.5rem;
  }
}
/* Price accordion */
.price-accordion .accordion-content{
  overflow: hidden;
  background-color: transparent;
}
.price-accordion .accordion-content:nth-child(odd) .header{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.price-accordion .accordion-content.open .description{
  height: auto;
}
.price-accordion .accordion-content.open .header{
  background-color: transparent;
  padding-left: 0px;
  padding-top: 0px;
}
.price-accordion .accordion-content.open .title{
  font-size: 26px;
}
@media (min-width: 1024px){
  .price-accordion .accordion-content.open .title{
    font-size: 36px;
  }
}
.price-accordion .accordion-content .header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  .price-accordion .accordion-content .header{
    padding: 30px;
  }
}
.price-accordion .accordion-content .description{
  height: 0px;
}
.price-accordion .accordion-content .description li{
  display: flex;
  cursor: pointer;
  align-items: center;
  column-gap: 0.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.price-accordion .accordion-content .description li:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .price-accordion .accordion-content .description li{
    padding-left: 30px;
    padding-right: 90px;
  }
}
.price-accordion .accordion-content .description li:hover{
  --tw-shadow: 0px 4px 6.7px 0px #0000001A;
  --tw-shadow-colored: 0px 4px 6.7px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.price-accordion .accordion-content .description li:hover a{
  opacity: 1;
}
.price-accordion .accordion-content .title{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 108 69 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  .price-accordion .accordion-content .title{
    font-size: 24px;
  }
}
.price-accordion .accordion-content .plus{
  position: relative;
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  .price-accordion .accordion-content .plus{
    height: 2.5rem;
    width: 2.5rem;
  }
}
.price-accordion .accordion-content .plus::before {
    display: inline;
    content: "";
    margin: auto;
    font-size: 24px;
    color: #fff;
    background-image: url(../images/plus-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
  }
.price-accordion .accordion-content .plus.active{
  opacity: 0;
}
.btn{
  display: flex;
  min-height: 2.5rem;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 20 22 / var(--tw-text-opacity));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1420px){
  .btn{
    min-height: 50px;
  }
}
.btn>svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn:hover>svg{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-border{
  min-height: 2.5rem;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 144 49 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 50px;
  padding-right: 50px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-border:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}
@media (min-width: 1420px){
  .btn-border{
    min-height: 50px;
  }
}
.btn-gradient{
  height: 2.5rem;
  border-radius: 50px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #E29031 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 144 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(241 174 95 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F1AE5F var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #E29031 var(--tw-gradient-to-position);
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .btn-gradient{
    height: 3.5rem;
  }
}
@media (min-width: 1420px){
  .btn-gradient{
    height: 70px;
  }
}
.contact-popup.open{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.post-card{
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.post-card:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.post-card .thumbnail{
  overflow: hidden;
  border-radius: 7px;
}
.post-card .thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-card .cat{
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.post-card .cat span{
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 240 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.post-card .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.post-card .detalis{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.post-card .detalis span{
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.post-card .detalis span img{
  height: 18px;
  width: 18px;
  border-radius: 9999px;
}
.post-card .excerpt{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.post-card.large{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
}
@media (min-width: 640px){
  .post-card.large{
    flex-direction: row;
  }
}
@media (min-width: 1024px){
  .post-card.large{
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.post-card.large .thumbnail{
  width: 100%;
}
@media (min-width: 640px){
  .post-card.large .thumbnail{
    max-width: 373px;
  }
}
.post-card.large .title{
  margin-bottom: 1.25rem;
  font-size: 27px;
}
.post-card.large .detalis{
  margin-bottom: 1rem;
}
.post-card.medium{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.post-card.medium .thumbnail{
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1024px){
  .post-card.medium .thumbnail{
    margin-bottom: 2rem;
  }
}
.post-card.medium .title{
  margin-bottom: 24px;
  font-size: 26px;
}
.post-card.medium .detalis{
  margin-bottom: 1rem;
}
.post-card.small{
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
}
@media (min-width: 1024px){
  .post-card.small{
    gap: 1.25rem;
  }
}
.post-card.small .title{
  margin-bottom: 22px;
  font-size: 15px;
}
.post-card.small .thumbnail{
  width: 100%;
  max-width: 129px;
}
article.article{
  width: 100%;
  max-width: 856px;
}
article h1{
  margin-bottom: 1rem;
  font-size: 27px;
  text-transform: uppercase;
}
article .detalis{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
article .detalis span{
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
article .detalis span img{
  height: 18px;
  width: 18px;
  border-radius: 9999px;
}
article .thumbnail{
  margin-bottom: 1.25rem;
  border-radius: 5px;
}
@media (min-width: 1024px){
  article .thumbnail{
    margin-bottom: 2.5rem;
  }
}
article .thumbnail img{
  width: 100%;
  object-fit: cover;
}
article p,
  article span,
  article li,
  article a{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
article h2,
  article h3,
  article h4,
  article h5,
  article h6{
  margin-bottom: 1.25rem;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
article p,
  article ul,
  article ol,
  article blockquote{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  article p,
  article ul,
  article ol,
  article blockquote{
    margin-bottom: 2rem;
  }
}
article ol li,
  article ul li{
  list-style-position: inside;
}
article ol li{
  list-style-type: decimal;
}
article ul li{
  list-style-type: disc;
}
article blockquote{
  position: relative;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  font-style: italic;
}
article blockquote::before{
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 180px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(223 241 240 / var(--tw-text-opacity));
  --tw-content: '"';
  content: var(--tw-content);
}
@media (min-width: 1024px){
  article blockquote{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}
article blockquote>*{
  position: relative;
  z-index: 1;
}
.main-cat-list{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
  display: grid;
  width: 100%;
  max-width: 1218px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(19 20 22 / var(--tw-text-opacity));
  --tw-shadow: 0px 29px 33.9px 0px #00000026;
  --tw-shadow-colored: 0px 29px 33.9px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 576px){
  .main-cat-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px){
  .main-cat-list{
    font-size: 24px;
  }
}
@media (min-width: 1024px){
  .main-cat-list{
    margin-bottom: 91px;
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  .main-cat-list{
    margin-top: -200px;
  }
}
.main-cat-list .top-cat{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.main-cat-list .top-cat:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .main-cat-list .top-cat{
    padding-top: 30px;
    padding-bottom: 43px;
  }
}
.main-cat-list .top-cat span{
  margin-bottom: 10px;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 17px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  .main-cat-list .top-cat span{
    margin-bottom: 20px;
  }
}
.open-list-sub-cat{
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.list-sub-cat{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.list-sub-cat.active{
  height: fit-content;
}
.team-slider {
    overflow: unset !important;
  }
.hover-tooltip:hover .tool-tip{
  display: block;
  opacity: 1;
}
.swiper-slide-duplicate-prev {
    pointer-events: none;
  }
.partner-pagination{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
}
.partner-pagination .swiper-pagination-bullet{
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity));
}
.partner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(118 129 146 / var(--tw-bg-opacity));
}
.form-input{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(118 129 146 / var(--tw-text-opacity));
}
.form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(118 129 146 / var(--tw-text-opacity));
}
.wpcf7 form .wpcf7-response-output{
  margin: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  opacity: 0;
}
.failed .form-input{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.failed .form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.contact-us-form{
  width: 100%;
}
@media (min-width: 768px){
  .contact-us-form{
    max-width: 524px;
  }
}
.contact-us-form .form-input{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.contact-us-form .acceptance{
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}
.contact-us-form .acceptance .wpcf7-list-item{
  margin: 0px;
  padding: 0px;
}
.product-gallery-mini .swiper-slide-thumb-active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.product-gallery img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-card .add_to_cart_button{
  display: flex !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 147 147 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.product-card .add_to_cart_button:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.cart-contents:hover i{
  --tw-text-opacity: 1;
  color: rgb(226 144 49 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.woocommerce-breadcrumb{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce-breadcrumb a{
  opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.woocommerce-breadcrumb a:hover{
  opacity: 1;
}
.shop-pagination{
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.shop-pagination .prev{
  margin-left: 0px;
  margin-right: auto;
}
.shop-pagination .page-numbers{
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #00000080;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.shop-pagination .page-numbers:hover{
  background-color: #0000000F;
}
.shop-pagination .page-numbers.current{
  background-color: #0000000F;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.shop-pagination .next{
  margin-right: 0px;
  margin-left: auto;
}
.shop-pagination .prev,
  .shop-pagination .next{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #0000001A;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Filter shop sidebar */
.filter-sidebar{
  position: absolute;
  right: 100%;
  top: 0px;
  z-index: 1;
  width: 295px;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 20px;
  border-width: 1px;
  border-color: #0000001A;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .filter-sidebar{
    position: static;
  }
}
.filter-sidebar.active{
  right: auto;
  left: 0px;
}
.filter-sidebar form{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.filter-sidebar .cat-drop-down{
  display: flex;
  flex-direction: column;
}
.filter-sidebar .cat-drop-down .open-list-cat{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-right: 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #00000099;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.filter-sidebar .cat-drop-down .open-list-cat::after{
  position: absolute;
  right: 0px;
  height: 0.5rem;
  width: 1rem;
  background-image: url('../images/arrow.svg');
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.filter-sidebar .cat-drop-down .open-list-cat.active{
  font-weight: 700;
}
.filter-sidebar .cat-drop-down .open-list-cat.active::after{
  content: var(--tw-content);
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-sidebar .cat-drop-down .drop-down-list{
  display: flex;
  height: 0px;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  padding-left: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.filter-sidebar .cat-drop-down .drop-down-list label{
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #00000099;
}
.filter-sidebar .cat-drop-down .drop-down-list.active{
  height: auto;
  padding-top: 0.75rem;
}
.filter-sidebar #price_slider{
  height: 6px;
  border-radius: 20px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.filter-sidebar #price_slider .ui-slider-range{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.filter-sidebar #price_slider .ui-slider-handle{
  top: 0px;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -35%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.filter-sidebar #price_display{
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce-checkout label {
    font-weight: 500;
  }
.woocommerce-checkout .input-text {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(71, 63, 63, 0.2196078431);
  }
#payment ul li {
    list-style: none;
  }
.servises-tabs .tab-content{
  display: none;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px){
  .servises-tabs .tab-content{
    flex-direction: row;
  }
}
@media (min-width: 1024px){
  .servises-tabs .tab-content{
    gap: 2rem;
  }
}
@media (min-width: 1280px){
  .servises-tabs .tab-content{
    gap: 3.5rem;
  }
}
.servises-tabs .tab-content.active{
  display: flex;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-\[2\%\]{
  left: 2%;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-\[1\%\]{
  right: 1%;
}
.right-\[2\%\]{
  right: 2%;
}
.right-auto{
  right: auto;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-2\/4{
  top: 50%;
}
.top-5{
  top: 1.25rem;
}
.top-\[1\%\]{
  top: 1%;
}
.top-\[5\%\]{
  top: 5%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[21px\]{
  margin-bottom: 21px;
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.mb-\[23px\]{
  margin-bottom: 23px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[49px\]{
  margin-bottom: 49px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-0{
  margin-left: 0px;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-28{
  height: 7rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-5\/6{
  height: 83.333333%;
}
.h-8{
  height: 2rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[125px\]{
  height: 125px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[215px\]{
  height: 215px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[31px\]{
  height: 31px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[39px\]{
  height: 39px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[470px\]{
  height: 470px;
}
.h-\[472px\]{
  height: 472px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[530px\]{
  height: 530px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[440px\]{
  max-height: 440px;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[32px\]{
  min-height: 32px;
}
.min-h-\[440px\]{
  min-height: 440px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/4{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[295px\]{
  width: 295px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[39px\]{
  width: 39px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[51px\]{
  width: 51px;
}
.w-\[80px\]{
  width: 80px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1092px\]{
  max-width: 1092px;
}
.max-w-\[115px\]{
  max-width: 115px;
}
.max-w-\[1218px\]{
  max-width: 1218px;
}
.max-w-\[1248px\]{
  max-width: 1248px;
}
.max-w-\[1290px\]{
  max-width: 1290px;
}
.max-w-\[129px\]{
  max-width: 129px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1546px\]{
  max-width: 1546px;
}
.max-w-\[1576px\]{
  max-width: 1576px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[198px\]{
  max-width: 198px;
}
.max-w-\[215px\]{
  max-width: 215px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[298px\]{
  max-width: 298px;
}
.max-w-\[307px\]{
  max-width: 307px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[331px\]{
  max-width: 331px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[444px\]{
  max-width: 444px;
}
.max-w-\[446px\]{
  max-width: 446px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[461px\]{
  max-width: 461px;
}
.max-w-\[488px\]{
  max-width: 488px;
}
.max-w-\[499px\]{
  max-width: 499px;
}
.max-w-\[519px\]{
  max-width: 519px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[524px\]{
  max-width: 524px;
}
.max-w-\[538px\]{
  max-width: 538px;
}
.max-w-\[548px\]{
  max-width: 548px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[594px\]{
  max-width: 594px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[643px\]{
  max-width: 643px;
}
.max-w-\[717px\]{
  max-width: 717px;
}
.max-w-\[808px\]{
  max-width: 808px;
}
.max-w-\[856px\]{
  max-width: 856px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.flex-\[1_0_auto\]{
  flex: 1 0 auto;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[35\%\]{
  --tw-translate-y: -35%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2\/4{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-\[2px\]{
  column-gap: 2px;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.text-nowrap{
  text-wrap: nowrap;
}
.\!rounded-\[50px\]{
  border-radius: 50px !important;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[13px\]{
  border-radius: 13px;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[19px\]{
  border-radius: 19px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[21px\]{
  border-radius: 21px;
}
.rounded-\[22px\]{
  border-radius: 22px;
}
.rounded-\[23px\]{
  border-radius: 23px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[35px\]{
  border-radius: 35px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[43px\]{
  border-radius: 43px;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[62px\]{
  border-radius: 62px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-artifex-black-150{
  --tw-border-opacity: 1;
  border-color: rgb(38 49 36 / var(--tw-border-opacity));
}
.border-artifex-black-550{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-artifex-black-750{
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
}
.border-artifex-black-850{
  border-color: #0000001A;
}
.border-artifex-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(226 144 49 / var(--tw-border-opacity));
}
.border-artifex-white-300{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-artifex-white-650{
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-artifex-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 46 / var(--tw-bg-opacity));
}
.bg-artifex-black-150{
  --tw-bg-opacity: 1;
  background-color: rgb(38 49 36 / var(--tw-bg-opacity));
}
.bg-artifex-black-250{
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 240 / var(--tw-bg-opacity));
}
.bg-artifex-black-450{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 30 / var(--tw-bg-opacity));
}
.bg-artifex-black-50{
  --tw-bg-opacity: 1;
  background-color: rgb(19 20 22 / var(--tw-bg-opacity));
}
.bg-artifex-black-600{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity));
}
.bg-artifex-black-700{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-artifex-black-800{
  background-color: #0000000F;
}
.bg-artifex-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(39 41 32 / var(--tw-bg-opacity));
}
.bg-artifex-green-150{
  --tw-bg-opacity: 1;
  background-color: rgb(55 54 45 / var(--tw-bg-opacity));
}
.bg-artifex-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(102 108 69 / var(--tw-bg-opacity));
}
.bg-artifex-orange-150{
  --tw-bg-opacity: 1;
  background-color: rgb(231 154 65 / var(--tw-bg-opacity));
}
.bg-artifex-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}
.bg-artifex-pink-50{
  background-color: #ff33331a;
}
.bg-artifex-white-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-artifex-white-150{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-artifex-white-400{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-artifex-white-450{
  --tw-bg-opacity: 1;
  background-color: rgb(118 129 146 / var(--tw-bg-opacity));
}
.bg-artifex-white-50{
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-artifex-white-500{
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity));
}
.bg-artifex-white-550{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-artifex-white-600{
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 237 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.bg-before-after{
  background-image: url('../images/before-after.svg');
}
.bg-bg-programm{
  background-image: url('../images/bg-programm.webp');
}
.bg-bg-thanks{
  background-image: url('../images/bg-thanks.webp');
}
.bg-bg-video{
  background-image: url('../images/bg-video.webp');
}
.bg-bg1{
  background-image: url('../images/bg1.webp');
}
.bg-faq-bg{
  background-image: url('../images/faq-bg.webp');
}
.bg-footer-bg{
  background-image: url('../images/footer-bg.webp');
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-artifex-black-100{
  --tw-gradient-from: #303C2E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 60 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-artifex-orange-50{
  --tw-gradient-from: #E29031 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 144 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-artifex-white-100{
  --tw-gradient-from: #F9F9F9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-artifex-orange-100{
  --tw-gradient-to: rgb(241 174 95 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F1AE5F var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-artifex-white-700{
  --tw-gradient-to: rgb(71 88 69 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475845 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-artifex-black-100{
  --tw-gradient-to: #303C2E var(--tw-gradient-to-position);
}
.to-artifex-orange-50{
  --tw-gradient-to: #E29031 var(--tw-gradient-to-position);
}
.to-artifex-white-350{
  --tw-gradient-to: #BCBCBC var(--tw-gradient-to-position);
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-left-top{
  background-position: left top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-\[23px\]{
  padding-bottom: 23px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[37px\]{
  padding-right: 37px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[115px\]{
  padding-top: 115px;
}
.pt-\[23px\]{
  padding-top: 23px;
}
.pt-\[25px\]{
  padding-top: 25px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[75px\]{
  padding-top: 75px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-base{
  font-family: "Raleway", sans-serif;
}
.font-secondary{
  font-family: "Prosto One", sans-serif;
}
.font-title{
  font-family: "Montserrat", sans-serif;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[1\.16\]{
  line-height: 1.16;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-none{
  line-height: 1;
}
.text-artifex-black-100{
  --tw-text-opacity: 1;
  color: rgb(48 60 46 / var(--tw-text-opacity));
}
.text-artifex-black-200{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-artifex-black-300{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-artifex-black-350{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-artifex-black-400{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-artifex-black-50{
  --tw-text-opacity: 1;
  color: rgb(19 20 22 / var(--tw-text-opacity));
}
.text-artifex-black-500{
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}
.text-artifex-black-900{
  color: #00000080;
}
.text-artifex-black-950{
  color: #00000099;
}
.text-artifex-orange-100{
  --tw-text-opacity: 1;
  color: rgb(241 174 95 / var(--tw-text-opacity));
}
.text-artifex-orange-50{
  --tw-text-opacity: 1;
  color: rgb(226 144 49 / var(--tw-text-opacity));
}
.text-artifex-pink-100{
  --tw-text-opacity: 1;
  color: rgb(255 51 51 / var(--tw-text-opacity));
}
.text-artifex-white-100{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}
.text-artifex-white-450{
  --tw-text-opacity: 1;
  color: rgb(118 129 146 / var(--tw-text-opacity));
}
.text-artifex-white-500{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-85{
  opacity: 0.85;
}
.shadow-ac-sh-1{
  --tw-shadow: 0px 29px 33.9px 0px #00000026;
  --tw-shadow-colored: 0px 29px 33.9px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-m{
  --tw-shadow: 0px 29px 33.9px 0px #00000026;
  --tw-shadow-colored: 0px 29px 33.9px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.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);
}
/* =======================================================================================================================
* Библиотеки
* раскомментировать для использования
*/
.header{
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px){
  .header{
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.header .nav-header{
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  .header .nav-header{
    position: static;
    width: auto;
    flex-direction: row;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header .nav-header ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1024px){
  .header .nav-header ul{
    flex-direction: row;
    gap: 2rem;
  }
}
.header .nav-header ul a{
  font-size: 18px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.header .nav-header ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 144 49 / var(--tw-text-opacity));
}
.header .nav-header .lang-menu{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  .header .nav-header .lang-menu{
    margin-left: 5rem;
    margin-right: 3.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.header .icon-menu{
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px){
  .header .icon-menu{
    display: none;
  }
}
.header .icon-menu span{
  height: 3px;
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 20 22 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.menu-open .icon-menu{
  justify-content: center;
}
.menu-open .icon-menu span{
  position: absolute;
}
.menu-open .icon-menu span:first-child{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-open .icon-menu span:last-child{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-open .icon-menu span:nth-child(even){
  opacity: 0;
}

.menu-open .nav-header{
  left: 0px;
}

#menu-lang{
  position: relative;
  text-align: center;
}
#menu-lang .sub-menu{
  width: 100%;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px){
  #menu-lang .sub-menu{
    position: absolute;
    left: 0px;
    top: 100%;
    height: 0px;
  }
}
#menu-lang .sub-menu li{
  width: 100%;
}
@media (min-width: 1024px){
  #menu-lang .menu-item-has-children:hover .sub-menu{
    height: auto;
  }
}

.footer {
  padding: 1.25rem 0;
  background: #131313;
}
.footer__container {
  display: flex;
  align-items: center;
}
@media (max-width: 510.98px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-form .form_row{
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.5rem;
  padding: 0px;
}

@media (min-width: 640px){
  .footer-form .form_row{
    flex-direction: row;
  }
}
.footer-form .form-input{
  width: 100%;
  flex: 1 1 auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
@media (min-width: 640px){
  .footer-form .form-input{
    padding: 0px;
    padding-left: 2.5rem;
  }
}
.footer-form .btn{
  height: auto;
  flex: 1 1 auto;
}

.widget-footer a{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.widget-footer a:hover{
  opacity: 1;
}
.widget-footer p{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.6;
}

.footer-map{
  margin-top: 2.25rem;
  height: 470px;
  overflow: hidden;
  border-radius: 35px;
}

@media (min-width: 1024px){
  .footer-map{
    margin-top: 4rem;
  }
}

.footer-map>*{
  height: 100%;
  width: 100%;
}
.footer-map iframe{
  height: 100%;
  width: 100%;
}
.slider {
  top: calc(50% - 9.5px);
  left: calc(50% - 25.5px);
}

.ease {
  transition: width ease 0.5s, left ease 0.5s;
  -moz-transition: width ease 0.5s, left ease 0.5s;
  -webkit-transition: width ease 0.5s, left ease 0.5s;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}
.before\:right-full::before{
  content: var(--tw-content);
  right: 100%;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:top-\[-10px\]::before{
  content: var(--tw-content);
  top: -10px;
}
.before\:z-10::before{
  content: var(--tw-content);
  z-index: 10;
}
.before\:mx-auto::before{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}
.before\:h-\[2px\]::before{
  content: var(--tw-content);
  height: 2px;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[100px\]::before{
  content: var(--tw-content);
  width: 100px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-artifex-orange-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}
.before\:bg-artifex-white-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.before\:bg-mask-slider::before{
  content: var(--tw-content);
  background-image: url('../images/mask-slider.png');
}
.before\:bg-cover::before{
  content: var(--tw-content);
  background-size: cover;
}
.before\:bg-center::before{
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:text-\[180px\]::before{
  content: var(--tw-content);
  font-size: 180px;
}
.before\:leading-\[1\]::before{
  content: var(--tw-content);
  line-height: 1;
}
.before\:text-artifex-black-250::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(223 241 240 / var(--tw-text-opacity));
}
.before\:content-\[\'\"\'\]::before{
  --tw-content: '"';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-full::after{
  content: var(--tw-content);
  left: 100%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:z-\[1\]::after{
  content: var(--tw-content);
  z-index: 1;
}
.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:-rotate-90::after{
  content: var(--tw-content);
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-artifex-white-100::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.after\:bg-arrow::after{
  content: var(--tw-content);
  background-image: url('../images/arrow.svg');
}
.after\:bg-contain::after{
  content: var(--tw-content);
  background-size: contain;
}
.after\:bg-center::after{
  content: var(--tw-content);
  background-position: center;
}
.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.first\:rotate-45:first-child{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.last\:-rotate-45:last-child{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-\[1px\]:last-child{
  border-bottom-width: 1px;
}
.odd\:bg-artifex-white-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.hover\:scale-\[1\.1\]:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-artifex-black-800:hover{
  background-color: #0000000F;
}
.hover\:bg-artifex-orange-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}
.hover\:bg-artifex-white-150:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.hover\:text-artifex-orange-50:hover{
  --tw-text-opacity: 1;
  color: rgb(226 144 49 / var(--tw-text-opacity));
}
.hover\:underline-offset-2:hover{
  text-underline-offset: 2px;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-85:hover{
  opacity: 0.85;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 640px){
  .max-bm\:flex-shrink{
    flex-shrink: 1;
  }
  .max-bm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .max-bm\:flex-grow{
    flex-grow: 1;
  }
}
@media (min-width: 375px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px){
  .bm\:h-\[56px\]{
    height: 56px;
  }
  .bm\:h-\[640px\]{
    height: 640px;
  }
  .bm\:max-h-\[640px\]{
    max-height: 640px;
  }
  .bm\:min-h-\[640px\]{
    min-height: 640px;
  }
  .bm\:w-\[594px\]{
    width: 594px;
  }
  .bm\:min-w-\[594px\]{
    min-width: 594px;
  }
  .bm\:max-w-\[373px\]{
    max-width: 373px;
  }
  .bm\:max-w-\[594px\]{
    max-width: 594px;
  }
  .bm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bm\:flex-row{
    flex-direction: row;
  }
  .bm\:overflow-hidden{
    overflow: hidden;
  }
  .bm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .bm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .bm\:pl-10{
    padding-left: 2.5rem;
  }
  .bm\:text-\[24px\]{
    font-size: 24px;
  }
}
@media (min-width: 768px){
  .md\:static{
    position: static;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-\[44px\]{
    margin-bottom: 44px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:max-w-\[446px\]{
    max-width: 446px;
  }
  .md\:max-w-\[507px\]{
    max-width: 507px;
  }
  .md\:max-w-\[524px\]{
    max-width: 524px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 992px){
  .ml\:max-w-\[152px\]{
    max-width: 152px;
  }
  .ml\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ml\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ml\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-2\/4{
    bottom: 50%;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-10{
    left: 2.5rem;
  }
  .lg\:left-\[66\%\]{
    left: 66%;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:top-full{
    top: 100%;
  }
  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:\!mr-5{
    margin-right: 1.25rem !important;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .lg\:mb-\[33px\]{
    margin-bottom: 33px;
  }
  .lg\:mb-\[44px\]{
    margin-bottom: 44px;
  }
  .lg\:mb-\[48px\]{
    margin-bottom: 48px;
  }
  .lg\:mb-\[54px\]{
    margin-bottom: 54px;
  }
  .lg\:mb-\[66px\]{
    margin-bottom: 66px;
  }
  .lg\:mb-\[77px\]{
    margin-bottom: 77px;
  }
  .lg\:mb-\[91px\]{
    margin-bottom: 91px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:ml-\[58px\]{
    margin-left: 58px;
  }
  .lg\:mr-14{
    margin-right: 3.5rem;
  }
  .lg\:mr-auto{
    margin-right: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-\[31px\]{
    margin-top: 31px;
  }
  .lg\:mt-\[38px\]{
    margin-top: 38px;
  }
  .lg\:mt-\[72px\]{
    margin-top: 72px;
  }
  .lg\:mt-\[87px\]{
    margin-top: 87px;
  }
  .lg\:mt-\[95px\]{
    margin-top: 95px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-0{
    height: 0px;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-14{
    height: 3.5rem;
  }
  .lg\:h-\[22px\]{
    height: 22px;
  }
  .lg\:h-\[372px\]{
    height: 372px;
  }
  .lg\:h-\[52px\]{
    height: 52px;
  }
  .lg\:h-\[68px\]{
    height: 68px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-11\/12{
    width: 91.666667%;
  }
  .lg\:w-\[22px\]{
    width: 22px;
  }
  .lg\:w-\[362px\]{
    width: 362px;
  }
  .lg\:w-\[52px\]{
    width: 52px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[132px\]{
    max-width: 132px;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[370px\]{
    max-width: 370px;
  }
  .lg\:max-w-\[39\%\]{
    max-width: 39%;
  }
  .lg\:flex-shrink{
    flex-shrink: 1;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[23\%\]{
    --tw-translate-y: 23%;
    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));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-11{
    gap: 2.75rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-9{
    gap: 2.25rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-x-11{
    column-gap: 2.75rem;
  }
  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }
  .lg\:rounded-\[12px\]{
    border-radius: 12px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-\[102px\]{
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .lg\:py-\[110px\]{
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .lg\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .lg\:py-\[53px\]{
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-\[110px\]{
    padding-bottom: 110px;
  }
  .lg\:pb-\[119px\]{
    padding-bottom: 119px;
  }
  .lg\:pb-\[124px\]{
    padding-bottom: 124px;
  }
  .lg\:pb-\[28px\]{
    padding-bottom: 28px;
  }
  .lg\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .lg\:pb-\[43px\]{
    padding-bottom: 43px;
  }
  .lg\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .lg\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .lg\:pb-\[74px\]{
    padding-bottom: 74px;
  }
  .lg\:pb-\[75px\]{
    padding-bottom: 75px;
  }
  .lg\:pb-\[76px\]{
    padding-bottom: 76px;
  }
  .lg\:pb-\[85px\]{
    padding-bottom: 85px;
  }
  .lg\:pb-\[91px\]{
    padding-bottom: 91px;
  }
  .lg\:pl-\[107px\]{
    padding-left: 107px;
  }
  .lg\:pl-\[23px\]{
    padding-left: 23px;
  }
  .lg\:pl-\[30px\]{
    padding-left: 30px;
  }
  .lg\:pr-\[90px\]{
    padding-right: 90px;
  }
  .lg\:pt-11{
    padding-top: 2.75rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[102px\]{
    padding-top: 102px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[230px\]{
    padding-top: 230px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[45px\]{
    padding-top: 45px;
  }
  .lg\:pt-\[47px\]{
    padding-top: 47px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pt-\[65px\]{
    padding-top: 65px;
  }
  .lg\:pt-\[68px\]{
    padding-top: 68px;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:pt-\[76px\]{
    padding-top: 76px;
  }
  .lg\:pt-\[80px\]{
    padding-top: 80px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[44px\]{
    font-size: 44px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[52px\]{
    font-size: 52px;
  }
  .lg\:text-\[64px\]{
    font-size: 64px;
  }
  .lg\:text-\[95px\]{
    font-size: 95px;
  }
  .lg\:before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:before\:-bottom-\[13px\]::before{
    content: var(--tw-content);
    bottom: -13px;
  }
  .lg\:before\:right-\[91\%\]::before{
    content: var(--tw-content);
    right: 91%;
  }
  .lg\:before\:h-0::before{
    content: var(--tw-content);
    height: 0px;
  }
  .lg\:before\:w-0::before{
    content: var(--tw-content);
    width: 0px;
  }
  .lg\:before\:rotate-\[-20deg\]::before{
    content: var(--tw-content);
    --tw-rotate: -20deg;
    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));
  }
  .lg\:before\:border-0::before{
    content: var(--tw-content);
    border-width: 0px;
  }
  .lg\:before\:border-b-\[45px\]::before{
    content: var(--tw-content);
    border-bottom-width: 45px;
  }
  .lg\:before\:border-l-\[43px\]::before{
    content: var(--tw-content);
    border-left-width: 43px;
  }
  .lg\:before\:border-r-\[20px\]::before{
    content: var(--tw-content);
    border-right-width: 20px;
  }
  .lg\:before\:border-transparent::before{
    content: var(--tw-content);
    border-color: transparent;
  }
  .lg\:before\:border-b-artifex-orange-50::before{
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 144 49 / var(--tw-border-opacity));
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:-right-\[40px\]{
    right: -40px;
  }
  .xl\:bottom-\[207px\]{
    bottom: 207px;
  }
  .xl\:top-\[136px\]{
    top: 136px;
  }
  .xl\:-mt-\[200px\]{
    margin-top: -200px;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:h-\[760px\]{
    height: 760px;
  }
  .xl\:max-w-\[307px\]{
    max-width: 307px;
  }
  .xl\:gap-\[120px\]{
    gap: 120px;
  }
  .xl\:gap-\[136px\]{
    gap: 136px;
  }
  .xl\:rounded-\[43px\]{
    border-radius: 43px;
  }
  .xl\:px-\[89px\]{
    padding-left: 89px;
    padding-right: 89px;
  }
  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }
  .xl\:pt-9{
    padding-top: 2.25rem;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:text-\[36px\]{
    font-size: 36px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
  .xl\:text-\[50px\]{
    font-size: 50px;
  }
  .xl\:text-\[52px\]{
    font-size: 52px;
  }
  .xl\:text-\[70px\]{
    font-size: 70px;
  }
}
@media (min-width: 1420px){
  .xll\:absolute{
    position: absolute;
  }
  .xll\:-right-\[86px\]{
    right: -86px;
  }
  .xll\:bottom-\[207px\]{
    bottom: 207px;
  }
  .xll\:left-full{
    left: 100%;
  }
  .xll\:mb-0{
    margin-bottom: 0px;
  }
  .xll\:mb-\[111px\]{
    margin-bottom: 111px;
  }
  .xll\:h-\[215px\]{
    height: 215px;
  }
  .xll\:h-\[52px\]{
    height: 52px;
  }
  .xll\:h-\[70px\]{
    height: 70px;
  }
  .xll\:h-\[80px\]{
    height: 80px;
  }
  .xll\:min-h-20{
    min-height: 5rem;
  }
  .xll\:min-h-\[428px\]{
    min-height: 428px;
  }
  .xll\:min-h-\[50px\]{
    min-height: 50px;
  }
  .xll\:w-\[215px\]{
    width: 215px;
  }
  .xll\:w-\[52px\]{
    width: 52px;
  }
  .xll\:w-\[86px\]{
    width: 86px;
  }
  .xll\:max-w-\[499px\]{
    max-width: 499px;
  }
  .xll\:items-center{
    align-items: center;
  }
  .xll\:justify-between{
    justify-content: space-between;
  }
  .xll\:gap-11{
    gap: 2.75rem;
  }
  .xll\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .xll\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .xll\:rounded-\[43px\]{
    border-radius: 43px;
  }
  .xll\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xll\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .xll\:pb-32{
    padding-bottom: 8rem;
  }
  .xll\:pb-\[104px\]{
    padding-bottom: 104px;
  }
  .xll\:pb-\[160px\]{
    padding-bottom: 160px;
  }
  .xll\:pb-\[302px\]{
    padding-bottom: 302px;
  }
  .xll\:pb-\[47px\]{
    padding-bottom: 47px;
  }
  .xll\:pb-\[77px\]{
    padding-bottom: 77px;
  }
  .xll\:pt-14{
    padding-top: 3.5rem;
  }
  .xll\:pt-40{
    padding-top: 10rem;
  }
  .xll\:pt-\[125px\]{
    padding-top: 125px;
  }
  .xll\:pt-\[132px\]{
    padding-top: 132px;
  }
  .xll\:pt-\[207px\]{
    padding-top: 207px;
  }
  .xll\:text-\[64px\]{
    font-size: 64px;
  }
  .xll\:text-\[73px\]{
    font-size: 73px;
  }
  .xll\:text-\[80px\]{
    font-size: 80px;
  }
}
.\[\&\>\*\]\:relative>*{
  position: relative;
}
.\[\&\>\*\]\:z-\[1\]>*{
  z-index: 1;
}
.\[\&\>\*\]\:h-full>*{
  height: 100%;
}
.\[\&\>\*\]\:w-full>*{
  width: 100%;
}
.\[\&\>\*\]\:text-white>*{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>h5\]\:uppercase>h5{
  text-transform: uppercase;
}
.\[\&\>iframe\]\:h-full>iframe{
  height: 100%;
}
.\[\&\>iframe\]\:w-full>iframe{
  width: 100%;
}
.\[\&\>p\]\:mb-0>p{
  margin-bottom: 0px;
}
.\[\&\>p\]\:mb-4>p{
  margin-bottom: 1rem;
}
.\[\&\>p\]\:mt-\[20px\]>p{
  margin-top: 20px;
}
.\[\&\>p\]\:text-\[12px\]>p{
  font-size: 12px;
}
.\[\&\>p\]\:text-\[14px\]>p{
  font-size: 14px;
}
.\[\&\>p\]\:text-base>p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.\[\&\>p\]\:text-white>p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.last\:\[\&\>p\]\:mb-0>p:last-child{
  margin-bottom: 0px;
}
.\[\&\>span\]\:bg-artifex-black-600>span{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity));
}
.\[\&\>span\]\:bg-artifex-orange-50>span{
  --tw-bg-opacity: 1;
  background-color: rgb(226 144 49 / var(--tw-bg-opacity));
}
.\[\&\>span\]\:px-2>span{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&\>span\]\:py-1>span{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\[\&\>span\]\:text-white>span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>svg\]\:transition-all>svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>svg\]\:duration-150>svg{
  transition-duration: 150ms;
}
.\[\&\>svg\]\:ease-in>svg{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.\[\&\>svg\]\:hover\:-rotate-45:hover>svg{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}