@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
  font-family: 'Futura';

  src: url('../src/font/FuturaBT-Bold.woff2') format('woff2'),
    url('../src/font/FuturaBT-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

@font-face {
  font-family: 'Futura Md BT';

  src: url('../src/font/FuturaBT-Medium.woff2') format('woff2'),
    url('../src/font/FuturaBT-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

/*
! tailwindcss v3.4.10 | 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 */
  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;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.rp {
  padding: 40px 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-top: 0px;
}

/* header */

.entry-title {
  display: none;
}

.filter-popup ul ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 1024px) {
  .filter-popup ul ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1600px;
  }
}

h1,
h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  h1,
  h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (min-width: 1536px) {

  h1,
  h2 {
    font-size: 100px;
    line-height: 110px;
  }
}

h4 {
  font-weight: 500;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 30px;
  }
}

.primary-menu-container .menu-item-has-children {
  position: relative;
}

.primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page {
  margin-left: 10px !important;
}

.primary-menu-container .menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 270px;
  padding: 20px 10px;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.primary-menu-container ul.sub-menu li {
  border-bottom: 1px solid #f6f6f6;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  padding: 8px 10px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a {
  padding: 0px;
}

.primary-menu-container .menu-item-has-children .sub-menu .current-menu-item a {
  color: #000;
  font-size: 15px;
}

.primary-menu-container .menu-item-has-children .sub-menu li:hover a {
  color: #000;
}

.primary-menu-container .menu-item-has-children .dropdown-btn {
  position: absolute;
  right: -20px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.header-white .dropdown-btn svg {
  fill: #000;
}

.header-white #mobile-menu,
.header-white .menu-item-has-children .sub-menu {
  background-color: #fff !important;
}

.header-white .sub-menu li a {
  color: #000 !important;
}

.header-white .sub-menu .menu-item {
  border-bottom: 1px solid #000 !important;
}

.primary-menu-container .menu-item-has-children .dropdown-btn {
  cursor: pointer;
  transform: rotate(0deg);
}

.primary-menu-container .menu-item-has-children .dropdown-btn.btn-active {
  transform: rotate(180deg);
}

.primary-menu-container .current-menu-item:hover .sub-menu {
  display: block;
}

span#select2-category-71-container {
  margin-top: 10px;
}

span#select2-category-71-container span {
  color: #000;
}

.select2-selection span#select2-category-8n-container {
  margin-top: 11px;
  color: #000 !important;
}

.mapsvg-data-form-view {
  margin-bottom: 25px;
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .mapsvg-data-form-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .mapsvg-data-form-view {
    gap: 97px;
  }
}

.mapsvg-data-form-view {
  display: grid !important;
}

body {
  margin-top: 140px;
}

@media (min-width: 768px) {
  body {
    margin-top: 90px;
  }
}

@media (min-width:1024px) {
  .primary-menu-container .menu-item-has-children {
    margin-right: 20px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page {
    margin-left: 15px !important;
  }
}

@media (max-width:1279px) {
  .primary-menu-container .menu-item-has-children .dropdown-btn {
    top: 2px;
    transform: scale(0.8);
  }
}

@media (max-width:1023px) {
  .primary-menu-container .menu-item-has-children .sub-menu {
    box-shadow: none !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu li {
    margin-left: 0px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page {
    margin-left: 0px !important;
  }

  body.menu-open {
    overflow: hidden;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    position: relative;
  }

  .mobile_menu_open {
    left: 0 !important;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    left: -100%;
    max-width: 100%;
    transition: left 0.4s ease;
    z-index: 99999;
  }

  body.menu-open #mobile-menu {
    width: 100%;
    max-width: 100%;
  }

  .primary-menu-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .primary-menu-container .menu-item {
    padding-left: 13px !important;
    border-bottom: 1px solid #dddada;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    background-color: transparent;
    width: 100%;
    padding: 10px 0px 0px 10px;
    margin-top: 0px;
  }

  .primary-menu-container li.menu-item {
    padding: 8px 0px;
    position: relative;
  }

  .primary-menu-container .menu-item-has-children .dropdown-btn {
    right: -12px;
    top: 5px;
    transform: scale(1);
    padding: 5px 6px;
    cursor: pointer;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[30px\] {
  left: 30px;
}

.right-0 {
  right: 0px;
}

.right-\[-13px\] {
  right: -13px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-28px\] {
  top: -28px;
}

.top-\[15px\] {
  top: 15px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[99999\] {
  z-index: 99999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[0px\] {
  margin-top: 0px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[13px\] {
  margin-top: 13px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[254px\] {
  height: 254px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[630px\] {
  height: 630px;
}

.h-\[auto\] {
  height: auto;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[90\%\] {
  max-height: 90%;
}

.min-h-\[79px\] {
  min-height: 79px;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[42px\] {
  width: 42px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[91\%\] {
  width: 91%;
}

.w-\[98\%\] {
  width: 98%;
}

.w-full {
  width: 100%;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1626px\] {
  max-width: 1626px;
}

.max-w-\[1826px\] {
  max-width: 1826px;
}

.max-w-\[252px\] {
  max-width: 252px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[953px\] {
  max-width: 953px;
}

.max-w-screen-md {
  max-width: 768px;
}

.-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));
}

.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;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.whitespace-normal {
  white-space: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[35px\] {
  border-radius: 35px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#97d700\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 215 0 / var(--tw-border-opacity));
}

.border-\[\#97d800\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 216 0 / var(--tw-border-opacity));
}

.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-\[\#97d700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 0 / var(--tw-bg-opacity));
}

.bg-\[\#be360c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 54 12 / var(--tw-bg-opacity));
}

.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#ffff\] {
  background-color: #ffff;
}

.bg-\[\#ffffffc2\] {
  background-color: #ffffffc2;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[20px\] {
  padding: 20px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.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-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-\[100px\] {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#97d700\] {
  --tw-text-opacity: 1;
  color: rgb(151 215 0 / var(--tw-text-opacity));
}

.text-\[18ox\] {
  color: 18ox;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.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);
}

.shadow-\[0_4px_15px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 4px 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);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed {
  background-color: #fff;
}

.under-line.left {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .under-line.left {
    margin-left: 5%;
  }
}

@media (min-width: 1280px) {
  .under-line.left {
    margin-left: 15%;
  }
}

.under-line.right {
  margin-right: 0%;
}

@media (min-width: 768px) {
  .under-line.right {
    margin-right: 2%;
  }
}

@media (min-width: 1280px) {
  .under-line.right {
    margin-right: 8%;
  }
}

.under-line:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #97d700;
  position: absolute;
  top: 58%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.under-line.center-line {
  text-align: center;
}

.under-line {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

body,
p,
a {
  font-family: 'Futura Md BT';
  font-size: 15px;
}

@media (min-width: 1024px) {

  body,
  p,
  a {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {

  body,
  p,
  a {
    font-size: 20px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 500;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

.Oswald {
  font-family: "Oswald", sans-serif !important;
}

header .primary-menu-container a {
  font-family: 'Futura';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

header .primary-menu-container li:hover>a,
header .primary-menu-container li.active>a {
  color: #97d700 !important;
}

footer .menu-grid li:hover a,
.adress li:hover a {
  color: #97d700 !important;
}

.border-right {
  background-image: url(./img/border-right.png);
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-position: center right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.border-right:last-child {
  background-image: none;
}

h3.widget-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

div#media_image-3 img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

ul.share {
  display: flex;
  gap: 10px;
  padding-left: 30px;
  margin-top: 20px;
}

ul.share li img {
  width: 43px;
}

.adress li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}

.adress li img {
  position: absolute;
  left: 0;
  top: 8px;
}

ul.adress {
  margin-bottom: 20px;
}

footer.bg-bg-blue {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 5px solid #ff9d6e;
}

.menu-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 400px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

footer .menu-grid li {
  position: relative;
  padding-left: 20px;
  background-image: url(./img/right.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

footer .menu-grid li a {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}

.image-card:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0;
  transition: all 0.6s;
  cursor: pointer;
}

.icon-card a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  height: 33px;
  width: 33px;
  transition: all 0.6s;
}

.icon-card a:hover {
  background-color: #97d800;
  transition: all 0.6s;
}

.tabs .bg-white {
  border-radius: 1px solid #97d800;
}

.navigation svg {
  transition: all 0.6s;
  cursor: pointer;
}

.navigation svg:hover {
  fill: #97d800;
}

.icon-card a:hover svg {
  fill: #fff;
}

.gallery li {
  overflow: hidden;
}

.inner-box {
  z-index: 9;
}

.lightbox-content img {
  width: 100%;
}

.range-custom {
  accent-color: #97d800;
}

.banner-silder .navigation {
  justify-content: space-between;
  display: flex;
}

.tabs-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(./img/arrow-down-sign-to-navigate.png);
  background-size: 16px;
  background-position: 98% center;
  background-repeat: no-repeat;
  outline: none !important;
}

.accordion-header.up-arrow {
  background-image: url(./img/arrow-upsign.png) !important;
}

.mapsvg-filters-wrap .select2-container {
  background-image: url(./img/arrow-down-sign-to-navigate.png);
  background-size: 16px;
  background-position: 95% center;
  background-repeat: no-repeat;
  outline: none !important;
}

.mapsvg-controller-view-content {
  padding-bottom: 30px !important;
}

.overflow-visible {
  overflow: visible !important;
}

.tabs-select option:hover {
  background-color: #fff !important;
  color: #97d700;
}

.radio-input input {
  width: 30px;
  height: 30px;
}

.gallery li:hover img {
  transform: scale(1.1);
}

.gallery li img {
  transition: all 0.6s
}

.image-card:hover:before {
  opacity: 0.1;
}

.image-card:hover div {
  background-color: #97d700;
  transition: all 0.6s;
}

.btn-primery {
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 0 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Futura;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primery:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-primery {
    font-size: 15px;
  }
}

#mobile_btn svg {
  fill: #000;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  top: 30px;
  border: 2px solid #757575;
  display: block;
}

.form-check input[type="checkbox"] {
  accent-color: #97d700;
}

.filter-popup input {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  top: 30px;
  border: 2px solid #757575;
  display: block;
}

.filter-popup .range input[type="checkbox"] {
  accent-color: #97d700;
}

.filter-popup .range input {
  top: 45px !important;
  width: 103% !important;
}

.Search {
  max-width: 517px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.Search input,
.mapsvg-directory-search,
.mapsvg-directory-search:focus {
  height: 53px !important;
  width: 100% !important;
  border: 1px solid #97d700 !important;
  border-radius: 30px;
  background-color: #fff;
  outline: none;
  color: #000;
  font-weight: 700;
}

.mapsvg-directory-search::-moz-placeholder {
  color: #000;
}

.mapsvg-directory-search::placeholder {
  color: #000;
}

.mapsvg-directory-search-wrap-margin {
  height: auto !important;
}

.mapsvg-filter-label {
  display: none !important;
}

.mapsvg-footer .mapsvg-filters-wrap .mapsvg-data-form-view>.form-group,
.mapsvg-header .mapsvg-filters-wrap .mapsvg-data-form-view>.form-group {
  align-self: flex-start !important;
}

.mapsvg-filters-wrap .select2-container .select2-selection--single {
  border: none !important;
  height: 53px !important;
  width: 100% !important;
  border: 1px solid #97d700 !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  background-color: #ffffff00;
  outline: none;
  color: #000;
  font-weight: 700;
}

.Search input::-moz-placeholder {
  color: #000;
  font-weight: 700;
}

.Search input::placeholder {
  color: #000;
  font-weight: 700;
}

.Search button {
  position: absolute;
  right: 20px;
  top: 15px;
}

.Search svg {
  fill: #000;
}

.green-bar::after {
  content: "";
  height: 70%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #97d700;
  z-index: -1;
}

.lb-nav a.lb-prev {
  background-image: url(./img/left-arrow.png) !important;
  background-size: 20px !important;
  width: 45px !important;
  height: 45px !important;
  top: 50% !important;
  position: absolute;
  transform: translate(18px, -50%);
  background-color: #97d700 !important;
  background-position: center !important;
  border-radius: 50px;
  opacity: 1 !important;
}

.lb-nav a.lb-next {
  background-color: #97d700 !important;
  background-position: center !important;
  background-size: 20px !important;
  border-radius: 50px;
  width: 45px !important;
  height: 45px !important;
  right: 0px !important;
  top: 50% !important;
  position: absolute;
  transform: translate(-16px, -50%);
  opacity: 1 !important;
}

.btn-icon:hover {
  color: #fff;
  background-color: #97d700;
}

.btn-icon:hover img {
  filter: brightness(0) invert(1);
}

.btn-icon,
.btn-icon img {
  transition: all 0.3s;
}

/* Lightbox Styles */

.lightbox-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 600px;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
}

.select2-selection__arrow {
  display: none !important;
}

.lb-nav a.lb-prev {
  background-image: url(./img/left-arrow.png) !important;
}

.Search input {
  padding-left: 15px !important;
  padding-right: 66px !important;
}

.lb-outerContainer {
  background-color: transparent !important;
  border: 0px !important;
}

.lightbox .lb-image {
  border: 0px !important;
}

.lightbox .lb-container {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
}

.lb-closeContainer {
  width: 45px;
  height: 45px;
  background-color: #97d700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  position: fixed;
  right: 10px;
  top: 10px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 18px;
  background-image: url(./img/close-black.png) !important;
  height: 18px;
  background-size: 19px !important;
  background-position: center !important;
}

.lb-number {
  display: none !important;
}

.lb-nav a.lb-next {
  background-image: url(./img/right-arrow.png) !important;
}

.close-btn {
  position: absolute;
  top: -25px;
  right: -2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.close-btn:hover {
  background-color: #97d700;
  ;
}

@media (min-width: 768px) {
  .close-btn {
    right: -21px;
    height: 50px;
    width: 50px;
    font-size: 49px;
    line-height: 27px;
  }
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.croos {
  height: 45px;
  width: 45px;
  font-size: 30px;
  line-height: 27px;
  font-weight: 600;
}

.map-box h4 {
  color: #80b504;
  font-size: 25px;
  margin-bottom: 10px;
}

.map-box p {
  font-size: 15px;
}

.mapsvg-directory-item {
  border-bottom: 1px solid #97d700;
  border-radius: 0px;
  background: #f6f6f6;
}

.map-box .car-icon {
  gap: 10px;
  padding-top: 8px;
  align-items: center;
  margin-bottom: 13px;
}

.mapsvg-details-close {
  width: 80px !important;
  height: 80px !important;
  background-color: #97d700 !important;
  padding: 10px !important;
  border-radius: 50px !important;
  position: absolute !important;
  top: -13px !important;
  right: -15px !important;
  background-image: url(./img/close-black.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center !important;
}

.mapsvg-details-close::before,
.mapsvg-details-close::after {
  display: none;
}

button.reset-btn {
  background-color: #97d700;
  padding: 6px 20px;
  border-radius: 5px;
  /* float: right; */
  display: table;
  margin-left: auto;
}

button.reset-btn:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  header .primary-menu-container li {
    margin-left: 10px !important;
  }

  header .primary-menu-container li a {
    font-size: 12px !important;
  }
}

.lightbox-content img {
  height: 83vh;
}

@media only screen and (min-width: 1280px) {
  .primary-menu-container li a {
    transition: 0.4s;
    position: relative;
  }

  /* Initial state of the underline */

  .primary-menu-container li>a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 50%;
    background-color: #97d800;
    /* Change Color Here */
    transition: all 0.4s;
    bottom: -20px;
  }

  /* Hover state expands the underline */

  .primary-menu-container li>a:hover::before,
  .primary-menu-container li.active>a::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 1280px) and (min-width: 1080px) {
  .logo {
    width: 120px;
  }
}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
  footer .menu-grid li a {
    font-size: 14px;
  }

  footer h3.widget-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  footer a.btn-primery {
    margin-top: 0px !important;
    display: table;
  }

  div#media_image-2 img.image {
    width: 150px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}

input.mapsvg-directory-search::-moz-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding-left: 0px !important;
}

input.mapsvg-directory-search::placeholder {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding-left: 0px !important;
}

.select2-selection__arrow {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .primary-menu-container .menu-item {
    margin-left: 0px !important;
  }

  #tab-contents h3 {
    font-size: 20px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  footer a.btn-primery {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-check-label a {
    font-size: 14px;
  }
}

.under-line span {
  padding-left: 5px;
  padding-right: 5px;
}

#media_image-3 {
  max-width: 242px;
}

@media only screen and (max-width: 767px) {
  body #mapsvg-map-3 .mapsvg-directory-search {
    margin-top: 10px;
  }

  .tabs-select {
    font-size: 14px;
  }

  #media_image-3 {
    max-width: 242px;
    margin: 0 auto;
  }

  footer.bg-bg-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sidebar img {
    margin: 0 auto !important;
  }

  div#media_image-3 img {
    margin: 0 auto !important;
  }

  body {
    margin-top: 90px;
  }

  .mapsvg-data-form-view {
    display: block !important;
    margin-bottom: 63px !important;
  }

  .logo-img img {
    max-width: 250px;
    display: table;
    margin: 0 auto;
  }

  .heading-h2 br {
    display: none;
  }

  header .primary-menu-container li a {
    font-size: 14px !important;
  }

  .Search {
    margin-bottom: 0px !important;
  }

  .menu-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  div#media_image-3 img {
    margin: 0px;
    margin-top: 20px;
  }

  .inner-box br {
    display: none;
  }

  .gallery .swiper-button-prev,
  .gallery .swiper-next {
    top: 51%;
  }

  .border-right {
    background-image: url(./img/border-bottom.png);
    background-position: bottom center;
    background-size: 100% 2px;
  }

  .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .btn img {
    height: 14px;
  }

  .logo {
    width: 98px;
  }

  #media_image-3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .mapsvg-filters-wrap .select2-container {
    background-position: 89% center !important;
  }

  body #mapsvg-map-3 .mapsvg-directory-search {
    background-position: 90% center !important;
  }

  #mapsvg-map-3 .mapsvg-mobile-buttons .active i {
    color: #fff;
  }

  .btn-primery {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .under-line.left {
    margin-left: 20px !important;
  }

  .under-line.right {
    margin-right: 20px !important;
  }

  .lightbox-content img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .mapsvg-wrap {
    gap: 20px;
  }
}

.mobile-pb0 {
  padding-bottom: 0px;
}

.contact-form input {
  height: 45px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tabs .contact-form input {
  border-radius: 1px solid #97d800;
}

.bg-spinner.contact-form input {
  background-color: #fff;
}

.bg-spinner.contact-form input .fixed {
  background-color: transparent;
}

.bg-spinner.contact-form input .loader-dot {
  width: 140px;
  height: 20px;
  -webkit-mask: radial-gradient(circle closest-side, #72a200 94%, #0000) left/25% 100%;
  background: linear-gradient(#72a200 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 2s infinite steps(6);
  margin: 0 auto;
  margin-top: 30px;
}

.contact-form textarea {
  height: 112px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tabs .contact-form textarea {
  border-radius: 1px solid #97d800;
}

.bg-spinner.contact-form textarea {
  background-color: #fff;
}

.bg-spinner.contact-form textarea .fixed {
  background-color: transparent;
}

.bg-spinner.contact-form textarea .loader-dot {
  width: 140px;
  height: 20px;
  -webkit-mask: radial-gradient(circle closest-side, #72a200 94%, #0000) left/25% 100%;
  background: linear-gradient(#72a200 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 2s infinite steps(6);
  margin: 0 auto;
  margin-top: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #D8D8D8 !important;
  outline: none;
  padding-left: 15px;
}

#gallery-sec div#tab-contents img {
  height: 350px;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .swiper-prev svg,
.gallery .swiper-next svg {
  height: 50px;
  width: 50px;
  fill: #000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}

@media (min-width: 768px) {

  .gallery .swiper-prev svg,
  .gallery .swiper-next svg {
    fill: #fff;
  }
}

.gallery .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9;
  display: flex;
  height: 40px;
  width: 40px;
  --tw-translate-y: -74%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 216 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}

@media (min-width: 768px) {
  .gallery .swiper-prev {
    left: -30px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
}

@media (min-width: 1280px) {
  .gallery .swiper-prev {
    left: -58px;
    height: 60px;
    width: 60px;
  }
}

.gallery .swiper-button-disabled {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.gallery .swiper-next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 9;
  display: flex;
  height: 40px;
  width: 40px;
  --tw-translate-y: -74%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 216 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}

@media (min-width: 768px) {
  .gallery .swiper-next {
    right: -30px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
    opacity: 0.5;
  }
}

@media (min-width: 1280px) {
  .gallery .swiper-next {
    right: -58px;
    height: 60px;
    width: 60px;
  }
}

.gallery .swiper-prev:hover,
.gallery .swiper-next:hover {
  background-color: #97d800;
  opacity: 1;
}

.gallery .swiper-prev:hover svg,
.gallery .swiper-nextt:hover svg {
  fill: #000;
}

ul.popup-listing {
  padding-left: 0px;
  position: relative;
}

ul.popup-listing li h3 {
  font-size: 20px;
}

ul.popup-listing li {
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}

ul.popup-listing li:last-child {
  padding-bottom: 0px;
}

ul.popup-listing li:before {
  content: "";
  width: 2px;
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  background-color: #97d700;
}

ul.popup-listing li::after {
  content: "";
  background-color: #97d700;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 40px;
  left: -6px;
  top: 0;
  border: 2px solid #fff;
}

ul.popup-listing li p {
  font-size: 16px;
}

ul.popup-listing li {
  margin-bottom: 0px;
}

ul.popup-listing li.car-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.popup-listing li h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

ul.popup-listing li:last-child::after {
  top: auto;
  bottom: 0;
}

.select2-selection__rendered {
  padding-top: 9px;
  height: 50px !important;
  color: #000 !important;
  font-size: 18px;
}

#neighbourhood select {
  height: 53px !important;
  width: 100% !important;
  border: 1px solid #97d700 !important;
  border-radius: 30px;
  padding-left: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(./img/arrow-down-sign-to-navigate.png);
  background-size: 16px;
  background-position: 98% center;
  background-repeat: no-repeat;
  outline: none !important;
}

.accordion-header {
  background-image: url(./img/arrow-down-sign-to-navigate.png) !important;
  background-size: 16px !important;
  background-position: 98% center !important;
  outline: none !important;
  background-repeat: no-repeat !important;
}

body #mapsvg-map-3 .mapsvg-directory-search {
  background-image: url(./img/serach.png);
  background-size: 16px;
  background-position: 96% center;
  background-repeat: no-repeat;
  outline: none !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-left: 28px;
  padding-right: 55px !important;
}

#mapsvg-map-3 .mapsvg-mobile-buttons .active {
  background-color: #97d700;
}

#mapsvg-map-3 .mapsvg-mobile-buttons .active i {
  color: #000;
}

.mapsvg-data-form-view select {
  height: 53px !important;
  width: 100% !important;
  border: 1px solid #97d700 !important;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(./img/arrow-down-sign-to-navigate.png);
  background-size: 16px;
  background-position: 96% center;
  background-repeat: no-repeat;
  outline: none !important;
  font-size: 18px !important;
  padding-left: 29px !important;
}

.radio-input input {
  width: 20px !important;
  height: 20px !important;
}

input[type='radio'] {
  accent-color: #72a200;
}

#mapsvg-map-3 .mapsvg-directory-item {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 10px 22px;
}

#mapsvg-map-3 .mapsvg-directory-item:hover {
  background-color: #97d80026;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Shine */

.shine>div {
  position: relative;
  overflow: hidden;
}

.shine>div::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.shine>.imaghover:hover::before {
  animation: shine .75s;
  cursor: pointer;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* This doesn't work */

@media screen and (max-width: 1343px),
screen and (max-height: 641px) {
  .popup {
    max-height: 460px !important;
    overflow: auto;
  }
}

.select2-container {
  z-index: 9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none !important;
}

@media screen and (max-width: 810px) and (min-width: 664px) {
  #mapsvg-map-3 .mapsvg-wrap {
    width: 100%;
    height: auto;
    height: 432px;
  }

  #mapsvg-map-3 .mapsvg-sidebar {
    flex-basis: 100%;
    display: none;
  }
}

/* HTML: <div class="loader"></div> */

.bg-spinner .loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #72a200;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.bg-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000b0;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.bg-spinner.fixed {
  position: fixed;
}

.bg-spinner.bg-white {
  background-color: #fff;
}

.bg-spinner.bg-white .fixed {
  background-color: transparent;
}

.bg-spinner .fixed {
  background-color: transparent;
}

/* HTML: <div class="loader"></div> */

.bg-spinner.bg-white .loader-dot {
  width: 140px;
  height: 20px;
  -webkit-mask: radial-gradient(circle closest-side, #72a200 94%, #0000) left/25% 100%;
  background: linear-gradient(#72a200 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 2s infinite steps(6);
  margin: 0 auto;
  margin-top: 30px;
}

@keyframes l17 {
  100% {
    background-size: 120% 100%
  }
}

@media only screen and (max-width: 360px) {
  .btn-primery {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.search-markit {
  margin-left: auto;
}

@media (min-width: 1280px) {
  .search-markit {
    margin-right: 300px;
  }
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-\[80px\] {
    font-size: 80px;
  }

  .sm\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[35px\] {
    left: 35px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-\[0px\] {
    margin: 0px;
  }

  .md\:mb-\[17px\] {
    margin-bottom: 17px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[384px\] {
    height: 384px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[550px\] {
    height: 550px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-\[229px\] {
    width: 229px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[236px\] {
    width: 236px;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:max-w-\[230px\] {
    max-width: 230px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[25\%_66\%\] {
    grid-template-columns: 25% 66%;
  }

  .md\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }

  .md\:grid-cols-\[36\%_58\%\] {
    grid-template-columns: 36% 58%;
  }

  .md\:grid-cols-\[45\%_55\%\] {
    grid-template-columns: 45% 55%;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pl-\[140px\] {
    padding-left: 140px;
  }

  .md\:pl-\[25\%\] {
    padding-left: 25%;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[126px\] {
    font-size: 126px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[360px\] {
    height: 360px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[23\%_34\%_21\%_22\%\] {
    grid-template-columns: 23% 34% 21% 22%;
  }

  .lg\:grid-cols-\[34\%_56\%\] {
    grid-template-columns: 34% 56%;
  }

  .lg\:grid-cols-\[400px_1fr\] {
    grid-template-columns: 400px 1fr;
  }

  .lg\:grid-cols-\[42\%_52\%\] {
    grid-template-columns: 42% 52%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-\[60px\] {
    border-radius: 60px;
  }

  .lg\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:h-\[626px\] {
    height: 626px;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[250px\] {
    max-width: 250px;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[26\%_56\%\] {
    grid-template-columns: 26% 56%;
  }

  .xl\:grid-cols-\[35\%_56\%\] {
    grid-template-columns: 35% 56%;
  }

  .xl\:grid-cols-\[35\%_65\%\] {
    grid-template-columns: 35% 65%;
  }

  .xl\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:text-\[25px\] {
    font-size: 25px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-\[70px\] {
    margin-top: 70px;
  }

  .\32xl\:h-\[728px\] {
    height: 728px;
  }

  .\32xl\:grid-cols-\[34\%_44\%\] {
    grid-template-columns: 34% 44%;
  }

  .\32xl\:grid-cols-\[46\%_44\%\] {
    grid-template-columns: 46% 44%;
  }

  .\32xl\:gap-\[40px\] {
    gap: 40px;
  }

  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .\32xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xl\:pl-\[23\%\] {
    padding-left: 23%;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xl\:text-\[25px\] {
    font-size: 25px;
  }
}

