@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

/*!
Theme Name: appliancerepairtoday
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appliancerepairtoday
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

appliancerepairtoday is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

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

  src: url('../fonts/HelveticaNeueLight.otf');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

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

  src: url('../fonts/HelveticaNeueRegular.ttf');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

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

  src: url('../fonts/HelveticaNeueMedium.ttf');

  font-weight: 500;

  font-display: swap;

  font-style: normal;
}

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

  src: url('../fonts/HelveticaNeueBold.ttf');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

.font-HelveticaNeueLight {
  font-family: "HelveticaNeueLight";
}

.font-HelveticaNeueRegular {
  font-family: "HelveticaNeueRegular";
}

.font-HelveticaNeueMedium {
  font-family: "HelveticaNeueMedium";
}

.font-HelveticaNeueBold {
  font-family: "HelveticaNeueBold";
}

.ff_openSans {
  font-family: 'Open Sans',
        sans-serif;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.1 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/*body {
	@apply bg-background text-foreground font-sans;
}*/

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@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;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/*.page-title,
.entry-title {
	@apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900;
}*/

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/*.page-content>*,
.entry-content>* {
	/* Content width from the `theme.json` file */

/*	@apply max-w-content mx-auto;
}

.entry-content>.alignwide {
	/* Wide width from the `theme.json` file */

/*	@apply max-w-wide;
}

.entry-content>.alignfull {
	@apply max-w-none;
}

.entry-content>.alignleft {
	@apply float-left mr-8;
}

.entry-content>.alignright {
	@apply float-right ml-8;
}*/

/* Custom Below */

.available-now-box {
  box-shadow: 0px 11px 40px rgba(0, 0, 0, 0.11);
}

.located_box {
  -webkit-backdrop-filter: blur(3.50766px);
          backdrop-filter: blur(3.50766px);
}

.bg-size-full {
  background-size: 100% 100%;
}

/* GENERAL BUTTON STYLING */

.customer_btn,
.customer_btn::after {
  transition: all 0.3s;
}

#backtoTop {
  animation: up-down 2.5s ease-in-out infinite;
}

@keyframes up-down {
  50% {
    transform: translateY(-10px);
  }
}

.hero-bg {
  background-position: bottom;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[-139px\]{
  bottom: -139px;
}

.bottom-\[3\%\]{
  bottom: 3%;
}

.left-0{
  left: 0px;
}

.right-\[2\%\]{
  right: 2%;
}

.top-0{
  top: 0px;
}

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

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

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

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

.m-2{
  margin: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

.ml-\[20px\]{
  margin-left: 20px;
}

.ms-6{
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}

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

.mt-3{
  margin-top: 0.75rem;
}

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-7{
  height: 1.75rem;
}

.h-\[109\.57px\]{
  height: 109.57px;
}

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

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

.h-\[26\.04px\]{
  height: 26.04px;
}

.h-\[29\.82px\]{
  height: 29.82px;
}

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

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

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

.min-h-\[calc\(100vh-100px\)\]{
  min-height: calc(100vh - 100px);
}

.w-12{
  width: 3rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-\[13\.24px\]{
  width: 13.24px;
}

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

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

.w-\[19\.55px\]{
  width: 19.55px;
}

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

.w-\[20\.21px\]{
  width: 20.21px;
}

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

.w-\[22\.11px\]{
  width: 22.11px;
}

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

.w-\[24\.82px\]{
  width: 24.82px;
}

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

.max-w-2xl{
  max-width: 42rem;
}

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

.max-w-\[129\.73px\]{
  max-width: 129.73px;
}

.max-w-\[129\.78px\]{
  max-width: 129.78px;
}

.max-w-\[148\.93px\]{
  max-width: 148.93px;
}

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

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

.max-w-\[251\.97px\]{
  max-width: 251.97px;
}

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

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

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

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

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

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

.max-w-none{
  max-width: none;
}

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

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

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

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

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

.gap-\[23\.4px\]{
  gap: 23.4px;
}

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

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

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

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

.gap-y-\[22PX\]{
  row-gap: 22PX;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-clip{
  overflow-x: clip;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-\[0_0_6px_6px\]{
  border-radius: 0 0 6px 6px;
}

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

.rounded-\[6\.01314px\]{
  border-radius: 6.01314px;
}

.rounded-\[69\.5122px\]{
  border-radius: 69.5122px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-2{
  border-top-width: 2px;
}

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

.border-\[\#bfd0cf\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 208 207 / var(--tw-border-opacity));
}

.border-\[\#ffffff4d\]{
  border-color: #ffffff4d;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(17 103 177 / var(--tw-border-opacity));
}

.bg-\[\#0A1328\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 40 / var(--tw-bg-opacity));
}

.bg-\[\#FFFBD2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 210 / var(--tw-bg-opacity));
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(17 103 177 / var(--tw-bg-opacity));
}

.bg-secondary{
  background-color: #1166b164;
}

.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 254 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'assets\/images\/webp\/footer-bg-mobile\.webp\'\)\]{
  background-image: url('../images/footer-bg-mobile.webp');
}

.bg-\[url\(\'assets\/images\/webp\/hero-bg\.webp\'\)\]{
  background-image: url('../images/hero-bg.webp');
}

.\!bg-cover{
  background-size: cover !important;
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-\[18px_0\]{
  padding: 18px 0;
}

.p-\[36px_30px_53px_30px\]{
  padding: 36px 30px 53px 30px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-\[13\.98px\]{
  padding-left: 13.98px;
  padding-right: 13.98px;
}

.px-\[16\.04px\]{
  padding-left: 16.04px;
  padding-right: 16.04px;
}

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

.px-\[26\.34px\]{
  padding-left: 26.34px;
  padding-right: 26.34px;
}

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

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

.px-\[9\.19px\]{
  padding-left: 9.19px;
  padding-right: 9.19px;
}

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.pb-\[17\.19px\]{
  padding-bottom: 17.19px;
}

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

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

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.ps-2{
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}

.ps-3{
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

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

.pt-3{
  padding-top: 0.75rem;
}

.pt-7{
  padding-top: 1.75rem;
}

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

.pt-\[137\.96px\]{
  padding-top: 137.96px;
}

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

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

.pt-\[17\.02px\]{
  padding-top: 17.02px;
}

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

.pt-\[19\.5px\]{
  padding-top: 19.5px;
}

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

.pt-\[44\.98px\]{
  padding-top: 44.98px;
}

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

.pt-\[49\.96px\]{
  padding-top: 49.96px;
}

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

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

.align-top{
  vertical-align: top;
}

.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-\[15px\]{
  font-size: 15px;
}

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

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

.text-base{
  font-size: 16px;
  line-height: 150%;
}

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

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

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

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

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

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

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

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

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

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

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

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

.leading-\[34\.5px\]{
  line-height: 34.5px;
}

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

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

.text-\[\#0A1328\]{
  --tw-text-opacity: 1;
  color: rgb(10 19 40 / var(--tw-text-opacity));
}

.text-\[\#4D4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.text-\[\#4d4d4d\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

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

.text-darkBlue{
  --tw-text-opacity: 1;
  color: rgb(10 19 40 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(17 103 177 / var(--tw-text-opacity));
}

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

.underline{
  text-decoration-line: underline;
}

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-callIcon{
  --tw-shadow: 0px 3.40299px 10.209px rgba(0, 0, 0, 0.15);;
  --tw-shadow-colored: 0px 3.40299px 10.209px 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-customer_box{
  --tw-shadow: 0px 6px 21px rgba(0, 0, 0, 0.08);;
  --tw-shadow-colored: 0px 6px 21px 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-footer{
  --tw-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px -4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.duration-1000{
  transition-duration: 1000ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:z-\[-1\]::before{
  content: var(--tw-content);
  z-index: -1;
}

.before\:rounded-lg::before{
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:bg-\[\#0A1328\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 40 / var(--tw-bg-opacity));
}

.before\:text-darkBlue::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(10 19 40 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:start-0::after{
  content: var(--tw-content);
  inset-inline-start: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:z-\[-1\]::after{
  content: var(--tw-content);
  z-index: -1;
}

.after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:h-\[74\%\]::after{
  content: var(--tw-content);
  height: 74%;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:w-1::after{
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-\[161px\]::after{
  content: var(--tw-content);
  width: 161px;
}

.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}

.after\:translate-x-7::after{
  content: var(--tw-content);
  --tw-translate-x: 1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded-lg::after{
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.after\:border-l::after{
  content: var(--tw-content);
  border-left-width: 1px;
}

.after\:border-dashed::after{
  content: var(--tw-content);
  border-style: dashed;
}

.after\:border-black::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.after\:bg-\[\#0A1328\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 40 / var(--tw-bg-opacity));
}

.after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 103 177 / var(--tw-bg-opacity));
}

.after\:text-darkBlue::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(10 19 40 / var(--tw-text-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 365px){
  .min-\[365px\]\:w-\[200px\]{
    width: 200px;
  }
}

@media (min-width: 640px){
  .sm\:top-\[135px\]{
    top: 135px;
  }

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

  .sm\:ms-5{
    -webkit-margin-start: 1.25rem;
            margin-inline-start: 1.25rem;
  }

  .sm\:block{
    display: block;
  }

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

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

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

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

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

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

  .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:gap-11{
    gap: 2.75rem;
  }

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

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

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

  .sm\:pr-\[13px\]{
    padding-right: 13px;
  }

  .sm\:pr-\[30px\]{
    padding-right: 30px;
  }

  .sm\:ps-\[10px\]{
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }

  .sm\:ps-\[33px\]{
    -webkit-padding-start: 33px;
            padding-inline-start: 33px;
  }

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

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

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

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

  .sm\:text-base{
    font-size: 16px;
    line-height: 150%;
  }

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

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

  .sm\:after\:h-\[80\%\]::after{
    content: var(--tw-content);
    height: 80%;
  }
}

@media (min-width: 768px){
  .md\:mb-\[135px\]{
    margin-bottom: 135px;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:items-start{
    align-items: flex-start;
  }

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

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-\[23\.4px\]{
    gap: 23.4px;
  }

  .md\:gap-\[89px\]{
    gap: 89px;
  }

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

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

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

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

  .md\:pt-8{
    padding-top: 2rem;
  }

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

  .md\:text-start{
    text-align: start;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-\[135px\]{
    margin-top: 135px;
    margin-bottom: 135px;
  }

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:hidden{
    display: none;
  }

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

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-\[330\.65px\]{
    max-width: 330.65px;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

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

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

  .lg\:gap-x-\[54px\]{
    -moz-column-gap: 54px;
         column-gap: 54px;
  }

  .lg\:bg-\[url\(\'assets\/images\/webp\/footer-pestfree\.webp\'\)\]{
    background-image: url('../images/footer-pestfree.webp');
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-base{
    font-size: 16px;
    line-height: 150%;
  }

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

@media (min-width: 1280px){
  .xl\:max-w-5xl{
    max-width: 64rem;
  }

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

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

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

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

@media (min-width: 1536px){
  .\32xl\:max-w-\[1320px\]{
    max-width: 1320px;
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:border-l{
    border-left-width: 1px;
  }

  .\32xl\:border-t-0{
    border-top-width: 0px;
  }

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