@font-face {
  font-family: Helveticaneueltcom ex;
  src: url('../fonts/HelveticaNeueLTCom-Ex.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom ltex;
  src: url('../fonts/HelveticaNeueLTCom-LtEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom mdex;
  src: url('../fonts/HelveticaNeueLTCom-MdEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom thex;
  src: url('../fonts/HelveticaNeueLTCom-ThEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format("opentype"), url('../fonts/AkzidenzGrotesk-BoldCond.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-ExtendedItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-LightExtended.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-LightExtendedItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-MediumExtended.otf') format("opentype"), url('../fonts/S.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-MediumExtendedItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

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

:root {
  --rouge: #9e0e2b;
  --white: white;
  --black: black;
}

a {
  text-decoration: underline;
}

.section {
  height: 100vh;
}

.background-video {
  background-image: linear-gradient(#00000052, #00000052);
  height: 100vh;
  padding-top: 0;
  display: block;
}

.nav-link {
  color: #222b38;
  flex-wrap: nowrap;
  align-content: space-around;
  margin-bottom: 15px;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 39px;
  font-weight: 400;
  transition: color .3s;
  display: flex;
}

.nav-link:hover {
  color: #9e0e2b;
}

.nav-link.small {
  color: #debeb6;
  font-size: 20px;
}

.nav-link.sp {
  color: #9e0e2b;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.nav-link.sp:hover {
  color: #222b38;
}

.menu-button {
  z-index: 500;
  float: left;
  width: 141px;
  margin-left: 0;
  padding-top: 19px;
  padding-bottom: 0;
  position: relative;
}

.menu-button.w--open {
  background-color: #0000;
}

.button {
  float: right;
  background-color: #3898ec00;
  border: 1px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 41px;
}

.container {
  max-width: 100%;
  padding-right: 18px;
}

.navbar {
  background-color: #b3afaf00;
  margin-top: 50px;
  padding-top: 21px;
  padding-bottom: 21px;
  position: fixed;
  inset: auto 0%;
}

.div-block {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 6px;
}

.div-block-2 {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 7px;
}

.text-block {
  letter-spacing: .5px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: -17px;
  left: 62px;
}

.button-2 {
  float: right;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-color: #9e0e2b;
  background-image: url('../images/PLATTER.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 14px;
  background-clip: border-box;
  border: 1px solid #fff;
  margin-top: 4px;
  padding: 17px 64px 13px 24px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: none;
}

.button-2:hover {
  background-color: #9e0e2b;
  border: 1px solid #9e0e2b;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 900px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.heading {
  letter-spacing: -3px;
  margin-bottom: 39px;
  font-family: Teko, sans-serif;
  font-size: 147px;
  font-weight: 400;
}

.text-block-2 {
  letter-spacing: 5px;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 30px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-5 {
  background-color: #debeb6;
  width: 2px;
  height: 50px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  text-align: center;
  width: auto;
  margin-top: 24px;
}

.text-block-3 {
  letter-spacing: 1px;
  text-transform: capitalize;
  width: auto;
  margin-bottom: -44px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 12px;
}

.text-block-4 {
  letter-spacing: 1px;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.div-block-7 {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-left: 74px;
  margin-right: 17px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.div-block-8 {
  background-image: url('../images/gps-point.png');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #9e0e2b;
  border: 1px solid #fff;
  margin-right: 26px;
  padding: 10px 8px 8px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-menu {
  opacity: 1;
  background-color: #fdfdfd;
  width: 100%;
  margin-top: 50px;
  display: none;
  transform: translate(0, 50px);
}

.grid {
  grid-template-rows: auto;
}

.div-block-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: stretch stretch;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-top: 0;
  display: grid;
  transform: translate(0, 70px);
}

.div-block-10 {
  margin-left: 85px;
}

.div-block-11 {
  background-color: #9e0e2b;
  width: 50px;
  height: 3px;
  margin-bottom: 33px;
  margin-left: 23px;
}

.text-block-6 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-family: Helveticaneueltcom thex, sans-serif;
  display: inline-block;
}

.div-block-12 {
  background-color: #9e0e2b;
  width: 25px;
  height: 2px;
  margin-left: 14px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.div-block-13 {
  text-align: left;
  margin-top: 47px;
  padding-left: 22px;
  display: block;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  background-color: #3898ec00;
  margin-right: 15px;
  padding: 7px 0;
  font-family: Helveticaneueltcom thex, sans-serif;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.button-3.en {
  color: #9e0e2b;
}

.div-block-14 {
  text-align: left;
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 22px;
}

.button-4 {
  color: #000;
  background-color: #3898ec00;
  margin-right: 19px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
}

.button-4.small-icon {
  color: #292929;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  position: relative;
  top: 0;
}

.text-block-7 {
  color: #303030;
  letter-spacing: 1px;
  margin-left: 0;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 13px;
  display: block;
}

.background-video-2 {
  z-index: 1;
  width: 334px;
  max-width: 100%;
  margin-top: -27px;
  overflow: hidden;
}

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

.div-block-15 {
  height: 150px;
}

.image {
  width: 100px;
  margin-top: -93px;
  position: relative;
  top: auto;
  transform: translate(0, 300px);
}

.div-block-16 {
  margin-right: -129px;
}

.image-2 {
  opacity: 1;
}

.div-block-17 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-18 {
  padding-left: 0;
}

.div-block-19 {
  background-color: #9e0e2b;
  width: 50px;
  height: 1px;
  display: inline-block;
}

.text-block-8 {
  color: #9e0e2b;
  text-transform: capitalize;
  margin-left: 14px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.column {
  padding-left: 0;
}

.heading-2 {
  color: #3f455f;
  letter-spacing: 1px;
  margin-top: 41px;
  font-family: Helveticaneueltcom mdex, sans-serif;
}

.paragraph {
  color: #14314480;
  width: 580px;
  padding-top: 18px;
  padding-left: 28px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.button-5 {
  color: #9e0e2b;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/Arrow-pink.png');
  background-position: 90% 49%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #debeb6;
  margin-top: 21px;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 93px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-5:hover {
  background-color: #ffe5ea;
  background-image: url('../images/blue-arrow.png');
}

.button-5.jhj {
  border-color: #9e0e2b;
}

.button-5.jhj:hover {
  color: #fff;
  background-color: #9e0e2b;
  border-color: #fff;
}

.button-5.as {
  border-color: #9e0e2b;
}

.button-5.as:hover {
  color: #fff;
  background-color: #9e0e2b;
  border-color: #fff;
}

.div-block-20 {
  text-align: right;
  width: 580px;
  height: 140px;
  padding-top: 27px;
  padding-right: 20px;
  position: relative;
  inset: auto 0% -83% auto;
}

.div-block-20.sdg {
  text-align: left;
  max-width: 100%;
  margin-bottom: 45px;
}

.heading-3 {
  color: #9e0e2b;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 60px;
  display: inline-block;
}

.heading-3.asdf {
  margin-left: 0;
}

.div-block-21 {
  background-color: #9e0e2b;
  width: 120px;
  height: 1px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.slider {
  background-color: #ddd0;
  height: 700px;
  padding-top: 0;
}

.slide-nav {
  z-index: 500;
  text-align: left;
  height: 32px;
  font-size: 10px;
  position: absolute;
  inset: 1% 0% auto;
}

.mask {
  width: 40%;
  height: 105%;
  padding-top: 45px;
  overflow: visible;
}

.slide {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/propser-restaurant-mets-vins.jpg');
  background-position: 50% 40%;
  background-size: cover;
  width: 185%;
  height: 600px;
  margin-right: 0;
}

.slide-2 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/restaurant-prosper-terrasse.jpg');
  background-position: 50%;
  background-size: cover;
  width: 185%;
  height: 600px;
  margin-left: 10px;
  margin-right: 0;
}

.slide-3 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/restaurant-prosper-table-interieur.jpg');
  background-position: 50%;
  background-size: cover;
  width: 185%;
  height: 600px;
  margin-left: 10px;
  margin-right: 5px;
}

.slide-4 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/restaurant-prosper-table-exterieur.jpg');
  background-position: 50%;
  background-size: cover;
  width: 185%;
  height: 600px;
  margin-left: 5px;
}

.columns {
  overflow: hidden;
}

.left-arrow {
  opacity: 0;
  width: 890px;
  margin-left: -241px;
  display: block;
}

.right-arrow {
  opacity: 0;
  width: 220px;
  display: block;
}

.heading-4 {
  position: absolute;
}

.heading-5 {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 15px;
  position: absolute;
  inset: auto 0% -9%;
}

.link-block {
  opacity: 0;
  background-image: url('../images/Logo-Prosper.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 59px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  height: auto;
  margin-top: 48px;
}

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

.paragraph-2 {
  color: #14314480;
  text-transform: none;
  margin-top: 37px;
  margin-bottom: 26px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 35px;
  line-height: 55px;
}

.image-3 {
  float: right;
  width: 300px;
  margin-right: 200px;
  position: relative;
  top: 0;
}

.columns-2 {
  height: auto;
}

.div-block-23 {
  background-color: #e3e2db;
  height: 1290px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-3 {
  color: #14314480;
  width: 460px;
  max-width: 100%;
  margin-top: 17px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-6 {
  color: #2b345a;
  text-transform: capitalize;
  font-family: Helveticaneueltcom mdex, sans-serif;
}

.column-3 {
  padding-top: 26px;
  padding-right: 18px;
}

.div-block-24 {
  background-image: url('../images/prosper-restaurant-vin.jpg');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  max-width: 100%;
  height: 450px;
  margin-top: 40px;
}

.div-block-25 {
  background-image: url('../images/restaurant-prosper-table-interieur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 670px;
  margin-top: 82px;
  margin-left: -140px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: -203px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 44px;
  line-height: 60px;
  display: block;
}

.italic-text {
  display: block;
}

.paragraph-4 {
  color: #14314480;
  width: 460px;
  max-width: 100%;
  margin-top: 57px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-8 {
  z-index: 5;
  float: left;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #00000054;
  width: 710px;
  padding-top: 100px;
  padding-left: 35px;
  padding-right: 0;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 40px;
  line-height: 65px;
  position: relative;
}

.div-block-26 {
  text-shadow: 1px 1px 6px #00000063;
  position: relative;
  top: -712px;
}

.div-block-27 {
  background-color: #9e0e2b;
  height: 360px;
  padding-top: 60px;
  padding-bottom: 66px;
  position: relative;
}

.button-6 {
  background-color: #3898ec00;
  padding-left: 52px;
  font-family: Helveticaneueltcom ex, sans-serif;
  display: block;
}

.button-6.w--current {
  color: #debeb6;
  background-color: #3898ec00;
  font-family: Helveticaneueltcom ex, sans-serif;
}

.button-6.s {
  padding-left: 33px;
}

.image-4 {
  width: 230px;
  max-width: 100%;
  margin-left: -75px;
  padding-top: 10px;
}

.se {
  color: red;
  font-weight: 400;
  line-height: 23px;
}

.text-span {
  color: #debeb6;
}

.div-block-28 {
  width: 1110px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  opacity: 1;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helveticaneueltcom ltex, sans-serif;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-2 {
  color: #fff;
  font-family: Helveticaneueltcom mdex, sans-serif;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.div-block-30 {
  display: block;
}

.slide-5 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/restaurant-prosper-interieur-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 185%;
  height: 600px;
  margin-left: 5px;
}

.text-block-10 {
  color: #fff;
  font-family: Helveticaneueltcom ex, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Helveticaneueltcom mdex, sans-serif;
}

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

.div-block-33 {
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-34 {
  position: relative;
}

.text-block-11 {
  color: #fff;
  vertical-align: baseline;
  background-color: #9e0e2b;
  padding: 6px 20px 6px 16px;
  font-family: Gotham, sans-serif;
  display: inline-block;
  position: absolute;
  inset: auto 200px 0% auto;
}

.button-7 {
  float: right;
  margin-top: 4px;
  padding: 17px 64px 13px 24px;
}

.div-block-35 {
  z-index: 2;
  background-color: var(--rouge);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  top: 0;
}

.text-block-12 {
  text-align: center;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1.9rem;
  font-size: 18px;
  font-weight: 400;
}

.button-8 {
  background-color: #9e0d2b;
  border: 2px solid #fff;
  border-radius: 2px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button-9 {
  color: #9e0e2b;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/Arrow-pink.png');
  background-position: 90% 49%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #debeb6;
  margin-top: 21px;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 93px;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-9:hover {
  background-color: #ffe5ea;
  background-image: url('../images/blue-arrow.png');
}

.button-9.jhj {
  border-color: #9e0e2b;
  margin-left: 25px;
}

.button-9.jhj:hover {
  color: #fff;
  background-color: #9e0e2b;
  border-color: #fff;
}

.button-9.as {
  border-color: #9e0e2b;
}

.button-9.as:hover {
  color: #fff;
  background-color: #9e0e2b;
  border-color: #fff;
}

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

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

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
  transform: translate(0, 75px);
}

html.w-mod-js [data-ix="left"] {
  opacity: 0;
  transform: translate(-360px);
}

html.w-mod-js [data-ix="letter-1"] {
  opacity: 0;
  transform: translate(-93px);
}

html.w-mod-js [data-ix="line"] {
  opacity: 0;
  transform: translate(-93px)scale(.01);
}

html.w-mod-js [data-ix="letter-2"] {
  opacity: 0;
  transform: translate(-133px);
}

html.w-mod-js [data-ix="new-interaction-7"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="paragraph-up"], html.w-mod-js [data-ix="paragraph-up-2"] {
  opacity: 0;
  transform: translate(0, 210px);
}

@media screen and (max-width: 991px) {
  .nav-link.sp {
    font-size: 20px;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .text-block-4 {
    padding-left: 62px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8 {
    background-size: 12px;
  }

  .nav-menu {
    opacity: 1;
  }

  .div-block-10 {
    margin-left: 32px;
  }

  .image {
    margin-top: -75px;
    position: relative;
    right: 54px;
  }

  .div-block-16 {
    margin-right: 18px;
  }

  .link-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.sp {
    font-size: 15px;
  }

  .navbar {
    margin-top: 71px;
  }

  .text-block-4, .div-block-7, .text-block-5 {
    display: none;
  }

  .div-block-9 {
    grid-auto-flow: row;
  }

  .image-2 {
    margin-top: -91px;
  }
}

@media screen and (max-width: 479px) {
  .section, .background-video {
    height: 100%;
  }

  .navbar {
    margin-top: 115px;
    padding-top: 13px;
    padding-bottom: 36px;
  }

  .div-block, .div-block-2 {
    width: 30px;
    height: 1px;
  }

  .text-block {
    font-size: 11px;
    display: none;
    top: -18px;
    left: 38px;
  }

  .button-2 {
    background-position: 50%;
    border-width: 1px;
    margin-top: 12px;
    padding: 7px 15px;
    font-size: 0;
  }

  .button-2:hover {
    background-color: #9e0e2b;
    border-style: solid;
    border-width: 2px;
  }

  .div-block-3 {
    margin-top: -12px;
  }

  .text-block-3 {
    width: 140px;
    font-size: 11px;
  }

  .text-block-4 {
    font-size: 3vw;
    display: none;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 9px;
  }

  .text-block-5 {
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 3vw;
    display: block;
    position: absolute;
    inset: auto 0% 95%;
  }

  .nav-menu {
    margin-top: 45px;
  }

  .div-block-9 {
    margin-top: -8px;
    padding-top: 0;
  }

  .div-block-10 {
    position: relative;
    top: -49px;
  }

  .background-video-2 {
    display: none;
  }

  .image-2 {
    width: 220px;
    margin-top: -121px;
  }

  .div-block-17 {
    padding-top: 73px;
    padding-bottom: 101px;
  }

  .heading-2 {
    margin-top: 23px;
    padding-left: 62px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    max-width: 100%;
    padding-left: 54px;
    padding-right: 0;
  }

  .button-5 {
    margin-top: 2px;
    margin-left: 62px;
  }

  .button-5.jhj, .button-5.as {
    margin-left: 0;
  }

  .div-block-20 {
    text-align: left;
    max-width: 100%;
    padding-top: 45px;
    padding-left: 38px;
    padding-right: 0;
  }

  .div-block-20.sdg {
    padding-top: 0;
  }

  .div-block-20.sdg._786kjh {
    height: auto;
    margin-bottom: -19px;
    padding-left: 63px;
  }

  .heading-3 {
    margin-top: -32px;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-21 {
    top: -83px;
  }

  .slider {
    height: 450px;
  }

  .mask {
    height: 84%;
  }

  .slide, .slide-2, .slide-3, .slide-4 {
    height: 320px;
  }

  .heading-5 {
    font-size: 1.8vw;
    bottom: -15%;
  }

  .link-block {
    width: 130px;
    margin-top: 20px;
  }

  .div-block-22 {
    margin-top: 12px;
  }

  .column-2 {
    padding-left: 62px;
    padding-right: 18px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .image-3 {
    top: 104px;
    left: 141px;
  }

  .div-block-23 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 76px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .column-3 {
    padding-left: 62px;
  }

  .div-block-24 {
    width: 360px;
  }

  .div-block-25 {
    width: 360px;
    max-width: 100%;
    height: 410px;
    margin-top: 60px;
    margin-left: 0;
  }

  .paragraph-4 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .heading-8 {
    float: left;
    width: 80%;
    max-width: 100%;
    padding-top: 16px;
    padding-left: 45px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-27 {
    height: auto;
    padding-top: 79px;
  }

  .button-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-6.w--current {
    padding-left: 0;
  }

  .image-4 {
    width: 170px;
    margin-bottom: 74px;
    margin-left: 0;
  }

  .text-block-9 {
    text-align: center;
    height: 50px;
    padding-left: 0;
  }

  .body {
    height: 100%;
  }

  .div-block-30 {
    height: 10px;
  }

  .div-block-31 {
    height: auto;
  }

  .column-4, .column-5, .column-6 {
    display: none;
  }

  .div-block-32 {
    padding-left: 0;
  }

  .column-7, .column-8, .column-9 {
    display: none;
  }

  .column-10 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11, .column-12 {
    margin-bottom: 60px;
  }

  .column-13 {
    display: none;
  }

  .column-14 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-15 {
    padding-left: 62px;
    padding-right: 0;
  }

  .slide-5 {
    height: 320px;
  }

  .link-2 {
    position: relative;
  }

  .button-7.button-2 {
    background-image: none;
    font-size: 15px;
  }

  .div-block-35 {
    float: left;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-block-12 {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 16px;
  }

  .button-8 {
    font-size: 16px;
  }

  .button-9 {
    margin-top: 2px;
    margin-left: 62px;
  }

  .button-9.jhj, .button-9.as {
    margin-left: 0;
  }
}

#w-node-f713b11d-decc-e876-d2c4-b611cf62702e-8c22b47d {
  place-self: start;
}

#w-node-c12aa102-8ee0-95e6-0b7f-fbccd2f84def-8c22b47d {
  place-self: center;
}

#w-node-acc42725-20ea-4a22-f6b3-5743cf8f6d83-8c22b47d {
  place-self: center start;
}

#w-node-ff9ef578-4b49-7cc1-0e0d-6a8767a27327-8c22b47d {
  place-self: center;
}

#w-node-e47ec22b-1280-684f-c8ba-ca03dfc380c4-8c22b47d {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_3ef9e099-4d2d-a2a1-48b1-36ecee0c701d-8c22b47d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helveticaneueltcom ex';
  src: url('../fonts/HelveticaNeueLTCom-Ex.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom ltex';
  src: url('../fonts/HelveticaNeueLTCom-LtEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom mdex';
  src: url('../fonts/HelveticaNeueLTCom-MdEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom thex';
  src: url('../fonts/HelveticaNeueLTCom-ThEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format('opentype'), url('../fonts/AkzidenzGrotesk-BoldCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-ExtendedItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtended.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtendedItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtended.otf') format('opentype'), url('../fonts/S.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtendedItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'S';
  src: url('../fonts/S.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}