@charset "UTF-8";
/*!
Theme Name:     Trellis Works
Theme URI:
Description:    by PDC
Author:         PDC
Version:        1.2
*/
.word-fade-in {
  opacity: 0;
}

.text-shimmer {
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 15%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.35) 65%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.35) 100%);
  background-size: 250% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-shimmer-sweep 4s linear infinite;
}

@keyframes text-shimmer-sweep {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -250% 0;
  }
}
.image-scale-in {
  transform: scale(1.2);
}

.clip-reveal-up {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.clip-reveal-up img:not(.ken-burns) {
  transform: scale(1.15);
}

@keyframes ken-burns-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns {
  animation: ken-burns-zoom 18s ease-in-out infinite alternate;
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.scale-in-initial {
  transform: scale(0.9);
  opacity: 0;
}

.scrub-up-first {
  transform: translateY(50px);
  opacity: 0;
}

.reveal-scale {
  transform: scale(0.85) translateY(20px);
  opacity: 0;
}

.shape--list {
  width: 240px;
  height: 240px;
  right: 10px;
  top: 30%;
  max-width: 450px;
  max-height: 410px;
  position: absolute;
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .shape--list {
    width: 30vw;
    height: 27vw;
    right: 30px;
    margin-top: -8vw;
    top: initial;
    border-radius: 150px 150px 0 150px;
  }
}
.shape--services {
  min-width: 450px;
  min-height: 456px;
  width: 24vw;
  height: 23vw;
  right: 0;
  top: 0;
  margin-top: -300px;
  z-index: -10;
  position: absolute;
  border-radius: 150px 150px 0 150px;
}

.custom-popup {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.custom-popup.active-popup {
  opacity: 1;
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.footer-logo {
  top: 100%;
}

.img-load {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-load--primary {
  background: #ff0161;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.img-load--secondary {
  background: #170534;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.img-load--bg {
  transform-origin: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.news-item {
  transform: translateY(50px);
  opacity: 0;
}

.pulse-title--icon {
  opacity: 0;
}
.pulse-title--title {
  opacity: 0;
  transform: translateY(100%);
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
.fade-in {
  opacity: 0;
}

.list-item-anim--line {
  transform: translateY(100%);
}

.list-item-anim--line--white {
  background: #fff !important;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
  padding-bottom: 5px;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 45s linear infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(15, 226, 255, 0);
  }
}
/* Marquee styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 61%;
}
.marquee__content li {
  font-size: 44px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .marquee__content li {
    font-size: 60px;
  }
}
.marquee__content li img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .marquee__content li img {
    max-width: none;
  }
}
.marquee__content li.dark {
  color: black;
}

.marquee__content {
  animation: scrollNew 30s linear infinite;
}

@keyframes initialScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(0 - var(--gap)));
  }
}
@keyframes scrollNew {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.view-post--open span {
  max-width: 100% !important;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.bg-hero-anim {
  transform: scale(1.8);
}

.view-post-white span {
  color: white;
  font-size: 18px;
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.footer-gradient-layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, #000 49.5%);
  opacity: 0.98;
}

.services-line {
  left: -5px;
  position: relative;
}

.pointer-events-none {
  pointer-events: none;
}

.bold-underline {
  font-weight: 500;
  position: relative;
}
.bold-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -2px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
}

.testimonial-swiper {
  overflow: visible !important;
}

.force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

@media (min-width: 1024px){
  .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li{
    font-size: 18px;
  }
}

.force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 1024px){
  .force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li{
    font-size: 14px;
  }
  .reduced-heading-width h2, .reduced-heading-width h3, .reduced-heading-width h4, .reduced-heading-width h5{
    max-width: 600px;
  }
}

.box-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

table {
  table-layout: auto;
}
@media screen and (min-width: 640px) {
  table {
    table-layout: fixed;
  }
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-left {
    border-left: 1px solid #390E7D;
  }
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-right {
    border-right: 1px solid #390E7D;
  }
  .primary-border-left-2 {
    border-left: 2px solid #8546EA;
  }
  .primary-border-right-2 {
    border-right: 2px solid #8546EA;
  }
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.wrapper {
  z-index: 10;
  position: relative;
}

.horizontal-list h4 {
  padding-bottom: 0px !important;
}

.color-tertiary {
  color: #FF0161;
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.primary-border {
  border: 2px solid var(--Secondary-100, #B690F2);
}

.custom-top-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-bottom-border {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.box-shadow {
  border-radius: 10px;
  background: #FFF;
}
.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-before {
  position: relative;
  overflow: hidden;
}
.item-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 6px solid var(--EV8-Switch-S-600, #174F89);
}

.linear-gradient-fade-out {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.linear-gradient-fade-in {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.rounded-image-radius {
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .rounded-image-radius {
    border-radius: 150px 150px 0 150px;
  }
}

.bg-white-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.bg-navy-blue h3, .bg-navy-blue p, .bg-navy-blue .article-content ul li, .article-content ul .bg-navy-blue li {
  color: white;
}

table {
  background-color: #313131;
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
  border-radius: 15px;
}
table a {
  text-decoration: underline;
}
table thead {
  background-color: #353535;
}
table thead th {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #F2BC49;
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
  text-align: left;
}
table tbody tr {
  border: 1px solid #282828;
}
table tbody tr td {
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
}

canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

/*! tailwindcss v3.3.6 | 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: Inter, sans-serif; /* 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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  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;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-left-\[45vw\]{
  left: -45vw;
}
.-top-\[15\%\]{
  top: -15%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[14px\]{
  bottom: 14px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-\[-40px\]{
  right: -40px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[16px\]{
  right: 16px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-\[-240\%\]{
  top: -240%;
}
.top-\[16px\]{
  top: 16px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[110\]{
  z-index: 110;
}
.z-\[200\]{
  z-index: 200;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[4\/2\.6\]{
  aspect-ratio: 4/2.6;
}
.aspect-\[4\/3\.4\]{
  aspect-ratio: 4/3.4;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.h-0{
  height: 0px;
}
.h-\[130\%\]{
  height: 130%;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[228px\]{
  height: 228px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[290px\]{
  height: 290px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[138px\]{
  max-height: 138px;
}
.max-h-\[20px\]{
  max-height: 20px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[395px\]{
  min-height: 395px;
}
.w-1{
  width: 0.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[196px\]{
  width: 196px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[336px\]{
  width: 336px;
}
.w-\[384px\]{
  width: 384px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[8px\]{
  width: 8px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[196px\]{
  min-width: 196px;
}
.min-w-\[270px\]{
  min-width: 270px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[362px\]{
  max-width: 362px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[723px\]{
  max-width: 723px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[910px\]{
  max-width: 910px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none{
  list-style-type: none;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.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;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.gap-y-\[35px\]{
  row-gap: 35px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-bl-\[10px\]{
  border-bottom-left-radius: 10px;
}
.rounded-br-\[10px\]{
  border-bottom-right-radius: 10px;
}
.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}
.rounded-tr-\[10px\]{
  border-top-right-radius: 10px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-grey\/20{
  border-color: rgb(154 154 154 / 0.2);
}
.border-grey\/30{
  border-color: rgb(154 154 154 / 0.3);
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(234 204 123 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.bg-\[\#3D2B1F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 43 31 / var(--tw-bg-opacity));
}
.bg-\[\#EACC7B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
}
.bg-\[\#F35042\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.bg-\[\#FAF6EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 246 235 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-brand-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(250 246 235 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(61 43 31 / var(--tw-bg-opacity));
}
.bg-dark\/50{
  background-color: rgb(61 43 31 / 0.5);
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-grey-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-grey-mid{
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}
.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
}
.bg-primary\/20{
  background-color: rgb(234 204 123 / 0.2);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-cream{
  --tw-gradient-from: #FAF6EB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 246 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-cream\/90{
  --tw-gradient-to: rgb(250 246 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 246 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-20{
  padding: 5rem;
}
.p-24{
  padding: 6rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[30px\]{
  padding: 30px;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}
.\!pb-\[70px\]{
  padding-bottom: 70px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[250px\]{
  padding-bottom: 250px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[19vw\]{
  padding-left: 19vw;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-heading{
  font-family: Merriweather, serif;
}
.font-sans{
  font-family: Inter, sans-serif;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[38px\]{
  font-size: 38px;
}
.\!font-\[600\]{
  font-weight: 600 !important;
}
.\!font-\[700\]{
  font-weight: 700 !important;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[125\%\]{
  line-height: 125%;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}
.tracking-\[1\.32px\]{
  letter-spacing: 1.32px;
}
.tracking-\[1\.3px\]{
  letter-spacing: 1.3px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#2C2E31\]{
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}
.text-\[\#565655\]{
  --tw-text-opacity: 1;
  color: rgb(86 86 85 / var(--tw-text-opacity));
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(234 204 123 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-grey-deep{
  --tw-text-opacity: 1;
  color: rgb(111 110 110 / var(--tw-text-opacity));
}
.text-grey-mid{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-grey-soft{
  --tw-text-opacity: 1;
  color: rgb(171 171 170 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(234 204 123 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.opacity-0{
  opacity: 0;
}
.shadow-\[0_10px_40px_rgba\(61\2c 43\2c 31\2c 0\.12\)\]{
  --tw-shadow: 0 10px 40px rgba(61,43,31,0.12);
  --tw-shadow-colored: 0 10px 40px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
html {
  overflow-x: hidden;
}

body {
  color: #3D2B1F;
  background: #fff;
  font-family: "Inter", sans-serif;
}

.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

.container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .container--large {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container--large {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .container--large {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .container--large {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {
  .container--large {
    max-width: 1380px;
  }
}

@media (min-width: 1024px) {
  .container-inset-padding {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.font-primary {
  font-family: "Merriweather", serif;
}

.font-secondary {
  font-family: "Inter", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 4rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 4rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 15px;
  font-family: "Merriweather", serif;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-bottom: 18px;
  }
}

p, .article-content ul li, .paragraph-content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
p.p--small, .article-content ul li.p--small, p--small, p .p--small, .article-content ul li .p--small, .paragraph-content.p--small, .paragraph-content--small, .paragraph-content .p--small{
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
}
p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
    font-size: 20px;
  }
}
p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
  font-size: 17px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 1024px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 24px;
  }
}
@media (min-width: 1280px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 29px;
  }
}
p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
  font-size: 25px;
  line-height: 125%;
}
@media (min-width: 1024px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 45px;
  }
}

.p--small p, .article-content ul .p--small li, .p--small ul li{
  font-size: 15px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--small p, .article-content ul .p--small li, .p--small ul li{
    font-size: 17px;
  }
}

.p--medium p, .p--medium .article-content ul li, .article-content ul .p--medium li{
  font-size: 16px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--medium p, .p--medium .article-content ul li, .article-content ul .p--medium li{
    font-size: 20px;
  }
}

.p--large p, .article-content ul .p--large li, .p--large ul li{
  font-size: 19px;
  line-height: 150%;
}

@media (min-width: 1024px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 27px;
  }
}

.inline-secondary {
  font-family: "Inter", sans-serif;
  color: #3D2B1F;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}

.text-muted-inline{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

h1, .h1{
  font-size: 29px;
  font-weight: 200;
  line-height: 35px;
}
@media (min-width: 1024px) {
  h1, .h1{
    font-size: 52px;
    font-weight: 200;
    line-height: 120%;
  }
}
h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
  font-size: 22px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
    font-size: 40px;
    line-height: 125%;
  }
}
h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
  font-size: 38px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
    line-height: 125%;
  }
}
@media (min-width: 1280px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
  }
}
@media (min-width: 1536px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 52px;
  }
}
h1.h1--xlarge, h1 .h1--xlarge, .h1.h1--xlarge, .h1 .h1--xlarge{
  font-size: 42px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--xlarge, h1 .h1--xlarge, .h1.h1--xlarge, .h1 .h1--xlarge{
    font-size: 79px;
    line-height: 92px;
  }
}

h2, .h2{
  font-size: 20px;
  font-weight: 300;
  line-height: 125%;
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 36px;
    line-height: 110%;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small{
  font-size: 64px;
  font-weight: 300;
  line-height: 86%;
}
h2.h2--large, .h2.h2--large{
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
}
@media (min-width: 1024px){
  h2.h2--large, .h2.h2--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h2.h2--large, .h2.h2--large{
    font-size: 70px;
  }
}
h2.h2--large-alt, .h2.h2--large-alt{
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 1024px){
  h2.h2--large-alt, .h2.h2--large-alt{
    font-size: 62px;
    line-height: 66px;
  }
}
h2.h2--medium, .h2.h2--medium{
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium, .h2.h2--medium{
    font-size: 31px;
  }
}
h2.h2--medium-alt, .h2.h2--medium-alt{
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium-alt, .h2.h2--medium-alt{
    font-size: 31px;
  }
}

h3, .h3{
  font-size: 25px;
  font-weight: 300;
  line-height: 115%;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 40px;
  }
}
h3.h3--large, .h3.h3--large{
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--large, .h3.h3--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h3.h3--large, .h3.h3--large{
    font-size: 70px;
  }
}
h3.h3--medium, .h3.h3--medium{
  font-size: 21px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--medium, .h3.h3--medium{
    font-size: 30px;
  }
}

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 20px;
  }
}
h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 151 142 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
    font-size: 20px;
  }
}
h4.h4--medium, h4 .h4-medium, .h4.h4--medium, .h4 .h4-medium{
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px){
  h4.h4--medium, h4 .h4-medium, .h4.h4--medium, .h4 .h4-medium{
    font-size: 15px;
  }
}

h5, .h5{
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 23px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-family: "Merriweather", serif;
}

a:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.benefits-list__item {
  position: relative;
  padding-left: 38px;
}

@media (min-width: 1024px){
  .benefits-list__item{
    padding-left: 50px;
  }
}
.benefits-list__item:before {
  content: "";
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
  height: 25px;
  width: 25px;
}
@media (min-width: 1024px){
  .benefits-list__item:before{
    min-height: 32px;
    min-width: 32px;
  }
}

.block-list__item {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
}

@media (min-width: 1024px){
  .block-list__item{
    padding-left: 38px;
  }
}
.block-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
}
.block-list__item p, .block-list__item .article-content ul li, .article-content ul .block-list__item li {
  font-size: 16px;
}

.plan-list__item {
  position: relative;
  padding-left: 38px;
}
.plan-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  background-image: url(../img/bullet-icon.svg);
}
.plan-list__item p, .plan-list__item .article-content ul li, .article-content ul .plan-list__item li {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active p, .plan-list__item.active .article-content ul li, .article-content ul .plan-list__item.active li {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.bg-pink {
  background: #FF978E;
}

.bg-blue {
  background: #1C71BB;
}

.flex-block--bg-black h1, .flex-block--bg-black .h1, .flex-block--bg-black h2, .flex-block--bg-black .h2, .flex-block--bg-black h3, .flex-block--bg-black .h3, .flex-block--bg-black h4, .flex-block--bg-black .h4, .flex-block--bg-black h5, .flex-block--bg-black .h5, .flex-block--bg-black p, .flex-block--bg-black .article-content ul li, .article-content ul .flex-block--bg-black li, .flex-block--bg-black .p {
  color: white;
}

.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .article-content ul li, .article-content ul .bg-purple li, .bg-purple .p {
  color: white;
}

.text-teal p, .text-teal .article-content ul li, .article-content ul .text-teal li {
  color: #949EAC !important;
}

.bg-black {
  background: #000 !important;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black p, .bg-black .article-content ul li, .article-content ul .bg-black li, .bg-black .p {
  color: white;
}

/* Site Header */
.header {
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.header--hidden {
  transform: translateY(-120px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  transition: color 0.3s ease-in-out;
  color: #3D2B1F;
}
.header__logo:hover .nav-rollover__lines {
  transform: translateY(-24px);
}
.header .nav-rollover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 27px;
  line-height: 27px;
  vertical-align: top;
}
.header .nav-rollover__lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.header .nav-rollover__line {
  display: block;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
}
.header .nav-rollover--logo {
  height: 24px;
  line-height: 24px;
  width: 107px;
}
.header .nav-rollover--logo .nav-rollover__line {
  height: 24px;
  line-height: 24px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .header__nav {
    justify-self: center;
    border-radius: 9999px;
    background-color: rgb(0 0 0 / 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}
.header__nav .menu {
  display: flex;
  gap: 2px;
}
.header__nav .menu > li > a{
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
}
.header__nav li a{
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #3D2B1F;
  font-family: "Inter", sans-serif;
  transition: color 0.2s ease-in-out;
}
.header__nav li a:hover {
  color: #676767;
}
.header__nav li.current-menu-item a,
.header__nav li.current_page_item a {
  font-weight: 600;
}
.header__nav a:hover .nav-rollover__lines {
  transform: translateY(-27px);
}
.header--dark .header__logo,
.header--dark .header__nav li a {
  color: #3D2B1F;
}
.header--dark-no-bg .header__logo,
.header--dark-no-bg .header__nav li a {
  color: #3D2B1F;
}
@media (min-width: 1024px) {
  .header--dark-no-bg .header__nav {
    background-color: transparent;
    padding: 0;
  }
}
.header--light .header__logo,
.header--light .header__nav li a {
  color: #fff;
}
.header--light .header__nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header--light .header__actions .btn--outline {
  border-color: #fff;
}
.header--light .header__actions .btn--outline .btn__text {
  color: #fff;
}
@media (min-width: 1024px) {
  .header--nav-frosted .header__nav {
    background: rgba(238, 238, 238, 0.91);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.header--nav-frosted .header__logo,
.header--nav-frosted .header__nav li a {
  color: #3D2B1F;
}
.header--nav-frosted .header__nav li a:hover {
  color: #676767;
}
body.is-open .header .header__logo {
  color: #3D2B1F;
}
.header__actions {
  gap: 20px;
}
@media (min-width: 1024px) {
  .header__actions {
    justify-self: end;
  }
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children:hover .sub-menu{
  pointer-events: auto;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
.header .sub-menu{
  display: none;
  --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));
  opacity: 0;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    display: flex !important;
  }
}
.header .sub-menu li a{
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
  font-size: 15px;
}

.m-icon {
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EACC7B;
  border: none;
  color: #3D2B1F;
}
@media (min-width: 1024px) {
  .m-icon {
    width: 48px;
    height: 48px;
  }
}

.footer {
  position: relative;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li {
  margin-bottom: 0;
}
.footer__nav-list li a {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .footer__nav-list li a {
    font-size: 15px;
  }
}

.data-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 50px;
  padding: 0 16px 0 12px;
  border: none;
  border-radius: 110px;
  background: #3D2B1F;
  cursor: pointer;
  overflow: hidden;
  will-change: width;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .data-pill {
    width: 245px;
  }
}
.data-pill.is-visible {
  pointer-events: auto;
}
.data-pill.is-collapsed {
  width: 50px;
  padding: 0;
  justify-content: center;
}
.data-pill__ring-wrap {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.data-pill__ring {
  width: 100%;
  height: 100%;
}
.data-pill__ring-track {
  stroke: rgba(255, 255, 255, 0.12);
}
.data-pill__ring-progress {
  stroke: #EACC7B;
  transform-origin: center;
  transform-box: fill-box;
  transform: rotate(-90deg);
}
.data-pill__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EACC7B;
  transform: translate(-50%, -50%);
}
.data-pill__live {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  color: #EACC7B;
  white-space: nowrap;
}
.data-pill__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 50px;
  padding-left: 5px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26.25px;
  white-space: nowrap;
}
.data-pill__sep {
  color: rgba(255, 255, 255, 0.35);
}
.data-pill.is-collapsed .data-pill__live,
.data-pill.is-collapsed .data-pill__stats {
  display: none;
}
.data-pill__hover-message {
  display: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.25px;
  white-space: nowrap;
}
.data-pill.is-hover-message {
  padding-right: 20px;
}
.data-pill.is-hover-message .data-pill__stats {
  display: none;
}
.data-pill.is-hover-message .data-pill__hover-message {
  display: inline;
}
.data-pill__caption-message {
  display: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.25px;
  white-space: nowrap;
  padding-right: 5px;
}
.data-pill.is-caption-message {
  padding-right: 20px;
}
.data-pill.is-caption-message .data-pill__stats {
  display: none;
}
.data-pill.is-caption-message .data-pill__caption-message {
  display: inline;
}

.hero {
  position: relative;
  transition: all 0.3s ease;
}
.hero--active {
  opacity: 1 !important;
}

/* Off Canvas — sits below the fixed header (see .off-canvas__panel's
   padding-top) and is fully driven by GSAP (app.js): the CSS below only
   handles layout, colour and the is-open mount/unmount — every actual
   transform/opacity value on __bg, __item and __divider is seeded by
   gsap.set() on load rather than in CSS, same reasoning as the accordion
   and lottie draw-ins elsewhere in this theme (a CSS-set starting value
   can silently disagree with GSAP's own cache). */
.off-canvas {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
  pointer-events: none;
}
.off-canvas.is-open {
  visibility: visible;
  pointer-events: auto;
}
.off-canvas__bg {
  position: absolute;
  inset: 0;
  background: #FAF6EB;
  transform-origin: top center;
}
.off-canvas__panel {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 110px 0px 40px;
}
@media (min-width: 1024px) {
  .off-canvas__panel {
    padding: 130px 60px 60px;
  }
}

body.is-open {
  overflow: hidden;
}

.offcanvas__nav {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .offcanvas__nav {
    max-width: 100%;
  }
}
.offcanvas__item {
  display: flex;
  flex-direction: column;
}
.offcanvas__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 2px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #3D2B1F;
}
.offcanvas__arrow {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}
.offcanvas__divider {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(15, 14, 13, 0.12);
}
.offcanvas__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 34px auto 0;
}
.offcanvas__actions .btn {
  width: 100%;
}
.offcanvas__socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.offcanvas__social {
  display: block;
  width: 50px;
  height: 50px;
}
.offcanvas__social-mask {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #D9D9D9;
  color: #3D2B1F;
  transition: background 0.25s ease-in-out;
}
.offcanvas__social-lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.offcanvas__social-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.offcanvas__social-line svg {
  width: 18px;
  height: 18px;
}
.offcanvas__social:hover .offcanvas__social-mask {
  background: #EACC7B;
}
.offcanvas__social:hover .offcanvas__social-lines {
  transform: translateY(-50px);
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs .separator {
  padding: 0 15px;
}

.social-links li {
  padding: 0 20px 0 0;
}
.social-links li a {
  border: 1px solid #3D2B1F;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-links li a svg {
  height: 22px;
}
.social-links li a svg path {
  transition: 0.3s all;
}
.social-links li a:hover {
  background: #3D2B1F;
}
.social-links li a:hover svg path {
  color: #fff;
}

.btn {
  position: relative;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  padding: 5px 20px;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
  height: 43px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0 !important;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .btn--large {
    font-size: 16px;
    height: 60px;
    padding: 18px 40px;
  }
}
.btn--small {
  font-size: 12px;
  height: 40px;
  padding: 10px 22px;
}
.btn--header {
  height: 36px;
  padding: 10px 24px;
}
@media (min-width: 1024px) {
  .btn--header {
    height: 38px;
    padding: 10px 18px;
  }
}
.btn__text {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
}
.btn__text-lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.btn__text-line {
  display: block;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.btn:hover .btn__text-lines {
  transform: translateY(-1.2em);
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
  position: absolute;
  left: 0;
  bottom: 8px;
}
.btn--primary{
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
}
.btn--primary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
}
.btn--secondary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}
.btn--secondary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--white{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn--white .btn__text{
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
}
.btn--dark{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(61 43 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(61 43 31 / var(--tw-bg-opacity));
}
.btn--dark .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--outline {
  background: transparent;
  border: none;
  padding: 0 0 4px;
  border-radius: 0;
  height: auto;
  gap: 8px;
}
.btn--outline .btn__text{
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
}
.btn--outline:hover .btn__text-lines {
  transform: none;
}
.btn--outline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3D2B1F;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.btn--outline:after {
  content: "→";
  display: inline-block;
  color: #3D2B1F;
  transition: transform 0.3s ease;
}
.btn--outline:hover:after {
  transform: translateX(5px);
}
.btn--outline:hover:before {
  transform: scaleX(0.85);
}

.slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slider-arrow img {
  transition: transform 0.25s ease;
}
.slider-arrow:hover img {
  transform: scale(1.12);
}

.facetwp-display-value {
  padding-right: 0px;
}

.default-form .gform_footer {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 20px 20px;
  color: #11203D !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
  border-radius: 10px !important;
  min-height: 58px !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper .gform_fields {
  row-gap: 24px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  background: #84CC16 !important;
  border: 2px solid #E1FCB9 !important;
  padding: 14px 45px !important;
  border-radius: 44px !important;
  color: #263E01 !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-weight: 500 !important;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: #263E01 !important;
  color: white !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.icon--circle {
  height: 8px;
  width: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 204 123 / var(--tw-bg-opacity));
  display: block;
  border-radius: 100%;
}

.testimonials-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
          mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
}
.testimonials-marquee__track {
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  animation: testimonialsMarquee 80s linear infinite;
}
.testimonials-marquee:hover .testimonials-marquee__track {
  animation-play-state: paused;
}

@keyframes testimonialsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  width: 85%;
  background-color: #E2E2E2;
  color: #3D2B1F;
  border-radius: 20px;
  min-height: 340px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (min-width: 640px) {
  .testimonial-card {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .testimonial-card {
    width: 44%;
  }
}
.testimonial-card__quote {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1024px){
  .testimonial-card__quote{
    font-size: 24px;
    line-height: 36px;
  }
}
.testimonial-card__overlay {
  background-color: #3D2B1F;
  opacity: 0.55;
}
.testimonial-card__meta {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.testimonial-card.swiper-slide-active {
  background-color: transparent;
  color: #fff;
}
.testimonial-card:not(.swiper-slide-active) .testimonial-card__image {
  opacity: 0 !important;
}

.testimonial-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #3D2B1F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D2B1F;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.testimonial-nav:hover {
  background-color: #3D2B1F;
  border-color: #3D2B1F;
  color: #fff;
}
.testimonial-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.apptmt-hero {
  position: relative;
}
.apptmt-hero__mini-title {
  font-family: "Inter", sans-serif;
}
.apptmt-hero__title strong {
  font-weight: 700;
}
.apptmt-hero__body p, .apptmt-hero__body .article-content ul li, .article-content ul .apptmt-hero__body li {
  margin-bottom: 0;
}
.apptmt-hero__card-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.apptmt-hero__card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 28px 32px;
  box-shadow: 0 10px 40px rgba(61, 43, 31, 0.08);
  border: 1px solid rgba(61, 43, 31, 0.12);
}
.apptmt-hero__card-title {
  font-weight: 400;
  color: #3D2B1F;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .apptmt-hero__card-title {
    font-size: 28px;
  }
}
.apptmt-hero__text-lower {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: rgba(61, 43, 31, 0.55);
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
.apptmt-hero__form {
  margin-top: 24px;
}
.apptmt-hero__form .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 14px;
}
.apptmt-hero__form .gform_wrapper .gfield {
  width: 100%;
}
@media (min-width: 640px) {
  .apptmt-hero__form .gform_wrapper .gfield:nth-child(1),
  .apptmt-hero__form .gform_wrapper .gfield:nth-child(2) {
    width: calc(50% - 7px);
  }
}
.apptmt-hero__form .gform_wrapper .top_label .gfield_label,
.apptmt-hero__form .gform_wrapper .gfield_label {
  display: none;
}
.apptmt-hero__form .gform_wrapper .gfield--type-radio .gfield_label,
.apptmt-hero__form .gform_wrapper .gfield--type-fileupload .gfield_label {
  display: block !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3D2B1F;
  margin-bottom: 10px;
}
.apptmt-hero__form .gform_wrapper .gfield--type-radio,
.apptmt-hero__form .gform_wrapper .gfield--type-fileupload {
  margin-top: 4px;
}
.apptmt-hero__form .gform_wrapper input:not([type=checkbox]):not([type=radio]),
.apptmt-hero__form .gform_wrapper textarea,
.apptmt-hero__form .gform_wrapper select {
  width: 100%;
  background-color: #FAF6EB !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #3D2B1F !important;
  box-shadow: none !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
}
.apptmt-hero__form .gform_wrapper input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .apptmt-hero__form .gform_wrapper textarea::-moz-placeholder, .apptmt-hero__form .gform_wrapper select::-moz-placeholder {
  color: rgba(61, 43, 31, 0.5);
}
.apptmt-hero__form .gform_wrapper input:not([type=checkbox]):not([type=radio])::placeholder,
.apptmt-hero__form .gform_wrapper textarea::placeholder,
.apptmt-hero__form .gform_wrapper select::placeholder {
  color: rgba(61, 43, 31, 0.5);
}
.apptmt-hero__form .gform_wrapper input:not([type=checkbox]):not([type=radio]):focus,
.apptmt-hero__form .gform_wrapper textarea:focus,
.apptmt-hero__form .gform_wrapper select:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(234, 204, 123, 0.5) !important;
}
.apptmt-hero__form .gform_wrapper select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%233D2B1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 42px !important;
}
.apptmt-hero__form .gform_wrapper .gfield_radio {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px;
}
.apptmt-hero__form .gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  position: relative;
}
.apptmt-hero__form .gform_wrapper .gchoice input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.apptmt-hero__form .gform_wrapper .gchoice label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px !important;
  border: 1.5px solid rgba(61, 43, 31, 0.18);
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #3D2B1F;
  cursor: pointer;
  transition: all 0.3s ease;
}
.apptmt-hero__form .gform_wrapper .gchoice label::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(61, 43, 31, 0.3);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.apptmt-hero__form .gform_wrapper .gchoice label:hover {
  border-color: #EACC7B;
}
.apptmt-hero__form .gform_wrapper .gchoice input[type=radio]:checked + label {
  background-color: #FAF6EB;
  border-color: #EACC7B;
}
.apptmt-hero__form .gform_wrapper .gchoice input[type=radio]:checked + label::before {
  border-color: #EACC7B;
  border-width: 5px;
}
.apptmt-hero__form .gform_wrapper .gchoice input[type=radio]:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 2px rgba(234, 204, 123, 0.5);
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload {
  border: 2px dashed rgba(61, 43, 31, 0.22);
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  background-color: rgba(250, 246, 235, 0.5);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload:hover {
  border-color: #EACC7B;
  background-color: #FAF6EB;
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload input[type=file] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: rgba(61, 43, 31, 0.6);
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload input[type=file]::file-selector-button {
  display: inline-flex;
  align-items: center;
  height: 100%;
  background-color: #EACC7B;
  border: none;
  border-radius: 5px;
  color: #3D2B1F;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 0 18px;
  margin-right: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload input[type=file]::file-selector-button:hover {
  opacity: 0.85;
}
.apptmt-hero__form .gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(61, 43, 31, 0.5);
}
.apptmt-hero__form .gform_wrapper .gform_footer {
  margin-top: 8px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.apptmt-hero__form .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  margin: 0 auto;
  background-color: #EACC7B !important;
  border: 2px solid #EACC7B !important;
  border-radius: 5px !important;
  color: #3D2B1F !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 5px 20px !important;
  height: 43px !important;
  min-height: 43px !important;
  transition: opacity 0.3s ease;
}
.apptmt-hero__form .gform_wrapper .gform_footer input[type=submit]:hover {
  opacity: 0.85;
}
.apptmt-hero__form .gform_wrapper .gform_validation_errors {
  display: none !important;
}

.image-quote-marquee {
  overflow: hidden;
}
.image-quote-marquee__track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: imageQuoteMarquee 115s linear infinite;
}
.image-quote-marquee__item {
  width: calc(50vw - 10px);
}

@keyframes imageQuoteMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.single-post .article-content h2 {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.7px;
}
.article-content a {
  color: #2563EB;
  font-weight: 500;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: 200;
  background: transparent;
  pointer-events: none;
}
.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: #EACC7B;
  transform-origin: left;
}

.news-filters {
  background: #fff;
  padding: 16px 0;
  position: relative;
  z-index: 20;
}
.news-filters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}
.news-filters__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-filters__row {
    flex-direction: column;
    align-items: flex-start;
    height: 0;
  }
}
.news-filters__category-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #3D2B1F;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .news-filters__category-label {
    font-size: 14px;
  }
}
.news-filters__category-label .news-filters__triangle {
  transition: transform 0.3s ease-in-out;
}
.news-filters__category-label[aria-expanded=false] .news-filters__triangle {
  transform: rotate(180deg);
}
.news-filters__triangle {
  width: 9px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .news-filters__categories {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.news-filters__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-filters__pill {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  color: rgb(15, 14, 13);
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .news-filters__pill {
    font-size: 12px;
    padding: 8px 18px;
  }
}
.news-filters__pill:hover {
  background: #F0F0F0;
}
.news-filters__pill.is-active {
  background: #3D2B1F;
  color: #fff;
}
.news-filters__top-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-filters__search {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  background: #fff;
  min-width: 200px;
}
.news-filters__search:focus {
  outline: none;
  border-color: #EACC7B;
}
.news-filters__sort {
  position: relative;
}
.news-filters__sort-toggle {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #F5F5F5;
  border: none;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .news-filters__sort-toggle {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.news-filters__sort-toggle span {
  color: #9A9A9A;
}
.news-filters__sort-toggle .news-filters__triangle {
  transition: transform 0.3s ease-in-out;
}
.news-filters__sort-toggle[aria-expanded=true] .news-filters__triangle {
  transform: rotate(180deg);
}
.news-filters__sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 6px;
  min-width: 160px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.25s ease-out, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s;
}
.news-filters__sort-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.news-filters__sort-menu li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.news-filters__sort-menu li:hover {
  background: #F5F5F5;
}
.news-filters__sort-menu li.is-active {
  background: #EACC7B;
  color: #3D2B1F;
}

.post-grid {
  display: grid;
  gap: 20px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .post-grid {
    row-gap: 60px;
  }
}
.post-grid--featured {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .post-grid--featured {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-grid--cards {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .post-grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-grid--cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-grid-item--hidden {
  display: none;
}

.post-item {
  height: 100%;
}
.post-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.post-item__image-wrap {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/10;
}
.post-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.post-item__link:hover .post-item__image {
  transform: scale(1.05);
}
.post-item__body {
  padding-top: 16px;
}
.post-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.post-item__meta--compact {
  color: #9A9A9A;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  gap: 6px;
}
.post-item__badge {
  background: #EACC7B;
  color: #3D2B1F;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .post-item__badge {
    font-size: 15px;
  }
}
.post-item__category {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: rgba(15, 14, 13, 0.45);
  text-transform: uppercase;
}
.post-item__title {
  margin-bottom: 8px;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.25s ease-in-out;
}
.post-item__link:hover .post-item__title {
  text-decoration-color: currentColor;
}
.post-item__excerpt {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 160%;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .post-item__excerpt {
    font-size: 15px;
  }
}
.post-item--featured .post-item__title {
  font-family: "Merriweather", serif;
}

.single-post h1 {
  font-size: 26px;
  line-height: 33px;
}
@media (min-width: 1024px) {
  .single-post h1 {
    font-size: 52px;
    line-height: 120%;
  }
}
.single-post .article-content h2 {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .single-post .article-content h2 {
    font-size: 26px;
    line-height: 29px;
  }
}
.single-post__date {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 15px; /* 150% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 12px;
}
.single-post__byline {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #4A4A4A;
  margin-top: 20px;
}
.single-post__byline a {
  color: #3D2B1F;
  font-weight: 600;
  text-decoration: underline;
}
.single-post__share {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}
.single-post__share-link {
  display: block;
  width: 40px;
  height: 40px;
}
.single-post__share-icon-mask {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #F5F5F5;
  color: #3D2B1F;
  transition: background 0.25s ease-in-out;
}
.single-post__share-icon-lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.single-post__share-icon-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.single-post__share-link:hover .single-post__share-icon-mask {
  background: #EACC7B;
}
.single-post__share-link:hover .single-post__share-icon-lines {
  transform: translateY(-40px);
}
.single-post__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .single-post__layout {
    grid-template-columns: 280px 1fr;
    gap: 60px;
  }
}
.single-post__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .single-post__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.single-post__toc {
  background: #F5F5F5;
  border-radius: 14px;
  padding: 20px;
  position: relative;
}
.single-post__toc-title {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #9A9A9A;
  margin-bottom: 12px;
  padding-right: 24px;
}
.single-post__toc-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.single-post__toc-toggle svg {
  width: 8px;
  height: auto;
}
.single-post__toc-toggle:hover {
  color: #3D2B1F;
}
.single-post__toc-toggle-v {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.single-post__toc.is-collapsed .single-post__toc-toggle-v {
  opacity: 1;
}
.single-post__toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.3s ease-in-out;
}
.single-post__toc.is-collapsed ul {
  max-height: 0;
}
.single-post__toc a {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.single-post__toc a::before {
  content: "";
  width: 0;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  margin-right: 0;
  transition: width 0.25s ease-in-out, margin-right 0.25s ease-in-out;
}
.single-post__toc a.is-active {
  color: #3D2B1F;
  font-weight: 700;
}
.single-post__toc a.is-active::before {
  width: 5px;
  margin-right: 8px;
}
.single-post__cta {
  background: #EACC7B;
  border-radius: 14px;
  padding: 20px;
}
.single-post__cta-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.single-post__cta-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}
.single-post__content {
  max-width: 720px;
}
.single-post__related-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9A9A9A;
  margin-bottom: 8px;
}

.outcomes-block__title {
  font-size: 32px;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .outcomes-block__title {
    font-size: 46px;
  }
}
.outcomes-block__intro {
  font-size: 14px;
  line-height: 160%;
}
.outcomes-block__stat-label {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.outcomes-block__stat-value.stat-counter .stat-counter__value {
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 0.95;
  color: #EACC7B;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .outcomes-block__stat-value.stat-counter .stat-counter__value {
    font-size: 84.926px;
    font-weight: 300;
    line-height: 83.236px;
    letter-spacing: -1.85px;
  }
}
.outcomes-block__stat-desc {
  font-size: 12px;
  line-height: 24.5px;
  font-weight: 400;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .outcomes-block__stat-desc {
    font-size: 15px;
  }
}
.outcomes-block__divider {
  border-top-color: rgba(255, 255, 255, 0.11);
}
.outcomes-block__view-all {
  transition: gap 0.3s ease-in-out;
}
.outcomes-block__view-all:hover {
  gap: 10px;
}
.outcomes-block__quote-text {
  font-family: "Martina Plantijn", "Merriweather", serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .outcomes-block__quote-text {
    font-size: 25px;
    line-height: 32px;
  }
}
.outcomes-block__quote-attribution {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 26.25px;
}
.outcomes-block__video {
  background: #3D2B1F;
}
.outcomes-block__play {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(157, 242, 0, 0.47);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .outcomes-block__play {
    width: 144px;
    height: 95px;
  }
}
.outcomes-block__play img {
  width: 14px;
  height: auto;
}
@media (min-width: 1024px) {
  .outcomes-block__play img {
    width: 22px;
  }
}
.outcomes-block__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.outcomes-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.icon-block h2 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .icon-block h2 {
    white-space: nowrap;
  }
}

.services-block__r-lottie svg path,
.cta-block__r-lottie svg path,
.cta-banner__r-lottie svg path,
.footer__r-lottie svg path,
.data-hero__r-lottie svg path,
.text-with-card__r-lottie svg path {
  stroke: currentColor !important;
}

.text-with-card__card {
  opacity: 0;
  transform: scale(0.9) translateY(16px);
}

.text-with-card__badge {
  opacity: 0;
  transform: scale(0.5);
}

.cta-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .cta-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.flex-block.block-hidden {
  opacity: 0;
  height: 0;
  padding: 0px;
}
.flex-block.block-visible {
  opacity: 1;
  height: auto;
}
.flex-block--negative {
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .flex-block--negative {
    margin-top: -145px;
  }
}
.flex-block--bg-dark-blue h2, .flex-block--bg-dark-blue p, .flex-block--bg-dark-blue .article-content ul li, .article-content ul .flex-block--bg-dark-blue li, .flex-block--bg-dark-blue h3, .flex-block--bg-dark-blue h4 {
  color: white;
}

.measure-block__eyebrow {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
}
.measure-block__doodle {
  z-index: 0;
}

.measure-cards__step {
  font-size: 10px;
  letter-spacing: 1.4px;
}
.measure-cards__title{
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 22.5px;
  color: #3D2B1F;
}
@media (min-width: 1024px) {
  .measure-cards__title {
    font-size: 25px;
  }
}
.measure-cards__desc{
  font-size: 12px;
}
@media (min-width: 1024px){
  .measure-cards__desc{
    font-size: 15px;
  }
}

.steps-block__circle {
  background: #fff;
  color: #3D2B1F;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .steps-block__circle {
    font-size: 39px;
  }
}
.steps-block__step-title{
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #3D2B1F;
}
@media (min-width: 1024px) {
  .steps-block__step-title {
    font-size: 25px;
  }
}
.steps-block__line {
  overflow: visible;
}
.steps-block__line-track {
  stroke: #EEEEEE;
}
.steps-block__line-progress {
  stroke: #EACC7B;
}
.steps-block__ring-track {
  stroke: #EEEEEE;
}
.steps-block__ring-progress {
  stroke: #EACC7B;
}

.data-hero__card {
  opacity: 0;
  transform: scale(0.94) translateY(12px);
}
.data-hero__panel {
  background: radial-gradient(circle at 80% 75%, rgba(51, 122, 26, 0.55) 0%, rgba(6, 25, 8, 0.9) 45%, #060a06 75%), #03140a;
}
.data-hero__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EACC7B;
  animation: dataHeroPulse 1.8s ease-in-out infinite;
}
.data-hero__stat {
  background: rgba(15, 14, 13, 0.59);
  border-radius: 10px;
  padding: 10px 12px;
}
.data-hero__stat-label{
  font-size: 14px;
  font-weight: 400;
  color: #9C9797;
}
.data-hero__stat-value{
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-variant-numeric: tabular-nums;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .data-hero__stat-value {
    font-size: 24px;
    line-height: 19px;
  }
}
.data-hero__stat-value--accent {
  color: #EACC7B;
  margin-top: 0px;
}
.data-hero__caption{
  font-size: 12px;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .data-hero__caption{
    font-size: 14px;
  }
}

@keyframes dataHeroPulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(157, 242, 0, 0.55);
  }
  50% {
    opacity: 0.6;
    box-shadow: 0 0 0 5px rgba(157, 242, 0, 0);
  }
}
.cards-block__caption-text {
  font-size: 15px;
  line-height: 20.5px;
}
@media (min-width: 1024px) {
  .cards-block__caption-text {
    font-size: 20px;
    line-height: 27.4px;
  }
}

.hero-block {
  height: 100dvh;
  max-height: 658px;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 100vh;
    max-height: 658px;
  }
}

.hero__scroll-cue {
  color: #fff;
}
.hero__scroll-text {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 42%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.45) 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  cursor: pointer;
  animation: heroScrollTextGlow 5s ease-in-out infinite;
}

@keyframes heroScrollTextGlow {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.accordion-item h4 {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .accordion-item h4 {
    font-size: 16px;
  }
}

.accordion__toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.accordion__toggle.active:after {
  transform: rotate(180deg);
}
.accordion__toggle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.image-slider .swiper-pagination-bullet {
  height: 2px;
  width: 77px;
  border-radius: 0px;
  opacity: 0.7;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  background: #ffffff;
}
.image-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.image-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-wrap {
  padding: 15px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap {
    padding: 20px;
  }
}
.swiper-wrap--relative {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap--relative {
    padding: 10px;
  }
}

.swiper-controls {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-controls {
    gap: 20px;
  }
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  width: 25px;
  height: 25px;
  left: initial;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

@media (min-width: 1024px){
  .swiper-button-prev, .swiper-button-next{
    height: 50px;
    width: 50px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  height: 100%;
  width: 20px;
}
@media (min-width: 1024px){
  .swiper-button-prev:after, .swiper-button-next:after{
    width: 25px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  background-position: center center;
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  content: "";
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.home-testimonials {
  position: relative;
  overflow: visible !important;
  clip-path: inset(0 -9999px 0 0);
  -webkit-clip-path: inset(0 -9999px 0 0);
}

.testimonial__inner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 69px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/quote-icon.svg");
}
@media screen and (min-width: 1024px) {
  .testimonial__inner:before {
    width: 99px;
    height: 70px;
    top: 10px;
    right: 10px;
  }
}

.test-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .test-slider {
    padding-bottom: 50px;
  }
}
.test-slider__item {
  border-radius: 10px;
}

.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.article-content a {
  color: #2563EB;
  font-weight: 500;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.gradient-linear {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) -5.96%, #111827 87.77%);
}

.stat-counter__value {
  display: flex;
  align-items: flex-start;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 0.92;
  font-size: 64px;
}

@media (min-width: 1024px){
  .stat-counter__value{
    font-size: 110px;
    letter-spacing: -4.16px;
  }
}

@media (min-width: 1280px){
  .stat-counter__value{
    font-size: 190px;
  }
}

.stat-digit {
  display: inline-block;
  overflow: hidden;
  height: 1em;
}
.stat-digit__track {
  display: flex;
  flex-direction: column;
}
.stat-digit__num {
  display: block;
  height: 1em;
  line-height: 1;
  text-align: center;
}
.stat-digit__num--one {
  width: 90%;
  margin: 0 auto;
}
.stat-digit__sep, .stat-digit__suffix {
  display: inline-block;
  line-height: 1;
}
.stat-digit__suffix{
  margin-top: 0.12em;
  margin-left: 0.02em;
  font-size: 0.55em;
}

.project-marquee {
  overflow: hidden;
}
.project-marquee__track {
  display: flex;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  bottom: -30px;
}
.project-marquee__item {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  top: 30px;
  border-radius: 10px;
  margin-right: 1rem;
}
@media (min-width: 1024px){
  .project-marquee__item{
    margin-right: 1.25rem;
  }
}
.project-marquee__item--wide{
  height: 146px;
  width: 230px;
}
@media (min-width: 1024px){
  .project-marquee__item--wide{
    height: 224px;
    width: 355px;
  }
}
.project-marquee__item--tall{
  height: 183px;
  width: 175px;
}
@media (min-width: 1024px){
  .project-marquee__item--tall{
    height: 282px;
    width: 269px;
  }
}
.project-marquee__item--small{
  height: 110px;
  width: 175px;
}
@media (min-width: 1024px){
  .project-marquee__item--small{
    height: 170px;
    width: 269px;
  }
}
.project-marquee__item img {
  transition: transform 0.5s ease-in-out;
}
.project-marquee__item:hover img {
  transform: scale(1.05);
}
.project-marquee__item:hover .project-marquee__caption {
  opacity: 1;
}
.project-marquee__caption {
  position: absolute;
  inset: auto 0 0 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgb(61 43 31 / 0.6);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.marquee-reveal {
  opacity: 0;
  transform: translateY(15px);
}

.project-item .h3--medium {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .project-item .h3--medium {
    font-size: 19px;
    line-height: 22.5px;
  }
}
.project-item__stat {
  align-items: flex-end;
}
.project-item__tag{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.project-item__outcome-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.4);
}
.project-item__outcome-title, .project-item__outcome-body {
  opacity: 0;
  transform: translateY(8px);
}

.video-block__media-outer {
  position: relative;
  width: calc(100vw - 40px);
  margin-inline: auto;
  aspect-ratio: 936/565;
}
@media (min-width: 1024px) {
  .video-block__media-outer {
    width: 936px;
    max-width: min(1100px, 100vw - 120px, (100vh - 160px) * 936 / 565);
  }
}
.video-block__media {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #3D2B1F;
}
.video-block__placeholder, .video-block__main {
  transition: opacity 0.4s ease-in-out;
}
.video-block__play {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(157, 242, 0, 0.47);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .video-block__play {
    width: 144px;
    height: 95px;
  }
}
.video-block__play img {
  width: 14px;
  height: auto;
}
@media (min-width: 1024px) {
  .video-block__play img {
    width: 22px;
  }
}
.video-block__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.video-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.video-block__doodle {
  display: none !important;
  position: absolute;
  color: #EACC7B;
  pointer-events: none;
}
.video-block__doodle--1 {
  width: 140px;
  top: -30px;
  left: -40px;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--1 {
    display: block;
    width: 220px;
    top: -50px;
    left: -80px;
  }
}
.video-block__doodle--2 {
  width: 160px;
  top: -20px;
  right: -30px;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--2 {
    display: block;
    width: 260px;
    top: -40px;
    right: -100px;
  }
}
.video-block__doodle--3 {
  width: 70px;
  bottom: -60px;
  left: 10%;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--3 {
    display: block;
    width: 120px;
    bottom: -100px;
  }
}

.quote-outcome-block__quote {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 22px !important;
  line-height: 136% !important;
}
@media (min-width: 1024px) {
  .quote-outcome-block__quote {
    font-size: 50px !important;
    line-height: 56px !important;
  }
}
.quote-outcome-block__icon svg {
  width: 100%;
  height: 100%;
}
.quote-outcome-block__card, .quote-outcome-block__card p, .quote-outcome-block__card .article-content ul li, .article-content ul .quote-outcome-block__card li, .quote-outcome-block__card h2, .quote-outcome-block__card h3 {
  color: #3D2B1F !important;
}
.quote-outcome-block__icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.4);
}
.quote-outcome-block__label, .quote-outcome-block__body {
  opacity: 0;
  transform: translateY(8px);
}

.about-block {
  --split: 45%;
  background: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE var(--split), #ffffff calc(var(--split) + 30%));
}
.about-block__image {
  opacity: 0;
}

.pricing-example__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #eeeeee;
  background: #fff;
  color: #3D2B1F;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pricing-example__toggle:hover {
  background: #FAF6EB;
}
.pricing-example__panel {
  height: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .who-we-are-block__layout {
    min-height: 720px;
  }
  .who-we-are-block__wordmark {
    height: 100%;
  }
}
.who-we-are-block__wordmark:before {
  content: "";
  position: absolute;
  inset: 0;
  top: -15vh;
  z-index: 2;
  background: linear-gradient(135deg, #EEEEEE 0%, #EEEEEE 10%, transparent 48%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark:before {
    top: 0;
  }
}
.who-we-are-block__wordmark-center {
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark-center {
    transform: translate(-50%, -50%);
  }
}
.who-we-are-block__wordmark-mask {
  max-width: none;
  width: auto;
  height: 115vh;
  opacity: 1;
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark-mask {
    width: 25vw;
    max-width: 390px;
    height: auto;
  }
}
.who-we-are-block__label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 8px;
}
.who-we-are-block__main-text p, .who-we-are-block__main-text .article-content ul li, .article-content ul .who-we-are-block__main-text li {
  font-family: "Merriweather", serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .who-we-are-block__main-text p, .who-we-are-block__main-text .article-content ul li, .article-content ul .who-we-are-block__main-text li{
    font-size: 45px;
    line-height: 130%;
  }
}

.contact-block__step-number {
  font-family: "Inter", sans-serif;
}
.contact-block__badge-dot {
  animation: dataHeroPulse 1.8s ease-in-out infinite;
}
.contact-block__card-label {
  color: #9A9A9A !important;
}
.contact-block__card-stat {
  color: #fff !important;
}
.contact-block__card-link {
  color: #9A9A9A;
  transition: gap 0.3s ease-in-out;
}
.contact-block__card-link:hover {
  gap: 10px;
}
.contact-block__form-note {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 19.2px !important;
  color: #ABABAA !important;
  margin: 0 !important;
  max-width: 220px !important;
}
.contact-block .gform_wrapper form {
  margin: 0;
}
.contact-block .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 28px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-block .gform_wrapper .gfield {
  grid-column: span 1/span 1;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gfield {
    grid-column: span 2/span 2;
  }
  .contact-block .gform_wrapper .gfield.gf_left_half, .contact-block .gform_wrapper .gfield.gf_right_half {
    grid-column: span 1/span 1;
  }
}
.contact-block .gform_wrapper .gfield_label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 10px;
}
.contact-block .gform_wrapper .gfield_required {
  display: none !important;
}
.contact-block .gform_wrapper input[type=text],
.contact-block .gform_wrapper input[type=email],
.contact-block .gform_wrapper input[type=tel],
.contact-block .gform_wrapper input[type=url],
.contact-block .gform_wrapper textarea {
  font-family: "Merriweather", serif;
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(15, 14, 13, 0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 6px 0 !important;
  font-size: 17px !important;
  color: #3D2B1F !important;
  transition: border-color 0.3s ease-in-out;
}
.contact-block .gform_wrapper input[type=text]::-moz-placeholder, .contact-block .gform_wrapper input[type=email]::-moz-placeholder, .contact-block .gform_wrapper input[type=tel]::-moz-placeholder, .contact-block .gform_wrapper input[type=url]::-moz-placeholder, .contact-block .gform_wrapper textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #9A9A9A;
  opacity: 1;
}
.contact-block .gform_wrapper input[type=text]::placeholder,
.contact-block .gform_wrapper input[type=email]::placeholder,
.contact-block .gform_wrapper input[type=tel]::placeholder,
.contact-block .gform_wrapper input[type=url]::placeholder,
.contact-block .gform_wrapper textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #9A9A9A;
  opacity: 1;
}
.contact-block .gform_wrapper input[type=text]:hover, .contact-block .gform_wrapper input[type=text]:focus, .contact-block .gform_wrapper input[type=text]:active,
.contact-block .gform_wrapper input[type=email]:hover,
.contact-block .gform_wrapper input[type=email]:focus,
.contact-block .gform_wrapper input[type=email]:active,
.contact-block .gform_wrapper input[type=tel]:hover,
.contact-block .gform_wrapper input[type=tel]:focus,
.contact-block .gform_wrapper input[type=tel]:active,
.contact-block .gform_wrapper input[type=url]:hover,
.contact-block .gform_wrapper input[type=url]:focus,
.contact-block .gform_wrapper input[type=url]:active,
.contact-block .gform_wrapper textarea:hover,
.contact-block .gform_wrapper textarea:focus,
.contact-block .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #EACC7B !important;
}
.contact-block .gform_wrapper textarea {
  min-height: 70px;
  resize: vertical;
}
.contact-block .gform_wrapper .gform_footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 32px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_footer {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.contact-block .gform_wrapper .gform_button {
  background-color: #3D2B1F !important;
  border: 2px solid #3D2B1F !important;
  color: white !important;
  font-family: "Inter", sans-serif;
  border-radius: 40px !important;
  width: 100% !important;
  height: 48px !important;
  padding: 0 32px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_button {
    width: 100%;
    max-width: 180px !important;
  }
}
.contact-block .gform_wrapper .gform_button:hover {
  transform: scale(0.95);
}
.contact-block .gform_wrapper .gform_description,
.contact-block .gform_wrapper .instruction {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #9A9A9A;
  margin: 0;
  max-width: 220px;
}
.contact-block .gform_wrapper .gform_validation_errors,
.contact-block .gform_wrapper .gfield_validation_message,
.contact-block .gform_wrapper .validation_message {
  font-family: "Inter", sans-serif;
  color: #E24C4C !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

body.room-modal-open {
  overflow: hidden;
}

.room-modal__close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D2B1F;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.room-modal__close:hover {
  transform: rotate(90deg) scale(1.1);
  opacity: 0.7;
}
.room-modal__thumb {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.6;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}
.room-modal__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-modal__thumb:hover {
  opacity: 0.85;
}
.room-modal__thumb.is-active {
  opacity: 1;
  border-color: #EACC7B;
}
.room-modal__use {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #3D2B1F;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  padding: 5px 12px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .spec-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.spec-grid__cell {
  padding: 14px 12px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3D2B1F;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.spec-grid__cell:nth-child(2n) {
  border-right: none;
}
.spec-grid__cell:nth-child(3), .spec-grid__cell:nth-child(4) {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .spec-grid__cell {
    border-bottom: none;
  }
  .spec-grid__cell:nth-child(2n) {
    border-right: 1px solid #eeeeee;
  }
  .spec-grid__cell:last-child {
    border-right: none;
  }
}
.spec-grid__label {
  display: block;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4A4A4A;
  margin-bottom: 4px;
}
.hover\:text-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(61 43 31 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(234 204 123 / var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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 (max-width: 992px){
  .max-\[992px\]\:text-center{
    text-align: center;
  }
}
@media (min-width: 640px){
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:h-\[440px\]{
    height: 440px;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
}
@media (min-width: 768px){
  .md\:min-w-\[280px\]{
    min-width: 280px;
  }
  .md\:max-w-\[130px\]{
    max-width: 130px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:gap-\[12px\]{
    gap: 12px;
  }
  .md\:self-start{
    align-self: flex-start;
  }
  .md\:pr-\[10px\]{
    padding-right: 10px;
  }
  .md\:text-left{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-bottom-\[30px\]{
    bottom: -30px;
  }
  .lg\:-right-\[60px\]{
    right: -60px;
  }
  .lg\:bottom-\[40px\]{
    bottom: 40px;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[0px\]{
    margin-top: 0px;
  }
  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:mt-\[35px\]{
    margin-top: 35px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[50px\]{
    margin-top: 50px;
  }
  .lg\:mt-\[55px\]{
    margin-top: 55px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[64px\]{
    margin-top: 64px;
  }
  .lg\:mt-\[70px\]{
    margin-top: 70px;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:h-\[36px\]{
    height: 36px;
  }
  .lg\:h-\[380px\]{
    height: 380px;
  }
  .lg\:h-\[420px\]{
    height: 420px;
  }
  .lg\:h-\[567px\]{
    height: 567px;
  }
  .lg\:h-\[590px\]{
    height: 590px;
  }
  .lg\:h-\[700px\]{
    height: 700px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:min-h-\[270px\]{
    min-height: 270px;
  }
  .lg\:min-h-\[460px\]{
    min-height: 460px;
  }
  .lg\:min-h-\[72px\]{
    min-height: 72px;
  }
  .lg\:\!w-auto{
    width: auto !important;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-\[280px\]{
    width: 280px;
  }
  .lg\:w-\[36px\]{
    width: 36px;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[52\%\]{
    width: 52%;
  }
  .lg\:w-\[54\%\]{
    width: 54%;
  }
  .lg\:w-\[5px\]{
    width: 5px;
  }
  .lg\:w-\[720px\]{
    width: 720px;
  }
  .lg\:max-w-\[230px\]{
    max-width: 230px;
  }
  .lg\:max-w-\[360px\]{
    max-width: 360px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[550px\]{
    max-width: 550px;
  }
  .lg\:max-w-\[552px\]{
    max-width: 552px;
  }
  .lg\:max-w-\[630px\]{
    max-width: 630px;
  }
  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:max-w-\[900px\]{
    max-width: 900px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:\!transform-none{
    transform: none !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_1\.3fr\]{
    grid-template-columns: 1fr 1.3fr;
  }
  .lg\:grid-cols-\[1fr_380px\]{
    grid-template-columns: 1fr 380px;
  }
  .lg\:grid-cols-\[35\%_1fr\]{
    grid-template-columns: 35% 1fr;
  }
  .lg\:grid-cols-\[45\%_1fr\]{
    grid-template-columns: 45% 1fr;
  }
  .lg\:grid-cols-\[45\%_55\%\]{
    grid-template-columns: 45% 55%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:\!flex-wrap{
    flex-wrap: wrap !important;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:\!justify-between{
    justify-content: space-between !important;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[100px\]{
    gap: 100px;
  }
  .lg\:gap-\[22px\]{
    gap: 22px;
  }
  .lg\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[46px\]{
    gap: 46px;
  }
  .lg\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .lg\:gap-x-\[146px\]{
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lg\:gap-x-\[60px\]{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .lg\:rounded-bl-\[10px\]{
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-br-\[10px\]{
    border-bottom-right-radius: 10px;
  }
  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }
  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .lg\:via-cream\/70{
    --tw-gradient-to: rgb(250 246 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 246 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-\[28px\]{
    padding: 28px;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:p-\[40px\]{
    padding: 40px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[110px\]{
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .lg\:py-\[130px\]{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .lg\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[40px\]{
    padding-left: 40px;
  }
  .lg\:pr-\[40px\]{
    padding-right: 40px;
  }
  .lg\:pr-\[70px\]{
    padding-right: 70px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[10px\]{
    padding-top: 10px;
  }
  .lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[160px\]{
    padding-top: 160px;
  }
  .lg\:pt-\[170px\]{
    padding-top: 170px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[15\.2px\]{
    font-size: 15.2px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[30px\]{
    font-size: 30px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[38px\]{
    font-size: 38px;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:text-\[44px\]{
    font-size: 44px;
  }
  .lg\:text-\[52px\]{
    font-size: 52px;
  }
  .lg\:text-\[62px\]{
    font-size: 62px;
  }
  .lg\:leading-\[120\%\]{
    line-height: 120%;
  }
  .lg\:leading-\[27px\]{
    line-height: 27px;
  }
  .lg\:leading-\[32px\]{
    line-height: 32px;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
  .lg\:leading-\[50px\]{
    line-height: 50px;
  }
  .lg\:leading-\[52px\]{
    line-height: 52px;
  }
}
@media (min-width: 1280px){
  .xl\:w-\[600px\]{
    width: 600px;
  }
  .xl\:max-w-\[70\%\]{
    max-width: 70%;
  }
}
@media (min-width: 1320px){
  .min-\[1320px\]\:\!flex{
    display: flex !important;
  }
}