@font-face {
  font-family: "Slate";
  src: url("./../fonts/Slate-Bold.woff2") format("woff2"), url("./../fonts/Slate-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slate";
  src: url("./../fonts/Slate-BoldItalic.woff2") format("woff2"), url("./../fonts/Slate-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Slate";
  src: url("./../fonts/Slate-Regular.woff2") format("woff2"), url("./../fonts/Slate-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slate";
  src: url("./../fonts/Slate-Italic.woff2") format("woff2"), url("./../fonts/Slate-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tabac Big Sans";
  src: url("./../fonts/TabacBigSans-Bold.woff2") format("woff2"), url("./../fonts/TabacBigSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-navy-900: #0C2145;
  --color-blue-600: #1E5499;
  --color-brown-700: #47360B;
  --color-red-900: #520100;
  --color-blue-400: #5691C8;
  --color-gold-700: #A17717;
  --color-gray-300: #A3C3E1;
  --color-red-600: #CC0300;
  --color-red-500: #FF3C38;
  --color-gray-200: #DDE9F8;
  --color-yellow-500: #E3B23C;
  --color-yellow-300: #EDCD82;
  --color-dark: #1E1E1E;
  --color-white: #fff;
  --transition: 0.3s all;
  --font-heading: 'Tabac Big Sans';
  --font-body: 'Slate';
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  line-height: normal;
  font-size: clamp(14px, 3vw, 16px);
  font-family: var(--font-body);
}

.container {
  max-width: 1104px;
  margin: 0 auto;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 70px;
}
@media (min-width: 980px) {
  section {
    scroll-margin-top: 100px;
  }
}

.btn {
  background-color: var(--color-navy-900);
  transition: var(--transition);
  color: #fff;
  padding: 10px 30px;
  font-weight: 700;
  transition: trans;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s all;
  text-align: center;
  font-size: 16px;
}

.btn--red {
  background-color: var(--color-red-500);
}

.btn--blue {
  background-color: var(--color-blue-600);
}

.btn:hover {
  background-color: var(--color-blue-400);
}

.btn--red:hover {
  background-color: var(--color-red-600);
}

.btn--pill {
  border-radius: 100px;
}

.btn--icon {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.btn--icon::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: currentColor;
  mask: url("../svgs/btn-icon.svg") no-repeat center/contain;
  -webkit-mask: url("../svgs/btn-icon.svg") no-repeat center/contain;
}

/* Header Style Start */
.header {
  background-color: var(--color-white);
  padding: 10px 40px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  padding: 0;
}

.header__container .header__brandname-wrapper a {
  display: block;
  line-height: 0;
}

.header__container.open {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.header__container.open .menu-icon {
  top: 13px;
}

.header__container.open .header__brandname-wrapper {
  margin: 0;
}

.header__container.open .header__nav-list-item {
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.header__container.open .header__nav-list-item:not(:last-child) {
  border-bottom: 1px solid var(--color-blue-400);
}

.header__brandname-wrapper {
  margin: 0;
}

.header__brandname-wrapper img {
  width: 167px;
}

.header__nav-btn-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}

.header__nav {
  display: flex;
  justify-content: center;
}

.header__nav-list {
  width: 100%;
}

.header__nav-btn-wrapper {
  display: none;
}

.header__nav-btn-wrapper.open {
  display: flex;
  flex-direction: column;
}

.header__nav-list-item {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header__nav-list-item a {
  color: var(--color-dark);
  display: block;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
  padding: 30px 0;
  font-size: 18px;
}

.header__nav-list-item a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header__nav-list-item a:hover {
  opacity: 0.5;
}

.header__nav-list-item .nav__current-tab {
  color: var(--color-brand-500);
}

.header__nav-list-item--active:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  position: absolute;
  left: 0%;
  width: 100%;
  background-color: var(--color-brand-secondary-light);
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header__nav-list-item:last-child a::after {
  width: 0;
}

.header {
  /* HEADER MENU - MOBILE DEVICES */
}

.header .menu-icon {
  width: 35px;
  height: 35px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 18px;
  right: 40px;
}

.header .menu-icon .bar {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--color-red-500);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  transform: translate(-50%, -50%) rotate(0);
  left: 50%;
  top: 50%;
}

.header .menu-icon .bar:first-child {
  top: 20%;
}

.header .menu-icon .bar:last-child {
  top: 80%;
}

.header .menu-icon {
  /* Styles for the cross state */
}

.header .menu-icon.cross .bar {
  margin: 0;
  /* reset margin to 0 for the cross state */
  position: absolute;
  top: 50%;
  /* center vertically */
  left: 50%;
  /* center horizontally */
  transform: translate(-50%, -50%);
  width: 32px;
}

.header .menu-icon.cross .bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .menu-icon.cross .bar:nth-child(2) {
  opacity: 0;
}

.header .menu-icon.cross .bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__socials {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  padding: 30px 0;
}

.header__socials a {
  display: block;
}

.header__socials a img {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 980px) {
  .header {
    position: sticky;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__container {
    justify-content: space-between;
    margin: auto;
  }
  .header__nav {
    position: static;
    height: auto;
    width: auto;
  }
  .header__nav-list {
    display: flex;
    width: 100%;
  }
  .header__nav-list-item {
    margin-right: 0;
  }
  .header__nav-list-item a {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .header__nav-list-item a:after {
    display: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header__brandname-wrapper {
    margin: 0;
    margin-right: auto;
  }
  .header__brandname-wrapper img {
    width: 250px;
  }
  .header__nav-btn-wrapper {
    display: flex;
    position: static;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  .header__socials {
    padding: 0;
    gap: 20px;
  }
  .header__socials a img {
    width: 40px;
    height: 40px;
  }
  .header__nav-list {
    gap: 50px;
  }
  .header__nav-btn-wrapper {
    gap: 38px;
  }
}
/* Header Style End */
.hero {
  background-color: var(--color-navy-900);
  position: relative;
  z-index: 1;
  padding: 35px 24px;
  color: var(--color-white);
}

.hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__bg-image picture,
.hero__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image {
  margin: -20px 0 -10px;
  max-width: 543px;
  padding-left: 50px;
}

.hero__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

.hero__heading {
  line-height: 1.2;
  text-wrap: balance;
  font-size: clamp(32px, 5vw, 50px);
  font-family: var(--font-heading);
  text-wrap: pretty;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.hero__btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero__image {
  position: relative;
  transform: none;
  top: auto;
}
.hero__image .plate {
  animation: rotatePlate 3s ease-in-out infinite;
}
.hero__image .fish_1 {
  height: 46%;
  width: auto;
  position: absolute;
  right: -15px;
  top: -40px;
  animation: fishOne 3s ease-in-out infinite;
}
.hero__image .fish_2 {
  height: 50%;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
  animation: fishTwo 3s ease-in-out infinite;
}
.hero__image .fries_1 {
  width: 30%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  height: auto;
  animation: friesOne 3s ease-in-out infinite;
}
.hero__image .fries_2 {
  width: 26%;
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: -1;
  height: auto;
  animation: friesTwo 3s ease-in-out infinite;
}

@media (min-width: 1024px) {
  .hero__container {
    padding: 6rem 0;
    position: relative;
  }
  .hero__content {
    width: 50%;
    text-align: left;
    align-items: flex-start;
    gap: 30px;
    padding-right: 20px;
    font-size: 18px;
  }
  .hero__btn {
    font-size: 16px;
    padding: 1rem 1.5rem;
  }
  .hero__image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    z-index: -1;
    max-width: 550px;
  }
}
@keyframes rotatePlate {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes fishOne {
  0% {
    transform: rotate(5deg) translateY(20px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(5deg) translateY(20px);
  }
}
@keyframes fishTwo {
  0% {
    transform: rotate(-5deg) translateY(20px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(-5deg) translateY(20px);
  }
}
@keyframes friesOne {
  0% {
    transform: rotate(0) translateY(-10px);
  }
  50% {
    transform: rotate(-3deg) translateY(10px);
  }
  100% {
    transform: rotate(0) translateY(-10px);
  }
}
@keyframes friesTwo {
  0% {
    transform: rotate(0) translateY(-10px);
  }
  50% {
    transform: rotate(5deg) translateY(10px);
  }
  100% {
    transform: rotate(0) translateY(-10px);
  }
}
.awards-section {
  background: #255aa0;
  padding: 20px 24px;
}

.awards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 250px;
  margin: 0 auto;
}

.award-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.award-icon {
  width: 50px;
  height: 50px;
}

.award-icon img {
  width: 100%;
  height: 100%;
}

.award-content {
  flex: 1;
  color: #fff;
  font-size: clamp(10px, 3vw, 10px);
}
.award-content a {
  color: #fff;
  text-decoration: none;
}
.award-content a:hover {
  opacity: 0.8;
}

.award-content h3 {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 3px;
  text-wrap: balance;
}

.award-source {
  line-height: 1.25;
  font-size: 12px;
}

.award-date {
  font-style: italic;
  opacity: 0.95;
}

/* Tablet and up */
@media (min-width: 768px) {
  .awards-list {
    max-width: 350px;
  }
  .award-item {
    gap: 15px;
    flex: 1;
  }
  .award-icon {
    width: 60px;
    height: 60px;
  }
  .award-icon svg {
    width: 60px;
    height: 60px;
  }
}
/* Desktop horizontal version like second image */
@media (min-width: 980px) {
  .awards-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 766px;
  }
}
.price-list {
  color: #000;
  padding: 30px 24px;
  position: relative;
}
.price-list__heading {
  text-align: center;
  font-size: clamp(26px, 4vw, 40px);
  font-family: var(--font-heading);
}
.price-list__subheading {
  font-size: clamp(18px, 4vw, 28px);
  text-align: center;
  margin-bottom: 40px;
}
.price-list__lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  font-size: 16px;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 980px) {
  .price-list__lists {
    display: block;
    column-count: 2;
    column-gap: 3rem;
  }
  .price-list__inner {
    max-width: 878px;
    margin: 0 auto;
  }
}
@media (min-width: 1240px) {
  .price-list__inner {
    gap: 75px;
  }
}

.prices {
  margin-bottom: 20px;
}
.prices__head {
  border-bottom: 2px solid var(--color-red-500);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(26px, 3vw, 28px);
}
.prices strong {
  font-weight: 700;
}
.prices__label {
  font-weight: normal;
  font-size: clamp(14px, 3vw, 18px);
}
.prices__desc {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.prices__line {
  background: url(../images/line.svg);
  border: 0;
  margin: 10px 0;
  height: 2px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.prices__item {
  line-height: 1.2;
  gap: 20px;
  position: relative;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
}
.prices__note {
  font-style: italic;
}
.prices__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  padding-top: 10px;
  margin-top: 10px;
}
c .prices__price {
  font-weight: 700;
}
.prices--seafood .prices__price {
  width: 40%;
}
@media (min-width: 980px) {
  .prices:last-child {
    height: 200px;
  }
  .prices--seafood .prices__price {
    width: 35%;
  }
}

.carousel {
  padding-bottom: clamp(var(--space-medium), 5vw, var(--space-large));
  background-color: var(--color-brand-40);
  text-align: center;
}
.carousel .container {
  border-top: 2px solid var(--color-blue-400);
  max-width: 878px;
  padding: 30px 20px;
}
.carousel__google {
  text-align: center;
}
.carousel__google-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #0C2145;
}
.carousel__google-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.carousel__google-rate {
  font-size: 24px;
  font-weight: 700;
}
.carousel__google-reviews {
  color: #0C2145;
  font-size: 16px;
}
.carousel__cards {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  width: 247px;
  margin: 0 20px;
  padding-bottom: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-sizing: border-box;
  /* Hide scrollbar */
  scrollbar-width: none;
}
.carousel__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 980px) {
  .carousel__cards {
    width: 740px;
  }
}
.carousel__card {
  min-height: 200px;
  border-radius: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 15px;
  text-align: left;
  flex: 0 0 225px;
  scroll-snap-align: center;
}
.carousel__card-head {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
.carousel__card-body {
  font-size: 14px;
}
.carousel__card-body p {
  font-size: inherit;
}
.carousel__card a {
  font-size: 14px;
  color: var(--color-blue-600);
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
}
.carousel__card-image {
  width: 40px;
  height: 40px;
  background-color: var(--color-dark);
  border-radius: 9999px;
}
.carousel__card-name {
  font-size: 14px;
  font-weight: 700;
}
.carousel__card-date {
  font-size: 12px;
}
.carousel__body {
  overflow: hidden;
  width: 100%;
  margin-top: var(--space-small);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-small);
}
.carousel__btn {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.carousel__btn.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .carousel__cards {
    width: 510px;
  }
}
@media (min-width: 980px) {
  .carousel__cards {
    width: 765px;
  }
  .carousel__card {
    margin: 0 15px;
  }
  .carousel__google {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
    width: 737px;
    margin: 0 auto 20px;
  }
  .carousel__google-head {
    justify-content: start;
  }
  .carousel .container {
    position: relative;
  }
  .carousel .btn {
    position: absolute;
    top: 35px;
    right: 50px;
  }
}

.company-info {
  text-align: center;
  padding: 40px 20px;
  background: var(--color-gray-200);
}
.company-info__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
.company-info__content-head {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
}
.company-info__content-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  font-size: 16px;
}
.company-info__content-body i {
  font-style: italic;
}
.company-info__content-body a {
  color: inherit;
  text-decoration: none;
}
.company-info__content-body a:hover {
  text-decoration: underline;
}
.company-info__map {
  border: 2px solid var(--color-blue-400);
  height: 330px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 980px) {
  .company-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .company-info__map {
    width: 50%;
    height: 400px;
  }
  .company-info__map iframe {
    height: 100%;
  }
  .company-info__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .company-info__content {
    width: 100%;
  }
  .company-info__content-body {
    gap: 30px;
  }
  .company-info__content-body p {
    font-size: 18px;
  }
  .company-info .container {
    display: flex;
  }
}

.footer {
  background-color: var(--color-navy-900);
  width: 100%;
  padding: 40px 20px;
  color: var(--color-white);
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  gap: 40px;
}
.footer__top-heading {
  font-weight: 700;
}
.footer__top-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
}
.footer__top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.footer__content p {
  line-height: 1.2;
}
.footer__content a {
  color: inherit;
  text-decoration: none;
}
.footer__content a:hover {
  text-decoration: underline;
}
.footer__logo {
  margin-bottom: var(--space-small);
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  padding-top: 20px;
}
.footer__bottom {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #81868C;
  margin-top: 40px;
}
.footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  text-align: center;
}
.footer .copyright .line {
  display: none;
}
.footer a {
  color: #fff;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__top-center {
    flex-direction: row;
  }
  .footer .copyright {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: va5px;
  }
  .footer .copyright .line {
    display: inline;
  }
}
@media (min-width: 1140px) {
  .footer__top-center {
    gap: 125px;
  }
}

:root {
  --heading-404-size-mobile: 100px;
  --heading-404-size-desktop: 150px;
}

.page-404 .hero {
  position: relative;
  z-index: 1;
  padding: 0;
}
.page-404 .hero__inner {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  flex-direction: column;
  gap: 32px;
  padding: 89px 24px;
  display: flex;
}
.page-404 .hero__heading {
  font-size: clamp(var(--heading-404-size-mobile), 10vw, var(--heading-404-size-desktop));
}
.page-404 .hero__subheading {
  font-size: clamp(18px, 4vw, 28px);
  margin-top: 5px;
}
.page-404 .hero__image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  max-width: none;
  transform: none;
}
.page-404 .hero__image img {
  object-fit: cover;
}
.page-404 .hero .btn {
  font-family: var(--font-family-secondary-opti);
  padding-top: 8px;
  padding-bottom: 10px;
}
@media (min-width: 1140px) {
  .page-404 .hero__inner {
    min-height: 80vh;
  }
  .page-404 .hero__text {
    font-size: 18px;
    width: 510px;
  }
}

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