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

body {
  color: rgba(255, 226, 192, .55);
  background-color: #090E16;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 88%;
}

h2 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 93%;
}

h4 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 96%;
}

h5 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Forum, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

h6 {
  color: #ffe2c0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Forum, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 104%;
}

p {
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
}

strong {
  color: #ffe2c0;
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  color: #ffe2c0;
  border-left: 2px solid #d45222;
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

figure {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

figcaption {
  text-align: center;
  background-color: #172536;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 160%;
}

.link {
  color: #ffe2c0;
  border-bottom: 2px solid #d45222;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  color: #d45222;
}

.rich-text-block {
  width: 100%;
  max-width: 720px;
  text-align: left;
}

.rich-text-block a {
  color: #ffe2c0;
  border-bottom: 2px solid #d45222;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  color: #d45222;
}

.section-hero {
  background-image: url('../images/glow_bottom__right.svg'), url('../images/glow_bottom__left.svg');
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: fixed, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shape {
  width: 50%;
  height: 180vh;
  background-color: #090E16;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: relative;
  overflow: hidden;
}

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

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-navbar {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 28px;
}

.block-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  min-width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  display: flex;
}

.logo {
  height: 50px;
}

.menu-button {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  border-color: rgba(255, 226, 192, .2);
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.text-menu {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.line-horizontal {
  height: 1px;
  min-width: 24px;
  background-color: rgba(255, 226, 192, .2);
  flex: 1;
}

.circle {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 226, 192, .2);
  border-radius: 100%;
  flex: none;
}

.nav-line {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.grid-hero {
  width: 100%;
  min-height: 80vh;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-hero.min-h-45vh {
  min-height: 45vh;
}

.block-hero {
  width: 100%;
  max-width: 920px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.line-vertical {
  width: 1px;
  min-height: 40px;
  background-color: rgba(255, 226, 192, .2);
  flex: 1;
}

.circle-large {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 226, 192, .2);
  border-radius: 100%;
  flex: none;
  margin-bottom: 5px;
}

.circle-large.top-margin {
  margin-top: 5px;
  margin-bottom: 0;
}

.circle-large.center {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.heading-hero.margin {
  margin-bottom: 0;
}

.paragraph-hero {
  max-width: 570px;
  margin-bottom: 40px;
}

.paragraph-hero.margin {
  margin-bottom: 0;
}

.nav-button {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  border-color: rgba(255, 226, 192, .2);
}

.button {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffe2c0;
  border-radius: 80px;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  background-color: #d45222;
  border-color: #d45222;
}

.button.small {
  padding: 13px 21px;
}

.nav-menu {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(15, 26, 40, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-menu {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.nav-link {
  color: #ffe2c0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Forum, sans-serif;
  font-size: 4vw;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: #d45222;
}

.nav-link.w--current {
  color: #ffe2c0;
}

.nav-link.w--current:hover {
  color: #d45222;
}

.menu-button-close {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 28px;
}

.menu-button-close:hover {
  border-color: rgba(255, 226, 192, .2);
}

.menu-button-close.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.overflow-link {
  overflow: hidden;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section.background {
  background-color: #090E16;
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 50px;
  display: flex;
}

.content.slim {
  max-width: 820px;
  text-align: left;
  display: block;
}

.grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph {
  max-width: 600px;
}

.paragraph.max-w-430 {
  max-width: 430px;
}

.paragraph.margin {
  margin-bottom: 0;
}

.subtitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.line-subtitle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-subtitle {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.button-accent {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #d45222;
  border-radius: 80px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent:hover {
  color: #0f1a28;
  background-color: #ffe2c0;
}

.button-accent.margin {
  margin-top: 16px;
}

.button-accent.small {
  padding: 15px 23px;
}

.grid-features {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.paragraph-feature {
  max-width: 320px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.number {
  height: 150px;
  margin-bottom: -20px;
}

.line-space {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 130px;
  display: flex;
}

.line-space.margin {
  margin-bottom: 0;
}

.line-space.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.line-space.short {
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid-modular {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.block-modular {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-center {
  width: 100%;
  max-width: 780px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-block {
  width: 100%;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image.shadow {
  background-image: url('../images/cocktail-serving-image-min.png');
  background-position: 0 0;
  background-size: auto;
  box-shadow: 0 80px 120px rgba(15, 24, 35, .5);
}

.image-block-modular {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.image-modular {
  width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.slider {
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 100%;
  max-width: 1200px;
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}

.slide {
  margin-right: -54px;
}

.image-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  width: 40%;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 25px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-image-blog {
  width: 100%;
  border-radius: 10px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.link-image-blog:hover {
  box-shadow: 0 60px 80px -10px rgba(15, 24, 35, .5);
}

.image-blog {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-blog:hover {
  transform: scale(1.07);
}

.block-blog {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.date-blog {
  color: rgba(255, 226, 192, .55);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.link-heading-blog {
  margin-top: 12px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
}

.paragraph-summary {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.arrow {
  width: 24px;
  height: 24px;
  display: block;
}

.link-arrow {
  border: 1px solid rgba(255, 226, 192, .2);
  border-radius: 50%;
  margin-top: 34px;
  padding: 10px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-arrow:hover {
  background-color: #d45222;
  border-color: #d45222;
}

.empty-state {
  text-align: center;
  background-color: rgba(191, 52, 78, .15);
  border-radius: 10px;
  padding: 14px;
}

.text-empty {
  color: #d45222;
}

.section-footer {
  background-image: url('../images/glow_bottom__left.svg'), url('../images/glow_bottom__right.svg');
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-sub-footer {
  max-width: 1200px;
  color: rgba(255, 226, 192, .55);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.link-sub-footer {
  color: #ffe2c0;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-sub-footer:hover {
  color: #d45222;
}

.newsletter {
  width: 100%;
  background-color: #0f1a28;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 85px 10%;
  display: flex;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-footer {
  margin-bottom: 16px;
}

.link-footer {
  color: rgba(255, 226, 192, .55);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.heading-newsletter {
  max-width: 780px;
}

.form-block-newsletter {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  height: 60px;
  color: #ffe2c0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #172536;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-size: 12px;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: rgba(255, 226, 192, .2);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 226, 192, .55);
}

.text-field::placeholder {
  color: rgba(255, 226, 192, .55);
}

.error-message {
  background-color: rgba(191, 52, 78, .15);
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
}

.text-error {
  color: #d45222;
  font-size: 16px;
  line-height: 170%;
}

.success-message {
  background-color: rgba(41, 147, 141, .15);
  border-radius: 10px;
  padding: 15px 25px;
}

.text-success {
  color: #933e29;
  font-size: 16px;
  line-height: 170%;
}

.nav-block-button {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-absolute {
  z-index: 10;
  width: 60%;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -10%;
  right: auto;
}

.image-modular-absolute {
  z-index: 10;
  width: 60%;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: -6%;
  right: auto;
}

.section-top {
  background-image: url('../images/glow_top__left.svg'), url('../images/glow_top__right.svg');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-first {
  flex-direction: column;
  align-items: center;
  padding-bottom: 130px;
  display: flex;
}

.menu {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 115px;
  display: flex;
  position: relative;
}

.image-menu {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
}

.heading-menu {
  background-color: #090E16;
  border-radius: 50%;
  margin-bottom: 0;
  padding: 30px 70px;
  position: absolute;
  bottom: -90px;
}

.grid-menu-item {
  z-index: 10;
  width: 100%;
  text-align: left;
  background-color: #172536;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .5fr;
  align-items: start;
  justify-items: start;
  padding: 24px 30px;
  position: relative;
}

.grid-menu-item.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.menu-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.menu-item {
  color: #ffe2c0;
  font-weight: 500;
}

.menu-price {
  color: #ffe2c0;
  text-align: right;
  margin-left: auto;
  font-weight: 500;
}

.sub-footer {
  width: 100%;
  text-align: center;
  background-color: #0f1a28;
  justify-content: center;
  align-items: center;
  padding: 22px 30px;
  display: flex;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 790px;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-full {
  min-height: auto;
  background-image: url('../images/glow_top__left.svg'), url('../images/glow_top__right.svg');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-full.special {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-subtitle-contact {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.contact {
  max-width: 390px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-contact {
  margin-bottom: 0;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.image-block-careers {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 130px;
  position: relative;
}

.image-careers-absolute {
  z-index: 10;
  width: 35%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -5%;
  right: auto;
}

.grid-about {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.block-about {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.collection-list-blog {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #172536;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-blog-page {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-blog-page:hover {
  transform: scale(1.07);
}

.block-blog-page {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 12%;
  display: flex;
}

.date-blog-large {
  color: rgba(255, 226, 192, .55);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.image-blog-main {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 65px;
  box-shadow: 0 80px 120px rgba(15, 24, 35, .5);
}

.grid-colors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  height: 120px;
  background-color: #172536;
  border: 1px solid rgba(255, 226, 192, .2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 17px;
  display: flex;
}

.block-color.background-b {
  background-color: #090E16;
}

.block-color.dark {
  background-color: #0f1a28;
}

.block-color.border {
  background-color: rgba(255, 226, 192, .2);
}

.block-color.paragraphs {
  background-color: rgba(255, 226, 192, .55);
}

.block-color.light {
  background-color: #ffe2c0;
}

.block-color.accent-a {
  background-color: #d45222;
}

.block-color.accent-b {
  background-color: #933e29;
}

.block-color.shadow {
  background-color: rgba(15, 24, 35, .5);
}

.text-color {
  color: #ffe2c0;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.text-color.dark {
  color: #0f1a28;
}

.hex-color {
  opacity: .5;
  color: #ffe2c0;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}

.hex-color.dark {
  color: #0f1a28;
}

.template-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #172536;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  padding: 24px 30px;
  display: flex;
}

.button-light {
  color: #0f1a28;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #ffe2c0;
  border-radius: 80px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  color: #ffe2c0;
  background-color: #0f1a28;
}

.button-light.small {
  padding: 15px 23px;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.licensing {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.forum {
  margin-bottom: 0;
}

.poppins {
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/glow_top__left.svg'), url('../images/glow_top__right.svg');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.utility-page-form {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: rgba(255, 226, 192, .55);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.block-404 {
  width: 100%;
  max-width: 460px;
}

.columns {
  width: 100%;
}

.div-block {
  width: 16px;
  height: 16px;
}

.link-2, .link-3, .bold-text {
  color: #ffe2c0;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.text-subtitle-copy {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: underline;
}

.link-block {
  cursor: pointer;
}

.link-top {
  color: rgba(255, 226, 192, .55);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-top:hover {
  color: #ffe2c0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 98px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 24px;
  }

  .shape {
    height: 140vh;
  }

  .grid-navbar {
    padding: 15px 18px;
  }

  .nav-line {
    margin-left: 18px;
    margin-right: 18px;
  }

  .grid-hero {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-menu {
    grid-row-gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .nav-link {
    font-size: 7vw;
  }

  .menu-button-close {
    top: 27px;
    right: 18px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .grid {
    grid-column-gap: 50px;
  }

  .line-space {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .grid-modular {
    grid-row-gap: 12px;
  }

  .image-block-modular {
    padding-right: 30px;
  }

  .slider {
    height: 55vw;
    margin-top: 60px;
  }

  .slide {
    margin-right: -4vw;
  }

  .image-blog {
    height: 170px;
  }

  .block-blog {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-first {
    padding-bottom: 110px;
  }

  .heading-menu {
    bottom: -80px;
  }

  .image-block-careers {
    margin-top: 50px;
    margin-bottom: 110px;
  }

  .grid-about {
    grid-row-gap: 70px;
  }

  .collection-list-blog {
    grid-row-gap: 50px;
  }

  .image-blog-page {
    min-height: 320px;
  }

  .image-blog-main {
    margin-bottom: 55px;
  }

  .utility-page-form {
    max-width: 460px;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  .grid-navbar {
    padding: 13px 10px;
  }

  .brand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo {
    height: 40px;
  }

  .menu-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-menu {
    font-size: 10px;
  }

  .nav-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10px;
  }

  .nav-link {
    font-size: 9vw;
  }

  .menu-button-close {
    padding-left: 18px;
    padding-right: 18px;
    top: 22px;
    right: 10px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .content {
    padding-left: 38px;
    padding-right: 38px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

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

  .line-space {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .grid-modular {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-block-modular {
    margin-top: 90px;
    padding-right: 0;
  }

  .image-modular {
    width: 100%;
  }

  .mask {
    padding-left: 38px;
    padding-right: 38px;
  }

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

  .image-blog {
    height: 50vw;
  }

  .block-blog {
    margin-top: 34px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-arrow {
    margin-top: 24px;
  }

  .newsletter {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .grid-footer {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .form-newsletter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-absolute {
    left: -5%;
  }

  .image-modular-absolute {
    width: 50%;
    bottom: -6%;
    left: -5%;
  }

  .section-first {
    padding-bottom: 90px;
  }

  .menu {
    margin-bottom: 90px;
  }

  .image-menu {
    height: 35vw;
  }

  .heading-menu {
    padding: 24px 60px;
    bottom: -65px;
  }

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

  .grid-contact {
    grid-row-gap: 28px;
  }

  .image-block-careers {
    margin-bottom: 90px;
  }

  .collection-list-blog {
    grid-row-gap: 30px;
  }

  .image-blog-main {
    margin-bottom: 45px;
  }

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

  .utility-page-content {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .grid-navbar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-line {
    display: none;
  }

  .grid-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid {
    grid-row-gap: 80px;
  }

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

  .text-subtitle {
    margin-left: 0;
  }

  .line-space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-block-modular {
    margin-top: 80px;
  }

  .slider {
    margin-top: 50px;
  }

  .grid-footer {
    grid-column-gap: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-first {
    padding-bottom: 80px;
  }

  .menu {
    margin-bottom: 80px;
  }

  .grid-menu-item {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }

  .form {
    grid-row-gap: 16px;
  }

  .image-block-careers {
    margin-bottom: 80px;
  }

  .grid-about {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block-about {
    margin-bottom: -38px;
    padding-right: 0%;
  }

  .collection-item-blog {
    grid-template-columns: 1fr;
  }

  .image-blog-page {
    height: auto;
    min-height: 50vw;
  }

  .block-blog-page {
    padding-top: 38px;
    padding-bottom: 38px;
  }

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

  .template-info {
    flex-direction: column;
  }

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

  .licensing {
    height: 180px;
  }

  .utility-page-content {
    padding-left: 7%;
    padding-right: 7%;
  }
}

#w-node-_96c5ff3d-3717-6b45-3c11-fab87cee9a7a-d86ac279 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_556ced9a-efb0-bb0c-c35d-f44945193d3c-d86ac279 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_666ae713-24b7-f6fe-2098-74254afba9ce-d86ac279 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-ef21cce3-7ff0-4a03-c400-fc13cd349111-cd349110, #w-node-ef21cce3-7ff0-4a03-c400-fc13cd34911a-cd349110, #w-node-ef21cce3-7ff0-4a03-c400-fc13cd34911f-cd349110, #w-node-_48420263-1c19-64e3-43a7-65cda815b4f5-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b4ff-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b50a-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b50f-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b51f-a815b4f3, #w-node-e6569fc6-9517-f663-ac99-6c7694a662da-d86ac27b, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-d86ac27c, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-d86ac27c, #w-node-_453068fd-74cf-44d8-263f-abd171130391-d86ac27c, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-d86ac280, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-d86ac280, #w-node-_453068fd-74cf-44d8-263f-abd171130391-d86ac280, #w-node-ba19d557-c413-1a4a-ebbd-1c4bf5b2d154-d86ac281, #w-node-ba19d557-c413-1a4a-ebbd-1c4bf5b2d159-d86ac281, #w-node-ba19d557-c413-1a4a-ebbd-1c4bf5b2d15e-d86ac281, #w-node-_36bfc1e6-c6a3-957c-5540-ac6883596844-d86ac284, #w-node-_36bfc1e6-c6a3-957c-5540-ac6883596846-d86ac284, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-d86ac285, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-d86ac285, #w-node-_453068fd-74cf-44d8-263f-abd171130391-d86ac285, #w-node-d7517280-c82f-107a-0d3b-1920f5c013a9-d86ac287, #w-node-d7517280-c82f-107a-0d3b-1920f5c013ab-d86ac287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_96c5ff3d-3717-6b45-3c11-fab87cee9a7a-d86ac279, #w-node-_556ced9a-efb0-bb0c-c35d-f44945193d3c-d86ac279, #w-node-_666ae713-24b7-f6fe-2098-74254afba9ce-d86ac279 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_36bfc1e6-c6a3-957c-5540-ac6883596844-d86ac284 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Forum';
  src: url('../fonts/Forum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}