:root {
  --purple-light: #c965cd;
  --snow: #fcf7f4;
  --white: #ffffffc4;
  --black: #180c01;
  --chocolate-2: #df742f;
  --white-2: #ffffffdb;
  --purple-dark: #903187;
  --linen: #f4ece5;
  --chocolate: #eb6711;
}

.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;
}

a {
  text-decoration: none;
}

strong {
  color: var(--purple-light);
  font-weight: 600;
}

.container.mr {
  background-color: var(--snow);
}

.navbar {
  background-color: #000;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.see {
  z-index: 9999;
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar.as6 {
  z-index: 9999;
  background-color: #000;
}

.close-contact-form {
  z-index: 1;
  background-color: #9bc3ca;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.announcement-container {
  width: 100%;
  padding: 10px 35px;
}

.newsletter {
  z-index: 2147483647;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0;
}

.mini-arrow {
  color: var(--white);
  margin-top: 40px;
  font-size: 13px;
  right: -7px;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._3-pixels {
  margin-top: 3px;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._15-pixels._96 {
  margin-top: 7px;
}

.top-margin._20-pixels {
  margin-top: 0;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.announcement-box {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: muli, sans-serif;
  font-weight: 300;
  position: relative;
}

.submit-button {
  text-transform: uppercase;
  background-color: #9bc3ca;
  width: 100%;
  height: 43px;
  font-size: 11.5px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #83a7ad;
}

.submit-button:focus {
  font-size: 13px;
}

.navbar-container {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-container._96 {
  z-index: 999999999;
}

.nav-column-center {
  justify-content: center;
  width: auto;
  display: flex;
}

.dropdown {
  color: #fff;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
}

.form-block {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.close-element {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.mobile-hidden {
  margin-top: 50px;
}

.navigation {
  z-index: 99999999;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation._12 {
  z-index: 99;
}

.navigation._8841 {
  z-index: 999999;
}

.close-x {
  z-index: 0;
  position: relative;
}

.announcement {
  text-align: center;
  background-color: #00000040;
  justify-content: center;
  display: flex;
  position: relative;
}

.center-content {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.nav-column {
  width: 20%;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-end;
  padding-right: 30px;
  display: flex;
}

.nav-column.right {
  text-align: right;
  flex: 1;
  justify-content: flex-start;
  padding-left: 30px;
  display: flex;
}

.cta-field {
  border: 1px solid #e0ebed;
  border-radius: 0;
  width: 48%;
  height: 45px;
  margin-bottom: 8px;
  margin-right: 3%;
  transition: border-color .2s;
}

.cta-field:hover {
  border-color: #1a8ef7;
}

.cta-field::placeholder {
  font-size: 13px;
}

.cta-field.last-name {
  width: 49%;
  margin-right: 0%;
}

.cta-field.full {
  width: 100%;
  margin-right: 0%;
}

.title-big {
  color: #df9f83;
  line-height: 20px;
}

.success-message {
  color: #000;
  background-color: #0000;
  font-size: 13px;
  line-height: 18px;
}

.success-message.white {
  color: #fff;
}

.subscribe {
  color: #333;
  text-align: center;
  background-image: none;
  background-position: 50% 53%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 45px;
  height: 90px;
  padding-top: 33px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.subscribe:hover {
  background-image: none;
  text-decoration: none;
}

.subscribe.w--current {
  color: #8a8a8a;
}

.overlay {
  background-color: #0d13164f;
  position: absolute;
  inset: 0%;
}

.overlay.darker {
  background-color: #0d13168c;
}

.overlay.grad {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 43%, #0000), linear-gradient(#180c0100, #0003 52%, #000);
}

.overlay.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000003b 60%, #000);
}

.overlay.nyew2 {
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(#000, #0000 43%, #0000), linear-gradient(#180c0100, #0003 52%, #000);
}

.dropdown-link {
  background-color: var(--white);
  color: var(--black);
  padding-left: 20px;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  color: var(--black);
  background-color: #fff3;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--black);
  font-weight: 700;
}

.dropdown-toggle {
  color: #fff;
  height: 90px;
  padding-top: 33px;
  padding-left: 8px;
  padding-right: 27px;
  font-family: muli, sans-serif;
  font-weight: 300;
}

.brand-mobile {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: none;
}

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.text-white {
  color: #fff;
}

.close-button {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.top {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.top-link:hover {
  opacity: .85;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  transform: scale(1.02);
}

.newsletter-box {
  z-index: 10;
  background-color: #fff;
  flex-flow: column wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 450px;
  display: flex;
  position: relative;
}

.underline-hover {
  background-color: #f7ac5d;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.mobile-hide {
  background-color: var(--white);
}

.error-message {
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

.relative {
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink {
  color: #f7f7f7;
  height: 90px;
  margin-right: 5px;
  padding-top: 33px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: muli, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: #ffffff69;
}

.navlink.last {
  margin-right: 0;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.left-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-left: 40px;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.right-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 40px;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.on-load-5._4545 {
  margin-top: 29px;
}

.hero-section {
  z-index: 999;
  background-color: #000;
  min-height: 100vh;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.hero-section.me {
  z-index: 1;
  min-height: 500px;
  padding-top: 0;
}

.hero-section.me.shorter-q {
  min-height: 400px;
}

.hero-section.re01 {
  z-index: 1;
  min-height: 350px;
  padding-top: 0;
}

.hero-section.de-d {
  z-index: 1;
  min-height: 0;
  padding-top: 306px;
  padding-bottom: 18px;
}

.hero-section.cocktails {
  z-index: 1;
  min-height: 500px;
  padding-top: 0;
}

.hero-section.cocktails.shorter-q {
  min-height: 400px;
}

.hero-section.nye {
  z-index: 1;
  min-height: 0;
  padding-top: 1134px;
  padding-bottom: 297px;
}

.hero-section.nye.shorter-q {
  min-height: 400px;
}

.hero-section.thanks {
  z-index: 1;
  min-height: 800px;
  padding-top: 0;
}

.hero-section.thanks.shorter-q {
  min-height: 400px;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container._994 {
  padding-top: 118px;
}

.hero-container.as2 {
  padding-top: 30px;
}

.hero-container._8 {
  padding-top: 29px;
}

.hero-container.p {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 28px;
}

.hero-container.lusc {
  padding-top: 38px;
}

.hero-container.menus {
  width: 60%;
  padding-top: 73px;
}

.hero-container.new {
  width: auto;
  max-width: 800px;
  padding-top: 0;
}

.hero-container.press2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
}

.hero-text {
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.all-caps {
  letter-spacing: 5px;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.hero-image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.hero-image-interaction.home {
  background-image: url('../images/2017_0420Utsav-195M.jpg');
}

.hero-image-interaction.me3 {
  background-image: url('../images/Behind_order-online-food-gallery--Recovered.jpg');
}

.hero-image-interaction.l88 {
  background-image: url('../images/Above_A_La_Carte_-Recovered.jpg');
  background-size: cover;
}

.hero-image-interaction.ppp {
  background-image: url('../images/AU8I1604.webp');
}

.hero-image-interaction.res4 {
  background-image: url('../images/AU8I1788.webp');
  background-position: 50% 80%;
}

.hero-image-interaction.food {
  background-image: url('../images/2017_0420Utsav-82M.jpg');
}

.hero-image-interaction.interior {
  background-image: url('../images/AU8I1697.webp');
}

.hero-image-interaction.as {
  background-image: url('../images/2017_0420Utsav-196M.jpg');
  background-size: cover;
}

.hero-image-interaction.desserts {
  background-image: url('../images/2017_0420Utsav-168M.jpg');
}

.hero-image-interaction.indo {
  background-image: url('../images/Above_Indo_chinese_Recovered.jpg');
}

.hero-image-interaction.benhali {
  background-image: url('../images/Above_Benagali-Recovered-copy.jpg');
}

.hero-image-interaction.carte {
  background-image: url('../images/UTSAV_PICS_NEW__0016_Layer-8.jpg');
}

.hero-image-interaction.lunch-box-to-go {
  background-image: url('../images/2017_0420Utsav-80M.jpg');
  background-size: cover;
}

.hero-image-interaction.bar {
  background-image: url('../images/utsav-F8444369-CE25-499E-9052-B26601693DAB.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-image-interaction.drinks {
  background-image: url('../images/15976992_1350538221665031_4528741729593512247_n.jpg');
}

.hero-image-interaction.nye2 {
  background-image: url('../images/AU8I1999.webp');
}

.hero-image-interaction.thank-you {
  background-image: url('../images/AU8I1799.webp');
}

.hero-image-interaction.press5 {
  background-image: url('../images/AU8I1934.webp');
}

.hero-image-interaction.thali {
  background-image: url('../images/image-1.jpeg');
  background-position: 50% 10%;
  background-size: cover;
}

.bottom-absolute-box {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-link {
  color: #fff;
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: #ffffff82;
}

.content-section {
  background-color: var(--black);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.double._01 {
  border-top: 1px none var(--chocolate-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section.double.as9 {
  border-top: 1px none var(--chocolate-2);
  background-color: var(--snow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 156px;
  display: flex;
}

.content-section.double.menus {
  border-top: 1px none var(--chocolate-2);
  background-color: var(--snow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 77px;
  display: flex;
}

.content-section._36 {
  background-color: #000;
  border: 1px #000;
  padding-top: 0;
}

.intro-item {
  border-right: 1px solid #cdcdcd;
  width: 33.33%;
  max-width: 375px;
  padding-right: 1%;
  display: flex;
}

.intro-item-2 {
  border-right: 1px solid #cdcdcd;
  width: 33.33%;
  max-width: 375px;
  padding-left: 2.5%;
  padding-right: 1%;
  display: flex;
}

.heading-box {
  text-align: center;
  width: 44.5%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box._1st {
  width: 60%;
}

.heading-box._9693 {
  width: 60%;
  margin-bottom: 22px;
  margin-left: 0;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg._2 {
  background-image: url('../images/UTSAV-BUTTER-CHCIKEN-1200x800.jpg');
}

.image-bg._1 {
  background-image: url('../images/Utsav_ad_interior-7.jpg');
}

.image-bg._3 {
  background-image: url('../images/huge.jpg');
}

.image-bg.insta-3, .image-bg.insta-4, .image-bg.insta-2, .image-bg.insta-1 {
  background-image: none;
}

.image-bg.right {
  background-image: url('../images/2017_0420Utsav-68M.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-bg.left {
  background-image: url('../images/2017_0420Utsav-200M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-link-block {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.intro-link-block:hover {
  opacity: .85;
}

.intro-expand {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-gray {
  color: #000000db;
  text-transform: lowercase;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.text-gray._45 {
  color: var(--white-2);
}

.text-gray.new00 {
  margin-bottom: 30px;
}

.text-gray.new00._0 {
  margin-bottom: 0;
}

.intro-link {
  color: var(--chocolate-2);
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.intro-link:hover {
  color: #f7ac5d;
}

.intro-item-3 {
  border-right: 1px #cdcdcd;
  width: 33.33%;
  max-width: 375px;
  padding-left: 2.5%;
  padding-right: 1%;
  display: flex;
}

.h2-big {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 500;
  line-height: 51px;
}

.h2-big.no-top-margin {
  color: var(--chocolate-2);
  margin-top: 0;
  font-family: ivymode, sans-serif;
  font-weight: 400;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.after {
  margin-top: 50px;
}

.content-wrapper.anchors {
  margin-top: -84px;
  padding-top: 145px;
}

.image-section {
  background-color: #000;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-section.cta {
  min-height: 600px;
}

.image-section.pp {
  min-height: 0;
  padding-top: 79px;
  padding-bottom: 79px;
}

.image-section.press-page {
  min-height: 0;
  padding: 50px;
}

.image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-interaction._1 {
  background-image: url('../images/2017_0420Utsav-32M.jpg');
  background-position: 50% 60%;
}

.image-interaction._4 {
  background-image: url('../images/AU8I1919.webp');
  background-position: 50% 100%;
}

.image-interaction._222 {
  background-image: url('../images/2017_0420Utsav-195M.jpg');
  background-position: 50% 60%;
}

.image-interaction._2 {
  background-image: url('../images/Above_Indo_chinese_Recovered.jpg');
  background-position: 50%;
}

.image-interaction.fire {
  background-image: linear-gradient(#0000, #00000057 51%, #000 87%, #000), linear-gradient(#000, #000000ed 18%, #0000 51%, #0000), url('../images/AU8I1825.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.image-interaction._3 {
  background-image: url('../images/Layer14_1.avif');
  background-position: 50%;
}

.image-interaction._5 {
  background-image: url('../images/UTSAV_PICS_NEW__0006_Layer-21.jpg');
  background-position: 50%;
}

.image-interaction._33 {
  background-image: url('../images/2017_0420Utsav-185M.jpg');
  background-position: 50%;
}

.image-interaction.carte {
  background-image: url('../images/UTSAV_PICS_NEW__0019_Layer-2.jpg');
  background-position: 50%;
}

.image-interaction.psecials {
  background-image: url('../images/AU8I1758.webp');
  background-position: 50%;
}

.menu-item {
  border-bottom: 1px solid #ce9d7d3b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
}

.menu-item.last {
  margin-bottom: 0;
}

.heading-box-left {
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 13px;
}

.expand {
  flex: 1;
}

.subtitle {
  color: #000000db;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

.h3-big {
  color: var(--black);
  margin-top: 0;
  font-family: ivymode, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 51px;
}

.dish-price {
  color: #000000e6;
  text-align: right;
  font-family: ivymode, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.menu-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 14px;
  display: flex;
  position: static;
}

.menu-right {
  width: 50%;
  padding-left: 20px;
}

.menu-left {
  border-right: 1px solid #ce9d7d3b;
  width: 50%;
  padding-right: 20px;
}

.menu-left._100 {
  width: 100%;
}

.menu-left._100.none {
  border-right-style: none;
}

.dish-title {
  color: var(--black);
  margin-bottom: 5px;
  font-family: ivymode, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.address-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-address {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.city-text {
  color: #fff;
  margin-top: 7px;
  font-family: muli, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.link-big {
  color: #fff;
  font-family: ivymode, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
}

.link-big:hover {
  color: #f7ac5d;
}

.address-link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: ivymode, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
  text-decoration: none;
  transition: color .2s;
}

.address-link:hover {
  color: #ffffff8c;
}

.go-up-button {
  z-index: 999999;
  background-color: var(--purple-dark);
  color: #fff;
  background-image: url('../images/636c019b1b886ad4c2f273e8_subir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 25%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.h4-big {
  color: var(--chocolate-2);
  margin-top: 0;
  font-family: ivymode, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
}

.footer-box {
  text-align: center;
  width: 100%;
  max-width: 345px;
  margin-bottom: 30px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notice-link {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  transition: color .2s;
}

.notice-link:hover {
  opacity: .85;
  color: #69707b;
}

.notice {
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 13px;
}

.social-box {
  justify-content: center;
  display: flex;
}

.notice-text {
  color: var(--white-2);
  font-family: muli, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.footer-text {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.footer-link {
  color: var(--linen);
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-weight: 200;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #c965cd;
}

.footer {
  z-index: 0;
  background-color: #000;
  background-image: linear-gradient(#000, #0000);
  padding: 30px 25px 20px;
  position: relative;
  overflow: hidden;
}

.footer.as8 {
  padding-top: 10px;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.instagram {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.instagram:hover {
  background-image: none;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-color: var(--black);
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-color: #fff;
  margin-right: 0;
}

.footer-social-link.whatsapp.last:hover {
  background-color: var(--purple-dark);
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-app-symbol.png');
  background-size: 16px;
  border-style: solid;
  border-color: #fff;
}

.footer-social-link.facebook:hover {
  background-color: var(--purple-dark);
}

.footer-social-link.tiktok {
  background-color: var(--black);
  background-image: url('../images/3621471.png');
  background-size: 16px;
  border-style: solid;
  border-color: #fff;
}

.footer-social-link.tiktok:hover {
  background-color: var(--purple-dark);
}

.preloader {
  z-index: 2147483647;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.paragraph {
  color: var(--white-2);
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.max-650-pixles {
  background-color: var(--black);
  text-align: center;
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.max-650-pixles._95212 {
  background-color: #000;
  border-top-color: #fff6;
}

.client-item {
  margin-left: 20px;
  margin-right: 20px;
}

.client-item:hover {
  color: #333;
}

.client {
  opacity: .63;
  color: #fff;
  font-family: ivymode, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  transition: all .65s;
}

.client:hover {
  color: #00ff48;
}

.client.caviar:hover {
  color: var(--chocolate-2);
}

.client.grub:hover {
  color: #ff8385;
}

.client.sea:hover {
  color: #ff3033;
}

.client.door {
  color: #fff;
}

.client.door:hover {
  color: #ff0004;
}

.client.del:hover {
  color: #709ffc;
}

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

.expand-left {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.max-415-pixels {
  width: 100%;
}

.max-535-pixels {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding: 61px;
  display: flex;
}

.expand-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.headline-box {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.headline-box-bg {
  background-image: url('../images/00.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-box-bg._120 {
  background-image: none;
  align-items: flex-start;
}

.headline {
  color: #fff;
  text-shadow: 1px 1px 2px #0000007d;
  margin-top: 11px;
  margin-left: 14px;
  font-family: ivymode, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: .75;
  position: relative;
}

.headline._45 {
  margin-left: 47px;
}

.headline._96 {
  margin-left: 41px;
}

.headline._3312 {
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 0;
  font-family: ivymode, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.headline.menus {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: ivymode, sans-serif;
  font-weight: 400;
}

.headline.black {
  color: #000;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 13px;
  font-family: ivymode, sans-serif;
  font-weight: 400;
}

.headline.black.first {
  margin-bottom: 0;
}

.headline.black.color {
  color: var(--purple-dark);
}

.paragraph-2 {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
}

.orange-bold {
  color: var(--purple-light);
  font-family: muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-61 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto;
  display: flex;
}

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

.hours._00 {
  margin-left: 20px;
}

.image-6 {
  filter: brightness(200%) grayscale();
  margin-right: 8px;
}

.image-6._9 {
  margin-left: -8px;
  margin-right: 5px;
}

.image-6._8 {
  margin-right: 2px;
}

.paragraph-3 {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-3._02 {
  margin-left: 20px;
}

.bold-text-2 {
  color: #fff;
  font-weight: 400;
}

.button-outline-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  min-width: 120px;
  min-height: 42px;
  margin-top: 30px;
  padding: 15px 30px 10px;
  font-family: ivymode, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  background-color: var(--chocolate);
  color: #fff;
}

.button-outline-white.outline {
  background-color: #0000;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 400;
  transition: opacity .725s;
}

.button-outline-white.outline:hover {
  opacity: .38;
}

.button-outline-white.tick {
  background-color: #0000;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 400;
  transition: opacity .725s;
}

.button-outline-white.tick:hover {
  opacity: .38;
}

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

.sm {
  color: var(--purple-dark);
  margin-top: 0;
  margin-bottom: 7px;
  font-family: ivymode, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.sm.orange {
  color: var(--purple-dark);
}

.m12 {
  color: #d36117;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: ivymode, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 51px;
}

.image-8 {
  margin-bottom: 21px;
}

.exp {
  color: #000000db;
  text-align: left;
  text-transform: capitalize;
  margin-top: 14px;
  margin-bottom: 35px;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.exp._45 {
  color: var(--white-2);
}

._0303 {
  text-align: center;
  background-image: url('../images/00.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: static;
  inset: 0%;
}

._0303.lo {
  background-size: auto 90px;
}

._0033 {
  text-align: center;
  background-image: url('../images/00.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: static;
  inset: 0%;
}

._0033.lo {
  background-size: auto 90px;
}

.paragraph-4 {
  font-weight: 300;
}

.div-block-21 {
  text-align: center;
  margin-bottom: 102px;
}

.div-block-9 {
  margin-bottom: 10px;
  line-height: 30px;
}

.image-9 {
  filter: brightness(200%) grayscale();
  margin-bottom: 11px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 27px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
}

.yellow {
  color: #7e694f;
  font-weight: 400;
}

.hours-icon {
  filter: brightness(131%) brightness(200%) grayscale();
  width: 20px;
  margin-right: 10px;
}

.section {
  background-color: #f1f0ee;
  padding: 100px 50px;
}

.section.ab {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(90deg, #000, #000 31%, #000000bd 42%, #0000 62%, #0000), url('../images/AU8I1662.webp');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 40px;
  padding-bottom: 62px;
}

.section._031 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(90deg, #000, #000 31%, #000000bd 49%, #0000 66%, #0000);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.res3 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000000b8, #000000b8), url('../images/2017_0420Utsav-200M.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
  padding-bottom: 65px;
}

.section.foos01 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000000b8, #000000b8), url('../images/2017_0420Utsav-200M.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 102px;
  padding-bottom: 0;
  display: flex;
}

.section.flip {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 54%, #000000cf 90%, #000), linear-gradient(#000, #0000 51% 100%, #0000), linear-gradient(to right, #0000, #0000 12%, #000000bd 49%, #000 65%, #000), url('../images/Better_Utsav_ad_interior-2.jpg');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 197px;
  padding-bottom: 155px;
}

.section.int {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000000b8, #000000b8), url('../images/events.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 102px;
  padding-bottom: 0;
  display: flex;
}

.section.slidee {
  background-color: #000;
  padding-top: 88px;
  padding-bottom: 56px;
}

.orange {
  color: #c7552f;
  font-weight: 400;
}

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

.brown {
  color: #68614c;
  font-weight: 400;
}

.intro-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.hours-div {
  color: #68614c;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.hours-au {
  margin-top: 20px;
  font-size: 15px;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hours-title {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.intro-grid {
  grid-column-gap: 73px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.intro-grid.res {
  grid-template-columns: 1fr;
  justify-items: center;
}

.intro-grid.flip02 {
  grid-column-gap: 62px;
  grid-template-columns: 1fr .75fr;
}

.link-block {
  margin-top: 15px;
}

.link-block._1 {
  margin-right: 10px;
}

.paragraph-7 {
  color: #686868;
}

.paragraph-7._123 {
  color: #686868;
  margin-bottom: 0;
}

.text-label {
  opacity: .7;
  color: #68614c;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.picture {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.about {
  color: #c7552f;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 41px;
}

.div-block-62 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sanctus-card {
  color: #fff;
  background-color: #000;
  background-image: url('../images/mockup-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  border: 0 #efefef;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 10px;
  display: flex;
  box-shadow: 1px 1px 13px #0000001a;
}

.card-arrow {
  color: #fff;
  font-family: ivymode, sans-serif;
}

.wine-showcase-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.table-row {
  border-bottom: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.table-last-row {
  border-bottom: 1px #eaeaea;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.card-button {
  background-color: var(--chocolate);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.table-text-black {
  color: #fff;
  margin-left: 8px;
  font-weight: 400;
}

.wine-table-black {
  background-color: #fff0;
  border-radius: 10px;
  width: 80%;
  max-width: 1200px;
  height: auto;
}

.table-cell-bottom-right {
  border: 1px solid #eaeaea;
  border-top-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.table-cell-bottom {
  border: 1px #eaeaea;
  border-style: none none solid solid;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.wine-showcase-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 600px;
  margin-bottom: 0;
  display: flex;
}

.dies-irae-card {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Layer-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #efefef;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 100%;
  margin: 10px;
  display: flex;
  box-shadow: 1px 1px 13px #0000001a;
}

.table-cell-head {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px #eaeaea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.table-header-black {
  color: #fff;
  font-size: 22px;
}

.table-cell-left {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.confutatio-card {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Layer-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #efefef;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 100%;
  margin: 10px;
  display: flex;
  box-shadow: 1px 1px 13px #0000001a;
}

.table-icons {
  width: 25px;
}

.card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: ivymode, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-cell-head-right {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.card-link {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card-link:hover {
  text-decoration: none;
}

.table-cell {
  border-right: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.lacrimosa-card {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Layer-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #efefef;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 100%;
  margin: 10px;
  display: flex;
  box-shadow: 1px 1px 13px #0000001a;
}

.table-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.wine-showcase {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.button-wrapper.about, .button-wrapper.order {
  margin-top: 18px;
}

.button-wrapper.home00 {
  margin-top: 0;
}

.button {
  color: var(--chocolate-2);
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: ivymode, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button-text {
  z-index: 10;
  color: #fff;
  position: relative;
}

.button-arrow {
  z-index: 10;
  filter: brightness(43%) grayscale() invert();
  width: 17px;
  margin-left: 10px;
  position: relative;
}

.button-background {
  background-color: var(--purple-dark);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column_number-line {
  background-color: #fff;
  height: 1px;
  margin-top: 10px;
}

.tab_details-wrap {
  z-index: 1;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.column_header-wrap {
  z-index: 1;
  transform-origin: 0 100%;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 34px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: ivymode, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.hero_tabs {
  display: none;
}

.hero_column {
  background-image: url('../images/443516.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  transition: width .5s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_column.is--hidden {
  background-image: url('../images/Layer-13.jpg');
  border-right: 3px solid #000;
  width: 33.33%;
}

.hero_column._4 {
  background-image: url('../images/1998-McLaren-F1-003-1080.jpg');
  background-position: 22%;
}

.hero_column._3 {
  background-image: url('../images/Layer-7.jpg');
  background-position: 38%;
  width: 33.33%;
}

.hero_column._2 {
  background-image: url('../images/Layer-12.jpg');
  background-position: 60%;
  border-right: 3px solid #000;
  width: 33.33%;
}

.column_details-wrap {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
  inset: auto auto 0%;
}

.header-wrap_line {
  background-color: #fff;
  width: 120px;
  height: 1px;
  margin-top: 20px;
  margin-left: -57px;
}

.menus-hero {
  z-index: 9;
  background-color: #000;
  width: 100%;
  height: 70vh;
  padding-top: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.cars_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.column_overlay {
  z-index: 0;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.is--number {
  color: #ffffff3d;
  letter-spacing: .3em;
  font-family: ivymode, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 80px;
}

.column_number-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  opacity: .31;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.duplicate {
  z-index: 8;
  background-color: #000;
  background-image: linear-gradient(#0000, #000000bd 45%, #000), linear-gradient(#000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 70px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.duplicate.pp2 {
  padding-top: 76px;
  padding-bottom: 34px;
}

.duplicate._0001 {
  padding-left: 50px;
  padding-right: 50px;
}

.duplicate.ksjs {
  padding-top: 76px;
  padding-bottom: 34px;
}

.details__separator {
  background-color: #131313;
  align-self: flex-start;
  width: 40%;
  height: 1px;
  margin-top: .8em;
  margin-bottom: 1em;
}

.card-container__photo-container {
  z-index: 2;
  transform-origin: 0%;
  background-color: #fff;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: -3px 0 40px 20px #00000012;
}

.shadow {
  transform-origin: 0%;
  background-image: linear-gradient(to right, #0000001a, #fff0 75%);
  width: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-container__card-container {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.photo-container__front-image {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin: auto;
}

.details__contacts {
  z-index: 1;
  justify-content: space-between;
  margin-left: -8px;
  display: flex;
  position: relative;
}

.photo-container__back-image {
  backface-visibility: hidden;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.contacts__link-block {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.link-block__hover-image {
  opacity: 0;
  width: 2em;
  max-width: 25px;
  position: absolute;
}

.details__job {
  color: #131313;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.card-container--details {
  background-color: var(--linen);
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/paperboard-texture_95678-72.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  min-width: 200px;
  max-width: 450px;
  height: 30em;
  min-height: 200px;
  max-height: 450px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 3px 0 40px 20px #00000012;
}

.link-block__base-image {
  width: 2em;
  max-width: 25px;
}

.details__name {
  color: #131313;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.play-state {
  opacity: .61;
}

.menu-nts {
  z-index: 1;
  background-color: #000;
  border: 1px solid #917e37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts.party {
  border-color: #000;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: ivymode, sans-serif;
  transition: all .5s;
}

.menu-nts.party:hover {
  border-color: var(--chocolate);
  background-color: var(--chocolate);
}

.text-lbutton-layout-3-blog {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new3 {
  background-image: url('../images/AU8I1627.webp');
  background-position: -10%;
  background-size: cover;
}

.slide-img.new2 {
  background-image: url('../images/Barbeque-Nation-Patna-7.jpg');
  background-size: cover;
}

.slide-img.new4 {
  background-image: url('../images/AU8I1788.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new5 {
  background-image: url('../images/AU8I1727.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new6 {
  background-image: url('../images/AU8I1830.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  z-index: 99;
}

.icon {
  opacity: .76;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.image-5 {
  margin-bottom: -2px;
}

.about-us-image-column {
  padding-left: 0;
  padding-right: 0;
}

.text-span-2 {
  color: var(--chocolate-2);
  font-size: 13px;
  font-weight: 400;
}

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

.paragraph-8 {
  color: var(--white-2);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-8._11 {
  text-align: center;
  margin-top: 10px;
}

.div-block-64 {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: opacity .25s ease-in;
  display: flex;
}

.div-block-64:hover {
  opacity: .46;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.columns {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-1 {
  background-image: url('../images/image-3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  top: 20px;
}

.image-wrapper-main {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  background-image: url('../images/image-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  bottom: 60px;
}

.image-7 {
  background-image: url('../images/AU8I1788.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  min-width: 275px;
  height: auto;
  min-height: 300px;
  display: inline-block;
  position: relative;
}

.image-2 {
  background-image: url('../images/AU8I1727.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  bottom: 60px;
}

.image-6 {
  filter: none;
  background-image: url('../images/UTSAV_PICS_NEW__0018_Layer-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  bottom: 60px;
}

.image-wrapper {
  white-space: nowrap;
  margin-right: 24px;
  display: block;
  position: relative;
}

.image-5 {
  background-image: url('../images/AU8I1845.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
}

.image-section-2 {
  background-color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 124px;
  padding-bottom: 89px;
  overflow: hidden;
}

.image-section-2._035 {
  padding-top: 75px;
}

.image-3 {
  background-image: url('../images/Layer14_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-width: 275px;
  min-height: 300px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
}

.cta11-form {
  align-self: center;
  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;
}

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

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #0000;
  border: 1px #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.text-label-2 {
  opacity: .7;
  color: #081c2980;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.text-label-2.center {
  color: #fff;
  text-align: center;
  font-family: muli, sans-serif;
}

.link-5 {
  color: var(--purple-light);
  font-weight: 400;
  text-decoration: none;
}

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

.section-title {
  color: #e6e6e6;
  margin-bottom: 20px;
  font-family: ivymode, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.section-header {
  text-align: center;
  margin-bottom: 10px;
}

.success-message-2 {
  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;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.email-text {
  color: var(--white-2);
  text-align: center;
  margin-top: 39px;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button-small-3 {
  background-color: var(--purple-dark);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 16px;
  font-family: muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-small-3:hover {
  color: #fff;
  background-color: #000;
}

.button-small-3.centeredd {
  background-color: var(--purple-dark);
  letter-spacing: 1px;
  min-width: 180px;
  margin-top: 39px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: muli, sans-serif;
  font-size: 13px;
}

.parties {
  background-color: #000;
  background-image: url('../images/DSC05000.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 60px 0;
}

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

.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: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffffb3;
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-field-2.bottom-margin-field:focus-visible, .text-field-2.bottom-margin-field[data-wf-focus-visible] {
  color: #fff;
}

.text-field-2.bottom-margin-field::placeholder {
  color: #ffffffdb;
}

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

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

.text-field-2.bottom-margin-field._3.last2 {
  margin-right: 0;
}

.pp4 {
  color: var(--white-2);
  text-align: center;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.text-area {
  color: #fff;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffffa8;
  min-height: 170px;
  padding: 14px 20px 18px 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

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

.text-area::placeholder {
  color: #ffffffd6;
}

.wrapper.m0-50 {
  margin-top: 34px;
  padding-bottom: 0;
}

.press._12, .press._56 {
  margin-top: 0;
}

.res2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 0;
}

.orange-link {
  color: var(--purple-light);
  font-family: muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  font-family: muli, sans-serif;
  position: relative;
  bottom: auto;
  right: auto;
}

.background-image {
  z-index: 1;
  background-image: url('../images/UTSAV_PICS_NEW__0016_Layer-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image._2 {
  background-image: url('../images/UTSAV_PICS_NEW__0008_Layer-18.jpg');
}

.background-image._3 {
  background-image: url('../images/UTSAV_PICS_NEW__0000_Layer-11.jpg');
}

.background-image._4 {
  background-image: url('../images/UTSAV_PICS_NEW__0007_Layer-20.jpg');
  background-position: 50%;
}

.background-image._5 {
  background-image: url('../images/Layer14_1.avif');
}

.background-image._6 {
  background-image: url('../images/UTSAV_PICS_NEW__0014_Layer-10.jpg');
}

.background-image._7 {
  background-image: url('../images/UTSAV_PICS_NEW__0021_Layer-1.jpg');
}

.background-image._8 {
  background-image: url('../images/UTSAV_PICS_NEW__0011_Layer-15.jpg');
}

.background-image._9 {
  background-image: url('../images/UTSAV_PICS_NEW__0005_Layer-22.jpg');
}

.background-image._10 {
  background-image: url('../images/UTSAV_PICS_NEW__0001_Layer-27.jpg');
}

.background-image._11 {
  background-image: url('../images/UTSAV_PICS_NEW__0006_Layer-21.jpg');
}

.background-image._12 {
  background-image: url('../images/UTSAV_PICS_NEW__0009_Layer-17.jpg');
}

.background-image._13 {
  background-image: url('../images/UTSAV_PICS_NEW__0003_Layer-24.jpg');
}

.background-image._14 {
  background-image: url('../images/UTSAV_PICS_NEW__0004_Layer-23.jpg');
}

.background-image._15 {
  background-image: url('../images/UTSAV_PICS_NEW__0017_Layer-7.jpg');
}

.background-image._16 {
  background-image: url('../images/UTSAV_PICS_NEW__0020_Layer-30.jpg');
}

.background-image.q {
  background-image: url('../images/AU8I1999.webp');
  background-position: 50%;
}

.background-image.w {
  background-image: url('../images/AU8I1501.webp');
}

.background-image.e {
  background-image: url('../images/AU8I1758.webp');
}

.background-image.r {
  background-image: url('../images/AU8I1783.webp');
  background-position: 50%;
}

.background-image.t {
  background-image: url('../images/AU8I1727.webp');
}

.background-image.y {
  background-image: url('../images/AU8I1546.webp');
}

.background-image.u {
  background-image: url('../images/AU8I1461.webp');
}

.background-image.i {
  background-image: url('../images/AU8I1778.webp');
}

.background-image.o {
  background-image: url('../images/AU8I1742.webp');
}

.background-image.p {
  background-image: url('../images/AU8I1989.webp');
}

.background-image._17 {
  background-image: url('../images/UTSAV_PICS_NEW__0019_Layer-2.jpg');
  background-position: 50%;
}

.background-image._18 {
  background-image: url('../images/UTSAV_PICS_NEW__0018_Layer-5.jpg');
}

.background-image._19 {
  background-image: url('../images/UTSAV_PICS_NEW__0015_Layer-9.jpg');
}

.background-image._20 {
  background-image: url('../images/UTSAV_PICS_NEW__0010_Layer-16.jpg');
}

.background-image.pp {
  background-image: url('../images/AU8I1604.webp');
}

.background-image.ap {
  background-image: url('../images/AU8I1571.webp');
}

.background-image.oi {
  background-image: url('../images/AU8I1436.webp');
}

.background-image.ihpone {
  background-image: url('../images/image-1.jpeg');
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #1b1009a3;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-link {
  z-index: 999;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 250px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.long {
  height: 100%;
}

.image-overlay {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #0000;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  color: #fff;
  min-width: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.heading-2 {
  color: #ebe1db;
  margin-top: 31px;
  margin-bottom: 31px;
  font-family: ivymode, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.d-21-image-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: ivymode, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: block;
  position: absolute;
  transform: none;
}

.d-21-menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-21-image-overlay {
  background-color: #00000047;
  background-image: linear-gradient(#0000, #000000b5);
  display: block;
  position: absolute;
  inset: 0;
}

.d-21-image-overlay.th, .d-21-image-overlay.two {
  background-color: #423e31a3;
}

.d-21-menu-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 17px;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-21-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.d-21-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.d-21-image.two {
  background-image: url('../images/Layer14_1.avif');
}

.d-21-image._3 {
  background-image: url('../images/UTSAV_Indo_Chinese_Recovered-copy.jpg');
  background-position: 50%;
}

.d-21-image._4 {
  background-image: url('../images/2017_0420Utsav-124M.jpg');
  background-position: 70%;
}

.d-21-image.beng {
  background-image: url('../images/UTSAV_Bengali--copy.jpg');
  background-position: 50%;
}

.d-21-image.dess {
  background-image: url('../images/2017_0420Utsav-187M.jpg');
  background-position: 50%;
}

.d-21-image.lunchbox {
  background-image: url('../images/UTSAV_PICS_NEW__0009_Layer-17.jpg');
  background-position: 50%;
}

.d-21-image.thali {
  background-image: url('../images/image-1.jpeg');
  background-position: 50%;
}

.d-21-image.drinks-pic {
  background-image: url('../images/utsav-F8444369-CE25-499E-9052-B26601693DAB.webp');
  background-position: 50%;
}

.d-21-line {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-4 {
  color: #fff;
  font-family: muli, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.d-21-image-wrapper {
  filter: none;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.d-21-image-wrapper:hover {
  flex-grow: 2;
}

.story {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.infinite-line {
  z-index: 9999;
  background-color: #000;
  width: 100vw;
  height: 32px;
  display: block;
  position: static;
  bottom: auto;
  overflow: hidden;
}

.infinite-marquee {
  flex-wrap: nowrap;
  place-content: flex-start;
  width: 200%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._1 {
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: auto;
  display: flex;
}

.container-4 {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  font-family: muli, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

._1-copy {
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-left: 0;
  display: flex;
}

.xx {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .675s;
}

.xx:hover {
  opacity: .46;
}

.div-block-47 {
  z-index: 90;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: -6px;
  margin-bottom: 0;
  padding: 17px 0 0;
  display: flex;
  position: sticky;
  top: 90px;
}

.button-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #d0b15f;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .4s, background-color .4s;
}

.button-2:hover {
  color: #d0b15f;
  background-color: #fff;
}

.button-2.menusp {
  z-index: 90;
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 18px;
  font-family: muli, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition-duration: .4s, .725s;
  position: static;
}

.button-2.menusp:hover {
  background-color: var(--purple-dark);
  color: #fff;
}

.button-2.menusp.w--current {
  color: #fff;
  background-color: #000;
}

.wrapper-animation-copy {
  z-index: 2147483647;
  background-color: #fff;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-65, .body {
  background-color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.text-span-3 {
  font-size: 17px;
}

.as3 {
  color: #000000db;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.as3._45 {
  color: var(--white-2);
}

.as3._01 {
  margin-top: 20px;
  line-height: 25px;
}

.bold-text-3 {
  color: var(--purple-dark);
  text-transform: uppercase;
  font-family: ivymode, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.anchor {
  opacity: 0;
  mix-blend-mode: normal;
  background-color: #0000;
  height: 60px;
  margin-top: -62px;
  position: relative;
}

.body-2 {
  background-color: #000;
}

.image-12 {
  width: 100%;
}

.section-4 {
  background-image: linear-gradient(#0000, #00000024 56%, #000), linear-gradient(#000, #0000000d 15%, #0000), url('../images/map.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

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

.link-block-2 {
  margin: 10px;
  transition: opacity .7s;
}

.link-block-2:hover {
  opacity: .3;
}

.div-block-66 {
  background-color: #000;
  width: 100px;
  height: 1px;
  margin-top: 0;
  padding-top: 80px;
}

.link-6 {
  color: #000000db;
  font-weight: 600;
  text-decoration: none;
}

.text-span-4 {
  color: var(--purple-dark);
  font-weight: 400;
}

.image-13-hide {
  object-fit: cover;
  width: 100%;
  display: none;
}

.slider {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-2 {
  color: #b12828;
  font-size: 7px;
  display: block;
}

.icon-4 {
  margin-right: 0;
  font-size: 25px;
}

.icon-5 {
  margin-left: 0;
  font-size: 25px;
}

.nandita {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 88%, #000), linear-gradient(#000, #0000 16%, #0000), url('../images/Nandita_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
}

.slide-story {
  background-color: #000;
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.22.50-PM.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
}

.slide-story.n2 {
  background-image: url('../images/2.jpg');
}

.slide-story.n3 {
  background-image: url('../images/3.jpg');
}

.slide-story._2nd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.22.24-PM.jpg');
}

.slide-story._3rd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.24.08-PM.jpg');
}

.slide-story._4rd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.22.00-PM.jpg');
}

.slide-story._5th {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.23.16-PM.jpg');
}

.slide-story._6th {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.21.29-PM.jpg');
}

.slide-story.pp3 {
  background-image: url('../images/AU8I1913.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-story.pp5 {
  background-image: url('../images/AU8I1989.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-story.pp6 {
  background-image: url('../images/AU8I1742.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-story.p7 {
  background-image: url('../images/AU8I1979.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-story.p8 {
  background-image: url('../images/AU8I1662.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  border-radius: 10px;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 111px 50px 17px;
  display: flex;
}

.kel-wrap-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 30px;
  display: grid;
}

.kel-wrap-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.3em;
  margin-right: 1.3em;
  transition: opacity .25s ease-in;
  display: flex;
}

.kel-wrap-4:hover {
  opacity: .35;
}

.kel-wrap-4.bigger {
  margin-left: .7em;
  margin-right: .7em;
}

.kel-wrap-4.bt {
  justify-content: flex-end;
}

.kel-pic-1 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 0;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.cellflex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cell-6, .cell-7 {
  justify-content: center;
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  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: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

.modal__close {
  opacity: 1;
  filter: invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
}

.modal__close:hover {
  opacity: 1;
}

.bold-text-4 {
  text-transform: uppercase;
}

.pp1 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 88%, #000), linear-gradient(#000, #0000 16%, #0000), url('../images/AU8I1999.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.pp2 {
  background-color: #000;
  background-image: url('../images/AU8I1999.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pp2.n2 {
  background-image: url('../images/2.jpg');
}

.pp2.n3 {
  background-image: url('../images/3.jpg');
}

.pp2._2nd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.22.24-PM.jpg');
}

.pp2._3rd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.24.08-PM.jpg');
}

.pp2._4rd {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.22.00-PM.jpg');
}

.pp2._5th {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.23.16-PM.jpg');
}

.pp2._6th {
  background-image: linear-gradient(270deg, #0000, #0000 88%, #000000d6 95%, #000), linear-gradient(to right, #0000, #0000 93%, #000), linear-gradient(#0000, #0000 87%, #000), linear-gradient(#000, #0000006b 8%, #0000), url('../images/Screen-Shot-2023-08-02-at-1.21.29-PM.jpg');
}

.ppa {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: muli, sans-serif;
  position: absolute;
  inset: auto 0% 8%;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-p {
  color: var(--purple-light);
  font-family: muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.code-embed {
  z-index: 9999999;
  color: #111;
  font-family: muli, sans-serif;
  font-weight: 300;
  position: fixed;
  inset: auto 1% 2% auto;
}

.ww-new {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.image-30 {
  margin: 30px auto 0;
}

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

.flex01._4545 {
  margin-top: 29px;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 30px;
}

._019s {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

._0975 {
  color: #fff;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.non-btn {
  z-index: 9999999;
  color: #000;
  margin-top: 15px;
  font-family: muli, sans-serif;
  font-weight: 300;
  text-decoration: none;
  position: static;
  inset: auto 1% 2% auto;
}

.new-cont {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.body-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I1799.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-31 {
  filter: contrast(200%) invert();
}

.heading-3 {
  font-family: ivymode, sans-serif;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  z-index: 99999;
  border-radius: 8px;
  position: fixed;
  inset: auto 1% 1% auto;
}

.div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-34 {
  margin-bottom: 20px;
}

.code-embed-2 {
  margin-top: 30px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.press3 {
  margin-top: 0;
  margin-bottom: 0;
}

.press6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-69 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.floating-right {
  z-index: 2147483647;
  border: 1px solid var(--purple-light);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 1.1em;
  font-family: muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .425s;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.floating-right:hover {
  opacity: .54;
}

.floating-right.w--current {
  color: #000;
  background-color: #f1f3f5;
}

html.w-mod-js [data-ix="fade"] {
  height: 100vh;
}

@media screen and (min-width: 1280px) {
  .hours-div {
    margin-bottom: 20px;
    display: flex;
  }

  .intro-grid {
    grid-template-columns: .6fr 1fr;
  }

  .section-4 {
    background-image: linear-gradient(#0000, #00000024 56%, #000), linear-gradient(#000, #00000054 19%, #0000 43%, #0000), url('../images/utsav-map.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }
}

@media screen and (min-width: 1440px) {
  .navigation._12, .navigation._8841 {
    background-image: linear-gradient(#000, #0000);
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .announcement-box {
    max-width: 100%;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-column-center {
    display: none;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #000000c2;
  }

  .nav-column.left {
    text-align: right;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-right: 20px;
  }

  .nav-column.right {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .subscribe {
    background-image: none;
    background-position: 3%;
    width: 100%;
    height: 50px;
    position: relative;
  }

  .subscribe:hover {
    background-color: #c3dae5;
    background-image: none;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .dropdown-toggle {
    color: #415d6b;
    text-align: right;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .brand-mobile {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .brand-mobile.w--current {
    margin-left: 10px;
    display: flex;
  }

  .newsletter-box {
    width: 85%;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .navlink {
    color: #fff;
    text-align: right;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #0000;
  }

  .menu-button {
    color: #fff;
    height: 90px;
    padding-top: 37px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #180c0130;
  }

  .inline-block {
    color: #fff;
  }

  .hero-section {
    min-height: 645px;
  }

  .hero-section.nye {
    padding-top: 1123px;
  }

  .hero-container {
    width: 70%;
  }

  .hero-container._994, .hero-container.as2, .hero-container._8, .hero-container.lusc, .hero-container.menus {
    padding-top: 81px;
  }

  .hero-container.new {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-container.press2 {
    padding-top: 81px;
  }

  .hero-text {
    font-size: 50px;
    line-height: 60px;
  }

  .all-caps {
    line-height: 28px;
  }

  .hero-link {
    font-size: 22px;
  }

  .content-section {
    max-width: 100%;
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.double._01, .content-section.double.as9, .content-section.double.menus {
    padding-bottom: 50px;
  }

  .heading-box {
    width: 60%;
  }

  .intro-link-block {
    width: 85px;
    height: 85px;
    margin-right: 17px;
  }

  .h2-big {
    font-size: 28px;
    line-height: 34px;
  }

  .content-wrapper, .image-section {
    max-width: 100%;
  }

  .image-section.pp, .image-section.press-page {
    min-height: 0;
    padding-bottom: 23px;
  }

  .heading-box-left {
    width: 100%;
  }

  .subtitle {
    font-size: 18px;
  }

  .h3-big {
    font-size: 43px;
    line-height: 49px;
  }

  .dish-title {
    font-size: 18px;
  }

  .city-text {
    line-height: 32px;
  }

  .address-link {
    line-height: 46px;
  }

  .h4-big {
    font-size: 33px;
  }

  .footer {
    padding-top: 70px;
  }

  .client {
    font-size: 33px;
  }

  .max-535-pixels {
    max-width: 389px;
    padding: 7%;
  }

  .headline._3312 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .hours {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .sm {
    font-size: 25px;
    line-height: 30px;
  }

  .m12 {
    font-size: 43px;
    line-height: 49px;
  }

  .paragraph-5 {
    line-height: 35px;
  }

  .section._031 {
    padding-top: 49px;
    padding-bottom: 0;
  }

  .section.res3 {
    background-position: 0 0, 0 0, 0 0, 0%;
    background-size: auto, auto, auto, cover;
  }

  .section.foos01, .section.int {
    background-image: linear-gradient(to bottom, transparent, transparent 50%, #000000cf 90%, #000), linear-gradient(to bottom, black, #0000 63%, transparent 100%, #0000), linear-gradient(to bottom, null, null), url('../images/2017_0420Utsav-200M.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-size: auto, auto, auto, cover;
    padding-top: 57px;
  }

  .section.slidee {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .intro-image-grid {
    grid-template-rows: 200px auto 200px;
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid {
    grid-column-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid._452 {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid.res {
    grid-template-columns: 1fr;
  }

  .intro-grid.flip02 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .about {
    font-size: 33px;
  }

  .button {
    margin-top: 34px;
  }

  .column_number-line {
    background-color: #fff;
  }

  .tabs-content {
    flex-direction: column;
    display: flex;
  }

  .tab_details-wrap {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .column_header-wrap.is--tabs {
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transform: none;
  }

  .tab_content {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    display: flex;
    position: relative;
  }

  .hero_tabs {
    flex-direction: column;
    width: 100vw;
    display: flex;
  }

  .hero_column {
    width: auto;
    height: 500px;
  }

  .hero_column.is--hidden, .hero_column._4, .hero_column._3, .hero_column._2 {
    display: none;
  }

  .tab-content_overlay {
    z-index: 0;
    background-color: #00000080;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .header-wrap_line.is--tabs {
    width: 0%;
    margin-top: 4px;
    margin-left: 0;
    position: absolute;
    inset: auto auto -8px 0;
  }

  .menus-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .cars_list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-end;
    width: 25%;
    padding: 8px 0 18px;
    display: flex;
  }

  .tab-link.w--current {
    background-color: #000c;
    flex-direction: column;
    justify-content: flex-end;
  }

  .tabs-menu {
    background-image: url('../images/2020-McLaren-Speedtail-012-1080.jpg');
    background-position: 50%;
    background-size: cover;
    height: 240px;
    display: flex;
  }

  .tab-pane {
    background-image: url('../images/443516.jpg');
    background-position: 50%;
    background-size: cover;
    height: 640px;
  }

  .tab-pane._3 {
    background-image: url('../images/1078422-scaled.jpg');
  }

  .tab-pane._2 {
    background-image: url('../images/1400133.jpg');
    background-position: 80%;
  }

  .tab-pane._4 {
    background-image: url('../images/1998-McLaren-F1-003-1080.jpg');
  }

  .column_number-wrap {
    margin-bottom: 30px;
  }

  .duplicate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .details__job {
    font-size: 1.8em;
  }

  .card-container--details {
    width: 35em;
    height: 35em;
  }

  .details__name {
    font-size: 2.9em;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .slide-img.new3 {
    background-position: 30% 100%;
  }

  .pop {
    padding: 28px 0;
  }

  .columns {
    flex-direction: column;
  }

  .image-11 {
    object-fit: contain;
    width: 130px;
    max-width: none;
    height: 90px;
  }

  .icon-3 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .image-1, .image-4, .image-7, .image-2, .image-6, .image-5, .image-3 {
    min-width: 250px;
    min-height: 275px;
  }

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

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .button-small-3.centeredd {
    margin-top: 22px;
  }

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

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-item {
    height: 220px;
  }

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

  .d-21-image-text {
    line-height: 30px;
    transform: rotate(0);
  }

  .d-21-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .d-21-image-wrapper {
    margin-bottom: 0;
  }

  .story {
    align-items: center;
  }

  .button-2.menusp {
    margin: 6px;
  }

  .section-4 {
    background-position: 0 0, 0 0, 0%;
  }

  .slider {
    min-height: 400px;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ppa {
    margin-top: 27px;
  }

  .text-block-2 {
    bottom: 13%;
  }

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

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

  .floating-right {
    z-index: 9999;
    display: flex;
    position: fixed;
    inset: auto 1% 1% auto;
  }
}

@media screen and (max-width: 767px) {
  .close-contact-form {
    right: -1px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .top-margin._20-pixels {
    margin-top: 0;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .mobile-hidden {
    display: none;
  }

  .navigation {
    z-index: 9;
  }

  .announcement {
    z-index: 0;
  }

  .subscribe {
    background-position: 20px;
  }

  .hero-section {
    min-height: 550px;
  }

  .hero-section.me.shorter-q {
    min-height: 300px;
  }

  .hero-section.de-d {
    padding-top: 296px;
    padding-bottom: 0;
  }

  .hero-section.cocktails.shorter-q {
    min-height: 300px;
  }

  .hero-section.nye {
    padding-top: 1514px;
  }

  .hero-section.nye.shorter-q {
    min-height: 300px;
  }

  .hero-section.thanks {
    min-height: 500px;
  }

  .hero-section.thanks.shorter-q {
    min-height: 300px;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .hero-container._994, .hero-container.as2, .hero-container._8 {
    padding-top: 46px;
  }

  .hero-container.lusc, .hero-container.menus {
    min-height: 0;
    padding-top: 46px;
  }

  .hero-container.new {
    padding-top: 88px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-container.press2 {
    padding-top: 46px;
  }

  .hero-text {
    font-size: 50px;
    line-height: 50px;
  }

  .all-caps {
    line-height: 26px;
  }

  .hero-link {
    font-size: 20px;
  }

  .intro-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5px;
    padding-right: 1.5%;
  }

  .intro-item-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .heading-box {
    width: 80%;
  }

  .intro-link-block {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-gray {
    font-size: 14px;
  }

  .intro-link {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-item-3 {
    text-align: center;
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .h2-big {
    font-size: 26px;
    line-height: 32px;
  }

  .image-section {
    min-height: 1000px;
  }

  .image-section.pp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-section.press-page {
    padding: 50px 30px;
  }

  .image-interaction.fire {
    height: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-box-left {
    width: 100%;
  }

  .h3-big {
    margin-bottom: 5px;
    font-size: 41px;
    line-height: 47px;
  }

  .city-text {
    font-size: 20px;
    line-height: 30px;
  }

  .address-link {
    line-height: 42px;
  }

  .h4-big {
    font-size: 31px;
    line-height: 39px;
  }

  .hover-icon {
    width: 25px;
  }

  .notice {
    margin-top: 0;
  }

  .footer {
    padding-top: 14px;
  }

  .client {
    font-size: 31px;
  }

  .max-535-pixels {
    max-width: 360px;
    padding: 9%;
  }

  .div-block-61 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .hours._00 {
    margin-bottom: 23px;
  }

  .button-outline-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .sm {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .m12 {
    margin-bottom: 5px;
    font-size: 41px;
    line-height: 47px;
  }

  .exp {
    font-size: 14px;
  }

  .image-9 {
    width: 8%;
    max-width: 80%;
  }

  .paragraph-5 {
    font-size: 25px;
    line-height: 33px;
  }

  .section {
    padding: 50px 30px;
  }

  .section.ab {
    background-image: linear-gradient(#0000008f, #0000008f), linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(90deg, #000, #000 31%, #000000bd 42%, #0000 62%, #0000), url('../images/AU8I1662.webp');
    background-position: 0 0, 0 0, 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, cover;
    padding-top: 50px;
    padding-bottom: 34px;
  }

  .section._031, .section.res3 {
    padding-top: 50px;
    padding-bottom: 34px;
  }

  .section.foos01 {
    padding-top: 39px;
    padding-bottom: 34px;
  }

  .section.flip {
    background-image: linear-gradient(#0000, #0000 54%, #000000cf 90%, #000), linear-gradient(#000, #0000 51% 100%, #0000), linear-gradient(to right, #0000, #0000 9%, #000000bd 41%, #000 65%, #000), url('../images/Better_Utsav_ad_interior-2.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    padding-top: 50px;
    padding-bottom: 34px;
  }

  .section.int {
    padding-top: 39px;
    padding-bottom: 34px;
  }

  .section.slidee {
    padding-top: 50px;
    padding-bottom: 12px;
  }

  .hours-div {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .hours-au {
    text-align: left;
  }

  .hours-title {
    font-size: 15px;
  }

  .intro-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .intro-grid._452 {
    grid-column-gap: 42px;
    grid-template-columns: 1.25fr 1fr;
  }

  .intro-grid.res {
    grid-column-gap: 42px;
    grid-template-columns: 1fr;
  }

  .intro-grid.flip02 {
    grid-template-columns: .25fr .75fr;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .paragraph-7._123 {
    text-align: center;
    font-size: 16px;
  }

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

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

  .about {
    font-size: 31px;
    line-height: 39px;
  }

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

  .sanctus-card {
    width: 100%;
  }

  .wine-showcase-row {
    flex-direction: column;
    height: 100%;
  }

  .wine-showcase-wrapper {
    height: auto;
  }

  .dies-irae-card, .confutatio-card {
    width: 100%;
  }

  .card-link {
    min-height: 600px;
  }

  .lacrimosa-card {
    width: 100%;
  }

  .table-link {
    font-size: 16px;
  }

  .wine-showcase {
    min-height: auto;
    padding: 0;
  }

  .button-wrapper.order, .button-wrapper.home00 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .button {
    font-size: 14px;
  }

  .button-text {
    font-size: 20px;
  }

  .tab-link {
    width: auto;
    padding-top: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    height: auto;
  }

  .duplicate {
    padding-top: 70px;
  }

  .duplicate._0001 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-container__photo-container {
    transform-origin: 50% 0;
    transform: rotate(0);
  }

  .photo-container__back-image {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .link-block__hover-image {
    width: 4.5em;
    max-width: 30px;
  }

  .details__job {
    margin-bottom: .5em;
    font-size: 3em;
  }

  .card-container--details {
    width: 60em;
    height: 60em;
  }

  .link-block__base-image {
    width: 4.5em;
    max-width: 30px;
  }

  .details__name {
    font-size: 5.1em;
  }

  .slide-img.new3 {
    background-position: 40%;
  }

  .about-us-image-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pop {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-64 {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .image-1, .image-4 {
    min-width: 230px;
    min-height: 255px;
    margin-right: 20px;
  }

  .image-7 {
    min-width: 230px;
    min-height: 255px;
  }

  .image-2, .image-6 {
    min-width: 230px;
    min-height: 255px;
    margin-right: 20px;
  }

  .image-wrapper {
    margin-right: 20px;
  }

  .image-5 {
    min-width: 230px;
    min-height: 255px;
    margin-right: 20px;
  }

  .image-section-2 {
    padding-top: 120px;
    padding-bottom: 59px;
  }

  .image-3 {
    min-width: 230px;
    min-height: 255px;
    margin-right: 20px;
  }

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

  .cta11-form-wrap {
    padding: 0;
  }

  .section-title {
    margin-bottom: 0;
    font-size: 25px;
  }

  .section-header {
    margin-bottom: 0;
  }

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

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .email-text {
    font-size: 15px;
  }

  .button-small-3.centeredd {
    margin-top: 0;
  }

  .parties {
    padding-top: 50px;
  }

  .div-block-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .pp4 {
    font-size: 15px;
  }

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

  .wrapper.m0-50 {
    margin-top: 10px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item {
    width: 100%;
    height: 220px;
  }

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

  .d-21-image-text {
    font-size: 25px;
  }

  .d-21-image-overlay {
    background-color: #000000b0;
    background-image: none;
  }

  .d-21-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }

  .as3 {
    font-size: 14px;
  }

  .section-4 {
    background-position: 0 0, 0 0, 15%;
  }

  .image-13 {
    display: none;
  }

  .image-13-hide {
    display: inline-block;
  }

  .slider {
    min-height: 300px;
  }

  .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .quick-stack {
    grid-row-gap: 0px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .cell, .cell-2, .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

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

  .cell-7 {
    align-items: center;
  }

  .cell-8, .cell-9, .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .modal__body {
    flex-direction: column;
  }

  .link-block-6 {
    height: 400px;
  }

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

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

  .ppa {
    margin-top: 0;
  }

  .text-block-2 {
    bottom: 17%;
  }

  .div-block-67 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-68 {
    margin-bottom: 30px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .press6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .floating-right {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  .navbar.see {
    padding-left: 0;
    padding-right: 0;
  }

  .announcement-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .top-margin._15-pixels._96 {
    margin-top: 6px;
  }

  .mobile-hidden {
    display: block;
  }

  .announcement {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay {
    background-color: #0d13164d;
  }

  .brand-mobile.w--current {
    margin-left: 0;
  }

  .close-button {
    margin-right: 0;
  }

  .newsletter-column {
    width: 100%;
  }

  .left-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .right-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-section {
    min-height: 700px;
  }

  .hero-section.me {
    min-height: 400px;
  }

  .hero-section.re01 {
    min-height: 300px;
  }

  .hero-section.cocktails {
    min-height: 400px;
  }

  .hero-section.nye {
    padding-top: 1559px;
  }

  .hero-section.thanks {
    min-height: 400px;
  }

  .hero-container._994 {
    min-height: 0;
    padding-top: 68px;
  }

  .hero-container.as2, .hero-container._8 {
    min-height: 0;
    padding-top: 30px;
  }

  .hero-container.p {
    min-height: 0;
  }

  .hero-container.lusc {
    min-height: 0;
    padding-top: 68px;
  }

  .hero-container.menus {
    width: 90%;
    min-height: 0;
    padding-top: 68px;
  }

  .hero-container.new, .hero-container.press2 {
    min-height: 0;
    padding-top: 68px;
  }

  .hero-text {
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-image-interaction.res4 {
    background-image: url('../images/AU8I1652.webp');
    background-position: 50%;
  }

  .hero-image-interaction.nye2 {
    background-image: url('../images/AU8I1825.webp');
    background-attachment: fixed;
  }

  .hero-image-interaction.thali {
    background-position: 50% 0;
  }

  .bottom-absolute-box {
    flex-direction: column;
  }

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

  .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.double._01 {
    padding-top: 24px;
  }

  .content-section.double.as9 {
    padding-top: 123px;
    padding-bottom: 25px;
  }

  .content-section.double.menus {
    padding-top: 51px;
  }

  .intro-item, .intro-item-2 {
    border-bottom: 1px solid #cdcdcd;
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .heading-box {
    width: 90%;
  }

  .text-gray {
    font-weight: 300;
  }

  .intro-item-3 {
    border-bottom: 1px solid #cdcdcd;
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .content-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .content-wrapper.after {
    margin-top: 30px;
  }

  .image-section {
    min-height: 550px;
  }

  .image-section.cta {
    min-height: 370px;
  }

  .image-section.pp {
    min-height: 0;
    padding-top: 83px;
    padding-bottom: 55px;
  }

  .image-section.press-page {
    min-height: 0;
    padding-bottom: 55px;
  }

  .image-interaction._4 {
    background-position: 50% 100%;
  }

  .image-interaction.fire {
    height: auto;
    padding-top: 0;
    position: static;
  }

  .menu-item.last {
    margin-bottom: 20px;
  }

  .heading-box-left {
    width: 100%;
  }

  .h3-big {
    font-size: 39px;
    line-height: 45px;
  }

  .menu-right {
    width: 100%;
    padding-left: 0;
  }

  .menu-left {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .center-address {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-top {
    margin-left: 20px;
  }

  .right-top {
    margin-right: 20px;
  }

  .city-text {
    font-size: 16px;
    line-height: 25px;
  }

  .address-link {
    font-size: 30px;
  }

  .insta-pic {
    width: 50%;
    margin-right: 0%;
  }

  .h4-big {
    font-size: 29px;
    line-height: 37px;
  }

  .hover-icon {
    width: 30px;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .max-650-pixles {
    flex-direction: column;
    padding-bottom: 0;
  }

  .client-item {
    width: 50%;
    margin-bottom: 15px;
  }

  .client-item.last {
    margin-bottom: 0;
  }

  .max-535-pixels {
    max-width: 246px;
  }

  .headline._3312, .headline.black {
    font-size: 25px;
  }

  .headline.black.first {
    font-size: 30px;
  }

  .paragraph-2.res6 {
    text-align: center;
  }

  .hours {
    align-items: flex-start;
  }

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

  .sm {
    font-size: 25px;
    line-height: 35px;
  }

  .m12 {
    font-size: 39px;
    line-height: 45px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section.ab {
    background-image: linear-gradient(#0000009e, #0000009e), linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(90deg, #000, #000 31%, #000000bd 42%, #0000 62%, #0000), url('../images/AU8I1662.webp');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, cover;
    padding-bottom: 0;
  }

  .section._031 {
    background-image: none;
  }

  .section.res3, .section.foos01 {
    background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000c, #000c), url('../images/67634236_2474468215938687_8549012684769591296_n.jpg');
    background-position: 0 0, 0 0, 0 0, 30%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .section.flip {
    background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#00000080, #00000080), url('../images/01-p-1600.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .section.int {
    background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000c, #000c), url('../images/67634236_2474468215938687_8549012684769591296_n.jpg');
    background-position: 0 0, 0 0, 0 0, 30%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .section.slidee {
    padding-top: 58px;
    padding-bottom: 0;
  }

  .grid-image {
    margin-top: 0;
  }

  .intro-image-grid {
    margin-top: 17px;
  }

  .hours-div {
    justify-content: flex-start;
  }

  .intro-grid {
    grid-row-gap: 21px;
  }

  .intro-grid._452, .intro-grid.res {
    grid-template-columns: 1.25fr;
  }

  .intro-grid.flip02 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-label {
    margin-left: auto;
    margin-right: auto;
  }

  .picture {
    padding: 30px;
  }

  .about {
    font-size: 29px;
    line-height: 37px;
  }

  .wine-table-black {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .table-cell-bottom-right, .table-cell-bottom, .table-cell-head, .table-cell-left, .table-cell-head-right, .table-cell {
    justify-content: center;
    padding-left: 0;
  }

  .table-link {
    font-size: 14px;
  }

  .button-wrapper.about.nop {
    margin-bottom: 0;
  }

  .button-wrapper.home00 {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .button-text {
    font-size: 18px;
  }

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

  .tab-pane {
    height: auto;
  }

  .duplicate {
    padding-bottom: 94px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .duplicate._0001 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .details__separator {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .card-container__photo-container {
    transform: rotate(0);
  }

  .main-container__card-container {
    margin-top: 0;
    margin-bottom: auto;
  }

  .link-block__hover-image {
    width: 5em;
    min-width: 19px;
  }

  .details__job {
    font-size: 4.5em;
    line-height: 1.2;
  }

  .card-container--details {
    width: 80em;
    height: 80em;
    min-height: 230px;
  }

  .link-block__base-image {
    width: 5em;
    min-width: 19px;
  }

  .details__name {
    font-size: 7em;
    line-height: 1;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .text-lbutton-layout-3-blog {
    font-size: 14px;
  }

  .hero-slider {
    margin-top: 0;
    position: static;
  }

  .slide-content {
    height: 100%;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new3 {
    background-position: 45%;
    height: 100%;
  }

  .slide-img.new2, .slide-img.new4 {
    height: 100%;
  }

  .slide-img.new5 {
    background-image: url('../images/AU8I1526.webp');
    height: 100%;
  }

  .slide-img.new6 {
    background-position: 50%;
    height: 100%;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }

  .about-us-image-column {
    padding-bottom: 30px;
  }

  .text-span-2 {
    font-size: 13px;
  }

  .paragraph-8 {
    margin-top: 7px;
    font-size: 14px;
  }

  .paragraph-8._11 {
    margin-top: 5px;
    line-height: 20px;
  }

  .div-block-64 {
    padding: 18px;
  }

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

  .image-1, .image-4 {
    min-width: 140px;
    min-height: 160px;
    margin-right: 14px;
  }

  .image-7 {
    min-width: 140px;
    min-height: 160px;
  }

  .image-2, .image-6 {
    min-width: 140px;
    min-height: 160px;
    margin-right: 14px;
  }

  .image-wrapper {
    margin-right: 14px;
  }

  .image-5 {
    min-width: 140px;
    min-height: 160px;
    margin-right: 14px;
  }

  .image-section-2 {
    padding-top: 99px;
    padding-bottom: 61px;
  }

  .image-3 {
    min-width: 140px;
    min-height: 160px;
    margin-right: 14px;
  }

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

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .text-label-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 25px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small-3 {
    flex: 1;
    align-self: stretch;
    width: 200px;
    font-size: 13px;
  }

  .button-small-3.centeredd {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section-3, .wrapper.m0-50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .press._12 {
    margin-top: 0;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .d-21-image-text {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 25px;
  }

  .d-21-image-overlay {
    background-color: #00000052;
  }

  .d-21-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 33px;
  }

  .d-21-image-wrapper {
    min-height: 300px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .story {
    align-items: flex-start;
  }

  .infinite-marquee {
    width: 900%;
  }

  .div-block-47 {
    padding: 13px 0;
    top: 79px;
  }

  .button-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-2.menusp {
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    padding: 9px 10px;
    font-size: 13px;
  }

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

  .bold-text-3 {
    font-size: 15px;
  }

  .link-block-2 {
    margin: 7px;
  }

  .slider {
    min-height: 250px;
  }

  .slide-nav-2 {
    display: none;
  }

  .section-5 {
    padding-top: 54px;
  }

  .kel-wrap-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    max-width: 300px;
  }

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

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

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

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

  .text-block-2 {
    bottom: 4%;
  }

  .div-block-67 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ww-new.res6, ._019s.res6, ._0975.res6 {
    text-align: center;
  }

  .text-span-5 {
    margin-bottom: -24px;
    display: block;
  }

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

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
  }

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

  .floating-right {
    z-index: 999;
    letter-spacing: .5px;
    border-radius: 0;
    padding: 10px .7em;
    position: fixed;
    inset: auto 0% 0%;
  }
}

#w-node-_66e4d215-2107-54d4-5adb-b03af3ec732a-4a90586c, #w-node-_4650a9ec-dee0-55ed-0acc-e9b64d75d793-4a90586c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719d7893-2a8f-adea-4dbd-794d5a9f665a-4a90586c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_41792ebe-3755-78dc-ec93-0f3218853a97-448cf2da, #w-node-_65373456-6edf-48e8-ac55-dea50de0eebe-448cf2da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66330c03-1b83-a4b9-9a89-bae0064daf56-448cf2da {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_66330c03-1b83-a4b9-9a89-bae0064daf57-448cf2da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41792ebe-3755-78dc-ec93-0f3218853a97-df16a674 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a000bf3-726e-2482-6e7a-0fddf5ad4b06-ecf4db2f, #w-node-_8874cb8b-da0a-ee8f-81d3-03cc5e54cb66-ecf4db2f, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729dae-ecf4db2f {
  align-self: stretch;
}

#w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e08-ecf4db2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e0d-ecf4db2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4d891e9a-92af-30d0-9c66-8909f339022b-ecf4db2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d891e9a-92af-30d0-9c66-8909f3390230-ecf4db2f {
  align-self: stretch;
}

#w-node-_723c4104-c7fb-10a4-287b-d63f490992c0-ecf4db2f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_723c4104-c7fb-10a4-287b-d63f490992c5-ecf4db2f, #w-node-_5372ec6c-7808-1d48-4597-332463eddf12-ecf4db2f, #w-node-_479e5e54-3c29-bde9-0d5e-93e9125e3f22-ecf4db2f, #w-node-_10f6ffd8-f72d-3cf3-7d91-cbf193d8948b-ecf4db2f, #w-node-a604ef5f-1f09-5832-9988-0263c9f179f7-ecf4db2f, #w-node-_148f111d-22f0-60ba-d124-dccea5bb2c77-ecf4db2f {
  align-self: stretch;
}

#w-node-e457ce48-7ba7-0ad8-c103-c6460da98e72-ecf4db2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e457ce48-7ba7-0ad8-c103-c6460da98e77-ecf4db2f, #w-node-_52f03fbd-7062-0e0c-5f56-b9afefcf7a7e-ecf4db2f, #w-node-_734a6226-2ba7-4a7a-f621-67ece6144ebf-ecf4db2f, #w-node-_54a84713-2281-4b39-fa34-86d22676fc8e-ecf4db2f {
  align-self: stretch;
}

#w-node-a055e21d-012e-ad35-68b2-941b3cab852e-ecf4db2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a055e21d-012e-ad35-68b2-941b3cab8533-ecf4db2f {
  align-self: stretch;
}

#w-node-_588e7117-35d7-6dd1-7f03-54e7ee700c4a-ecf4db2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588e7117-35d7-6dd1-7f03-54e7ee700c4f-ecf4db2f, #w-node-c80ee375-5840-e94e-c00d-7050184fa3cd-ecf4db2f, #w-node-_0640b5fc-d8a3-b501-e95f-894dad658c84-ecf4db2f, #w-node-_7575e1af-b752-5aa2-0288-dd2835ac0b1a-ecf4db2f, #w-node-_2fdb49e9-f265-9816-bb1d-995417a70884-ecf4db2f {
  align-self: stretch;
}

#w-node-_1a000bf3-726e-2482-6e7a-0fddf5ad4b01-917466f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a000bf3-726e-2482-6e7a-0fddf5ad4b06-917466f3, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729dae-917466f3 {
  align-self: stretch;
}

#w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e08-917466f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e0d-917466f3 {
  align-self: stretch;
}

#w-node-_4d891e9a-92af-30d0-9c66-8909f339022b-917466f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d891e9a-92af-30d0-9c66-8909f3390230-917466f3 {
  align-self: stretch;
}

#w-node-_5372ec6c-7808-1d48-4597-332463eddf0d-917466f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5372ec6c-7808-1d48-4597-332463eddf12-917466f3, #w-node-_479e5e54-3c29-bde9-0d5e-93e9125e3f22-917466f3, #w-node-a604ef5f-1f09-5832-9988-0263c9f179f7-917466f3, #w-node-_10f6ffd8-f72d-3cf3-7d91-cbf193d8948b-917466f3, #w-node-_148f111d-22f0-60ba-d124-dccea5bb2c77-917466f3 {
  align-self: stretch;
}

#w-node-e457ce48-7ba7-0ad8-c103-c6460da98e72-917466f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e457ce48-7ba7-0ad8-c103-c6460da98e77-917466f3 {
  align-self: stretch;
}

#w-node-_57a8f7ef-9717-da5b-7168-eb8657517f80-917466f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57a8f7ef-9717-da5b-7168-eb8657517f85-917466f3 {
  align-self: stretch;
}

#w-node-_802f658e-2767-c680-bcf8-c5e8ed76afad-917466f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_802f658e-2767-c680-bcf8-c5e8ed76afb2-917466f3 {
  align-self: stretch;
}

#w-node-dab1f40e-8a16-4a5d-9238-2be290575740-917466f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dab1f40e-8a16-4a5d-9238-2be290575745-917466f3 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_4650a9ec-dee0-55ed-0acc-e9b64d75d793-4a90586c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_719d7893-2a8f-adea-4dbd-794d5a9f665a-4a90586c, #w-node-_41792ebe-3755-78dc-ec93-0f3218853a97-448cf2da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65373456-6edf-48e8-ac55-dea50de0eebe-448cf2da {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_66330c03-1b83-a4b9-9a89-bae0064daf56-448cf2da {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_66330c03-1b83-a4b9-9a89-bae0064daf57-448cf2da, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729da9-ecf4db2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e08-ecf4db2f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a604ef5f-1f09-5832-9988-0263c9f179f2-ecf4db2f, #w-node-_734a6226-2ba7-4a7a-f621-67ece6144eba-ecf4db2f, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729da9-917466f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d7fa6f-cf31-2cdf-5826-549baad89e08-917466f3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a604ef5f-1f09-5832-9988-0263c9f179f2-917466f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_66330c03-1b83-a4b9-9a89-bae0064daf56-448cf2da {
    grid-column-end: 7;
  }

  #w-node-_1a000bf3-726e-2482-6e7a-0fddf5ad4b01-ecf4db2f, #w-node-_8874cb8b-da0a-ee8f-81d3-03cc5e54cb61-ecf4db2f, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729da9-ecf4db2f, #w-node-_4d891e9a-92af-30d0-9c66-8909f339022b-ecf4db2f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_723c4104-c7fb-10a4-287b-d63f490992c0-ecf4db2f {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_5372ec6c-7808-1d48-4597-332463eddf0d-ecf4db2f, #w-node-_479e5e54-3c29-bde9-0d5e-93e9125e3f1d-ecf4db2f, #w-node-_10f6ffd8-f72d-3cf3-7d91-cbf193d89486-ecf4db2f, #w-node-a604ef5f-1f09-5832-9988-0263c9f179f2-ecf4db2f, #w-node-_148f111d-22f0-60ba-d124-dccea5bb2c72-ecf4db2f, #w-node-e457ce48-7ba7-0ad8-c103-c6460da98e72-ecf4db2f, #w-node-_52f03fbd-7062-0e0c-5f56-b9afefcf7a79-ecf4db2f, #w-node-_734a6226-2ba7-4a7a-f621-67ece6144eba-ecf4db2f, #w-node-_54a84713-2281-4b39-fa34-86d22676fc89-ecf4db2f, #w-node-a055e21d-012e-ad35-68b2-941b3cab852e-ecf4db2f, #w-node-_588e7117-35d7-6dd1-7f03-54e7ee700c4a-ecf4db2f, #w-node-c80ee375-5840-e94e-c00d-7050184fa3c8-ecf4db2f, #w-node-_0640b5fc-d8a3-b501-e95f-894dad658c7f-ecf4db2f, #w-node-_7575e1af-b752-5aa2-0288-dd2835ac0b15-ecf4db2f, #w-node-_2fdb49e9-f265-9816-bb1d-995417a7087f-ecf4db2f, #w-node-_1a000bf3-726e-2482-6e7a-0fddf5ad4b01-917466f3, #w-node-_41addbd7-2b07-1ec2-3ff8-b7b541729da9-917466f3, #w-node-_4d891e9a-92af-30d0-9c66-8909f339022b-917466f3, #w-node-_5372ec6c-7808-1d48-4597-332463eddf0d-917466f3, #w-node-_479e5e54-3c29-bde9-0d5e-93e9125e3f1d-917466f3, #w-node-a604ef5f-1f09-5832-9988-0263c9f179f2-917466f3, #w-node-_10f6ffd8-f72d-3cf3-7d91-cbf193d89486-917466f3, #w-node-_148f111d-22f0-60ba-d124-dccea5bb2c72-917466f3, #w-node-e457ce48-7ba7-0ad8-c103-c6460da98e72-917466f3, #w-node-_57a8f7ef-9717-da5b-7168-eb8657517f80-917466f3, #w-node-_802f658e-2767-c680-bcf8-c5e8ed76afad-917466f3, #w-node-dab1f40e-8a16-4a5d-9238-2be290575740-917466f3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_719d7893-2a8f-adea-4dbd-794d5a9f665a-4a90586c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66330c03-1b83-a4b9-9a89-bae0064daf56-448cf2da {
    grid-column-end: 5;
  }
}


