@charset "UTF-8";
:root {
  --tallorders-green: #446b68;
  --tallorders-orange: #aa5d2f;
  --tallorders-blue: #656b83;
  --tallorders-purple: #7b6c80;
  --tallorders-brown: #87766f;
  --tallorders-mint: #888f8d;
  --tallorders-tan: #aea087;
  --color-black: #000;
  --color-charcoal: #353131;
  --color-dark-grey: #6c6766;
  --color-light-grey: #bbb7ae;
  --color-white: #fff;
  --font-amatic: Amatic SC, cursive;
  --font-sans-serif: sans-serif;
  line-height: 1.5;
  min-height: 0vw;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100dvh;
}

body {
  --color-primary: var(--tallorders-green);
  --color-secondary: var(--tallorders-orange);
  display: flex;
  flex-direction: column;
  height: 100%;
  /*overflow: hidden;*/
  background-color: var(--color-light-grey);
  font-family: var(--font-sans-serif);
  color: var(--color-charcoal);
}

body[class*=toolbar] {
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 1.5rem;
}

h3:not(.font-family--serif), h4:not(.font-family--serif), h5:not(.font-family--serif), h6:not(.font-family--serif) {
  font-weight: bold;
}

h1 {
  font-family: var(--font-amatic);
}
h1 {
  font-size: 2.48832rem;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: calc(2.48832rem + (1vw - 7.68px) * 1.4264248418);
  }
}
@media all and (min-width: 1400px) {
  h1 {
    font-size: 3.0517578125rem;
  }
}
h1 {
  line-height: 1.1;
}

h2 {
  font-family: var(--font-amatic);
}
h2 {
  font-size: 2.0736rem;
}
@media all and (min-width: 768px) {
  h2 {
    font-size: calc(2.0736rem + (1vw - 7.68px) * 0.9311550633);
  }
}
@media all and (min-width: 1400px) {
  h2 {
    font-size: 2.44140625rem;
  }
}
h2 {
  line-height: 1.18;
}
h2.hr {
  display: flex;
  align-items: center;
  color: var(--color-primary);
}
h2.hr::before, h2.hr::after {
  content: "";
  flex-grow: 1;
  border-top: 2px solid var(--color-primary);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  clip-path: polygon(0 0, 0 3px, 10% 2px, 30% 3px, 65% 1px, 100% 2px, 100% 0, 85% 0px, 50% 0px, 20% 1px);
}
h2.hr::before {
  margin-right: 1.5rem;
}
h2.hr::after {
  margin-left: 1.5rem;
}

h3 {
  font-size: 1.728rem;
}
@media all and (min-width: 768px) {
  h3 {
    font-size: calc(1.728rem + (1vw - 7.68px) * 0.5699367089);
  }
}
@media all and (min-width: 1400px) {
  h3 {
    font-size: 1.953125rem;
  }
}
h3 {
  line-height: 1.26;
}

h4 {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  h4 {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  h4 {
    font-size: 1.5625rem;
  }
}
h4 {
  line-height: 1.34;
}

h5 {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  h5 {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.1265822785);
  }
}
@media all and (min-width: 1400px) {
  h5 {
    font-size: 1.25rem;
  }
}
h5 {
  line-height: 1.42;
}

h6 {
  font-size: 1rem;
}

main:focus {
  outline: none;
}

nav {
  outline: none;
}

a {
  outline: 0.25rem solid transparent;
  font-weight: bold;
  text-decoration-color: var(--esl-color-dark-grey);
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1875rem;
  color: var(--color-primary);
  transition: ease-in-out 0.15s;
  transition-property: outline-color, color, text-decoration-color;
}
a:hover {
  color: var(--color-secondary);
}
a:active {
  color: currentcolor;
}
a.btn {
  display: inline-block;
  position: relative;
  min-width: fit-content;
  margin: 0;
  border: 1px solid;
  padding: 1.125rem 1.5rem;
  border-color: transparent !important;
  background-color: var(--tallorders-brown);
  outline: 0.25rem solid transparent !important;
  font-family: "Amatic SC", cursive;
}
a.btn {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  a.btn {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  a.btn {
    font-size: 1.5625rem;
  }
}
a.btn {
  line-height: 1.34;
}
a.btn {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.03125em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  transition-property: border, background-color, color, outline-color;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a.btn:hover {
  background-color: var(--tallorders-orange);
}
a.btn:hover::after {
  top: -1px;
  right: -3px;
  bottom: -1px;
  left: -2px;
  background-color: rgba(221, 221, 221, 0.062745098);
  border-radius: 15px 225px 15px 225px/225px 15px 225px 15px;
  border-width: 2px;
}
a.btn:focus-visible {
  outline-color: rgba(170, 93, 47, 0.25) !important;
}
a.btn:active {
  background-color: var(--color-primary);
  color: var(--esl-color-white);
}
a.btn::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  bottom: 1px;
  left: -1px;
  display: block;
  border: 2px solid #000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  transition: ease-in-out 0.15s;
  transition-property: background-color;
}

blockquote p::before {
  content: "“";
}

blockquote p:last-child::after {
  content: "”";
}

blockquote:not(:first-child),
dl:not(:first-child),
hr:not(:first-child),
ol:not(:first-child),
p:not(:first-child),
ul:not(:first-child) {
  margin-top: 1.5rem;
}

blockquote:not(:last-child),
dl:not(:last-child),
hr:not(:last-child),
ol:not(:last-child),
p:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 1.5rem;
}

dd,
li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

dd:not(:last-child),
li:not(:last-child) {
  margin-bottom: 0.375rem;
}

figure img {
  display: block;
}

figcaption {
  padding: 0.75rem 0.375rem;
  color: currentcolor;
}

hr {
  position: relative;
  height: 1px;
  border: none;
}
hr::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px solid currentcolor;
  opacity: 0.1;
}

li {
  break-inside: avoid-column;
}
li > ol,
li > ul {
  margin-top: 0.375rem;
}
li > ol:not(:first-child),
li > ul:not(:first-child) {
  margin-top: 0.375rem;
}
li > ol:not(:last-child),
li > ul:not(:last-child) {
  margin-bottom: 0.375rem;
}

ol,
ul {
  column-gap: 0;
}

/*
@media (min-width: map-get($breakpoints, md)) {
  ol,
  ul {
    &.columns--2,
    &.columns--3 {
      columns: 2;
    }
  }
}

@media (min-width: map-get($breakpoints, lg)) {
  ol,
  ul {
    &.columns--3 {
      columns: 3;
    }
  }
}
*/
img,
svg {
  vertical-align: text-bottom;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
}

.media-oembed-content {
  display: block;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}

.field--name-field-media-oembed-video {
  width: 133.5vh;
  max-width: 75vw;
  height: 42.1348314607vw;
  max-height: 75vh;
}

.carousel img {
  max-width: 100%;
  height: auto;
}

table {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
  width: 100%;
  max-width: calc(100% - 2px);
  margin-left: 1px;
  outline: 1px solid var(--color-charcoal);
  background: radial-gradient(0.375em 50% at 0 50%, var(--color-charcoal) 0, rgba(255, 255, 255, 0) 100%), radial-gradient(0.375em 50% at 100% 50%, var(--color-charcoal) 0, rgba(255, 255, 255, 0) 100%);
  background-color: var(--color-white);
  overscroll-behavior-x: none;
}

table:not(:last-child) {
  margin-bottom: 1.5rem;
}
table:not(:last-child) + * {
  margin-top: 0;
}

td, th {
  position: relative;
  padding: 0.375em 1.125em;
}
td::before, td::after, th::before, th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
td::before, th::before {
  background-color: var(--color-white);
  opacity: 0.35;
}
td:first-child::before, th:first-child::before {
  background-color: var(--color-white);
  opacity: 0.95;
}
td:first-child::after, th:first-child::after {
  background: linear-gradient(to right, var(--color-white) 0.75em, rgba(255, 255, 255, 0) 75%);
}
td:last-child::before, th:last-child::before {
  background-color: var(--color-white);
  opacity: 0.95;
}
td:last-child::after, th:last-child::after {
  background: linear-gradient(to left, var(--color-white) 0.75em, rgba(255, 255, 255, 0) 75%);
}
td > *, th > * {
  position: relative;
  z-index: 1;
}

td {
  width: 1%;
  color: var(--color-charcoal);
}
td:not(:first-child) {
  border-left: 1px solid var(--color-dark-grey);
}

th {
  text-align: start;
  white-space: nowrap;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: var(--color-white);
}
th::before {
  background-color: var(--color-primary);
  opacity: 0.95;
}
th:first-child::before {
  background-color: var(--color-primary);
  opacity: 0.95;
}
th:first-child::after {
  background: linear-gradient(to right, var(--color-primary) 0.75em, rgba(255, 255, 255, 0) 75%);
}
th:last-child::before {
  background-color: var(--color-primary);
  opacity: 0.95;
}
th:last-child::after {
  background: linear-gradient(to left, var(--color-primary) 0.75em, rgba(255, 255, 255, 0) 75%);
}
th[scope=row] ~ td {
  width: auto;
}

th:not(:first-child) {
  border-left: 1px solid var(--color-black);
}

thead {
  border-bottom: 1px solid var(--color-black);
}
thead tr > :first-child::before {
  background-color: var(--color-primary);
  opacity: 0.95;
}
thead tr > :first-child::after {
  background: linear-gradient(to right, var(--color-primary) 0.75em, rgba(255, 255, 255, 0) 75%);
}
thead tr > :first-child:empty ~ th {
  width: auto;
}
thead th {
  width: 1%;
}
thead ~ tbody > tr > td {
  width: auto;
}

tbody tr th:first-child {
  border-right: 1px solid var(--color-black);
}
tbody tr th:first-child ~ td {
  width: auto;
}
tbody tr th.subhead {
  width: auto;
  text-transform: uppercase;
}
tbody tr th.subhead::before {
  background-color: var(--color-charcoal);
}
tbody tr th.subhead::after {
  background: none;
}
tbody tr td::before {
  background-color: var(--color-white);
  opacity: 0.35;
}
tbody tr td:first-child::before {
  background-color: var(--color-white);
  opacity: 0.35;
}
tbody tr td:first-child::after {
  background: linear-gradient(to right, var(--color-white) 0.75em, rgba(255, 255, 255, 0) 75%);
}
tbody tr td:last-child::before {
  background-color: var(--color-white);
  opacity: 0.35;
}
tbody tr td:last-child::after {
  background: linear-gradient(to left, var(--color-white) 0.75em, rgba(255, 255, 255, 0) 75%);
}
tbody tr:nth-child(odd) td::before {
  background-color: var(--color-dark-grey);
  opacity: 0.35;
}
tbody tr:nth-child(odd) td:first-child::before {
  background-color: var(--color-dark-grey);
  opacity: 0.35;
}
tbody tr:nth-child(odd) td:first-child::after {
  background: linear-gradient(to right, var(--color-light-grey) 0.75em, rgba(255, 255, 255, 0) 75%);
}
tbody tr:nth-child(odd) td:last-child::before {
  background-color: var(--color-dark-grey);
  opacity: 0.35;
}
tbody tr:nth-child(odd) td:last-child::after {
  background: linear-gradient(to left, var(--color-light-grey) 0.75em, rgba(255, 255, 255, 0) 75%);
}
tbody tr:not(:last-child) th:first-child {
  border-bottom: 1px solid var(--color-black);
}

table.table--minimal {
  position: relative;
  outline: none;
  background: none;
  background-color: transparent;
}
table.table--minimal td, table.table--minimal th {
  color: currentcolor;
}
table.table--minimal td:not(:first-child) {
  border-left: none;
}
table.table--minimal td:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid currentcolor;
  opacity: 0.25;
}
table.table--minimal th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentcolor;
  opacity: 0.05;
}
table.table--minimal th::after {
  background: none;
}
table.table--minimal th:not(:first-child) {
  border-left: none;
}
table.table--minimal th:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid currentcolor;
  opacity: 0.25;
}
table.table--minimal thead {
  position: relative;
  border-bottom: none;
}
table.table--minimal thead::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid currentcolor;
  opacity: 0.25;
}
table.table--minimal thead tr :first-child {
  background: none;
}
table.table--minimal tbody {
  position: relative;
}
table.table--minimal tbody tr th:first-child {
  border-right: none;
}
table.table--minimal tbody tr th.subhead {
  background: none;
}
table.table--minimal tbody tr th.subhead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentcolor;
  opacity: 0.125;
}
table.table--minimal tbody tr th.subhead:not(:first-child)::after {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid currentcolor;
  border-left: none;
  opacity: 0.25;
}
table.table--minimal tbody tr td::before, table.table--minimal tbody tr td::after {
  background: none;
}
table.table--minimal tbody tr:nth-child(odd) td::before, table.table--minimal tbody tr:nth-child(odd) td::after {
  background: none;
}
table.table--minimal tbody tr:not(:last-child) th:first-child {
  border-bottom: none;
}
table.table--minimal tbody tr:not(:last-child) th:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid currentcolor;
  opacity: 0.25;
}
table.table--minimal tbody tr:not(:last-child) td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid currentcolor;
  opacity: 0.25;
}
table.table--minimal tbody + tbody::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid currentcolor;
  opacity: 0.25;
}

button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
  display: inline-block;
  position: relative;
  min-width: fit-content;
  margin: 0;
  border: 1px solid;
  padding: 1.125rem 1.5rem;
  border-color: transparent !important;
  background-color: var(--tallorders-brown);
  outline: 0.25rem solid transparent !important;
  font-family: "Amatic SC", cursive;
}
button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
    font-size: 1.5625rem;
  }
}
button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
  line-height: 1.34;
}
button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.03125em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  transition-property: border, background-color, color, outline-color;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
button:not(.btn, .contextual .trigger, .js-hide):hover, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide):hover {
  background-color: var(--tallorders-orange);
}
button:not(.btn, .contextual .trigger, .js-hide):hover::after, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide):hover::after {
  top: -1px;
  right: -3px;
  bottom: -1px;
  left: -2px;
  background-color: rgba(221, 221, 221, 0.062745098);
  border-radius: 15px 225px 15px 225px/225px 15px 225px 15px;
  border-width: 2px;
}
button:not(.btn, .contextual .trigger, .js-hide):focus-visible, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide):focus-visible {
  outline-color: rgba(170, 93, 47, 0.25) !important;
}
button:not(.btn, .contextual .trigger, .js-hide):active, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide):active {
  background-color: var(--color-primary);
  color: var(--esl-color-white);
}
button:not(.btn, .contextual .trigger, .js-hide)::after, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  bottom: 1px;
  left: -1px;
  display: block;
  border: 2px solid #000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  transition: ease-in-out 0.15s;
  transition-property: background-color;
}
button:not(.btn, .contextual .trigger, .js-hide), input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide) {
  border: 2px solid #000 !important;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
button:not(.btn, .contextual .trigger, .js-hide):hover, input:is([type=button], [type=reset], [type=submit]):not(.btn, .contextual .trigger, .js-hide):hover {
  border-radius: 15px 225px 15px 225px/225px 15px 225px 15px;
}

form:not(:last-child) {
  margin-bottom: 1.5rem;
}

fieldset {
  padding: 0.75rem;
  border: 1px solid var(--color-light-grey);
}
fieldset:not(:last-child) {
  margin-bottom: 1.5rem;
}

label {
  margin-right: 0.75rem;
  vertical-align: middle;
}
input + label {
  flex-basis: calc(100% - 1.5rem - 0.75rem);
  max-width: max-content;
  margin-right: 0;
  margin-left: 0.75rem;
}

legend {
  margin: 0 -0.375rem;
  padding: 0 0.375rem;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.75em;
  border: 1px solid;
  border-color: var(--color-dark-grey) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--color-white);
  outline: 0.25rem solid transparent;
  outline-offset: unset;
  vertical-align: middle;
  transition: ease-in-out 0.15s;
  transition-property: padding, border-color, background-color, outline-color;
}
input:is([type=checkbox], [type=radio]) {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background-color: var(--color-white);
}
input:is([type=checkbox], [type=radio]):active {
  background-color: var(--color-light-grey);
}
input:is([type=checkbox], [type=radio]):checked {
  position: relative;
  border-color: transparent;
  background-color: var(--color-secondary);
  color: var(--color-white);
}
input:is([type=checkbox], [type=radio]):checked::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1.5rem;
}
input[type=checkbox]:checked::after {
  content: "\f00c";
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::after {
  content: "\f111";
  font-size: 0.75rem;
  line-height: 1.5rem;
}
input:is([type=date], [type=datetime-local], [type=email], [type=file], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week]) {
  width: 100%;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=color] {
  -webkit-appearance: color-well;
  appearance: color-well;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: unset;
}
input[type=color]::-webkit-color-swatch {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
input[type=range] {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  border: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  cursor: pointer;
  background: var(--color-light-grey);
  border: 1px solid var(--color-dark-grey);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid var(--color-charcoal);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 1.125rem;
  height: 1.5rem;
  background: var(--color-secondary);
  cursor: pointer;
  margin-top: -11px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  cursor: pointer;
  background: var(--color-light-grey);
  border: 1px solid var(--color-dark-grey);
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid var(--color-charcoal);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 1.125rem;
  height: 1.5rem;
  background: var(--color-secondary);
  cursor: pointer;
  margin-top: -11px;
}
input[type=file] {
  width: calc(100% + 7px);
  overflow: visible;
  margin: 0 0 -7px -7px;
  padding: 0 7px 7px;
  border: none;
}
input[type=file]::file-selector-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  min-width: fit-content;
  margin: 0;
  border: 1px solid;
  padding: 1.125rem 1.5rem;
  border-color: transparent !important;
  background-color: var(--tallorders-brown);
  outline: 0.25rem solid transparent !important;
  font-family: "Amatic SC", cursive;
}
input[type=file]::file-selector-button {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  input[type=file]::file-selector-button {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  input[type=file]::file-selector-button {
    font-size: 1.5625rem;
  }
}
input[type=file]::file-selector-button {
  line-height: 1.34;
}
input[type=file]::file-selector-button {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.03125em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  transition-property: border, background-color, color, outline-color;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
input[type=file]::file-selector-button:hover {
  background-color: var(--tallorders-orange);
}
input[type=file]::file-selector-button:hover::after {
  top: -1px;
  right: -3px;
  bottom: -1px;
  left: -2px;
  background-color: rgba(221, 221, 221, 0.062745098);
  border-radius: 15px 225px 15px 225px/225px 15px 225px 15px;
  border-width: 2px;
}
input[type=file]::file-selector-button:focus-visible {
  outline-color: rgba(170, 93, 47, 0.25) !important;
}
input[type=file]::file-selector-button:active {
  background-color: var(--color-primary);
  color: var(--esl-color-white);
}
input[type=file]::file-selector-button::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  bottom: 1px;
  left: -1px;
  display: block;
  border: 2px solid #000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  transition: ease-in-out 0.15s;
  transition-property: background-color;
}
input[type=file]::file-selector-button {
  margin-inline-end: 0.375rem;
  font-family: inherit;
  line-height: inherit;
}
input[type=file]::file-selector-button + span {
  margin-left: 0.375rem;
}
input::-webkit-datetime-edit-year-field:focus, input::-webkit-datetime-edit-month-field:focus, input::-webkit-datetime-edit-week-field:focus, input::-webkit-datetime-edit-day-field:focus, input::-webkit-datetime-edit-hour-field:focus, input::-webkit-datetime-edit-minute-field:focus, input::-webkit-datetime-edit-second-field:focus, input::-webkit-datetime-edit-millisecond-field:focus, input::-webkit-datetime-edit-ampm-field:focus, input::-webkit-datetime-edit-meridiem-field:focus {
  background-color: rgba(68, 107, 104, 0.25);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
input:autofill, input:-internal-autofill-selected, input:-webkit-autofill, input:-webkit-autofill-strong-password, input:-webkit-autofill-strong-password-viewable {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    background-color: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background-color: transparent;
    color: inherit;
  }
}

select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.75em;
  border: 1px solid;
  border-color: var(--color-dark-grey) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--color-white);
  outline: 0.25rem solid transparent;
  outline-offset: unset;
  vertical-align: middle;
  transition: ease-in-out 0.15s;
  transition-property: padding, border-color, background-color, outline-color;
}
select,
textarea {
  width: 100%;
}

.more-link {
  display: flex;
  align-items: baseline;
  font-family: var(--font-amatic);
  text-align: end;
}
.more-link::before {
  content: "";
  flex-grow: 1;
  border-top: 2px solid var(--tallorders-mint);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  clip-path: polygon(0 0, 0 3px, 10% 2px, 30% 3px, 65% 1px, 100% 2px, 100% 0, 85% 0px, 50% 0px, 20% 1px);
}
.more-link::before {
  margin-right: 0.75rem;
}
.more-link a {
  text-decoration: none;
}
.more-link a::after {
  content: ">";
  margin-left: 0.375rem;
  color: var(--color-secondary);
}
