/*
! tailwindcss v3.4.0 | 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: 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

::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:  ;
}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px){

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

  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px){

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

  .container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px){

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

  .container{
    max-width: 1440px;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.top-\[100\%\]{
  top: 100%;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-3{
  margin: 0.75rem;
}
.m-8{
  margin: 2rem;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.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-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-16{
  width: 4rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-grow{
  flex-grow: 1;
}
.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;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-3{
  gap: 0.75rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 24 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(211 167 90 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-color-theme-1{
  --tw-bg-opacity: 1;
  background-color: rgb(46 45 42 / var(--tw-bg-opacity));
}
.bg-color-theme-5{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 241 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(21 20 20 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 25 / 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-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.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-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.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;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.\!uppercase{
  text-transform: uppercase !important;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!normal-case{
  text-transform: none !important;
}
.leading-tight{
  line-height: 1.25;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 24 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(26 25 25 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}
.invert{
  --tw-invert: invert(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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 25 25 / var(--tw-bg-opacity)) !important;
}
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
section{
  overflow: hidden;
}
section h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (min-width: 782px){

  section h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 960px){

  section h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
section h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}
@media (min-width: 782px){

  section h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
section h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 960px){

  section h3{
    font-size: 1.25rem;
  }
}
section p a, section ul a, section ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
section p a:hover, section ul a:hover, section ol a:hover{
  text-decoration-line: none;
}
section p, section ul, section ol{
  margin-bottom: 2rem;
}
section ul:not(.block-editor-block-variation-picker__variations) li {
            /* @apply list-disc list-inside; */
        }
section ol li {
            /* @apply list-decimal list-inside; */
        }
.alignfull {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.w-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}
.default-padding{
  position: relative;
  margin-left: auto;
  margin-right: auto;
    max-width: 1300px;
    padding: 0 2rem;
    transition: .3s;
}
@media (max-width: 500px) {
.default-padding {
        padding: 0 1rem
}
    }
.block-padding-bottom-none {
    padding-bottom: 0px !important;
}
.block-padding-bottom{
  padding-bottom: 3rem;
}
@media (min-width: 782px){

  .block-padding-bottom{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 960px){

  .block-padding-bottom{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px){

  .block-padding-bottom{
    padding-bottom: 5rem;
  }
}
.block-padding-bottom-extra{
  padding-bottom: 3rem;
}
@media (min-width: 782px){

  .block-padding-bottom-extra{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 960px){

  .block-padding-bottom-extra{
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px){

  .block-padding-bottom-extra{
    padding-bottom: 10rem;
  }
}
.block-padding-bottom-half{
  padding-bottom: 3rem;
}
@media (min-width: 782px){

  .block-padding-bottom-half{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px){

  .block-padding-bottom-half{
    padding-bottom: 2.5rem;
  }
}
.block-padding-top-none {
    padding-top: 0px !important;
}
.block-padding-top{
  padding-top: 3rem;
}
@media (min-width: 782px){

  .block-padding-top{
    padding-top: 2.5rem;
  }
}
@media (min-width: 960px){

  .block-padding-top{
    padding-top: 4rem;
  }
}
@media (min-width: 1280px){

  .block-padding-top{
    padding-top: 5rem;
  }
}
.block-padding-top-extra{
  padding-top: 3rem;
}
@media (min-width: 782px){

  .block-padding-top-extra{
    padding-top: 2.5rem;
  }
}
@media (min-width: 960px){

  .block-padding-top-extra{
    padding-top: 5rem;
  }
}
@media (min-width: 1280px){

  .block-padding-top-extra{
    padding-top: 10rem;
  }
}
.block-padding-top-extra2{
  padding-top: 3rem;
}
@media (min-width: 782px){

  .block-padding-top-extra2{
    padding-top: 2.5rem;
  }
}
@media (min-width: 960px){

  .block-padding-top-extra2{
    padding-top: 10rem;
  }
}
@media (min-width: 1280px){

  .block-padding-top-extra2{
    padding-top: 15rem;
  }
}
.block-padding-top-half{
  padding-top: 3rem;
}
@media (min-width: 782px){

  .block-padding-top-half{
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .block-padding-top-half{
    padding-top: 2.5rem;
  }
}
.z-100 {
    z-index: 1000;
}
/* Rolling word */
.marquee-container{
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
    /* background-color: #13192E; */
    padding: 4.5rem 0;
}
.marquee-container:before, .marquee-container:after {
        content: '';
        position: absolute;
        top: 0px;
        height: 100%;
        width: 50%;
        --tw-bg-opacity: 1;
        background-color: rgb(26 25 25 / var(--tw-bg-opacity));
        /* opacity: .8; */
        z-index: 1;
    }
.marquee-container:before{
  left: 0px;
        background: linear-gradient(to right, #1A1919 5%, transparent);
}
.marquee-container:after{
  right: 0px; 
        background: linear-gradient(to right, transparent, #1A1919);
}
.marquee{
  position: absolute;
  display: flex;
  width: 100%;
  overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}
@media (max-width: 992px) {
.marquee {
        animation: marquee 20s linear infinite;
        overflow: initial
}
    }
.marquee .item{
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        text-decoration: none;
        transition: 0.3s;
        padding: 0 10px;
}
@media(max-width: 1024px) {
.marquee .item {
            margin-right: 5rem
    }
        }
@media(max-width: 500px) {
.marquee .item {
            margin-right: 2rem
    }
        }
.marquee .item span{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 782px){

  .marquee .item span{
    font-size: 6rem;
    line-height: 1;
  }
}
.marquee .item span {
            /* transform: translateY(10%); */
            background-image: linear-gradient(#736637, #A69350, #40391F);
            color: transparent;
            -webkit-background-clip: text;
                    background-clip: text;
            font-weight: 300;
        }
.marquee .item.slash span{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 782px){

  .marquee .item.slash span{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.marquee.marquee2 {
        animation-delay: 15s;
    }
@media (max-width: 992px) {
.marquee.marquee2 {
            opacity: 0;
            animation-delay: 0s
    }
        }
@keyframes marquee {
    0% {
    left: 100%;
    opacity: 1;
    }
    100% {
    left: -100%;
    }
}
.line{
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity));
    width: 60px;
    height: 3px;
}
.btn-default{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 13px;
    letter-spacing: 1px;
}
.btn-default span {
        font-size: 14px;
    }
.btn-default.btn-outlined{
  border-width: 1px;
        border-color: #181818;
        transition: .3s;
}
.btn-default.btn-outlined img {
            margin-left: 18px;
            transition: .3s;
        }
.btn-default.btn-outlined:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-default.btn-outlined:hover img {
                filter: brightness(0) invert(1);
            }
.btn-default.btn-outlined.btn-white {
            border-color: #fff;
            color: #fff !important;
        }
.btn-default.btn-outlined.btn-white img {
                filter: brightness(0) invert(1);
            }
.btn-default.btn-outlined.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity));
}
.btn-default.btn-outlined.btn-white:hover img {
                    filter: brightness(1) invert(1);
                }
.btn-default.w-arrow img {
            transition: .3s;
        }
.btn-default.w-arrow:hover img {
                transform: translateX(10%);
            }
.less-text {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 50px;
    height: 50px;
    text-align: justify; */
}
.default-link{
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
    font-size: 13px;
    letter-spacing: 2px;
}
.default-link i {
        padding-left: 5px;
        transition: .5s;
    }
.default-link:hover i {
            padding-left: 10px;
        }
.social-group ul{
  margin-bottom: 0px;
}
.social-group ul li{
  padding-left: 0.75rem;
}
.social-group ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 25 25 / var(--tw-text-opacity));
  text-decoration-line: none;
                border-radius: 50px;
                width: 30px;
                height: 30px;
}
.social-group ul li a i {
                    font-size: 14px;
                }
.social-group ul li:first-child{
  padding-left: 0px;
}
footer .group span, footer .group a {
            /* opacity: .7; */
        }
footer .group a:hover {
                text-decoration: underline;
                opacity: 1;
            }
footer ul{
  padding: 0px;
}
footer ul li{
  margin-bottom: 1.25rem !important;
}
footer ul li a{
  font-weight: 600;
                opacity: 1 !important;
}
footer ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
footer ul li:first-child{
  margin-bottom: 0px;
}
footer .copyright {
        border-color: #515151;
    }
header {
	transition: .3s;
	background-color: transparent;
}
header .custom-logo {
		max-width: 150px;
		/* filter: brightness(0) invert(1); */
		transition: .3s;
	}
.started-scrolling header{
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 25 / var(--tw-bg-opacity));
}
.started-scrolling header .inner{
  padding: 1rem;
}
.started-scrolling header .custom-logo {
			max-width: 100px
		}
#primary-menu-toggle svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media(max-width: 992px) {
#primary-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
	}
#primary-menu ul li{
  position: relative;
  margin: 0px;
  margin-bottom: 1.25rem;
}
@media (min-width: 960px){

  #primary-menu ul li{
    margin-bottom: 0px;
  }
}
#primary-menu ul li a{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media(max-width: 992px) {
#primary-menu ul li a{
    --tw-text-opacity: 1;
    color: rgb(24 24 24 / var(--tw-text-opacity));
  }
				}
#primary-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
#primary-menu ul li:last-child{
  margin-top: 2.5rem;
}
@media (min-width: 960px){

  #primary-menu ul li:last-child{
    margin-top: 0px;
  }
}
#primary-menu ul li:last-child a{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(24 24 24 / var(--tw-text-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
					border-radius: 0px;
					font-size: 14px;
					transition: .3s;
}
@media(max-width: 992px) {
#primary-menu ul li:last-child a{
    --tw-border-opacity: 1;
    border-color: rgb(24 24 24 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(24 24 24 / var(--tw-text-opacity));
  }
					}
#primary-menu ul li:last-child a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 24 / var(--tw-text-opacity)) !important;
						background: #fff;
}
#primary-menu ul li.active a{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
#primary-menu .sub-menu{
  left: 0px;
  top: 100%;
  margin-top: 0.75rem;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 960px){

  #primary-menu .sub-menu{
    position: absolute;
    margin-top: 1.25rem;
  }
}
#primary-menu .sub-menu li{
  margin: 0px !important;
  padding-bottom: 1rem;
}
#primary-menu .sub-menu li:first-child{
  padding-top: 1rem;
}
#primary-menu .sub-menu li {
			transition: .3s;
		}
#primary-menu .sub-menu li a{
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
				background: transparent !important;
				font-size: 15px !important;
}
#primary-menu .sub-menu li:hover {
				/* padding-left: 2.2rem; */
				--tw-text-opacity: 1;
				color: rgb(211 167 90 / var(--tw-text-opacity));
			}
#primary-menu .sub-menu li:last-child a:hover {
						/* padding-left: 2.2rem; */
						--tw-text-opacity: 1;
						color: rgb(211 167 90 / var(--tw-text-opacity));
					}
#primary-menu .menu-item-has-children.opened a:after {
					transform: rotate(228deg);
					top: 6px;
				}
#primary-menu .menu-item-has-children > a{
  position: relative;
  padding-right: 2rem;
}
#primary-menu .menu-item-has-children > a:after {
			position: absolute;
			right: 5px;
			top: 3px;
			width: 8px;
			height: 8px;
			transition: all 0.2s ease-in-out;
			border: solid white;
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 0px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			content: "";
			pointer-events: none;
		}
#primary-menu .current_page_item.nav-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#primary-menu .current_page_item.nav-btn a{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#primary-menu .current_page_item > a{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
#primary-menu .sub-menu .current_page_item a{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#primary-menu .current-page-ancestor {
		/* &.menu-item-has-children>a {
			&:after {
				@apply border-primary;
				border-width: 0 2px 2px 0;
			}
		} */
	}
#primary-menu .current-page-ancestor > a{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
/*************************
Full Screen Menu
************************ */
/*** Full Screen Menu ***/
#full-screen-menu #menu-primary-1 li.menu-item a{
  font-size: 1.5rem;
  line-height: 2rem;
			width: 100%;
			--tw-text-opacity: 1;
			color: rgb(211 167 90 / var(--tw-text-opacity));
			font-weight: 700;
			line-height: 2;
			display: block;
			transition: all 0.2s ease-in-out;
			opacity: .7;
}
#full-screen-menu #menu-primary-1 li.menu-item a:hover,
			#full-screen-menu #menu-primary-1 li.menu-item a:active{
  opacity: 1;
}
#full-screen-menu #menu-primary-1 li.current-menu-item > a{
  --tw-border-opacity: 1;
  border-color: rgb(211 167 90 / var(--tw-border-opacity));
  opacity: 1;
}
.menu-toggle .bars {
		width: 40px;
		height: 30px;
		position: relative;
		margin-top: 10px;
		transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
	}
.menu-toggle .bars span {
			display: block;
			width: 100%;
			height: 3px;
			--tw-bg-opacity: 1;
			background-color: rgb(211 167 90 / var(--tw-bg-opacity));
			margin-top: 8px;
		}
.menu-toggle .bars span:first-child {
				margin-top: 0;
				transform: scaleX(1);
				transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.4s;
			}
.menu-toggle .bars span:nth-child(2) {
				/*width: 65%;*/
				transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.4s;
			}
.menu-toggle .bars .other-bar {
			width: 3px;
			height: 0;
			--tw-bg-opacity: 1;
			background-color: rgb(211 167 90 / var(--tw-bg-opacity));
			position: absolute;
			top: -8px;
			left: 50%;
			margin-left: -2px;
			transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
			z-index: 10;
		}
.menu-toggle.is-menu-open .bars {
			transform: rotate(45deg);
			transition-delay: 0.4s;
		}
.menu-toggle.is-menu-open .bars span:first-child {
					transform: scaleX(0);
					transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				}
.menu-toggle.is-menu-open .bars span:nth-child(3) {
					width: 0;
					transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				}
.menu-toggle.is-menu-open .bars .other-bar {
				height: 40px;
				transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.3s;
			}
.banner-block {
    min-height: 50vh;
}
.banner-block .overlayLight{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 25 / var(--tw-bg-opacity));
        opacity: .6;
}
/* background: linear-gradient(to top, #1A1919 30%, transparent); */
.banner-block .overlayLight.dark {
            opacity: .8;
        }
.banner-block h1, .banner-block .content {
    }
.banner-block.sub-banner, .banner-block.cta-banner {
        min-height: 700px
    }
.banner-block.cta-banner .overlayLight{
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 25 / var(--tw-bg-opacity));
            opacity: .6;
}
@media (max-width: 500px) {
.features-block .default-padding {
            padding-right: 0
    }
        }
.features-block img {
    }
.features-block .featured-image {
        border-radius: 10px;
        width: 100%;
        min-height: 400px
        
    }
.features-block .box{
  --tw-bg-opacity: 1;
  background-color: rgb(46 45 42 / var(--tw-bg-opacity));
        width: 100%;
        min-height: 400px;
        top: 20px;
        z-index: -1;
        right: -20px;
        border-radius: 10px;
}
.features-block .group {
        /* @apply flex flex-col justify-center; */
        /* min-height: 200px; */
    }
@media (max-width: 1025px) {
.features-block .images{
    flex-wrap: wrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
        }
.features-block .mobile-slider {
        max-width: 750px;
    }
@media (max-width: 500px) {
.features-block .mobile-slider {
            max-width: 400px
    }
        }
.features-block .mobile-slider img{
  margin-right: 1.25rem;
}
.features-block .arrow-next img, .features-block .arrow-prev img {
            filter: brightness(0) invert(1);
        }
@media (max-width: 500px) {
.projects-block .default-padding {
            padding-right: 0
    }
        }
.projects-block .item:nth-child(2n) {
            transform: translateY(-25%);
        }
@media(max-width: 992px) {
.projects-block .item:nth-child(2n) {
                transform: translateY(0)
        }
            }
.projects-block .card{
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
/* min-height: 500px; */
.projects-block .card .card-image {
            transition: .5s;
            border-radius: 10px;
            min-height: 300px;
        }
.projects-block .card .card-image:before {
                content: '';
                position: absolute;
                top: 0px;
                left: 0px;
                display: none;
                width: 100%;
                background: linear-gradient(transparent, #0000008c);
                height: 100%;
                z-index: 1;
            }
.projects-block .card .card-content {
            z-index: 1;
        }
.projects-block .card:hover .card-image {
                /* transform: scale(1.2); */
            }
@media(max-width: 992px) {
.cta-block .btn-default{
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2.5rem;
  }
        }
@media (max-width: 500px) {
.services-block .default-padding {
            padding-right: 0
    }
        }
.services-block .card{
  position: relative;
  overflow: hidden;
        min-height: 500px;
}
.services-block .card:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background: linear-gradient(transparent, #0000008c);
            height: 100%;
            z-index: 1;
        }
.services-block .card .card-image {
            transition: .5s;
        }
.services-block .card .card-content {
            z-index: 1;
        }
.services-block .card:hover .card-image {
                transform: scale(1.2);
            }
.services-block .mobile-slider .card{
  margin-right: 1.25rem;
            width: 400px;
            border-radius: 20px;
}
@media (max-width: 500px) {
.services-block .mobile-slider .card {
                width: 300px;
                min-height: 400px
        }
            }
.services-block .featured-image {
        min-height: 450px;
        border-radius: 20px;
    }
.services-block .list {
        margin-right: 10%;
    }
.services-block .list .item {
            border-top: 1px solid #515151;
        }
.services-block .list .item:first-child {
                border: 0;
            }
.process-block .list {
        border-top: 1px solid #515151;
    }
.reviews-block .default-padding.list {
            margin-right: 0;
            padding: 0;
            max-width: 1580px;

        }
@media(min-width: 1930px) {
.reviews-block .default-padding.list {
                margin-right: auto;
                max-width: 1300px

        }
            }
@media(max-width: 1500px) {
.reviews-block .default-padding.list {
                max-width: 1350px;
                padding: 0 2rem

        }

            }
.reviews-block .review-card {
        max-width: 400px;
        border-top: 1px solid #515151;
    }
.reviews-block .review-card b {
            font-size: 24px;
        }
.reviews-block .review-card .avatar img {
                border-radius: 50px;
            }
.reviews-block .review-card:first-child {
            border-top: 0;
        }
.insights-list .item .card .card-image {
                min-height: 300px;
                transition: .3s;
            }
.insights-list .item .card .details {
                font-size: 12px;
            }
.insights-list .item .card .card-content h5 {
                    font-size: 18px;
                    transition: .3s;
                }
.insights-list .item .card .card-content a {
                    font-size: 12px;
                }
.insights-list .item .card .card-content a:hover {
                        text-decoration: underline !important;
                    }
.insights-list .item .card:hover .card-image {
                    opacity: .8;
                }
.insights-list .item .card:hover .card-content h5{
  --tw-text-opacity: 1;
  color: rgb(211 167 90 / var(--tw-text-opacity));
}
.gallery-block .img-container {
        min-height: 300px;
    }
@media (max-width: 500px) {
.gallery-block .img-container {
            min-height: 300px
    }
        }
.gallery-block .arrow-prev, .gallery-block .arrow-next {
        filter: brightness(0) invert(1);
    }
.services-section .featured {
        width: 530px;
        height: 338px;
        border-radius: 10px;
    }
@media (max-width: 992px) {
.services-section .featured {
            width: 100%
    }
        }
.form-section .gform_heading{
  display: none;
}
.form-section form label{
  --tw-text-opacity: 1 !important;
  color: rgb(211 167 90 / var(--tw-text-opacity)) !important;
            font-size: 16px !important;
            font-weight: 300 !important;
}
.form-section form .gfield_required{
  display: none;
}
.form-section form input:not([type="submit"]), .form-section form textarea, .form-section form select{
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            border: 0 !important;
            border-bottom: 1px solid #A69350 !important;
            outline: none !important;
            box-shadow: none !important;
}
.form-section form input[type="submit"]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 24 / var(--tw-text-opacity)) !important;
            border-radius: 50px !important;
            font-size: 16px !important;
}
.form-section form input[type="submit"]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.page-id-170 .insights-slider, .page-id-170 .btn-default, .page-id-170 .arrow-next, .page-id-170 .arrow-prev{
  display: none;
}
.page-id-170 .insights-list.columns{
  display: block !important;
}
#comments{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
    max-width: 1300px;
    padding: 0 2rem;
}
.blog-single-block .content {
        min-height: 50vh;
    }
.single-post .banner-block {
        min-height: 80vh;
    }
.contact-block form{
  display: block !important;
            text-align: left;
}
.gform_heading{
  display: none !important;
}
.gfield_label, .gform-field-label{
  --tw-text-opacity: 1 !important;
  color: rgb(211 167 90 / var(--tw-text-opacity)) !important;
}
.gfield_description{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.gform_button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity)) !important;
  text-transform: uppercase !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	  color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
	padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
	transform: scale(0.75); }
  .mfp-arrow-left {
	transform-origin: 0; }
  .mfp-arrow-right {
	transform-origin: 100%; }
  .mfp-container {
	padding-left: 6px;
	padding-right: 6px; } }
.first\:pt-0:first-child{
  padding-top: 0px;
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 167 90 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 600px){

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

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

  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 782px){

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:flex{
    display: flex;
  }

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

  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

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

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

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 960px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

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

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

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

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

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

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

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

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

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

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

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

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

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

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