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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

.m-auto {
  margin: auto;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

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

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

.w-\[58\.93px\] {
  width: 58.93px;
}

.w-\[43vw\] {
  width: 43vw;
}

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

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

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

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

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

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

.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-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.gap-y-20 {
  row-gap: 5rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

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

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

.gap-y-14 {
  row-gap: 3.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

.border {
  border-width: 1px;
}

.bg-embla_dark_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 237 / var(--tw-bg-opacity));
}

.bg-embla_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(251 252 245 / var(--tw-bg-opacity));
}

.bg-embla_light_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(55 130 182 / var(--tw-bg-opacity));
}

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

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

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

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

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

.pl-\[20px\] {
  padding-left: 20px;
}

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

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

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

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pl-\[17\.5px\] {
  padding-left: 17.5px;
}

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

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

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

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

.pr-14 {
  padding-right: 3.5rem;
}

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

.font-georgia {
  font-family: Georgia, sans-serif;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-embla_beige {
  --tw-text-opacity: 1;
  color: rgb(251 252 245 / var(--tw-text-opacity));
}

.text-embla_light_blue {
  --tw-text-opacity: 1;
  color: rgb(55 130 182 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

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

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

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

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

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

  font-style: normal;

  font-weight: 400;

  src: local(""), url("../assets/fonts/georgia.woff2") format("woff2"),
       url("../assets/fonts/georgia.woff") format("woff");
}

/* Adobe Typekit - enqueue CSS in header.php */

.font-freight-sans-pro {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-georgia {
  line-height: 1.3;
}

header {
  transition: background-color 0.5s ease;
}

.header-toggle {
  position: absolute;
  top: 35px;
  width: 26px;
}

.header-toggle-arrow {
  margin: auto;
  width: 34px;
  border-style: solid;
  border-width: 0 17px 30px 17px;
  border-color: transparent transparent #3782B6 transparent;
}

.header-link {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #FBFCF5;
  border-top: .25px solid #FBFCF5;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.header-link:last-of-type {
  border-bottom: .25px solid #FBFCF5;
}

.btn-transparent {
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 210 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 55px;
  width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  font-size: 16px;
  color: #3782B6;
  transition: all .3s ease-in-out;
  font-family: Georgia, sans-serif;
  line-height: 1.3;
}

.btn-transparent:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 210 55' fill='%233782B6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
  color: #ffff;
}

@media (min-width: 782px) {
  .btn-transparent {
    font-size: 20px;
  }
}

.btn-filled {
  background-image: url("data:image/svg+xml,%3Csvg width='155px' height='40px' viewBox='0 0 210 55' fill='%233782B6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
  color: #ffff;
  background-repeat: no-repeat;
  height: 40px;
  width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  font-size: 14px;
  transition: all .3s ease-in-out;
  font-family: Georgia, sans-serif;
  line-height: 1.3;
}

.btn-filled:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='155px' height='40px' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
  .btn-filled {
    background-image: url("data:image/svg+xml,%3Csvg width='210px' height='100%' viewBox='0 0 210 55' fill='%233782B6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
    height: 55px;
    width: 210px;
    font-size: 17px;
  }

  .btn-filled:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='210px' height='100%' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
  }
}

.skewed {
  transform: skewY(-4deg);
  transform-origin: top left;
}

@media (min-width: 782px) {
  .skewed {
    transform: skewY(-2deg);
  }
}

.process::after {
  content: '';
  border-right: .5px solid #000000;
  position: absolute;
  right: 19px;
  height: 100%;
  width: 40px;
}

.process::before {
  content: '';
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
}

.process-text::after {
  content: '';
  border-top: 1px solid #707070;
  position: absolute;
  width: 20px;
  right: 9.5px;
  top: 50%;
  height: 100%;
}

.process-text p:not(:last-child) {
  margin-bottom: 20px;
}

.process-opacity {
  z-index: 1;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(247,244,237,1) 0%, rgba(247,244,237,0.1) 95%);
}

.process-border {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: -1px;
  border-top: 3px solid #F7F4ED;
  z-index: 1;
}

.project-grid-opacity {
  z-index: 1;
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(247,244,237,1) 0%, rgba(247,244,237,0) 100%);
}

.project-grid-border {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: -1px;
  border-top: 3px solid #F7F4ED;
  z-index: 1;
}

.tag-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='135px' height='35px' viewBox='0 0 210 55' fill='%233782B6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
  color: #ffff;
  background-repeat: no-repeat;
  height: 35px;
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  font-size: 13px;
  transition: all .3s ease-in-out;
  font-family: Georgia, sans-serif;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .tag-blue {
    background-image: url("data:image/svg+xml,%3Csvg width='210px' height='100%' viewBox='0 0 210 55' fill='%233782B6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
    height: 55px;
    width: 210px;
    font-size: 17px;
  }
}

.project-img:hover .tag-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='135px' height='35px' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
  .project-img:hover .tag-blue {
    background-image: url("data:image/svg+xml,%3Csvg width='210px' height='100%' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%23266593'/%3E%3C/svg%3E");
  }
}

.object-hero-information-row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: .5px solid #000000;
  font-size: 16px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 960px) {
  .object-hero-information-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.object-hero-information-row:last-of-type {
  border-bottom: .5px solid #000000;
}

.object-hero-text p:not(:last-child) {
  margin-bottom: 15px;
}

.object-hero-text a {
  text-decoration: underline;
}

.innovation-form input:not(input[type="checkbox"]):not(input[type="submit"]) {
  background: transparent;
  color: #FBFCF5;
  padding-bottom: 20px;
  border: none;
  border-radius: 0;
  border-bottom: .5px #FBFCF5 solid;
  font-size: 13px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 960px) {
  .innovation-form input:not(input[type="checkbox"]):not(input[type="submit"]) {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.innovation-form input::-moz-placeholder {
  color: #FBFCF5;
}

.innovation-form input::placeholder {
  color: #FBFCF5;
}

.innovation-form input:focus {
  outline: none;
}

.innovation-form input[type="text"],
.innovation-form input[type="email"],
.innovation-form input[type="tel"] {
  width: 100%;
  color: #FBFCF5;
}

.innovation-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #3782B6 inset;
  -webkit-text-fill-color: #FBFCF5;
}

.innovation-form input:-webkit-autofill:focus {
  /* -webkit-box-shadow: your box-shadow,0 0 0 50px #3782B6 inset; */
  -webkit-text-fill-color: #FBFCF5;
}

.innovation-form input[type="checkbox"] {
  position: relative;
  width: 29px;
  height: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.innovation-form input[type="checkbox"]:not(input[type="checkbox"]:checked):after {
  position: absolute;
  content: '';
  height: 29px;
  width: 29px;
  background: url('https://embla.wtmgdev.com/wp-content/uploads/2023/01/Checkbox.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.innovation-form input[type="checkbox"]:checked:after {
  position: absolute;
  content: '';
  height: 29px;
  width: 29px;
  background: url('https://embla.wtmgdev.com/wp-content/uploads/2023/01/checkbox-iklickad.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.innovation-form input[type="submit"]:not(.post-submit) {
  border: 1px solid #FBFCF5;
  color: #FBFCF5;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 210px;
  padding: 20px;
  font-size: 16px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 960px) {
  .innovation-form input[type="submit"]:not(.post-submit) {
    padding: 22px;
    font-size: 16px;
  }
}

.pre-submit {
  background-color: transparent;
  border: .5px solid #000000;
}

.pre-submit:hover {
  color: #3782B6 !important;
  background-color: #FBFCF5;
}

.post-submit {
  background-color: transparent;
  color: #FBFCF5;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none !important;
  white-space: normal;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .post-submit {
    font-size: 16px;
  }
}

.image-img:hover .tag-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='135px' height='35px' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%233782B6'/%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
  .image-img:hover .tag-blue {
    background-image: url("data:image/svg+xml,%3Csvg width='210px' height='100%' viewBox='0 0 210 55' fill='%23266593' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.422L1 51.25C1 51.8931 1.25549 52.51 1.71027 52.9647C2.16504 53.4195 2.78185 53.675 3.425 53.675L184.362 53.675C185.141 53.675 185.911 53.511 186.622 53.1938C187.333 52.8767 187.97 52.4133 188.49 51.834L208.145 29.954C208.738 29.294 209.067 28.4393 209.071 27.5523C209.075 26.6653 208.752 25.8079 208.165 25.143L188.493 2.875C187.972 2.28557 187.332 1.81357 186.615 1.49032C185.898 1.16706 185.121 0.999929 184.334 1L3.425 1C2.78237 1 2.16602 1.25508 1.71133 1.70921C1.25664 2.16333 1.0008 2.77937 1 3.422' stroke='%23266593'/%3E%3C/svg%3E");
  }
}

.single h1,
.privacy-policy h1 {
  margin-bottom: 25px;
  font-family: Georgia, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .single h1,
.privacy-policy h1 {
    font-size: 26px;
  }
}

.single h2,
.privacy-policy h2,
.single h3,
.privacy-policy h3,
.single h4,
.privacy-policy h4,
.single h5,
.privacy-policy h5,
.single h6,
.privacy-policy h6 {
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: Georgia, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .single h2,
.privacy-policy h2,
.single h3,
.privacy-policy h3,
.single h4,
.privacy-policy h4,
.single h5,
.privacy-policy h5,
.single h6,
.privacy-policy h6 {
    font-size: 20px;
  }
}

.single p,
.privacy-policy p {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.single p a,
.privacy-policy p a {
  text-decoration-line: underline;
}

.privacy-policy #content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 782px) {
  .privacy-policy #content {
    max-width: 600px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 960px) {
  .privacy-policy #content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

#content,
#footer {
  transition: 400ms filter ease-in-out;
}

.blur {
  filter: blur(5px);
}

html {
  scroll-behavior: smooth;
}

.textarea p:not(:last-child) {
  margin-bottom: 12.5px;
}

@media (min-width: 600px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 782px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[90vh\] {
    height: 90vh;
  }

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

  .md\:max-h-\[65vh\] {
    max-height: 65vh;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

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

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

@media (min-width: 960px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:bottom-\[25px\] {
    bottom: 25px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:right-\[20px\] {
    right: 20px;
  }

  .lg\:top-\[20px\] {
    top: 20px;
  }

  .lg\:top-\[15px\] {
    top: 15px;
  }

  .lg\:right-\[15px\] {
    right: 15px;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

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

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

  .lg\:mt-72 {
    margin-top: 18rem;
  }

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

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

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

  .lg\:mb-\[12\.5px\] {
    margin-bottom: 12.5px;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

  .lg\:w-\[87\.99px\] {
    width: 87.99px;
  }

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

  .lg\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

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

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

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

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

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

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

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

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

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

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

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

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

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

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:w-\[65\%\] {
    width: 65%;
  }

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

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

  .xl\:pt-52 {
    padding-top: 13rem;
  }

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

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

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

@media (min-width: 1440px) {
  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }
}

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

  .\33xl\:pl-40 {
    padding-left: 10rem;
  }

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

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