@font-face {
  font-family: Viva;
  src: url('../fonts/E111Viva.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lumiera Rough;
  src: url('../fonts/Lumiera-Rough.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lumiera Handwriting;
  src: url('../fonts/Lumiera-Handwriting.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lumiera;
  src: url('../fonts/Lumiera.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown\<deleted\|variable-97095dd2\>: #c1a78d;
  --white: #fff;
  --blue-lighter: #0c1e3c;
  --dim-grey\<deleted\|variable-7d378313\>: #4a4847;
  --seashell\<deleted\|variable-fce3939c\>: #f2ede9;
  --dark-blue: #04142e;
  --new-blue: #023887;
  --red: #be2128;
  --white-blue: #f7fdff;
  --gold-dark: #9c7511;
  --more-blue: #264196;
  --teal: #5cb8d4;
  --light-blue: #5cb8d4;
  --lines: #ffe2c033;
  --gold: #cfcd94;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 180px;
}

h2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #001b06;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

h5 {
  color: var(--brown\<deleted\|variable-97095dd2\>);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

strong {
  font-family: itc-benguiat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.container {
  position: relative;
}

.container._404-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rivage_drinks.jpeg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content._404-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.button {
  border: 2px solid var(--brown\<deleted\|variable-97095dd2\>);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c1a78d;
  padding: 18px 35px;
  font-size: 12px;
  line-height: 15px;
  transition: color .5s, background-color .5s;
}

.button:hover {
  color: var(--brown\<deleted\|variable-97095dd2\>);
  background-color: #c1a78d00;
}

.button._404 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--blue-lighter);
  font-weight: 500;
}

.footer {
  background-color: var(--blue-lighter);
}

.paragraph-big {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
  margin-bottom: 40px;
}

.brown {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: rig-solid-bold-fill, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.white {
  color: #fff;
  text-transform: uppercase;
}

.form-holder {
  z-index: 2;
  background-color: var(--blue-lighter);
  text-align: center;
  position: relative;
}

.field {
  border: 1px solid var(--dim-grey\<deleted\|variable-7d378313\>);
  color: var(--seashell\<deleted\|variable-fce3939c\>);
  background-color: #fff0;
  border-radius: 5px;
  height: 60px;
  padding-left: 25px;
  transition: border-color .2s;
}

.field:focus {
  border-color: var(--brown\<deleted\|variable-97095dd2\>);
}

.field::placeholder {
  color: #fff;
  letter-spacing: 1px;
}

.field.field-white {
  border-color: var(--seashell\<deleted\|variable-fce3939c\>);
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Asset-1-100.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-brown {
  color: #fff;
}

.slide-nav {
  display: none;
}

.slide-4 {
  background-image: url('../images/Violette.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/DUCK-A-L_ORANGE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/bar-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 80px;
  margin-left: 20px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.field-label {
  display: none;
}

.dropdown-toggle-3 {
  color: #fff;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  transition: opacity .475s;
  display: flex;
}

.dropdown-toggle-3:hover {
  opacity: .57;
}

.normal-logo {
  min-width: 100px;
}

.line-rounded-icon.dropdown-arrow {
  color: #5cb8d4;
  margin-left: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  padding: 10px 9px;
  font-family: Mulish, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  transition: opacity .475s;
}

.navigation-item:hover {
  opacity: .62;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  justify-items: start;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  width: 100%;
  padding: 25px;
}

.nav-wrapp {
  z-index: 100;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.dropdown-link-2 {
  color: var(--new-blue);
  letter-spacing: .5px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .475s;
}

.dropdown-link-2:hover {
  opacity: .6;
}

.dropdown-link-2.w--current {
  color: #a18e68;
}

.dropdown-link-2.thanks11 {
  color: #c54e27;
}

.dropdown-link-2.xmas-link, .dropdown-link-2.nye {
  color: var(--red);
}

.image-3 {
  position: static;
  top: 12px;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.w--open {
  box-shadow: none;
  border-style: none;
  border-radius: 3px;
}

.dropdown-wrapper-2 {
  color: #fff;
}

.div-block-59 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.div-block-61 {
  width: 100%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block-5 {
  padding: 6px;
  transition: opacity .425s;
}

.link-block-5:hover {
  opacity: .4;
}

.navbar-3 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 50px 9px;
  display: flex;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.none {
  margin-bottom: 1px;
  margin-right: 7px;
}

.slide-1 {
  background-image: url('../images/new-interior1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-section {
  z-index: 2;
  background-color: var(--white-blue);
  background-image: url('../images/Asset-12x.png'), linear-gradient(#f7fdffc7, #f7fdffc7), url('../images/Asset-42x-1.png');
  background-position: 3% 0, 0 0, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100px, auto, 200px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.centered {
  text-align: center;
  text-transform: none;
}

.all-caps {
  color: #192b4d;
  text-align: left;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

.all-caps.centered {
  color: #023887;
  letter-spacing: .5px;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

.welcome {
  color: var(--new-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Viva, sans-serif;
  font-size: 55px;
}

.c-about-text-left {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}

.c-about-sign {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 33px;
  display: flex;
}

.c-about-headline-wrapper {
  margin-bottom: 0;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.c-about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2.25fr;
}

.h2 {
  color: var(--new-blue);
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: Lumiera Rough, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.p_m {
  color: var(--new-blue);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.c-about {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fefefe;
  background-image: url('../images/Layer-1.png');
  background-position: 99% 98%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.list_title {
  color: var(--new-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  padding-top: 3px;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Lumiera Rough, sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_title.move.tt1 {
  color: #c03a01;
  background-color: #fff0;
  width: 100%;
}

.list_title.move.nye1 {
  color: var(--new-blue);
  background-color: #fff0;
  width: 100%;
}

.list_title.tt2 {
  color: #c03a01;
}

.list_title.xmas1 {
  color: #d13535;
}

.list_title.nye3 {
  color: var(--new-blue);
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-10._2col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.menu-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.menu_base {
  background-color: #f7f2eb00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px #225527;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
}

.col_wrapper {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_wrapper.cafe, .col_wrapper.thanks7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding.extra {
  padding: 50px;
}

.uui-page-padding.thanks6 {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/Layer-1_1.png'), url('../images/Layer-3.png');
  background-position: 0 0, 0%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 200px;
  padding: 50px;
}

.uui-page-padding.xmas {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/pattern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding: 59px 50px 50px;
}

.uui-page-padding.nye {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/nye-pattern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 200px;
  padding: 59px 50px 50px;
}

.uui-section_layout82 {
  background-color: #fff;
}

.menu_wrapper {
  border: 3px #225527;
  padding: 0 2em 2em;
  display: flex;
}

.menu_wrapper.hidden {
  color: #2e2d2c;
  border: 3px #225527;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}

._50w {
  width: 50%;
}

.subhead {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 82px;
  display: flex;
  position: relative;
}

.subhead.ampm {
  margin-top: 0;
  margin-bottom: 0;
}

.subhead.entrees {
  margin-top: 50px;
  margin-bottom: 0;
}

.subhead.digestifs {
  margin-top: 35px;
}

.subhead.thank9 {
  margin-top: 40px;
}

.subhead.no-tpad {
  margin-top: 0;
}

.divider {
  background-color: var(--gold-dark);
  width: 100%;
  height: 1px;
  display: block;
}

.divider.bottom {
  margin-top: .2em;
}

.food-menu-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.food-menu-item-wrapper.single {
  grid-column-gap: 0px;
  grid-template-columns: 1fr;
}

.food-menu-item-wrapper.multi {
  grid-template-columns: 1fr 1fr 1fr;
}

.food-menu-item-wrapper.center {
  text-align: center;
  grid-template-columns: 1fr;
  place-items: stretch center;
}

.food-menu-item-wrapper.center.th8 {
  margin-top: 20px;
}

.food-menu-pricing {
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.food-menu-item {
  outline-offset: -1px;
  color: #321611;
  background-color: #0000;
  outline: 1px #fcf7f1;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.food-menu-item:hover, .food-menu-item:active, .food-menu-item:focus {
  outline-offset: -1px;
  outline: 1px #fcf7f1;
}

.food-menu-item.highlight {
  background-image: linear-gradient(90deg, #73b9ce2b, #fff);
  padding: 12px 0 12px 15px;
}

.paragraph-12 {
  color: #1c3a66;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-12._18px {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56em;
}

.paragraph-12.tt4 {
  color: #c03a01;
}

.paragraph-12.xmas3 {
  color: #d13535;
}

.paragraph-12.nye5 {
  color: var(--new-blue);
}

.heading-3 {
  font-weight: 400;
}

.heading-3.h6 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-3.h6.green-300 {
  color: var(--new-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 2px;
  font-family: itc-benguiat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-3.h6.green-300.tt5 {
  color: #c03a01;
}

.heading-3.h6.green-300.xmas2 {
  color: #d13535;
}

.heading-3.h6.green-300.nye4 {
  color: var(--new-blue);
}

.food-menu-title-content {
  flex-direction: column;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.food-menu-title-content.self {
  margin-right: 0;
}

.self-center {
  color: var(--red);
  text-align: center;
  text-transform: none;
  margin: 15px auto 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.self-center._123 {
  color: var(--new-blue);
  letter-spacing: .5px;
}

.self-center._123.ttt3 {
  color: #c03a01;
}

.paragraph-3 {
  color: var(--new-blue);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.hours {
  color: #141414;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.racing-features-item {
  color: #f2f3f5;
  text-align: center;
  width: 50%;
  min-height: 500px;
  position: relative;
}

.heading-hero {
  color: #e4aa34;
  font-size: 55px;
}

.heading-hero.white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 3px 4px 2px #0003;
  font-family: rig-solid-bold-fill, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.buttons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 64px;
  display: flex;
  position: static;
}

.hover-underline {
  background-color: var(--more-blue);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-3 {
  background-color: var(--red);
  border-radius: 200px;
  width: 5px;
  height: 5px;
}

.fixed-btn {
  color: var(--new-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 18px;
  padding: .6rem 0 .3rem;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px #4c403740;
}

.fixed-btn:hover {
  transform: none;
}

.fixed-btn.w--current {
  background-color: var(--more-blue);
  color: #f9f1ec;
  border-radius: .2em;
  padding-top: .4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.fixed-btn.w--current:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.image-21 {
  opacity: 1;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  z-index: 1;
  position: sticky;
  top: 0;
}

.parallax1 {
  z-index: 2;
  background-image: url('../images/Group-Shot-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  position: relative;
}

.kel-wrap-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  margin-top: 40px;
  display: flex;
}

.kel-wrap-4 {
  margin-left: 0;
  margin-right: 0;
}

.kel-wrap-4._1st {
  text-align: center;
  margin-left: 0;
}

.kel-pic-1 {
  filter: invert();
  transition: filter .325s;
}

.kel-pic-1:hover {
  filter: invert(47%);
}

.kel-pic-1.non {
  filter: none;
  transition-property: opacity;
}

.kel-pic-1.non:hover {
  opacity: .63;
}

.dessert-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Desserts-Ile-Flotante-Basque-Cheesecake-Profiteroles.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.drinks-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Le-Rivage.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.image-22 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.code-embed {
  text-align: center;
  margin-top: 50px;
}

.glowing_card {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: url('../images/2019_0122LeRivage-108M.jpg'), linear-gradient(#abb1d526, #ffffff0d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 20rem;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-us-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  width: 100%;
}

.section-2.background-smoke {
  z-index: 11;
  background-color: #f1f3f5;
  padding: 100px 50px 30px;
  position: relative;
}

.space {
  min-height: 90px;
}

.contact-icon-2 {
  max-width: 20px;
  max-height: 20px;
  margin-top: 4px;
}

.contact-icon-2.invert {
  filter: invert();
}

.contact-us-form-wrapper {
  background-color: #fff;
  border-radius: .2em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.contact-us-card-description {
  color: var(--new-blue);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.contact-us-title-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-info {
  background-color: #fff;
  border-radius: .2em;
  min-width: 100%;
  max-width: 100%;
  padding: 30px;
}

.contact-us-flex-block {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
}

.html-embed {
  height: 700px;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.max-width-1440px.show-overflow {
  max-width: 1200px;
  overflow: visible;
}

.contact-info-wrapper {
  grid-row-gap: 30px;
  outline-offset: 0px;
  outline: 1px solid #eee;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 30px;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.html-embed-3 {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.html-embed-3.pink {
  color: var(--new-blue);
  width: 18px;
  height: 18px;
  transition: all .2s;
}

.html-embed-3.pink:hover {
  color: var(--red);
}

.link-block-7 {
  color: #dd6e6e;
  text-decoration: none;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.div-block-65.invert {
  opacity: .79;
  filter: contrast(200%) invert() grayscale();
  margin-top: 21px;
  margin-bottom: 17px;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.box-paragraph {
  letter-spacing: .5px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.box-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-icons.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-btn {
  background-color: var(--red);
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  background-clip: border-box;
  border-radius: .2em;
  margin-top: 0;
  padding: 1.3em 1.6em 1.3em 3.6em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1em;
  transition: background-color .375s;
}

.menu-btn:hover {
  background-color: #000;
}

.menu-btn.tshirt {
  background-image: url('../images/gift-box-with-a-bow.png');
  background-position: 13%;
  background-size: 1em;
  margin-top: 25px;
  padding-left: 2.6em;
  padding-right: 1.1em;
}

.menu-btn.balance {
  background-color: var(--red);
  background-image: url('../images/coin.png');
  background-position: 5%;
  background-size: 1.1em;
  margin-top: 0;
  padding-left: 2.6em;
  padding-right: 1.1em;
}

.menu-btn.balance:hover {
  background-color: #960f15;
}

.menu-btn.gift {
  background-color: var(--new-blue);
  background-image: url('../images/gift-box-with-a-bow.png');
  background-position: 5%;
  background-size: 1em;
  margin-top: 25px;
  padding-left: 2.6em;
  padding-right: 1.1em;
}

.menu-btn.gift:hover {
  background-color: var(--blue-lighter);
}

.menu-btn.empty {
  background-color: #bf3b01;
  background-image: none;
  padding: .9em 1.5em;
}

.animation-color-bg {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.max-width-block-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-block-5.none {
  width: 100%;
  max-width: none;
}

.grid-block-2 {
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 10em 8em;
  display: flex;
  position: relative;
  left: -10em;
}

.grid-block-2.is-2nd {
  background-color: var(--dark-blue);
  background-image: linear-gradient(#10274ede, #10274ede), url('../images/Asset-42x-1.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: .2em;
  margin-top: 102px;
  margin-bottom: 102px;
  padding: 100px 6.1em;
  left: auto;
  right: -10em;
}

.grid-block-2.is-2nd.flip2 {
  background-color: var(--dark-blue);
  background-image: linear-gradient(#10274ec9, #10274ec9), url('../images/Asset-5.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  border-radius: .2em;
  padding: 7.8em 5.9em;
  left: -10em;
  right: auto;
}

.box-icon {
  z-index: 10;
  filter: invert();
  object-fit: contain;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 1.5em;
  position: relative;
}

.col-title-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.col-title-2.new {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.col-title-2.new._003 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  max-width: none;
  font-family: rig-solid-bold-fill, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.grid-block-image-2 {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image.move {
  object-position: 0% 50%;
}

.grid-for-box {
  grid-column-gap: 0em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  padding-top: 100px;
}

.grid-for-box.first-box {
  z-index: 2;
  background-color: var(--blue-lighter);
  position: relative;
}

.grid-for-box.b {
  z-index: 2;
  background-color: var(--blue-lighter);
  padding-top: 0;
  position: relative;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.image-animation-trigger._3d-for-image.no-top {
  width: 100%;
  height: 100%;
}

.menus-btns {
  background-color: var(--red);
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .2em;
  margin-top: 0;
  padding: 1.1em 1.4em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .375s;
}

.menus-btns:hover {
  background-color: #000;
}

.menus-btns.corner2 {
  background-color: #b95421;
}

.menus-btns.highlight {
  background-color: var(--more-blue);
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: grid;
}

.div-block-67 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 40px;
  display: grid;
}

.link-block-8 {
  transition: opacity .55s;
}

.link-block-8:hover {
  opacity: .41;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-inner {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-inner.order {
  background-color: var(--dark-blue);
  padding: 100px 50px;
  position: relative;
}

.container-6 {
  z-index: 10;
  width: 85%;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-6._6 {
  width: 100%;
  margin-bottom: 0;
}

.section-7 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.p_m-2 {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m-2.review {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.none-2.type-color {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lumiera Rough, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.icon-star-filled {
  filter: saturate(152%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/le-rivage-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-testimonials-grid-wrapper {
  margin-top: 126px;
  margin-bottom: 126px;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Lumiera, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.footer-final {
  z-index: 99;
  background-color: var(--dark-blue);
  position: relative;
}

.c-footer-after {
  width: 100%;
}

.foot1 {
  opacity: 1;
  color: #f7f7f7;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 300;
}

.red-2 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .4s;
}

.red-2:hover {
  opacity: .69;
}

.c-footer {
  z-index: 5;
  position: relative;
}

.white11 {
  color: #fff;
  text-decoration: none;
}

.c-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.c-container-2.footer {
  background-color: #0c1e3c00;
}

.algin-center {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.c-footer-after-wrapper {
  background-color: #0e162000;
  border-top: 1px solid #ffffff21;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-footer-wrapper {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image-26 {
  border: 5px solid var(--gold-dark);
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}

.gallery-image {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  width: 101%;
  height: 100%;
  min-height: 300px;
  transition: transform .25s linear;
}

.gallery-image:hover {
  transform: scale(1.1);
}

.gallery-image.long02 {
  min-height: 0;
  max-height: none;
}

.gallery-image.long03 {
  min-height: 610px;
  max-height: none;
}

.gallery-image.top {
  object-position: 50% 100%;
}

.gallery-lightbox {
  z-index: 200;
  object-fit: cover;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.long {
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.gallery-list-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container-7._64rem {
  max-width: 64rem;
}

.gallery-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery-image-wrapper {
  width: 100%;
  transition: filter .25s;
  overflow: hidden;
}

.gallery-image-wrapper:hover {
  filter: brightness(80%);
}

.tabs {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu-underline-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
  padding: 0 0 1.2em;
  display: flex;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .9em 2em;
  font-size: 11px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._01 {
  background-color: var(--blue-lighter);
  color: #fff;
  border: .5px #fff;
  border-radius: .3em;
  max-width: 200px;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.tabs-nav-item-underline._01.w--current {
  background-color: var(--red);
}

.tabs-nav-text {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: .15em;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.gallery-co {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rivage-logo-3-1.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.gallery-pp {
  background-image: linear-gradient(#0006, #0006), url('../images/Group-Shot-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.shape {
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-shape {
  background-image: url('../images/new-interior2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.restaurant-block-4 {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cover-image-2 {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-2.none {
  object-position: 50% 50%;
}

.cover-image-2.left {
  object-position: 100% 100%;
}

.cover-image-2.top {
  object-position: 0% 0%;
}

.cover-image-2.top1 {
  object-position: 50% 65%;
}

.hours-line {
  background-color: #dde0fa;
  flex: 1;
  height: 1px;
  margin-left: .9em;
  margin-right: .9em;
}

.restaurant-description-4 {
  opacity: .9;
  color: var(--new-blue);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.restaurant-description-4.no-space {
  color: var(--dark-blue);
  margin-bottom: 0;
}

.restaurant-description-4.space {
  margin-bottom: 13px;
}

.day {
  color: var(--new-blue);
  letter-spacing: .5px;
  text-transform: none;
  margin-right: 1em;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}

.restaurant-hours-4 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.3em;
  display: flex;
}

.restaurant-title-4 {
  color: var(--new-blue);
  text-transform: none;
  margin-bottom: .6em;
  font-family: itc-benguiat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.restaurant-title-4.new-text {
  color: var(--dark-blue);
}

.casita {
  font-weight: 700;
}

.restaurant-grid-4 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.restaurant-grid-block-2 {
  color: #fff;
  text-align: center;
  background-color: #85696c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
}

.restaurant-grid-block-2.is-address {
  color: #302627;
  text-align: left;
  background-color: #fff;
  border: 1px #d8c7c9;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  padding: 43px;
  transition: background-color .2s;
}

.pp-page {
  text-align: center;
  background-color: #070222;
  padding: 50px;
}

.grid-block-image {
  min-height: 50em;
  position: relative;
}

.grid-block-image.is-address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 330px;
  display: flex;
}

.gallery-sec {
  z-index: 2;
  background-color: var(--dark-blue);
  background-image: linear-gradient(#04142ee3, #04142ee3), url('../images/Asset-42x-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 37px 50px 80px;
  display: flex;
  position: relative;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: lowercase;
  background-color: #98192a;
  border-radius: 4px;
  min-width: 180px;
  margin: 5px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .3s ease-in;
}

.button-9:hover {
  background-color: #111;
}

.button-9._5555 {
  background-color: var(--red);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.button-9._5555:hover {
  background-color: var(--dark-blue);
}

.cta11-form {
  align-self: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.error-message-2 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.new {
  z-index: 10;
  color: #302627;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.html-embed-8 {
  color: #dadada;
  height: auto;
  min-height: auto;
  margin-left: 10px;
  margin-right: 0;
}

.html-embed-8:focus-visible, .html-embed-8[data-wf-focus-visible] {
  color: #dadada;
}

.html-embed-8._00s {
  color: #000;
}

.paragraph-14 {
  color: var(--new-blue);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 21px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-75 {
  display: flex;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.link-30 {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  color: var(--new-blue);
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
}

.text-field-2.bottom-margin-field:hover {
  opacity: .7;
}

.text-field-2.bottom-margin-field:active {
  opacity: .87;
}

.text-field-2.bottom-margin-field:focus-visible, .text-field-2.bottom-margin-field[data-wf-focus-visible] {
  color: var(--new-blue);
}

.text-field-2.bottom-margin-field::placeholder {
  color: var(--new-blue);
  letter-spacing: .5px;
}

.text-field-2.bottom-margin-field._3 {
  width: 33.33%;
}

.text-field-2.bottom-margin-field._3._00s {
  color: #000;
  width: 45%;
  margin-right: 0;
}

.text-field-2.bottom-margin-field.last {
  margin-bottom: 10px;
  margin-right: 0;
}

._0155 {
  z-index: 10;
  background-color: #faf5f078;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
  position: static;
  top: 0;
}

.heading-11 {
  font-weight: 400;
}

.heading-11._059 {
  color: var(--new-blue);
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto 21px;
  font-family: itc-benguiat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.success-message-3 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-area-2 {
  color: var(--new-blue);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  min-height: 170px;
  padding: 14px 20px 18px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.text-area-2:hover, .text-area-2:active, .text-area-2:focus {
  background-color: #0000;
}

.text-area-2::placeholder {
  color: var(--new-blue);
}

.gift-cover {
  background-image: linear-gradient(#01010247, #01010247), url('../images/Rivage_Web_banner-copy.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.add {
  color: var(--red);
  font-size: 12px;
}

.a-la-carte {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Group-Shot-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.lunch-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/BEEF-BOURGUIGNON.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.dinner-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/STUFFED-PIQUILLO-PEPPERS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.wine-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/rivage.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.image-27 {
  filter: contrast(61%);
  margin-bottom: 0;
}

.text-span-16 {
  color: var(--gold-dark);
  letter-spacing: 2px;
  font-size: 20px;
}

.french-hour {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading2 {
  color: var(--new-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: .6em;
  font-family: itc-benguiat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading2.none {
  margin-bottom: 0;
  margin-right: 0;
}

.nav-btn {
  background-color: var(--red);
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  text-transform: none;
  border-radius: .2em;
  margin-left: 5px;
  margin-right: 6px;
  padding: 5px 9px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .475s;
}

.nav-btn:hover {
  opacity: .58;
}

.nav-btn.w--current {
  opacity: 1;
  color: #fff;
}

.nav-btn.w--current:hover {
  opacity: .8;
}

.text-span-18 {
  display: block;
}

.ev3 {
  z-index: 2;
  background-color: var(--dark-blue);
  background-image: linear-gradient(180deg, #04142ec9, #020b1ad9 57%, var(--dark-blue)), url('../images/Asset-5.svg');
  background-position: 0 0, 200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.wrapper-card-blog-layout-3 {
  z-index: 2;
  border: 1px #000;
  text-decoration: none;
  position: relative;
}

.wrapper-text-blog-layout-3 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 16px 20px 16px 12px;
  display: flex;
  position: relative;
}

.wrapper-text-blog-layout-3._006 {
  background-color: #04142e;
  min-height: 0;
  padding: 29px;
}

.date-layout-3 {
  color: #d4ecff;
  text-align: center;
  margin-bottom: 18px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.dup {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-blog-layout-3 {
  color: #6dd5f5;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Lumiera Rough, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.wrapper-border-layout-3-home {
  z-index: 0;
  border: 1px solid var(--gold-dark);
  position: absolute;
  inset: 4% 4% -4% -4%;
}

.image-28 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.image-28.down {
  object-position: 50% 100%;
}

.div-block-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.policies {
  text-align: left;
  background-color: #070222;
  padding: 109px 50px 50px;
}

.white-policy {
  opacity: 1;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.list-2 {
  font-weight: 300;
}

.policy {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-79 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 7px;
  display: flex;
}

.code-embed-3 {
  font-size: 15px;
  font-weight: 300;
}

.loader305 {
  z-index: 2147483647;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.thanks {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rivage-logo-3-1.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.center-steak {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.rw-summer {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Group-Shot-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.text-span-20 {
  color: var(--red);
}

.rw-summer-dinner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/CÔTE-DE-PORC-À-LA-NORMANDE.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.link-31 {
  color: var(--new-blue);
  text-decoration: none;
}

.link-32 {
  color: var(--white-blue);
  text-decoration: none;
}

.modal {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  margin-bottom: 12px;
}

.image-29 {
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 0;
}

.modal__close {
  opacity: 1;
  filter: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 7px;
  right: 8px;
}

.modal__close:hover {
  opacity: 1;
}

.image-30 {
  filter: brightness(200%);
}

.text-size-large {
  color: var(--white-blue);
  font-size: 16px;
  line-height: 1.5;
}

.card_component {
  grid-column-gap: 1em;
  grid-row-gap: 1rem;
  color: var(--teal);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 19rem;
  padding: 1rem;
  text-decoration: none;
  transition-property: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_img {
  background-color: var(--blue-lighter);
  border: 1px solid #1d1b1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_img:hover {
  opacity: 1;
}

.card_information {
  max-width: 19rem;
  position: relative;
}

.cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  max-width: 1000px;
  font-family: itc-benguiat, sans-serif;
  display: grid;
  position: relative;
}

.card_front-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  object-fit: cover;
}

.card_scroll {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--red);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.text-color-grey {
  color: #fbf9fcf7;
  letter-spacing: 1px;
  font-family: rig-solid-bold-fill, sans-serif;
  font-size: 15px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.card_line {
  background-color: var(--white);
  width: 10%;
  height: .125rem;
  margin-top: 11px;
  margin-bottom: 11px;
}

.card_logo {
  width: 7.5rem;
}

.card_logo.is-guardian {
  width: 8rem;
}

.card_logo.is-nyt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.press-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Group-Shot-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 154px;
  padding-bottom: 78px;
  display: flex;
}

.corner {
  z-index: 999;
  background-color: var(--red);
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: .2em;
  margin-top: 0;
  padding: .9em 1.2em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .375s;
  position: fixed;
  inset: auto 1% 1% auto;
}

.corner:hover {
  background-color: #000;
}

.text-span-21 {
  color: #d37e52;
}

.link-33 {
  color: #c03a01;
  font-weight: 400;
  text-decoration: none;
}

.tt6 {
  opacity: 1;
  margin: 52px auto 50px;
}

.thanks98 {
  background-image: linear-gradient(#551b0299, #551b0299), url('../images/Group-Shot-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.link-34 {
  color: #f3854e;
  font-weight: 500;
  text-decoration: none;
}

.hidden-pdf {
  display: none;
}

.hours-div {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.heading-12 {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Niconne, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.xmas4 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/Asset-32x-100.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.nye-eve {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Asset-22x-100.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 154px 50px 78px;
  display: flex;
}

.code-embed-5 {
  margin-top: 20px;
}

.fgfb {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: itc-benguiat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .heading-11._059 {
    max-width: 800px;
  }

  .dup {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .col-title-2.new {
    font-size: 45px;
  }

  .ev3 {
    background-position: 0 0, 100% 100%;
  }

  .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-big.white {
    font-size: 20px;
    line-height: 30px;
  }

  .left-arrow {
    width: 30px;
    height: 50px;
    margin-left: 10px;
  }

  .right-arrow {
    width: 30px;
    height: 50px;
    margin-right: 10px;
  }

  .dropdown-toggle-3 {
    color: var(--dark-blue);
    justify-content: flex-end;
    padding-right: 25px;
  }

  .dropdown-toggle-3.w--open {
    justify-content: flex-end;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    transition: transform .4s;
    transform: rotate(90deg);
  }

  .normal-logo {
    width: 140px;
  }

  .navigation-item {
    opacity: 1;
    color: var(--dark-blue);
    text-align: right;
    padding: 15px 25px 4px 30px;
    font-size: 14px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    opacity: 100;
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item:focus, .navigation-item:focus-visible, .navigation-item[data-wf-focus-visible], .navigation-item:visited, .navigation-item:lang(en) {
    color: var(--dark-blue);
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    direction: ltr;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 9px 0 0;
    display: flex;
  }

  .nav-wrapp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: static;
  }

  .dropdown-wrapper-2 {
    color: var(--dark-blue);
    text-align: right;
    align-self: flex-end;
  }

  .div-block-59 {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 22px;
  }

  .div-block-59.hide-m {
    display: none;
  }

  .grid-2-columns {
    justify-content: end;
    justify-items: end;
  }

  .menu-icon {
    opacity: .74;
    filter: none;
    display: block;
    position: relative;
  }

  .navbar-3 {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-items {
    text-align: right;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 21px;
  }

  .blue-section {
    background-image: url('../images/Asset-12x.png'), linear-gradient(#f7fdffed, #f7fdffed), url('../images/Asset-42x-1.png');
    background-position: 3% 0, 0 0, 100% 100%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 100px, auto, 200px;
    padding: 50px;
  }

  .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-about-text-left {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-about-sign {
    justify-content: center;
    align-items: center;
  }

  .c-container {
    align-items: center;
  }

  .c-about-grid {
    flex-flow: wrap-reverse;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

  .p_m {
    text-align: center;
  }

  .c-about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list_title.move.tt1, .list_title.move.nye1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10._2col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .uui-page-padding {
    padding-left: 2em;
    padding-right: 0;
  }

  .uui-page-padding.extra, .uui-page-padding.thanks6, .uui-page-padding.xmas, .uui-page-padding.nye {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._50w, ._50w.left {
    width: 100%;
  }

  .food-menu-item-wrapper.multi {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3.h6 {
    text-transform: uppercase;
  }

  .self-center._123 {
    margin-top: 24px;
  }

  .div-block-62 {
    width: auto;
    margin-bottom: 0;
  }

  .racing-features-item {
    width: 100%;
    min-height: 400px;
  }

  .heading-hero.white {
    font-size: 50px;
  }

  .fixed-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    position: static;
  }

  .parallax1 {
    background-attachment: scroll;
    height: 500px;
  }

  .kel-wrap-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: minmax(0, 150px) minmax(0, 150px) minmax(0, 150px) minmax(0, 200px);
  }

  .dessert-cover, .drinks-cover {
    height: 300px;
  }

  .contact-us-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .section-2 {
    display: none;
  }

  .section-2.background-smoke {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .space {
    min-height: 80px;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-us-card-description {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
  }

  .contact-us-flex-block {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us-flex-block.left {
    text-align: center;
    align-items: flex-start;
  }

  .html-embed {
    height: 400px;
  }

  .contact-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .grid-block-2 {
    padding-left: 5em;
    padding-right: 5em;
    left: -5.5em;
  }

  .grid-block-2.is-2nd {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px;
    right: auto;
  }

  .grid-block-2.is-2nd.flip2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px;
    left: auto;
  }

  .col-title-2 {
    font-size: 1.5em;
  }

  .grid-block-image-2 {
    aspect-ratio: 2 / 3;
  }

  .grid-block-image-2.hide-m {
    display: none;
  }

  .grid-for-box.first-box {
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .grid-for-box.b {
    grid-row-gap: 0em;
  }

  .div-block-67 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .padding-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-inner.order {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-6._6 {
    margin-bottom: 0;
  }

  .p_m-2 {
    text-align: left;
  }

  .pat6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/le-rivage-1.jpg');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 80px 50px;
  }

  .c-testimonials-gird {
    grid-column-gap: 0em;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-container-2 {
    align-items: center;
  }

  .c-container-2.footer {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-container-2.footer-after {
    align-items: stretch;
  }

  .image-26 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-image {
    min-height: 300px;
  }

  .gallery-lightbox {
    min-height: 300px;
    max-height: 300px;
  }

  .container-7 {
    margin-top: 30px;
  }

  .gallery-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-co, .gallery-pp {
    height: 400px;
  }

  .shape {
    height: 120vh;
  }

  .image-shape {
    background-attachment: scroll;
  }

  .cover-image-2.top {
    object-position: 100% 50%;
  }

  .restaurant-grid-block-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .restaurant-grid-block-2.is-address {
    padding: 3em;
  }

  .pp-page {
    padding-bottom: 50px;
  }

  .grid-block-image {
    height: 35em;
    min-height: auto;
  }

  .grid-block-image.is-address {
    height: auto;
  }

  .gallery-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .error-message-2 {
    max-width: 738px;
  }

  .html-embed-8 {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .div-block-75 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3, .text-field-2.bottom-margin-field._3._00s, .text-field-2.bottom-margin-field.last {
    width: 100%;
  }

  ._0155 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
  }

  .heading-11._059 {
    max-width: none;
    font-size: 32px;
    line-height: 1.22em;
  }

  .success-message-3 {
    max-width: 738px;
  }

  .gift-cover {
    background-image: linear-gradient(#00000063, #00000063), url('../images/6740ed17c4ddae86bfc71e0c_Rivage_Web_banner-copy.jpg');
    background-position: 0 0, 50% 10%;
    height: 300px;
  }

  .a-la-carte, .lunch-cover, .dinner-cover, .wine-cover, .french-hour {
    height: 300px;
  }

  .nav-btn {
    text-align: right;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 25px;
    padding: 13px 15px;
    font-size: 14px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: inline-flex;
  }

  .ev3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-card-blog-layout-3 {
    height: auto;
  }

  .wrapper-text-blog-layout-3 {
    height: auto;
    padding: 20px 5px;
  }

  .wrapper-text-blog-layout-3._006 {
    background-color: var(--blue-lighter);
    min-height: 0;
    padding: 36px;
  }

  .dup {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .wrapper-border-layout-3-home {
    display: none;
    bottom: -7%;
  }

  .policies {
    padding-bottom: 50px;
  }

  .rw-summer, .rw-summer-dinner {
    height: 300px;
  }

  .modal {
    padding-top: 25px;
  }

  .card_img:hover {
    opacity: 1;
  }

  .cards {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .press-cover {
    height: 400px;
  }

  .corner {
    z-index: 99;
    inset: 8% 2% auto auto;
  }

  .thanks98 {
    height: 300px;
  }

  .hours-div {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xmas4, .nye-eve {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h4 {
    font-size: 25px;
    line-height: 34px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brown {
    font-size: 35px;
  }

  .menu-button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .normal-logo {
    width: 130px;
    padding-left: 0;
  }

  .navigation-item {
    padding-left: 30px;
    padding-right: 25px;
  }

  .navigation-item.w--current {
    padding-right: 25px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .nav-wrapp {
    height: auto;
  }

  .div-block-59 {
    padding-bottom: 15px;
    display: none;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .link-block-5 {
    filter: invert();
  }

  .navbar-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-items {
    padding-bottom: 27px;
  }

  .blue-section {
    background-image: url('../images/Asset-12x.png'), linear-gradient(to bottom, null, null), url('../images/Asset-42x-1.png');
    background-size: 50px, auto, 200px;
    padding: 50px 30px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2 {
    letter-spacing: 2px;
    font-size: 35px;
  }

  .c-about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list_title {
    white-space: nowrap;
    padding-left: .2em;
    padding-right: .2em;
  }

  .list_title.move.tt1, .list_title.move.nye1 {
    background-color: #fff0;
  }

  .div-block-10._2col {
    flex-direction: column;
  }

  .menu-2 {
    grid-row-gap: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-page-padding.extra, .uui-page-padding.thanks6, .uui-page-padding.xmas, .uui-page-padding.nye {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-section_layout82 {
    overflow: hidden;
  }

  .menu_wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu_wrapper.hidden {
    display: flex;
  }

  ._50w, ._50w.left {
    width: 100%;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .food-menu-item-wrapper.single {
    text-align: center;
  }

  .food-menu-item-wrapper.multi {
    grid-column-gap: 50px;
  }

  .paragraph-12 {
    letter-spacing: .3px;
  }

  .paragraph-12._18px {
    font-size: 13px;
  }

  .hours {
    margin-right: 0;
  }

  .heading-hero {
    font-size: 40px;
  }

  .heading-hero.white {
    font-size: 40px;
    line-height: 50px;
  }

  .buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .fixed-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .dessert-cover, .drinks-cover {
    height: 300px;
  }

  .section-2.background-smoke {
    padding: 50px 30px 30px;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-us-card-description, .contact-us-title-wrapper {
    text-align: center;
  }

  .contact-info, .contact-us-flex-block.left {
    align-items: center;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-64 {
    margin-top: 30px;
  }

  .max-width-block-5 {
    max-width: none;
  }

  .grid-block-2 {
    max-width: 90%;
    margin-top: -8em;
    margin-bottom: 0;
    padding-top: 8em;
    padding-bottom: 8em;
    left: auto;
  }

  .grid-block-2.is-2nd {
    max-width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    right: auto;
  }

  .grid-block-2.is-2nd.flip2 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-title-2 {
    font-size: 2.1em;
  }

  .col-title-2.new._003 {
    width: 100%;
    font-size: 35px;
  }

  .grid-for-box {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-for-box.b {
    padding-top: 0;
  }

  .div-block-67 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-block {
    max-width: none;
  }

  .padding-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p_m-2 {
    text-align: left;
  }

  .p_m-2.review {
    font-size: 15px;
  }

  .pat6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .revi {
    text-align: left;
  }

  .c-container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container-2.footer {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-26 {
    margin-bottom: 30px;
  }

  .container-7 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7._64rem {
    margin-top: 0;
  }

  .gallery-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .gallery-image-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-underline-wrapper {
    padding-bottom: 0;
  }

  .gallery-co, .gallery-pp {
    height: 300px;
  }

  .shape {
    height: 80vh;
  }

  .restaurant-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .restaurant-block-4.cc {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .restaurant-hours-4 {
    font-size: 1.1em;
  }

  .restaurant-title-4 {
    font-size: 25px;
  }

  .restaurant-grid-4 {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .restaurant-grid-block-2 {
    padding: 8em 5em;
  }

  .restaurant-grid-block-2.is-address {
    margin-bottom: 0;
  }

  .pp-page {
    padding: 30px 30px 50px;
  }

  .grid-block-image {
    height: 30em;
    min-height: auto;
  }

  .grid-block-image.is-address {
    min-height: 300px;
  }

  .gallery-sec {
    padding: 50px 30px 31px;
  }

  .error-message-2 {
    width: 100%;
    max-width: none;
  }

  .html-embed-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-2.bottom-margin-field {
    padding-top: 29px;
  }

  ._0155 {
    padding: 50px 30px;
  }

  .heading-11._059 {
    font-size: 28px;
    line-height: 1.28em;
  }

  .success-message-3 {
    width: 100%;
    max-width: none;
  }

  .gift-cover {
    background-image: linear-gradient(to bottom, null, null), url('../images/6740ed17c4ddae86bfc71e0c_Rivage_Web_banner-copy.jpg');
    background-position: 0 0, 50% 0;
    height: 300px;
  }

  .a-la-carte {
    height: 300px;
  }

  .lunch-cover {
    height: 300px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .dinner-cover, .wine-cover {
    height: 300px;
  }

  .text-span-16 {
    font-size: 18px;
  }

  .french-hour {
    height: 300px;
  }

  .heading2 {
    font-size: 2em;
  }

  .nav-btn {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-btn.w--current {
    padding-right: 25px;
  }

  .text-span-18 {
    display: inline;
  }

  .ev3 {
    padding: 50px 30px 32px;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
  }

  .wrapper-text-blog-layout-3._006 {
    background-color: var(--dark-blue);
    padding: 31px;
  }

  .date-layout-3 {
    color: #def0ff;
  }

  .dup {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
    display: flex;
  }

  .wrapper-border-layout-3-home {
    display: none;
  }

  .div-block-78 {
    flex-flow: wrap;
  }

  .policies {
    padding: 105px 30px 50px;
  }

  .white-policy {
    margin-bottom: 30px;
  }

  .list-2 {
    padding-left: 30px;
  }

  .policy {
    width: 100%;
  }

  .thanks {
    height: 90vh;
  }

  .center-steak {
    width: 100%;
  }

  .rw-summer, .rw-summer-dinner {
    height: 300px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .modal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 5px;
    right: 4px;
  }

  .text-size-large {
    line-height: 1.5;
  }

  .card_component {
    grid-row-gap: 1.5rem;
    place-items: start;
    min-width: 0;
    height: auto;
    padding: 0;
  }

  .card_img {
    width: 100%;
  }

  .cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .press-cover {
    height: 300px;
  }

  .corner {
    top: 9%;
  }

  .thanks98 {
    height: 300px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .hours-div {
    padding-left: 0;
    padding-right: 0;
  }

  .xmas4, .nye-eve {
    height: 300px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-big.white {
    font-size: 18px;
    line-height: 28px;
  }

  .brown {
    font-size: 35px;
    line-height: 45px;
  }

  .left-arrow, .right-arrow {
    height: 40px;
  }

  .dropdown-toggle-3 {
    justify-content: flex-end;
    width: 100%;
  }

  .menu-button-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-3.w--open {
    padding-bottom: 0;
  }

  .normal-logo {
    width: 150px;
  }

  .navigation-item {
    padding-right: 25px;
  }

  .dropdown-pd.pd-48px {
    align-items: flex-end;
    padding-top: 32px;
  }

  .nav-wrapp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-2 {
    text-align: right;
  }

  .dropdown-wrapper-2 {
    align-self: flex-end;
    width: 100%;
  }

  .grid-2-columns {
    padding-right: 18px;
  }

  .div-block-61 {
    text-align: right;
  }

  .navbar-3 {
    padding: 8px 23px 5px 30px;
  }

  .navigation-items {
    align-items: flex-end;
  }

  .slide-1 {
    background-position: 20%;
  }

  .blue-section {
    background-image: url('../images/Asset-12x.png'), linear-gradient(to bottom, null, null), url('../images/Asset-42x-1.png');
    background-position: 0 0, 0 0, 100% 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .all-caps.centered {
    text-align: center;
  }

  .welcome {
    line-height: 55px;
  }

  .c-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-about-grid {
    grid-column-gap: 0px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .c-about {
    padding-top: 50px;
  }

  .list_title {
    letter-spacing: 1px;
    padding-left: .6em;
    padding-right: .6em;
    font-size: 18px;
  }

  .list_title.move {
    white-space: normal;
    padding-left: .3em;
    padding-right: .3em;
    font-size: 18px;
    line-height: 25px;
  }

  .list_title._85 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-10._2col {
    flex-wrap: wrap;
  }

  .menu-2 {
    grid-row-gap: 2rem;
    border-width: 2px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .uui-page-padding.extra {
    padding-top: 35px;
  }

  .uui-page-padding.thanks6 {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Layer-1_1.png'), url('../images/Layer-3.png');
    background-position: 0 0, 0%, 100% 100%;
    background-size: auto, 100px, 150px;
    padding-top: 50px;
  }

  .uui-page-padding.xmas {
    background-image: linear-gradient(#ffffff9c, #ffffff9c), url('../images/pattern.jpg');
    background-size: auto, 800px;
    padding-top: 50px;
  }

  .uui-page-padding.nye {
    background-image: linear-gradient(to bottom, null, null), url('../images/nye-pattern.jpg');
    background-size: auto, 300px;
    padding-top: 50px;
  }

  .menu_wrapper {
    padding: .5em;
  }

  ._50w, ._50w.left {
    width: 100%;
  }

  .subhead {
    margin-top: 60px;
    margin-bottom: 16px;
  }

  .subhead.ampm {
    margin-bottom: 2.5em;
  }

  .subhead.ampm.th87 {
    margin-bottom: .8em;
  }

  .food-menu-item-wrapper, .food-menu-item-wrapper.multi {
    grid-template-columns: 1fr;
  }

  .food-menu-item-wrapper.cud {
    margin-top: 54px;
  }

  .food-menu-item-wrapper.center.th8 {
    margin-top: 5px;
  }

  .food-menu-item {
    padding-bottom: 3px;
  }

  .self-center {
    margin-top: 0;
  }

  .self-center._123 {
    margin-top: 15px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .hours {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-hero.white {
    text-align: center;
    letter-spacing: .5px;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-hero.white.cc2 {
    text-align: left;
  }

  .buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .circle-3 {
    display: none;
  }

  .fixed-btn {
    padding-bottom: .1rem;
  }

  .fixed-btn.w--current {
    padding-top: .3rem;
  }

  .parallax1 {
    display: none;
  }

  .kel-wrap-3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: 1fr 1fr;
  }

  .kel-wrap-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .dessert-cover, .drinks-cover {
    height: 280px;
  }

  .image-22 {
    margin-top: 25px;
  }

  .glowing_card {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .section-2 {
    overflow: hidden;
  }

  .section-2.background-smoke {
    padding-bottom: 30px;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px 0 30px;
    display: flex;
    top: 0;
  }

  .contact-us-card-description {
    text-align: center;
  }

  .contact-us-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-info {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 22px 17px 21px;
  }

  .contact-us-flex-block {
    grid-column-gap: 7.5px;
    justify-content: center;
  }

  .html-embed {
    height: 300px;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-65.invert {
    grid-template-columns: 1fr 1fr;
  }

  .box-paragraph {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .menu-btn {
    background-position: 7%;
    margin-top: .8em;
    padding: 1em 1em 1em 3.3em;
    font-size: 1em;
  }

  .menu-btn.empty {
    padding-right: 1.6em;
    font-size: 12px;
  }

  .grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid-block-2.is-2nd, .grid-block-2.is-2nd.flip2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menus-btns {
    background-image: none;
    margin-top: .8em;
    padding: 1.1em 1.5em;
  }

  .div-block-66 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .div-block-67 {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    margin-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-inner.order {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p_m-2.review {
    text-align: center;
    letter-spacing: .1px;
  }

  .none-2.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    text-align: center;
  }

  .c-container-2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-26 {
    border-width: 5px;
    min-height: 300px;
  }

  .gallery-image {
    min-height: 200px;
  }

  .gallery-image.long03 {
    min-height: 500px;
  }

  .gallery-lightbox {
    min-height: 200px;
    max-height: 200px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image-wrapper {
    width: 100%;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: column;
    padding: .8em 1em 1em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item-underline._01 {
    min-width: 200px;
  }

  .gallery-co {
    height: 280px;
  }

  .gallery-pp {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Group-Shot-2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 280px;
    padding-bottom: 66px;
  }

  .restaurant-block-4 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .restaurant-block-4.cc {
    justify-content: center;
    align-items: center;
  }

  .hours-line {
    margin-left: .2em;
    margin-right: .2em;
  }

  .restaurant-description-4.space, .restaurant-description-4.cc2 {
    text-align: center;
  }

  .day {
    margin-right: .5em;
  }

  .restaurant-title-4.new-text {
    font-size: 20px;
  }

  .restaurant-title-4.ccc {
    text-align: center;
  }

  .restaurant-grid-block-2 {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurant-grid-block-2.is-address {
    padding: 25px;
  }

  .pp-page {
    padding: 20px;
  }

  .grid-block-image {
    height: 25em;
  }

  .gallery-sec {
    overflow: hidden;
  }

  .html-embed-8 {
    margin-bottom: -13px;
  }

  .div-block-75 {
    flex-direction: column;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .a-la-carte, .lunch-cover, .dinner-cover, .wine-cover {
    height: 280px;
  }

  .text-span-16 {
    font-size: 15px;
  }

  .french-hour {
    height: 280px;
  }

  .heading2 {
    font-size: 1.7em;
  }

  .text-span-17 {
    display: block;
  }

  .text-span-18 {
    display: inline;
  }

  .text-span-19 {
    display: block;
  }

  .ev3 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 38px;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
  }

  .wrapper-text-blog-layout-3 {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-text-blog-layout-3._006 {
    background-color: #04142e00;
    min-height: 0;
    padding: 20px 0;
  }

  .dup {
    width: 100%;
    margin-top: 20px;
  }

  .heading-blog-layout-3 {
    font-size: 16px;
  }

  .wrapper-border-layout-3-home {
    display: none;
  }

  .policies {
    padding-top: 101px;
  }

  .policies.flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .list-2 {
    padding-left: 10px;
  }

  .thanks {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/Rivage-logo-3-1.webp');
    background-position: 0 0, 95% 100%;
    height: 85vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .center-steak {
    margin-top: -13px;
  }

  .rw-summer, .rw-summer-dinner {
    height: 280px;
  }

  .modal {
    padding: 0;
  }

  .modal__body {
    border-radius: 0;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin-bottom: 0;
  }

  .image-29 {
    object-fit: cover;
    width: 100%;
  }

  .modal__close {
    top: 0;
    right: 0;
  }

  .card_component {
    grid-row-gap: 1rem;
    place-items: center start;
    padding-bottom: 2.5rem;
  }

  .card_img {
    min-height: 8rem;
  }

  .card_information {
    max-width: none;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    display: flex;
  }

  .card_front-content {
    justify-content: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card_logo {
    width: 6rem;
    font-size: 0;
  }

  .press-cover {
    height: 280px;
  }

  .corner {
    background-image: none;
    margin-top: .8em;
    padding: .8em 1.1em;
    top: 6.5%;
    right: 2.5%;
  }

  .thanks98 {
    height: 280px;
  }

  .hours-div {
    padding-left: 0;
    padding-right: 0;
  }

  .xmas4 {
    height: 280px;
  }

  .nye-eve {
    background-image: linear-gradient(to bottom, null, null), url('../images/6580963d31acb3b6813e3205_656e155900b1f23594e3b9bd_new-1.jpg');
    background-position: 0 0, 100%;
    height: 280px;
  }
}

#w-node-fc7c74c9-e75b-4ea1-430a-1eb1b910dcc6-6fdc9ff0, #w-node-fc7c74c9-e75b-4ea1-430a-1eb1b910dcc8-6fdc9ff0, #w-node-_5ad226a8-f15f-fe48-68a8-84486f983003-6fdc9ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ad226a8-f15f-fe48-68a8-84486f983008-6fdc9ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_71b1006b-8664-78f3-0590-40632bb45e94-6fdc9ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71b1006b-8664-78f3-0590-40632bb45e8e-6fdc9ff0, #w-node-_71b1006b-8664-78f3-0590-40632bb45e91-6fdc9ff0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3d3c217-462c-d7d4-4960-774f5cface5c-6fdc9ff0, #w-node-_27f345eb-920d-b845-3e83-4c5327044fdd-6fdc9ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27f345eb-920d-b845-3e83-4c5327044fe7-6fdc9ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a5a91e-80c5-01f6-42d2-666b5b8a0b57-6fdc9ff0, #w-node-a954e1c8-29f6-c6ef-e67d-5446e9170d8f-6fdc9ff0 {
  justify-self: center;
}

#w-node-ed69d0b1-fb4e-f47d-b3b5-001b1b9bb241-6fdc9ff0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-e2e9c206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0f0021-e9f6-cf62-3721-f761852f8ce8-e2e9c206, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8cdc-e2e9c206, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8ce5-e2e9c206, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8ce2-e2e9c206, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8cdf-e2e9c206 {
  justify-self: center;
}

#w-node-_3c4c91a8-dbbf-4677-6d58-d8c899fe4a0e-9854d58a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e15574fd-c4f1-d8ed-12dd-2c954deb213b-4deb2111, #w-node-e15574fd-c4f1-d8ed-12dd-2c954deb213d-4deb2111, #w-node-_022c31d7-b109-9ef6-d325-380d309ee91e-4deb2111, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-d08ea5ae, #w-node-bad32e65-cfe5-00ed-eddd-ccb314f54e8e-d08ea5ae, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-be4ead6b, #w-node-_20ac752e-062f-4282-0f10-fe9181000222-be4ead6b, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-a00ea151, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8cf3-a00ea151, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8cf8-a00ea151, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-0e481797, #w-node-_89b67883-455f-1ccc-4ecb-9a60ef3c32b8-0e481797, #w-node-_52b09926-8d09-08f7-ff21-f89cc70beddb-0e481797, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa0f-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa12-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa15-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa18-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa1e-7e97cf57 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa1b-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa24-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa21-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa27-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa2a-7e97cf57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa2d-7e97cf57 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa36-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa30-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa42-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa33-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa39-7e97cf57, #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa3f-7e97cf57, #w-node-_330131cb-fd46-fe09-61f4-194821dfd2ea-7e97cf57, #w-node-_401cfa3b-4dee-c8e5-7976-c46568bde1dd-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa45-7e97cf57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f5e-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f61-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a9f086-78c6-afe7-0cc7-767405eee315-7e97cf57 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f64-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f67-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f6a-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f70-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f73-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f76-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f79-7e97cf57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f6d-7e97cf57 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f7f-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f7c-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f82-7e97cf57, #w-node-d555d6a5-14d8-9cd3-ea04-5fe8171e4f85-7e97cf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-866c5541 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-866c5541 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e8b-866c5541 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e9f-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea4-866c5541 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea9-866c5541, #w-node-_4df84ce9-1d4b-2314-c469-c32c35afdb16-866c5541 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3b494772-60fb-0698-c2ca-822737057f94-866c5541 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-fe8a47ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-fe8a47ce, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-fe8a47ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-fe8a47ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-33b462d7, #w-node-_89b67883-455f-1ccc-4ecb-9a60ef3c32a2-33b462d7, #w-node-ca0c0f70-f2aa-2849-490b-028546c4d984-33b462d7, #w-node-_3d6a7f26-3416-d1f0-1dfb-78bc15447696-33b462d7, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-c04bf20d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-209cdf26, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-dec7cf33, #w-node-_06c7a975-cf89-0ded-f0a5-17e95e1a0c98-dec7cf33, #w-node-_48b1f53d-e230-a0bc-a9d2-0506dd779aad-dec7cf33, #w-node-_5a015886-4f9c-b343-4ba1-04b789e0a248-dec7cf33, #w-node-_155ab1fd-4c6e-6693-0b41-7b2df55c9746-dec7cf33 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-a6162734, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-a3a606e8, #w-node-_889c6ada-0276-92ba-8e6e-988477a261f1-bc51f119, #w-node-_6987cc4e-1580-22db-9b96-f60b21dc2968-bc51f119, #w-node-ddf739a2-5672-731b-d3de-4750df5e9d36-bc51f119, #w-node-_6f96e3a4-e1c7-e0b3-9cb1-312a7d0e69e7-bc51f119, #w-node-_4caeaafe-d410-d1fd-e0d7-45f45134a8a5-bc51f119, #w-node-_8bbc6ab3-e5f8-7fb3-fdcf-a64f416e4195-bc51f119, #w-node-_412baa96-5afd-5a80-00b5-12a3a55d9353-bc51f119, #w-node-e8e1f785-b37d-c225-3b68-af20bef18762-bc51f119, #w-node-_883ea160-9dad-a2ba-cd83-d1d749a9b1b1-bc51f119, #w-node-fc07db2d-11eb-fc86-9332-9367f31d98ce-bc51f119, #w-node-_7b3f6eb2-5afc-389b-a562-2fbebe4245b7-bc51f119, #w-node-_68df2408-3664-229b-8b02-1e3c2b80b8de-bc51f119, #w-node-_32384559-3afa-a67e-eb51-0b6a65597a8f-bc51f119, #w-node-_4441ac4c-b160-8e6e-a177-bd8cc3a27066-bc51f119, #w-node-_705364e2-3670-4c13-04fc-cb4c7a36d159-bc51f119, #w-node-fed9f8a2-b02c-6b79-2ca6-dbb7c010fb6e-bc51f119, #w-node-_4a45fbe1-8b88-79e7-98ec-b97194621875-bc51f119, #w-node-cc9c5ee6-91e4-0839-0723-8847fdf5c667-bc51f119, #w-node-_52900333-81fc-0290-90eb-b236686d74a2-bc51f119, #w-node-_41cca86c-5ad2-9c42-06be-282fc9dd5b05-bc51f119, #w-node-cc1994dd-74f9-b75d-3d12-209245187548-bc51f119, #w-node-e64f784f-ab3c-0502-0311-d905ee7efb27-bc51f119, #w-node-_285e61ab-085c-e755-10e9-c1ec26482345-bc51f119, #w-node-cc535d75-5105-3324-1970-9f8124d05730-bc51f119, #w-node-_5e90b4bf-52e5-23fa-76ed-2d422d87f4cd-bc51f119, #w-node-_609b1478-f1d1-ada4-b9d1-e8a7de549bf4-bc51f119, #w-node-ac055d22-5fd3-4416-b8e5-04a09e3c88b0-bc51f119, #w-node-_565721de-98c2-2dc1-2f00-f525a7829c25-bc51f119, #w-node-_60b34840-fc3f-9710-7e3a-a8fbeb9da180-bc51f119, #w-node-c8957e64-5ea9-2434-07f4-9fc0a6b98b35-bc51f119, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-0acb5ed1, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-01f0a023, #w-node-_8a0f0021-e9f6-cf62-3721-f761852f8b73-ad3f6a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ad226a8-f15f-fe48-68a8-84486f983003-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ad226a8-f15f-fe48-68a8-84486f983008-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_71b1006b-8664-78f3-0590-40632bb45e94-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71b1006b-8664-78f3-0590-40632bb45e91-6fdc9ff0 {
    grid-row-start: 4;
  }

  #w-node-a3d3c217-462c-d7d4-4960-774f5cface5c-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_27f345eb-920d-b845-3e83-4c5327044fdd-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_27f345eb-920d-b845-3e83-4c5327044fe7-6fdc9ff0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4bc5d03c-58a0-b23b-0884-7dcaecae548a-6fdc9ff0, #w-node-a8206424-96ce-af05-2d65-fa0934619096-6fdc9ff0, #w-node-_3e6d0650-d98c-f321-3073-b52d2dea2c4e-6fdc9ff0, #w-node-e77c1668-afe0-d24a-7f51-29112ad47ef1-6fdc9ff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed69d0b1-fb4e-f47d-b3b5-001b1b9bb241-6fdc9ff0, #w-node-_3c4c91a8-dbbf-4677-6d58-d8c899fe4a0e-9854d58a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e8b-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e9f-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea4-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea9-866c5541, #w-node-_4df84ce9-1d4b-2314-c469-c32c35afdb16-866c5541, #w-node-_3b494772-60fb-0698-c2ca-822737057f94-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-fe8a47ce, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-fe8a47ce, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-fe8a47ce, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-fe8a47ce {
    grid-column: span 4 / span 4;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-209cdf26, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-dec7cf33, #w-node-_06c7a975-cf89-0ded-f0a5-17e95e1a0c98-dec7cf33, #w-node-_48b1f53d-e230-a0bc-a9d2-0506dd779aad-dec7cf33, #w-node-_5a015886-4f9c-b343-4ba1-04b789e0a248-dec7cf33, #w-node-_155ab1fd-4c6e-6693-0b41-7b2df55c9746-dec7cf33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ad226a8-f15f-fe48-68a8-84486f983008-6fdc9ff0 {
    justify-self: center;
  }

  #w-node-_27f345eb-920d-b845-3e83-4c5327044fdd-6fdc9ff0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2695d0f9-8ad4-39ad-ac87-6a5db723d2a3-6fdc9ff0, #w-node-_2695d0f9-8ad4-39ad-ac87-6a5db723d2b8-6fdc9ff0, #w-node-_2695d0f9-8ad4-39ad-ac87-6a5db723d2cd-6fdc9ff0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e77c1668-afe0-d24a-7f51-29112ad47eec-6fdc9ff0, #w-node-e77c1668-afe0-d24a-7f51-29112ad47ee0-6fdc9ff0, #w-node-e77c1668-afe0-d24a-7f51-29112ad47ee5-6fdc9ff0, #w-node-_1c0aac4c-aa53-4465-ad13-79f5ea3120f6-6fdc9ff0, #w-node-e77c1668-afe0-d24a-7f51-29112ad47ef1-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-866c5541 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-866c5541 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-866c5541 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-866c5541, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e8b-866c5541 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e9f-866c5541 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea4-866c5541 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15ea9-866c5541 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_4df84ce9-1d4b-2314-c469-c32c35afdb16-866c5541 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3b494772-60fb-0698-c2ca-822737057f94-866c5541 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-fe8a47ce {
    grid-column: span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e73-fe8a47ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e78-fe8a47ce {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e7d-fe8a47ce, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-209cdf26, #w-node-ab4503a5-3a50-4a61-90bb-8bb074a15e66-dec7cf33, #w-node-_06c7a975-cf89-0ded-f0a5-17e95e1a0c98-dec7cf33, #w-node-_48b1f53d-e230-a0bc-a9d2-0506dd779aad-dec7cf33, #w-node-_5a015886-4f9c-b343-4ba1-04b789e0a248-dec7cf33, #w-node-_155ab1fd-4c6e-6693-0b41-7b2df55c9746-dec7cf33 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fc7c74c9-e75b-4ea1-430a-1eb1b910dcbe-6fdc9ff0 {
    justify-self: end;
  }

  #w-node-_2695d0f9-8ad4-39ad-ac87-6a5db723d2a3-6fdc9ff0 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_4bc5d03c-58a0-b23b-0884-7dcaecae548a-6fdc9ff0, #w-node-a8206424-96ce-af05-2d65-fa0934619096-6fdc9ff0, #w-node-_3e6d0650-d98c-f321-3073-b52d2dea2c4e-6fdc9ff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e15574fd-c4f1-d8ed-12dd-2c954deb2135-4deb2111 {
    justify-self: end;
  }

  #w-node-_9c16ebfc-5094-ba6f-50c1-33a37f7eaa45-7e97cf57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_889c6ada-0276-92ba-8e6e-988477a261ed-bc51f119, #w-node-_6987cc4e-1580-22db-9b96-f60b21dc2964-bc51f119, #w-node-ddf739a2-5672-731b-d3de-4750df5e9d32-bc51f119, #w-node-_6f96e3a4-e1c7-e0b3-9cb1-312a7d0e69e3-bc51f119, #w-node-_4caeaafe-d410-d1fd-e0d7-45f45134a8a1-bc51f119, #w-node-_8bbc6ab3-e5f8-7fb3-fdcf-a64f416e4191-bc51f119, #w-node-_412baa96-5afd-5a80-00b5-12a3a55d934f-bc51f119, #w-node-e8e1f785-b37d-c225-3b68-af20bef18741-bc51f119, #w-node-_883ea160-9dad-a2ba-cd83-d1d749a9b1ad-bc51f119, #w-node-fc07db2d-11eb-fc86-9332-9367f31d98ca-bc51f119, #w-node-_7b3f6eb2-5afc-389b-a562-2fbebe4245b3-bc51f119, #w-node-_68df2408-3664-229b-8b02-1e3c2b80b8da-bc51f119, #w-node-_32384559-3afa-a67e-eb51-0b6a65597a8b-bc51f119, #w-node-_4441ac4c-b160-8e6e-a177-bd8cc3a27062-bc51f119, #w-node-_705364e2-3670-4c13-04fc-cb4c7a36d155-bc51f119, #w-node-fed9f8a2-b02c-6b79-2ca6-dbb7c010fb6a-bc51f119, #w-node-_4a45fbe1-8b88-79e7-98ec-b97194621871-bc51f119, #w-node-cc9c5ee6-91e4-0839-0723-8847fdf5c663-bc51f119, #w-node-_52900333-81fc-0290-90eb-b236686d749e-bc51f119, #w-node-_41cca86c-5ad2-9c42-06be-282fc9dd5b01-bc51f119, #w-node-cc1994dd-74f9-b75d-3d12-209245187544-bc51f119, #w-node-e64f784f-ab3c-0502-0311-d905ee7efb23-bc51f119, #w-node-_285e61ab-085c-e755-10e9-c1ec26482341-bc51f119, #w-node-cc535d75-5105-3324-1970-9f8124d0572c-bc51f119, #w-node-_5e90b4bf-52e5-23fa-76ed-2d422d87f4c9-bc51f119, #w-node-_609b1478-f1d1-ada4-b9d1-e8a7de549bf0-bc51f119, #w-node-ac055d22-5fd3-4416-b8e5-04a09e3c88ac-bc51f119, #w-node-_565721de-98c2-2dc1-2f00-f525a7829c21-bc51f119, #w-node-_60b34840-fc3f-9710-7e3a-a8fbeb9da17c-bc51f119, #w-node-c8957e64-5ea9-2434-07f4-9fc0a6b98b31-bc51f119 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Viva';
  src: url('../fonts/E111Viva.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lumiera Rough';
  src: url('../fonts/Lumiera-Rough.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lumiera Handwriting';
  src: url('../fonts/Lumiera-Handwriting.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lumiera';
  src: url('../fonts/Lumiera.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}