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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:focus::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:active::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #a3a3a3;
}

input[type="range"]::-moz-range-progress {
  background: #3061AF;
}

input[type="range"]::-ms-fill-lower {
  background: #3061AF;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb {
  background: #3061AF;
}

input[type="range"]:active::-webkit-slider-thumb {
  background: #285192;
}

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

/* ===========================================================================
=========== Add Vazitmatn font family with 9 different weights
==============================================================================*/

@font-face {
  font-family: "Vazirmatn";

  font-weight: 100;

  src: url("../assets/font/Vazirmatn-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 200;

  src: url("../assets/font/Vazirmatn-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 300;

  src: url("../assets/font/Vazirmatn-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 400;

  font-style: normal;

  src: url("../assets/font/Vazirmatn-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 500;

  src: url("../assets/font/Vazirmatn-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 600;

  src: url("../assets/font/Vazirmatn-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 700;

  src: url("../assets/font/Vazirmatn-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 800;

  src: url("../assets/font/Vazirmatn-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";

  font-weight: 900;

  src: url("../assets/font/Vazirmatn-Black.woff2") format("woff2");
}

/* ===========================================================================
  =========== Add Vazitmatn font family with 9 different weights
  ==============================================================================*/

body {
  font-family: "Vazirmatn";
}

/* pala-container-wide */

.pala-container-wide {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}

@media (min-width: 1024px) {
  .pala-container-wide {
    width: calc(100% - 96px);
  }
}

@media (min-width: 1200px) {
  .pala-container-wide {
    max-width: 1750px;
    width: calc(100% - 192px);
  }
}

@media (min-width: 1750px) {
  .pala-container-wide {
    max-width: 1695px;
    width: calc(100% - 224px);
  }
}

/* END pala-container-wide */

/* Container Contcat US */

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

@media (min-width: 1024px) {
  .pala-container-contact-us {
    width: calc(100% - 96px);
  }
}

@media (min-width: 1200px) {
  .pala-container-contact-us {
    max-width: 1128px;
    width: calc(100% - 192px);
  }
}

@media (min-width: 1750px) {
  .pala-container-contact-us {
    max-width: 1360px;
    width: 100%;
  }
}

/* End Container Contcat US */

/* pala-container-blog */

.pala-container-blog {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}

@media (min-width: 1024px) {
  .pala-container-blog {
    /* padding-left: 96px;
    padding-right: 96px; */
    /* max-width: 1128px; */
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 96px);
  }
}

@media (min-width: 1200px) {
  .pala-container-blog {
    /* padding-left: 112px;
    padding-right: 112px; */
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 192px);
  }
}

@media (min-width: 1750px) {
  .pala-container-blog {
    /* padding-left: 112px;
    padding-right: 112px; */
    max-width: 1426px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 224px);
  }
}

/* END pala-container-blog */

.pala-container-1 {
  padding-left: 32px;
  padding-right: 32px;
  /* max-width: 1472px; */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .pala-container-1 {
    padding-left: 96px;
    padding-right: 96px;
    max-width: 1472px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* @media (min-width: 1200px) {
  .pala-container-1 {
    padding-left: 96px;
    padding-right: 96px; */

/* max-width: 1472px; */

/* margin-left: auto;
    margin-right: auto;
  }
} */

.pala-container-2 {
  /* padding-left: 32px;
  padding-right: 32px; */
  /* max-width: 1472px; */
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}

.pala-container-4 {
  /* padding-left: 96px;
  padding-right: 96px; */
  /* max-width: 1128px; */
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
}

@media (min-width: 640px) {
  .pala-container-2 {
    /* padding-left: 96px;
    padding-right: 96px; */
    /* max-width: 1128px; */
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 64px);
  }
}

@media (min-width: 1024px) {
  .pala-container-2 {
    /* padding-left: 96px;
    padding-right: 96px; */
    /* max-width: 1128px; */
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 96px);
  }

  .pala-container-4 {
    width: calc(100% - 96px);
  }
}

@media (min-width: 1200px) {
  .pala-container-2 {
    /* padding-left: 96px;
    padding-right: 96px; */
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 192px);
  }

  .pala-container-4 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 192px);
  }
}

@media (min-width: 1750px) {
  .pala-container-2 {
    /* padding-left: 96px;
    padding-right: 96px; */
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.pala-container-3 {
  /* padding-left: 32px;
  padding-right: 32px; */
  /* max-width: 1552px; */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1320px) {
  .pala-container-3 {
    /* padding-left: 96px;
    padding-right: 96px; */
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1750px) {
  .pala-container-3 {
    /* padding-left: 96px;
    padding-right: 96px; */
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.aretan-container,
.aretan-container-2,
.aretan-container-3 {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .aretan-container,
  .aretan-container-2,
  .aretan-container-3 {
    max-width: 1080px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1023px) {
  .aretan-container {
    max-width: 760px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .aretan-container-2,
  .aretan-container-3 {
    /* max-width: 760px; */
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .aretan-container,
  .aretan-container-2,
  .aretan-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.paladream-header__dashed-border {
  /* background-color: #FFFFFF; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='1' stroke-dasharray='1%2c 1' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.paladream__dashed-border-2 {
  /* background-color: #FFFFFF; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='1%2c 1' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.home-top-section__overlay {
  background-color: #040101;
  opacity: 0.6;
}

.blog-single__content-inner-wrapper p {
  line-height: 28px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.blog-single__content-inner-wrapper img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  border-radius: 2px;
}

.blog-single__content-inner-wrapper ul,
.blog-single__content-inner-wrapper ul *,
.blog-single__content-inner-wrapper ol,
.blog-single__content-inner-wrapper ol * {
  line-height: 26px;
}

.spl-title {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Vazirmatn";
}

.contact-us__gradient-effect {
  background: linear-gradient(0deg, rgba(7, 4, 9, 0.66) 0%, rgba(7, 4, 9, 0.66) 100%),
    linear-gradient(180deg, rgba(219, 210, 199, 0.56) 5.16%, rgba(250, 224, 193, 0.31) 17.49%);
}

.newsletter__form-wrapper .gform_wrapper .gform_validation_errors,
.contact-us_form-wrapper .gform_wrapper .gform_validation_errors,
.footer-call-me__form-wrapper .gform_wrapper .gform_validation_errors {
  display: none !important;
}

#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
#gform_ajax_spinner_3 {
  position: absolute;
  bottom: -24px;
}

#gform_confirmation_message_1,
#gform_confirmation_message_2,
#gform_confirmation_message_3 {
  align-items: center;
  line-height: 3ex;
}

#gform_confirmation_message_1::before,
#gform_confirmation_message_2::before,
#gform_confirmation_message_3::before {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 1.66663C5.40817 1.66663 1.6665 5.40829 1.6665 9.99996C1.6665 14.5916 5.40817 18.3333 9.99984 18.3333C14.5915 18.3333 18.3332 14.5916 18.3332 9.99996C18.3332 5.40829 14.5915 1.66663 9.99984 1.66663ZM13.9832 8.08329L9.25817 12.8083C9.1415 12.925 8.98317 12.9916 8.8165 12.9916C8.64984 12.9916 8.4915 12.925 8.37484 12.8083L6.0165 10.45C5.77484 10.2083 5.77484 9.80829 6.0165 9.56663C6.25817 9.32496 6.65817 9.32496 6.89984 9.56663L8.8165 11.4833L13.0998 7.19996C13.3415 6.95829 13.7415 6.95829 13.9832 7.19996C14.2248 7.44163 14.2248 7.83329 13.9832 8.08329Z' fill='%23006816'/%3E%3C/svg%3E%0A");
}

#services-page__filter-wrapper-id.loading > .service-archive__load-cat-btn,
#services-page__loop-container.loading > .services-archive__a-service-item {
  opacity: 0.25;
}

/* Loader animation */

.project-archive__loader {
  /* position: absolute;
  top: 50%;
  left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  /* width: 50px; */
  height: 50px;
  /* margin: auto; */
}

.project-archive__loader .project-archive__circle {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
}

.project-archive__loader .project-archive__circle:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.7);
}

.project-archive__loader .project-archive__circle-5:after {
  background: #e15b64;
}

.project-archive__loader .project-archive__circle-4:after {
  background: #f8b26a;
}

.project-archive__loader .project-archive__circle-3:after {
  background: #abbd81;
}

.project-archive__loader .project-archive__circle-2:after {
  background: #6492ac;
}

.project-archive__loader .project-archive__circle-1:after {
  background: #6a63b6;
}

.project-archive__loader .project-archive__circle-2 {
  animation-delay: 240ms;
}

.project-archive__loader .project-archive__circle-3 {
  animation-delay: 480ms;
}

.project-archive__loader .project-archive__circle-4 {
  animation-delay: 720ms;
}

.project-archive__loader .project-archive__circle-5 {
  animation-delay: 960ms;
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }

  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }

  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }

  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }

  76% {
    transform: rotate(945deg);
    opacity: 0;
  }

  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

.services-archive__a-service-item {
  transition: all 0.32s ease;
  transform: translateY(100px);
  opacity: 0;
}

.services-archive__a-service-item.reveal {
  transform: translateY(0);
  opacity: 1;
}

/* Services Archive Pagination */

#service-archive__load-more-btn.loading,
#service-archive__buttons-wrapper.loading {
  display: none;
}

#service-archive__next-page.loading,
#service-archive__previous-page.loading {
  opacity: 0.25;
}

/* June 2024 New Styles */

.background-dark_purple_gradient {
  background: var(--Paladream-bg, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #281d2e);
}

.home-service__an-item:hover .paladream-header__dashed-border {
  /* background-color: #FFFFFF; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C7A28C' stroke-width='1' stroke-dasharray='1%2c 1' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!left-\[calc\(50\%_-_72px\)\] {
  left: calc(50% - 72px) !important;
}

.\!right-\[calc\(50\%_-_72px\)\] {
  right: calc(50% - 72px) !important;
}

.\!top-full {
  top: 100% !important;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[18px\] {
  left: 18px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-6 {
  right: 1.5rem;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-2 {
  top: 0.5rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-\[0\] {
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

.-mr-7 {
  margin-right: -1.75rem;
}

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-20 {
  margin-bottom: 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;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-14 {
  height: 3.5rem !important;
}

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

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

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

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

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

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

.\!w-14 {
  width: 3.5rem !important;
}

.\!w-\[unset\] {
  width: unset !important;
}

.w-44 {
  width: 11rem;
}

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

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

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

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

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

.w-\[calc\(100\%_-_2px\)\] {
  width: calc(100% - 2px);
}

.w-\[calc\(100\%_-_36px\)\] {
  width: calc(100% - 36px);
}

.w-\[unset\] {
  width: unset;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

.flex-\[1\] {
  flex: 1;
}

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

.-translate-y-1\/2 {
  --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-\[60\%\] {
  --tw-translate-y: -60%;
  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-\[-80px\] {
  --tw-translate-x: -80px;
  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-\[120px\] {
  --tw-translate-y: 120px;
  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-\[calc\(-50\%_\+_32px\)\] {
  --tw-translate-y: calc(-50% + 32px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

.grid-cols-\[100px_auto_120px\] {
  grid-template-columns: 100px auto 120px;
}

.grid-cols-\[12fr_5fr_4fr\] {
  grid-template-columns: 12fr 5fr 4fr;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[20px_auto\] {
  grid-template-columns: 20px auto;
}

.grid-cols-\[46px_1fr_46px\] {
  grid-template-columns: 46px 1fr 46px;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

.gap-y-\[50px\] {
  row-gap: 50px;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.24\)\] {
  background-color: rgba(0,0,0,0.24);
}

.bg-pastel_peach_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 162 140 / var(--tw-bg-opacity));
}

.bg-primary_brown_3 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-purple_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 49 66 / var(--tw-bg-opacity));
}

.bg-rgba_transparent_2 {
  background-color: rgba(30, 30, 30, 0.50);
}

.bg-rgba_transparent_234_30 {
  background-color: rgba(234, 234, 234, 0.30);
}

.bg-rgba_transparent_255_10 {
  background-color: rgba(255, 255, 255, 0.10);
}

.bg-rgba_transparent_3 {
  background-color: rgba(255, 255, 255, 0.20);
}

.bg-rgba_transparent_5 {
  background-color: rgba(145, 130, 112, 0.10);
}

.bg-rgba_transparent_6 {
  background-color: rgba(255, 255, 255, 0.30);
}

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

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

.pb-72 {
  padding-bottom: 18rem;
}

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

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

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

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

.pb-\[33\%\] {
  padding-bottom: 33%;
}

.pb-\[44\%\] {
  padding-bottom: 44%;
}

.pb-\[56\%\] {
  padding-bottom: 56%;
}

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

.pb-\[61\%\] {
  padding-bottom: 61%;
}

.pb-\[64\%\] {
  padding-bottom: 64%;
}

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

.pb-\[83\%\] {
  padding-bottom: 83%;
}

.pb-\[84\%\] {
  padding-bottom: 84%;
}

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

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

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

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[180\%\] {
  line-height: 180%;
}

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

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

.text-gray_2 {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}

.text-pastel_peach_1 {
  --tw-text-opacity: 1;
  color: rgb(237 192 165 / var(--tw-text-opacity));
}

.text-pastel_peach_2 {
  --tw-text-opacity: 1;
  color: rgb(199 162 140 / var(--tw-text-opacity));
}

.text-primary_brown_2 {
  --tw-text-opacity: 1;
  color: rgb(145 130 112 / var(--tw-text-opacity));
}

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

.text-primary_gray_3 {
  --tw-text-opacity: 1;
  color: rgb(36 31 32 / var(--tw-text-opacity));
}

.text-rgba_transparent_255_70 {
  color: rgba(255, 255, 255, 0.70);
}

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

.shadow-service_box_2 {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 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);
}

.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);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.\[backdrop-filter\:blur\(15px\)\] {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.\[backdrop-filter\:blur\(25px\)\] {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.\[backdrop-filter\:blur\(50px\)\] {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.\[direction\:ltr\] {
  direction: ltr;
}

.\[letter-spacing\:-1px\;\] {
  letter-spacing: -1px;;
}

.\[letter-spacing\:0\.8px\] {
  letter-spacing: 0.8px;
}

.\[text-shadow\:0px_4px_4px_rgba\(0\2c _0\2c _0\2c _0\.25\)\] {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.\[transform\:translateY\(calc\(100\%_\+_12px\)\)\] {
  transform: translateY(calc(100% + 12px));
}

.\[transition\:all_\.22s_ease\] {
  transition: all .22s ease;
}

.\[transition\:all_\.3s_ease\] {
  transition: all .3s ease;
}

.\[transition\:all_0\.45s_ease\] {
  transition: all 0.45s ease;
}

#field_2_16  select {
  background-color: rgba(255, 255, 255, 0.50);
  display: inline-block;
  width: 100%;
  outline: none;
  position: relative;
  border-radius: 4px;
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 0.7rem top 50%;
  background-size: 0.65rem auto;
}

#field_2_16  select::after {
  width: 23px;
  height: 28px;
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 3px;
  background: url(https://stackoverflow.com/favicon.ico) right / 90% no-repeat #FFF;
  pointer-events: none;
  /* background: #FFF;
   */
}

#field_2_16  select .gf_placeholder {
  color: rgba(0, 0, 0, 0.25);
}

#field_2_17 .ginput_container_text,
#field_2_13 .ginput_container_text{
  position: relative;
}

#field_2_17 .ginput_container_text::after {
  top: 0.75rem;
  color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  #field_2_17 .ginput_container_text::after {
    top: 1.25rem;
  }
}

#field_2_17 .ginput_container_text::after{
  content: "محل برگزاری مراسم";
  font-size: 12px;
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 22;
}

#field_2_13 .ginput_container_text::after {
  top: 0.75rem;
  color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  #field_2_13 .ginput_container_text::after {
    top: 1.25rem;
  }
}

#field_2_13 .ginput_container_text::after{
  content: "روز-ماه-سال";
  font-size: 12px;
  position: absolute;
  left: 12px;
  z-index: 22;
}

.after\:\!content-none::after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.hover\:bg-rgba_transparent_244_95:hover {
  background-color: rgba(244, 245, 244, 0.95);
}

.hover\:bg-rgba_transparent_3:hover {
  background-color: rgba(255, 255, 255, 0.20);
}

.hover\:bg-rgba_transparent_4:hover {
  background-color: rgba(255, 255, 255, 0.40);
}

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

.hover\:text-rgba_transparent_7:hover {
  color: rgba(30, 30, 30, 0.60);
}

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

.hover\:shadow-home_button_1:hover {
  --tw-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-service_box:hover {
  --tw-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0px 4px 10px 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);
}

.hover\:shadow-service_box_2:hover {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 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);
}

.hover\:\[text-shadow\:0px_0px_7px_rgba\(255\2c _255\2c _255\2c _0\.80\)\]:hover {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.80);
}

.hover\:\[text-shadow\:1px_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

@media (min-width: 420px) {
  .min-420\:h-\[680px\] {
    height: 680px;
  }

  .min-420\:h-\[952px\] {
    height: 952px;
  }
}

@media (min-width: 640px) {
  .sm\:-top-3\/4 {
    top: -75%;
  }

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

  .sm\:right-\[22px\] {
    right: 22px;
  }

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

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

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

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

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

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .sm\:grid-cols-\[46px_280px_46px\] {
    grid-template-columns: 46px 280px 46px;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

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

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

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

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

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

  .sm\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[72px\] {
    left: 72px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .lg\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:-translate-y-1\/2 {
    --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));
  }

  .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\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

  .lg\:grid-cols-\[220px_1fr\] {
    grid-template-columns: 220px 1fr;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[36px\] {
    gap: 36px;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-\[9\%\] {
    -moz-column-gap: 9%;
         column-gap: 9%;
  }

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

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

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

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .lg\:pb-\[23\.7\%\] {
    padding-bottom: 23.7%;
  }

  .lg\:pb-\[28\.3\%\] {
    padding-bottom: 28.3%;
  }

  .lg\:pb-\[35\%\] {
    padding-bottom: 35%;
  }

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

  .lg\:pb-\[53\.15\%\] {
    padding-bottom: 53.15%;
  }

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

  .lg\:pb-\[68\.5\%\] {
    padding-bottom: 68.5%;
  }

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

  .lg\:pb-\[85\%\] {
    padding-bottom: 85%;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:-top-\[100px\] {
    top: -100px;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:order-\[initial\] {
    order: initial;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:h-\[unset\] {
    height: unset;
  }

  .xl\:h-full {
    height: 100%;
  }

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

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

  .xl\:w-\[unset\] {
    width: unset;
  }

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

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

  .xl\:grid-cols-\[15fr_5fr_4fr\] {
    grid-template-columns: 15fr 5fr 4fr;
  }

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

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

  .xl\:border-solid {
    border-style: solid;
  }

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

  .xl\:bg-\[unset\] {
    background-color: unset;
  }

  .xl\:bg-rgba_transparent_3 {
    background-color: rgba(255, 255, 255, 0.20);
  }

  .xl\:bg-rgba_transparent_5 {
    background-color: rgba(145, 130, 112, 0.10);
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

  .xl\:pb-\[26\%\] {
    padding-bottom: 26%;
  }

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

  .xl\:pb-\[unset\] {
    padding-bottom: unset;
  }

  .xl\:pt-\[unset\] {
    padding-top: unset;
  }

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

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

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

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

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

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

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

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

  .xl\:\[backdrop-filter\:blur\(50px\)\] {
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }

  .xl\:\[backdrop-filter\:unset\] {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }

  .xl\:\[position\:initial\] {
    position: initial;
  }
}

@media (min-width: 1366px) {
  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

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

  .\32xl\:translate-y-\[calc\(-50\%_\+_0px\)\] {
    --tw-translate-y: calc(-50% + 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));
  }
}

@media (min-width: 1750px) {
  .\33xl\:h-\[600px\] {
    height: 600px;
  }

  .\33xl\:w-\[432px\] {
    width: 432px;
  }

  .\33xl\:grid-cols-\[12fr_5fr_4fr\] {
    grid-template-columns: 12fr 5fr 4fr;
  }

  .\33xl\:gap-24 {
    gap: 6rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

  .\33xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\33xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\33xl\:gap-x-\[13\%\] {
    -moz-column-gap: 13%;
         column-gap: 13%;
  }

  .\33xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\33xl\:pb-\[936px\] {
    padding-bottom: 936px;
  }

  .\33xl\:pt-0 {
    padding-top: 0px;
  }

  .\33xl\:text-\[42px\] {
    font-size: 42px;
  }

  .\33xl\:text-\[84px\] {
    font-size: 84px;
  }

  .\33xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\33xl\:leading-\[80px\] {
    line-height: 80px;
  }
}

@media (max-width: 1023px) {
  .tablet\:left-6 {
    left: 1.5rem;
  }

  .tablet\:right-2 {
    right: 0.5rem;
  }

  .tablet\:right-6 {
    right: 1.5rem;
  }

  .tablet\:top-0 {
    top: 0px;
  }

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

  .tablet\:top-4 {
    top: 1rem;
  }

  .tablet\:top-8 {
    top: 2rem;
  }

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

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-16 {
    height: 4rem;
  }

  .tablet\:w-16 {
    width: 4rem;
  }

  .tablet\:w-\[calc\(100\%_-_32px\)\] {
    width: calc(100% - 32px);
  }

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

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

  .tablet\:p-4 {
    padding: 1rem;
  }

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

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

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

.\[\&\.service-archive\\_\\_active-filter\>\.s-c-overlay\]\:\!bg-rgba_transparent_3.service-archive__active-filter>.s-c-overlay {
  background-color: rgba(255, 255, 255, 0.20) !important;
}

.\[\&\.service-archive\\_\\_active-filter\>\.s-c-overlay\]\:shadow-service_box.service-archive__active-filter>.s-c-overlay {
  --tw-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0px 4px 10px 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);
}

.\[\&\:not\(\.loading\)\]\:cursor-pointer:not(.loading) {
  cursor: pointer;
}

.\[\&\>\*\]\:mb-2>* {
  margin-bottom: 0.5rem;
}

.\[\&\>\*\]\:mb-8>* {
  margin-bottom: 2rem;
}

.\[\&\>\*\]\:w-full>* {
  width: 100%;
}

.\[\&\>\*\]\:py-4>* {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>\*\]\:text-gray_2>* {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:\[\&\>\*\]\:mb-8>* {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>\*\]\:mb-16>* {
    margin-bottom: 4rem;
  }

  .lg\:\[\&\>\*\]\:w-full>* {
    width: 100%;
  }

  .lg\:\[\&\>\*\]\:text-center>* {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .xl\:\[\&\>\*\]\:ml-auto>* {
    margin-left: auto;
  }

  .xl\:\[\&\>\*\]\:w-1\/2>* {
    width: 50%;
  }
}

.hover\:\[\&\>\.project-single\\_\\_nav-buttons\:not\(\.swiper-button-disabled\)\]\:border-sunset_gold>.project-single__nav-buttons:not(.swiper-button-disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 180 0 / var(--tw-border-opacity));
}

.hover\:\[\&\>\.project-single\\_\\_nav-buttons\:not\(\.swiper-button-disabled\)\]\:bg-sunset_gold>.project-single__nav-buttons:not(.swiper-button-disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 180 0 / var(--tw-bg-opacity));
}

.\[\&\>\.project-single\\_\\_nav-buttons\>svg\>path\]\:fill-gray_2>.project-single__nav-buttons>svg>path {
  fill: #58595B;
}

.\[\&\>\.project-single\\_\\_nav-buttons\]\:border-\[1px\]>.project-single__nav-buttons {
  border-width: 1px;
}

.\[\&\>\.project-single\\_\\_nav-buttons\]\:border-gray_2>.project-single__nav-buttons {
  --tw-border-opacity: 1;
  border-color: rgb(88 89 91 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .lg\:\[\&\>\.reverse-child\]\:even\:order-2:nth-child(even)>.reverse-child {
    order: 2;
  }
}

.\[\&\>\.swiper-button-disabled\>svg\>path\]\:fill-gray_1>.swiper-button-disabled>svg>path {
  fill: #d1d3d4;
}

.\[\&\>\.swiper-button-disabled\]\:border-gray_1>.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 211 212 / var(--tw-border-opacity));
}

.\[\&\>\.swiper-pagination-progressbar-fill\]\:bg-\[rgba\(0\2c 0\2c 0\2c 1\)\]>.swiper-pagination-progressbar-fill {
  background-color: rgba(0,0,0,1);
}

.\[\&\>div\>\.main-navigation\\_\\_level-1-ul\>li\>a\]\:py-4>div>.main-navigation__level-1-ul>li>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>div\>\.main-navigation\\_\\_level-1-ul\>li\>a\]\:text-right>div>.main-navigation__level-1-ul>li>a {
  text-align: right;
}

@media (max-width: 1023px) {
  .tablet\:\[\&\>div\>\.main-navigation\\_\\_level-1-ul\>li\>a\]\:py-1>div>.main-navigation__level-1-ul>li>a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.\[\&\>h3\]\:mb-2>h3 {
  margin-bottom: 0.5rem;
}

.\[\&\>h3\]\:text-xl>h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&\>h3\]\:font-medium>h3 {
  font-weight: 500;
}

.\[\&\>input\]\:\!mb-0>input {
  margin-bottom: 0px !important;
}

.\[\&\>input\]\:\!min-h-fit>input {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.\[\&\>input\]\:cursor-pointer>input {
  cursor: pointer;
}

.\[\&\>input\]\:px-16>input {
  padding-left: 4rem;
  padding-right: 4rem;
}

.\[\&\>input\]\:px-7>input {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.\[\&\>input\]\:px-\[14px\]>input {
  padding-left: 14px;
  padding-right: 14px;
}

.\[\&\>input\]\:py-\[6px\]>input {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.\[\&\>input\]\:py-\[8px\]>input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.\[\&\>input\]\:\!leading-none>input {
  line-height: 1 !important;
}

.\[\&\>input\]\:text-white>input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>input\]\:\[transition\:all_0\.45s_ease\]>input {
  transition: all 0.45s ease;
}

.\[\&\>input\]\:hover\:text-rgba_transparent_2:hover>input {
  color: rgba(30, 30, 30, 0.50);
}

@media (min-width: 1024px) {
  .lg\:\[\&\>input\]\:px-9>input {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:\[\&\>input\]\:py-\[10px\]>input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .\[\&\>input\]\:xl\:px-7>input {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\[\&\>input\]\:xl\:py-\[13px\]>input {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>li\:first-child\>a\]\:text-primary_gray_3>li:first-child>a {
    --tw-text-opacity: 1;
    color: rgb(36 31 32 / var(--tw-text-opacity));
  }
}

.\[\&\>li\>a\]\:block>li>a {
  display: block;
}

.\[\&\>li\>a\]\:max-w-3xl>li>a {
  max-width: 48rem;
}

.\[\&\>li\>a\]\:py-1>li>a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&\>li\>a\]\:py-3>li>a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>li\>a\]\:pr-4>li>a {
  padding-right: 1rem;
}

.\[\&\>li\>a\]\:font-bold>li>a {
  font-weight: 700;
}

.\[\&\>li\>a\]\:text-primary_gray_3>li>a {
  --tw-text-opacity: 1;
  color: rgb(36 31 32 / var(--tw-text-opacity));
}

.\[\&\>li\>a\]\:text-white>li>a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 356px) {
  .max-356\:\[\&\>li\>a\]\:w-72>li>a {
    width: 18rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>li\>a\]\:px-6>li>a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:\[\&\>li\>a\]\:py-4>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:\[\&\>li\>a\]\:text-gray_2>li>a {
    --tw-text-opacity: 1;
    color: rgb(88 89 91 / var(--tw-text-opacity));
  }
}

@media (max-width: 1023px) {
  .tablet\:\[\&\>li\>a\]\:mb-5>li>a {
    margin-bottom: 1.25rem;
  }

  .tablet\:\[\&\>li\>a\]\:w-80>li>a {
    width: 20rem;
  }

  .tablet\:\[\&\>li\>a\]\:px-2>li>a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:\[\&\>li\>a\]\:pr-2>li>a {
    padding-right: 0.5rem;
  }

  .tablet\:\[\&\>li\>a\]\:text-base>li>a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet\:\[\&\>li\>a\]\:font-medium>li>a {
    font-weight: 500;
  }

  .tablet\:\[\&\>li\>a\]\:text-primary_gray_3>li>a {
    --tw-text-opacity: 1;
    color: rgb(36 31 32 / var(--tw-text-opacity));
  }
}

.\[\&\>li\]\:mb-2>li {
  margin-bottom: 0.5rem;
}

.\[\&\>li\]\:max-w-\[220px\]>li {
  max-width: 220px;
}

.\[\&\>li\]\:list-none>li {
  list-style-type: none;
}

.\[\&\>li\]\:\[transition\:all_0\.45s_ease\]>li {
  transition: all 0.45s ease;
}

.hover\:\[\&\>li\]\:\[text-shadow\:0px_0px_7px_rgba\(255\2c _255\2c _255\2c _0\.80\)\]>li:hover {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.80);
}

@media (min-width: 1200px) {
  .xl\:\[\&\>li\]\:mb-0>li {
    margin-bottom: 0px;
  }

  .xl\:\[\&\>li\]\:max-w-\[160px\]>li {
    max-width: 160px;
  }

  .xl\:\[\&\>li\]\:flex-grow>li {
    flex-grow: 1;
  }

  .xl\:\[\&\>li\]\:basis-24>li {
    flex-basis: 6rem;
  }

  .xl\:\[\&\>li\]\:text-center>li {
    text-align: center;
  }
}

.\[\&\>span\]\:hover\:text-rgba_transparent_2:hover>span {
  color: rgba(30, 30, 30, 0.50);
}

.\[\&\>svg\>path\]\:fill-gray_1>svg>path {
  fill: #d1d3d4;
}

.\[\&\>svg\>path\]\:fill-gray_2>svg>path {
  fill: #58595B;
}

.\[\&_\#field\\_1\\_2\]\:\[grid-column\:1\/-1\] #field_1_2 {
  grid-column: 1/-1;
}

@media (min-width: 1200px) {
  .xl\:\[\&_\#field\\_1\\_2\]\:\[grid-column\:span_6\] #field_1_2 {
    grid-column: span 6;
  }
}

.\[\&_\#gform\\_confirmation\\_message\\_1\]\:min-w-\[250px\] #gform_confirmation_message_1 {
  min-width: 250px;
}

.\[\&_\#gform\\_confirmation\\_message\\_1\]\:\!bg-light_green #gform_confirmation_message_1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 234 192 / var(--tw-bg-opacity)) !important;
}

.\[\&_\#gform\\_confirmation\\_message\\_1\]\:px-3 #gform_confirmation_message_1 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_\#gform\\_confirmation\\_message\\_1\]\:py-\[10px\] #gform_confirmation_message_1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.\[\&_\#gform\\_wrapper\\_2\]\:pb-16 #gform_wrapper_2 {
  padding-bottom: 4rem;
}

.\[\&_\*\]\:\!leading-\[140\%\] * {
  line-height: 140% !important;
}

.\[\&_\*\]\:text-primary_gray_3 * {
  --tw-text-opacity: 1;
  color: rgb(36 31 32 / var(--tw-text-opacity));
}

.\[\&_\.fav-post\\_\\_excerpt\]\:hover\:text-rgba_transparent_8:hover .fav-post__excerpt {
  color: rgba(51, 51, 51, 0.80);
}

.\[\&_\.fav-post\\_\\_title\>span\]\:hover\:text-pastel_peach_2:hover .fav-post__title>span {
  --tw-text-opacity: 1;
  color: rgb(199 162 140 / var(--tw-text-opacity));
}

.\[\&_\.gfield\\_required\]\:\!hidden .gfield_required {
  display: none !important;
}

.\[\&_\.gform\\_body_input\]\:\!h-\[40px\] .gform_body input {
  height: 40px !important;
}

.\[\&_\.gform\\_body_input\]\:w-full .gform_body input {
  width: 100%;
}

.\[\&_\.gform\\_body_input\]\:max-w-\[460px\] .gform_body input {
  max-width: 460px;
}

.\[\&_\.gform\\_body_input\]\:\!rounded-\[5px\] .gform_body input {
  border-radius: 5px !important;
}

.\[\&_\.gform\\_body_input\]\:border-b .gform_body input {
  border-bottom-width: 1px;
}

.\[\&_\.gform\\_body_input\]\:border-solid .gform_body input {
  border-style: solid;
}

.\[\&_\.gform\\_body_input\]\:border-white .gform_body input {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_\.gform\\_body_input\]\:bg-rgba_transparent_255_50 .gform_body input {
  background-color: rgba(255, 255, 255, 0.50);
}

.\[\&_\.gform\\_body_input\]\:bg-transparent .gform_body input {
  background-color: transparent;
}

.\[\&_\.gform\\_body_input\]\:\!px-5 .gform_body input {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\[\&_\.gform\\_body_input\]\:\!py-\[14px\] .gform_body input {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.\[\&_\.gform\\_body_input\]\:\!pl-\[64px\] .gform_body input {
  padding-left: 64px !important;
}

.\[\&_\.gform\\_body_input\]\:text-left .gform_body input {
  text-align: left;
}

.\[\&_\.gform\\_body_input\]\:\!text-sm .gform_body input {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\[\&_\.gform\\_body_input\]\:text-sm .gform_body input {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.gform\\_body_input\]\:\!text-primary_gray_1 .gform_body input {
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

.\[\&_\.gform\\_body_input\]\:text-white .gform_body input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_\.gform\\_body_input\]\:outline-none .gform_body input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.gform\\_body_input\]\:\!\[direction\:ltr\] .gform_body input {
  direction: ltr !important;
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-right .gform_body input::-moz-placeholder {
  text-align: right;
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-right .gform_body input::placeholder {
  text-align: right;
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-\[\#DFDCD9\] .gform_body input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 220 217 / var(--tw-text-opacity));
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-\[\#DFDCD9\] .gform_body input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 220 217 / var(--tw-text-opacity));
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-rgba_transparent_0_25 .gform_body input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-rgba_transparent_0_25 .gform_body input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-white .gform_body input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_\.gform\\_body_input\]\:placeholder\:text-white .gform_body input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.gform\\_body_input\]\:\!h-\[56px\] .gform_body input {
    height: 56px !important;
  }

  .\[\&_\.gform\\_body_input\]\:lg\:\!pl-\[94px\] .gform_body input {
    padding-left: 94px !important;
  }

  .lg\:\[\&_\.gform\\_body_input\]\:\!text-xl .gform_body input {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:\[\&_\.gform\\_body_input\]\:\!font-bold .gform_body input {
    font-weight: 700 !important;
  }

  .lg\:\[\&_\.gform\\_body_input\]\:font-bold .gform_body input {
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .xl\:\[\&_\.gform\\_body_input\]\:\!py-4 .gform_body input {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:\[\&_\.gform\\_body_input\]\:\!text-base .gform_body input {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:flex .gform_confirmation_message_1 {
  display: flex;
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:items-end .gform_confirmation_message_1 {
  align-items: flex-end;
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:gap-2 .gform_confirmation_message_1 {
  gap: 0.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:text-base .gform_confirmation_message_1 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:font-semibold .gform_confirmation_message_1 {
  font-weight: 600;
}

.\[\&_\.gform\\_confirmation\\_message\\_1\]\:leading-4 .gform_confirmation_message_1 {
  line-height: 1rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:flex .gform_confirmation_message_2 {
  display: flex;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:items-end .gform_confirmation_message_2 {
  align-items: flex-end;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:gap-2 .gform_confirmation_message_2 {
  gap: 0.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:text-base .gform_confirmation_message_2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:font-semibold .gform_confirmation_message_2 {
  font-weight: 600;
}

.\[\&_\.gform\\_confirmation\\_message\\_2\]\:leading-4 .gform_confirmation_message_2 {
  line-height: 1rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:flex .gform_confirmation_message_3 {
  display: flex;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:items-end .gform_confirmation_message_3 {
  align-items: flex-end;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:gap-2 .gform_confirmation_message_3 {
  gap: 0.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:text-base .gform_confirmation_message_3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:font-semibold .gform_confirmation_message_3 {
  font-weight: 600;
}

.\[\&_\.gform\\_confirmation\\_message\\_3\]\:leading-4 .gform_confirmation_message_3 {
  line-height: 1rem;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:absolute .gform_confirmation_wrapper {
  position: absolute;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:bottom-2 .gform_confirmation_wrapper {
  bottom: 0.5rem;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:left-1\/2 .gform_confirmation_wrapper {
  left: 50%;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:mx-auto .gform_confirmation_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:mt-3 .gform_confirmation_wrapper {
  margin-top: 0.75rem;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:w-fit .gform_confirmation_wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:w-max .gform_confirmation_wrapper {
  width: -moz-max-content;
  width: max-content;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:-translate-x-1\/2 .gform_confirmation_wrapper {
  --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));
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:bg-\[\#b4eac0\] .gform_confirmation_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(180 234 192 / var(--tw-bg-opacity));
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:px-4 .gform_confirmation_wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:py-3 .gform_confirmation_wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\.gform\\_confirmation\\_wrapper\]\:text-forest_green .gform_confirmation_wrapper {
  --tw-text-opacity: 1;
  color: rgb(0 104 22 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.gform\\_confirmation\\_wrapper\]\:mx-\[unset\] .gform_confirmation_wrapper {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:\[\&_\.gform\\_confirmation\\_wrapper\]\:mt-\[unset\] .gform_confirmation_wrapper {
    margin-top: unset;
  }
}

.\[\&_\.gform\\_footer\]\:absolute .gform_footer {
  position: absolute;
}

.\[\&_\.gform\\_footer\]\:left-0 .gform_footer {
  left: 0px;
}

.\[\&_\.gform\\_footer\]\:top-\[8px\] .gform_footer {
  top: 8px;
}

.\[\&_\.gform\\_footer\]\:\!mt-0 .gform_footer {
  margin-top: 0px !important;
}

.\[\&_\.gform\\_footer\]\:\!py-0 .gform_footer {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 1024px) {
  .\[\&_\.gform\\_footer\]\:lg\:top-\[2px\] .gform_footer {
    top: 2px;
  }
}

.\[\&_\.gform\\_wrapper\.gravity-theme_\.gfield\]\:\!col-auto .gform_wrapper.gravity-theme .gfield {
  grid-column: auto !important;
}

.\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:grid-cols-\[unset\] .gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: unset;
}

.\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:gap-y-0 .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 0px;
}

.\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:gap-y-5 .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 1.25rem;
}

.\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:\[grid-row-gap\:14px\] .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 14px;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:grid-cols-\[1fr_1fr\] .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: 1fr 1fr;
  }

  .\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:lg\:gap-10 .gform_wrapper.gravity-theme .gform_fields {
    gap: 2.5rem;
  }

  .lg\:\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:\[grid-row-gap\:24px\] .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px;
  }
}

@media (min-width: 1200px) {
  .xl\:\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:grid-cols-\[auto\] .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: auto;
  }

  .\[\&_\.gform\\_wrapper\.gravity-theme_\.gform\\_fields\]\:xl\:gap-20 .gform_wrapper.gravity-theme .gform_fields {
    gap: 5rem;
  }
}

.\[\&_\.gformbody_input\]\:border-solid .gformbody input {
  border-style: solid;
}

.\[\&_\.home-service\\_\\_item-title\]\:hover\:text-pastel_peach_2:hover .home-service__item-title {
  --tw-text-opacity: 1;
  color: rgb(199 162 140 / var(--tw-text-opacity));
}

.\[\&_\.posts\\_excerpt\]\:hover\:text-rgba_transparent_8:hover .posts_excerpt {
  color: rgba(51, 51, 51, 0.80);
}

.\[\&_\.posts\\_title\>span\]\:hover\:text-pastel_peach_2:hover .posts_title>span {
  --tw-text-opacity: 1;
  color: rgb(199 162 140 / var(--tw-text-opacity));
}

.\[\&_form\]\:relative form {
  position: relative;
}

.\[\&_form\]\:mx-auto form {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_form\]\:grid form {
  display: grid;
}

.\[\&_form\]\:max-w-md form {
  max-width: 28rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_form\]\:mx-0 form {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:\[\&_form\]\:max-w-none form {
    max-width: none;
  }

  .lg\:\[\&_form\]\:grid-cols-\[1fr_170px\] form {
    grid-template-columns: 1fr 170px;
  }

  .\[\&_form\]\:lg\:gap-10 form {
    gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .\[\&_form\]\:xl\:gap-20 form {
    gap: 5rem;
  }
}

.\[\&_input\]\:\!mb-0 input {
  margin-bottom: 0px !important;
}

.\[\&_input\]\:text-white input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_input\]\:outline-none input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_input\]\:hover\:text-rgba_transparent_7:hover input {
  color: rgba(30, 30, 30, 0.60);
}

.\[\&_label\]\:\!hidden label {
  display: none !important;
}

.\[\&_li\:hover\>a\]\:\[transition\:all_\.3s_ease\] li:hover>a {
  transition: all .3s ease;
}

.\[\&_li\>a\]\:whitespace-nowrap li>a {
  white-space: nowrap;
}

.\[\&_li\>a\]\:text-base li>a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_li\>a\]\:\[transition\:all_\.3s_ease\] li>a {
  transition: all .3s ease;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:leading-\[4\.4ex\] p {
  line-height: 4.4ex;
}

@media (min-width: 640px) {
  .sm\:\[\&_p\]\:mb-6 p {
    margin-bottom: 1.5rem;
  }
}

.\[\&_select\]\:\!h-\[40px\] select {
  height: 40px !important;
}

.\[\&_select\]\:\!px-5 select {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\[\&_select\]\:\!text-sm select {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\[\&_select\]\:\!text-primary_gray_1 select {
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  .lg\:\[\&_select\]\:\!h-\[56px\] select {
    height: 56px !important;
  }

  .lg\:\[\&_select\]\:\!text-xl select {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:\[\&_select\]\:\!font-bold select {
    font-weight: 700 !important;
  }
}

.\[\&_svg\>circle\]\:fill-rgba_transparent_3 svg>circle {
  fill: rgba(255, 255, 255, 0.20);
}

.\[\&_svg\>circle\]\:fill-rgba_transparent_30_15 svg>circle {
  fill: rgba(30, 30, 30, 0.15);
}

.\[\&_svg\>circle\]\:hover\:fill-pastel_peach_2:hover svg>circle {
  fill: #C7A28C;
}

.\[\&_svg\>path\]\:stroke-white svg>path {
  stroke: #fff;
}

.\[\&_svg\>path\]\:hover\:stroke-white:hover svg>path {
  stroke: #fff;
}

.\[\&_textarea\]\:\!h-64 textarea {
  height: 16rem !important;
}

.\[\&_textarea\]\:\!rounded-\[5px\] textarea {
  border-radius: 5px !important;
}

.\[\&_textarea\]\:bg-rgba_transparent_255_50 textarea {
  background-color: rgba(255, 255, 255, 0.50);
}

.\[\&_textarea\]\:\!px-5 textarea {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\[\&_textarea\]\:\!py-4 textarea {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\[\&_textarea\]\:\!text-sm textarea {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\[\&_textarea\]\:\!text-primary_gray_1 textarea {
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

.\[\&_textarea\]\:outline-none textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_textarea\]\:placeholder\:text-rgba_transparent_0_25 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.\[\&_textarea\]\:placeholder\:text-rgba_transparent_0_25 textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
  .lg\:\[\&_textarea\]\:\!text-xl textarea {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:\[\&_textarea\]\:\!font-bold textarea {
    font-weight: 700 !important;
  }
}