@charset "UTF-8";
/*
! tailwindcss v3.3.2 | 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 {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-font-feature-settings: normal;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-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:  ;
}
::-webkit-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:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@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: 1460px){
  .container{
    max-width: 1460px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.w-1\/2{
  width: 50%;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-screen-xxl{
  max-width: 1460px;
}
.resize{
  resize: both;
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-wrap{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.items-center{
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.border{
  border-width: 1px;
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.pl-1{
  padding-left: 0.25rem;
}
.text-center{
  text-align: center;
}
.ring{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}
html{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Manrope, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

a{
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

button a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

a:focus,
button:focus{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  a[href^="tel:"]:not(.button){
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity));
    text-decoration-line: none;
  }
}

.nav-primary a,
.nav-secondary a,
.nav-page a,
.nav-footer a,
.nav-social a,
.logo a,
.legal a{
  text-decoration-line: none;
}

.nav-primary a:hover,
.nav-secondary a:hover,
.nav-footer a:hover,
.logo a:hover{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.nav-primary a:focus,
.nav-secondary a:focus,
.nav-footer a:focus,
.logo a:focus{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-primary a.is-active,
.nav-footer a.is-active{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .nav-primary li a::before,
  .nav-footer li a::before {
    content: "•";
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity));
  }
  .nav-primary li:nth-of-type(1) a::before,
  .nav-footer li:nth-of-type(1) a::before {
    display: none;
  }
}

.nav-secondary{
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.nav-secondary .panel a,
.nav-secondary .panel a:link,
.nav-secondary .panel a:visited {
  color: white;
}
.nav-secondary .panel a:hover,
.nav-secondary .panel a:active{
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
}
.nav-secondary .panel .duotone:hover {
  position: relative;
}
.nav-secondary .panel .duotone:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
}
.nav-secondary .panel img{
  margin-bottom: 0px;
}
.nav-secondary .panel p{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  text-align: center;
}

ul.nav-social{
  list-style-type: none;
}

.nav-social li{
  list-style-type: none;
  font-size: calc(1.35rem + 0.9863vw);
  line-height: calc(1.375rem + 1.23288vw);
  line-height: 1.625;
  margin-bottom: -0.25rem;
}

@media (min-width: 1460px){
  .nav-social li{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .nav-social li{
    font-size: calc(1.425rem + 1.72603vw);
    line-height: 1;
    line-height: 1.625;
  }
  @media (min-width: 1460px){
    .nav-social li{
      font-size: 3rem;
    }
  }
}
@media (min-width: 1460px) {
  .nav-social li{
    font-size: calc(1.5rem + 2.46575vw);
    line-height: 1;
    line-height: 1.625;
  }
  @media (min-width: 1460px){
    .nav-social li{
      font-size: 3.75rem;
    }
  }
}

@media (min-width: 1024px) {

header{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
@media (min-width: 640px) {
  header{
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
}
@media (min-width: 768px) {
  header{
      padding-left: 1rem;
      padding-right: 1rem;
    }
}
@media (min-width: 1024px) {
  header{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
}
@media (min-width: 1280px) {
  header{
      padding-left: 2rem;
      padding-right: 2rem;
    }
}
@media (min-width: 1536px) {
  header{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
}

header{
    padding-top: 1rem;
  }
@media (min-width: 640px) {
  header{
      padding-top: 1.5rem;
    }
}
@media (min-width: 768px) {
  header{
      padding-top: 2rem;
    }
}
@media (min-width: 1024px) {
  header{
      padding-top: 3rem;
    }
}
@media (min-width: 1280px) {
  header{
      padding-top: 4rem;
    }
}
@media (min-width: 1536px) {
  header{
      padding-top: 5rem;
    }
}
@media (min-width: 640px) {
  .work-item .modalGallery_imagesThumbs header{
      padding-top: 1.5rem;
    }
}
@media (min-width: 768px) {
  .work-item .modalGallery_imagesThumbs header{
      padding-top: 2rem;
    }
}
@media (min-width: 1024px) {
  .work-item .modalGallery_imagesThumbs header{
      padding-top: 3rem;
    }
}
@media (min-width: 1280px) {
  .work-item .modalGallery_imagesThumbs header{
      padding-top: 4rem;
    }
}
@media (min-width: 1536px) {
  .work-item .modalGallery_imagesThumbs header{
      padding-top: 5rem;
    }
}
}
header .logo{
  padding-top: 1rem;
}
@media (min-width: 640px) {
  header .logo{
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .logo{
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  header .logo{
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  header .logo{
    padding-top: 4rem;
  }
}
@media (min-width: 1536px) {
  header .logo{
    padding-top: 5rem;
  }
}
header .logo img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  header .logo img{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .logo img{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  header .logo img{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  header .logo img{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  header .logo img{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
header .logo img {
  max-width: 275px;
}
@media only screen and (min-width: 380px) {
  header .logo img{
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 460px) {
  header .logo img{
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  header .logo img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  header .logo{
    padding-top: 0px;
  }
}
header .hamburger {
  z-index: 1001;
}
header .hamburger button{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  header .hamburger button{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .hamburger button{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  header .hamburger button{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  header .hamburger button{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  header .hamburger button{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
header .hamburger button{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  header .hamburger button{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .hamburger button{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  header .hamburger button{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  header .hamburger button{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  header .hamburger button{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
header .hamburger svg {
  fill: black;
}
header .nav-overlay {
  display: block;
}
@media (max-width: 1023px) {
  header .nav-overlay.mobile-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 75 75 / var(--tw-bg-opacity));
    text-align: center;
  }
  header .nav-overlay.mobile-open li {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (min-width: 640px) {
    header .nav-overlay.mobile-open li{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }
  @media (min-width: 768px) {
    header .nav-overlay.mobile-open li{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  @media (min-width: 1024px) {
    header .nav-overlay.mobile-open li{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    header .nav-overlay.mobile-open li{
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  @media (min-width: 1536px) {
    header .nav-overlay.mobile-open li{
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  header .nav-overlay.mobile-open a {
    color: white !important;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: calc(1.425rem + 1.72603vw);
    line-height: 1;
    line-height: 1.375;
    letter-spacing: 0.15em;
  }
  @media (min-width: 1460px){
    header .nav-overlay.mobile-open a{
    font-size: 3rem;
    }
  }
  header .nav-overlay.mobile-open hr {
    display: none;
  }
}
header .nav-overlay.mobile-closed {
  display: none;
}
@media (min-width: 1024px) {
  header .nav-overlay.mobile-closed {
    display: block;
  }
}

.page-home .cta {
  margin-top: 0;
}

.hero{
  text-align: center;
}
.hero img{
  margin-left: auto;
  margin-right: auto;
}

.panel-neutral{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.testimonial{
  --tw-bg-opacity: 1;
  background-color: rgb(253 75 75 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .narrow{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

.panel-neutral p.intro{
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
}

.cta .cta-panel{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  text-align: center;
}
.cta img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta {
    height: 700px;
    background-image: url("../img/andy-hackney-personal-trainer-ludlow-cta-lg.jpg");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .cta img {
    display: none;
  }
  .cta .cta-panel {
    background: none;
  }
  .cta .cta-panel .narrow{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {
  .cta {
    height: 950px;
  }
}
@media (min-width: 1280px) {
  .cta {
    height: 1200px;
  }
}
@media (min-width: 1536px) {
  .cta {
    height: 1550px;
  }
}

.panels-alternate .panel:nth-child(even) .panel-columns{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

footer{
  text-align: center;
}

li{
  list-style-position: inside;
  list-style-type: disc;
}

.nav-footer li{
  list-style-type: none;
}

span.capitals{
  text-transform: uppercase;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
p.last, p:last-child,
ul:last-child,
ol:last-child,
dl:last-child{
  margin-bottom: 0px;
}

hr{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

h1{
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: calc(1.425rem + 1.72603vw);
  line-height: 1;
  line-height: 1.375;
  letter-spacing: 0.15em;
}

@media (min-width: 1460px){
  h1{
    font-size: 3rem;
  }
}

h2{
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: calc(1.35rem + 0.9863vw);
  line-height: calc(1.375rem + 1.23288vw);
  line-height: 1.375;
  letter-spacing: 0.15em;
}

@media (min-width: 1460px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h2 a{
  text-decoration-line: none;
}

.cta h2{
  font-size: calc(1.35rem + 0.9863vw);
  line-height: calc(1.375rem + 1.23288vw);
}

@media (min-width: 1460px){
  .cta h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3{
  font-size: calc(1.3125rem + 0.61644vw);
  line-height: calc(1.35rem + 0.9863vw);
  line-height: 1.375;
}

@media (min-width: 1460px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3 a{
  text-decoration-line: none;
}

h4{
  font-size: calc(1.275rem + 0.24658vw);
  line-height: calc(1.325rem + 0.73973vw);
  line-height: 1.375;
}

@media (min-width: 1460px){
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4 a{
  text-decoration-line: none;
}

h5{
  font-size: 1.25rem;
  line-height: calc(1.3rem + 0.49315vw);
  line-height: 1.375;
}

@media (min-width: 1460px){
  h5{
    line-height: 1.75rem;
  }
}

p,
li,
dt, dd,
.nav-primary,
.nav-secondary,
.nav-footer,
button,
.button,
.accordion-item h3{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  p,
  li,
  dt, dd,
  .nav-primary,
  .nav-secondary,
  .nav-footer,
  button,
  .button,
  .accordion-item h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  p,
  li,
  dt, dd,
  .nav-primary,
  .nav-secondary,
  .nav-footer,
  button,
  .button,
  .accordion-item h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  p,
  li,
  dt, dd,
  .nav-primary,
  .nav-secondary,
  .nav-footer,
  button,
  .button,
  .accordion-item h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

p.intro{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  p.intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  p.intro{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  p.intro{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.625;
  }
}

blockquote.testimonial-quotation p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  blockquote.testimonial-quotation p{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  blockquote.testimonial-quotation p{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  blockquote.testimonial-quotation p{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.625;
  }
}

.testimonial-attribution:before {
  content: "—";
}

a.button.icon {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none !important;
}
a.button.icon .button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
a.button.icon .button-inner svg {
  width: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.35rem;
}
@media (min-width: 1024px) {
  a.button.icon .button-inner svg {
    width: 1.25rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  a.button.icon .button-inner svg {
    width: 1.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1536px) {
  a.button.icon .button-inner svg {
    width: 1.75rem;
    margin-right: 1rem;
  }
}
a.button.icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
}

.small,
.work-item p.small{
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .small,
  .work-item p.small{
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  .small,
  .work-item p.small{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  .small,
  .work-item p.small{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

.accordion-item{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.accordion-item.last{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.accordion-item.selected .accordion-preview h3{
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
}
.accordion-item.selected .accordion-detail{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.accordion-preview {
  cursor: pointer;
}

.accordion-preview .accordion-preview-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.accordion-preview h3 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  color: black;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .accordion-preview h3 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .accordion-preview h3 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .accordion-preview h3 {
    padding-right: 2rem;
  }
}

.accordion-preview h3:after {
  content: url(/img/chevron-down.svg);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0;
  width: 1.25rem;
  margin-top: -0.625rem;
}
@media (min-width: 1024px) {
  .accordion-preview h3:after {
    width: 1.5rem;
    margin-top: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .accordion-preview h3:after {
    width: 1.75rem;
    margin-top: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .accordion-preview h3:after {
    width: 1.75rem;
    margin-top: -0.875rem;
  }
}

.accordion-item.selected .accordion-preview h3:after {
  content: url(/img/chevron-up.svg);
}

.accordion-detail {
  display: none;
}

.y-space{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .y-space{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .y-space{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .y-space{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .y-space{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .y-space{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.y-x2-space{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .y-x2-space{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .y-x2-space{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .y-x2-space{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .y-x2-space{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .y-x2-space{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.x-space{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
  .x-space{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .x-space{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .x-space{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .x-space{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .x-space{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.x-x2-space{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .x-x2-space{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .x-x2-space{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .x-x2-space{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .x-x2-space{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .x-x2-space{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.t-space{
  padding-top: 0.5rem;
}
@media (min-width: 640px) {
  .t-space{
    padding-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .t-space{
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .t-space{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .t-space{
    padding-top: 2rem;
  }
}
@media (min-width: 1536px) {
  .t-space{
    padding-top: 2.5rem;
  }
}

.t-x2-space{
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .t-x2-space{
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .t-x2-space{
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .t-x2-space{
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .t-x2-space{
    padding-top: 4rem;
  }
}
@media (min-width: 1536px) {
  .t-x2-space{
    padding-top: 5rem;
  }
}

.b-space{
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .b-space{
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .b-space{
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .b-space{
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .b-space{
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .b-space{
    padding-bottom: 2.5rem;
  }
}

.b-x2-space{
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .b-x2-space{
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .b-x2-space{
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .b-x2-space{
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .b-x2-space{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .b-x2-space{
    padding-bottom: 5rem;
  }
}

p, blockquote,
ul, ol, dl{
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  p, blockquote,
  ul, ol, dl{
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  p, blockquote,
  ul, ol, dl{
    margin-bottom: 3rem;
  }
}

button,
.button{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(253 75 75 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  letter-spacing: 0.15em;
}
@media (min-width: 640px) {
  button,
  .button{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  button,
  .button{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  button,
  .button{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  button,
  .button{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  button,
  .button{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 75 75 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .work-item img{
    margin-bottom: 0px;
  }
  .work-item .modalGallery_imagesThumbs .x-space{
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .work-item .modalGallery_imagesThumbs .x-space{
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .work-item .modalGallery_imagesThumbs .x-space{
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .work-item .modalGallery_imagesThumbs .x-space{
    padding-top: 4rem;
  }
}
@media (min-width: 1536px) {
  .work-item .modalGallery_imagesThumbs .x-space{
    padding-top: 5rem;
  }
}

.grid-colcade{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.grid-colcade .grid-colcade-col {
  float: left;
  display: none;
  width: 50%;
  /*
  @apply w-full;
  @screen sm {
      @apply w-1/2;
  } 
  */
  /*
  &.grid-colcade-col--2{
      @screen sm {
          display: block; 
      }
  }
  */
}
@media (min-width: 768px) {
  .grid-colcade .grid-colcade-col{
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .grid-colcade .grid-colcade-col{
    width: 25%;
  }
}
.grid-colcade .grid-colcade-col.grid-colcade-col--1, .grid-colcade .grid-colcade-col.grid-colcade-col--2 {
  display: block;
}
@media (min-width: 768px) {
  .grid-colcade .grid-colcade-col.grid-colcade-col--3 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .grid-colcade .grid-colcade-col.grid-colcade-col--4 {
    display: block;
  }
}
.grid-colcade .grid-colcade-item {
  min-height: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .grid-colcade .grid-colcade-item{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .grid-colcade .grid-colcade-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .grid-colcade .grid-colcade-item{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .grid-colcade .grid-colcade-item{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .grid-colcade .grid-colcade-item{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.grid-colcade img{
  margin-bottom: 0px;
}

.modalGallery .modalGallery_gallery .modalGallery_imagesThumbs img {
  margin-bottom: 0;
}
.modalGallery .modalGallery_gallery img {
  cursor: pointer;
}
.modalGallery .modalGallery_modal {
  background-color: rgba(249, 247, 242, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  /*
  @screen sm {
      @apply block;
  }
  */
}
.modalGallery .modalGallery_modal button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.modalGallery .modalGallery_modal .modalGallery_close{
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 1rem;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_prev{
  position: absolute;
  top: 50%;
  left: 0px;
  display: none;
  padding: 1rem;
  margin-top: -32px;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_next{
  position: absolute;
  top: 50%;
  right: 0px;
  display: none;
  padding: 1rem;
  margin-top: -32px;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_image{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_image img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .modalGallery .modalGallery_modal .modalGallery_image img{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .modalGallery .modalGallery_modal .modalGallery_image img{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .modalGallery .modalGallery_modal .modalGallery_image img{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sm\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.lg\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.xl\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.xxl\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
}

@media (min-width: 768px){
  .md\:h-8{
    height: 2rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:pt-8{
    padding-top: 2rem;
  }
}

@media (min-width: 1460px){
  .xxl\:pt-10{
    padding-top: 2.5rem;
  }
}


/*# sourceMappingURL=all.css.map */
