@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --black: black;
  --untitled-ui--white: white;
  --untitled-ui--primary600: #7f56d9;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --white: white;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--primary500: #9e77ed;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  font-family: PP Mori, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5em;
}

.padding-bottom.padding-mobile {
  display: none;
}

.padding-bottom.padding-mobile.padding-gigantic {
  padding-bottom: 20rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is-views {
  margin-top: -7.7rem;
  padding-top: 0;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  background-color: #0000000f;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button:hover {
  background-color: #0000001a;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.section_home-header {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section_home-header.webkit-fill {
  z-index: 996;
  justify-content: center;
  position: relative;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.contrast-overlay {
  z-index: 1;
  background-color: #0000000d;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-header_bg-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 120%;
  margin-bottom: -20%;
}

.home-header_wordmark-svg {
  width: 100%;
}

.home-header_wordmark-svg.is-black {
  color: #000;
}

.nav_component {
  z-index: 995;
  background-color: #fff;
  border-bottom: 1px solid #000;
  height: 4.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  top: 0;
}

.nav_flex-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_left {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.nav_right {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-family: Suisse Int\'l;
  font-weight: 700;
  display: flex;
}

.nav_middle {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
}

.padding-section-nav {
  padding-top: 1.5em;
  padding-bottom: .75em;
}

.home-header_flex-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_header-bottom {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.search-button {
  display: none;
}

.search {
  color: #000;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  text-align: right;
  background-color: #fff0;
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.marquee_track {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee_component {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.marquee {
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_instance {
  flex: none;
  display: flex;
}

.marquee_now-roasting-list {
  display: flex;
}

.now-roasting_component {
  flex: none;
  align-items: center;
  margin-right: 2rem;
}

.now-roasting_color {
  background-color: #000;
  border-radius: 100vw;
  width: 1.25rem;
  height: 1rem;
  margin-bottom: .15rem;
}

.padding-section-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.now-roasting_wrapper {
  grid-column-gap: .25rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.nav_menu-trigger {
  display: none;
}

.nav_link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 25ms;
  display: flex;
  position: relative;
}

.nav_link:hover {
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.transition {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition_content {
  z-index: 2;
  color: #fff;
  background-image: url('../images/bg-black.webp');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition_glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff24;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition_logo {
  z-index: 2;
  opacity: .82;
  width: 75px;
  height: auto;
  position: absolute;
}

.header-bottom_flex-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.featured-item_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-item_component {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.featured-item_item:hover {
  filter: none;
}

.featured-item_text-wrapper {
  text-transform: none;
  align-items: baseline;
  display: flex;
}

.featured-item_list-wrapper {
  flex: none;
  width: 60%;
}

.empty-state {
  display: none;
}

.featured-item_text {
  text-transform: uppercase;
}

.header-bottom_left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.featured-item_link {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.layout-format_wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.section_collapsible-menu {
  z-index: 2;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.featured-item_hover-wrapper {
  flex: 1;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: hidden;
}

.featured-item_hover-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.featured-item_image-wrapper {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.z-index-text {
  z-index: 2;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #ffffff40;
  align-items: center;
  height: 1rem;
  padding: .7rem .5rem .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 6% -10% 0% auto;
}

.padding-nav-height {
  padding-bottom: 4.75rem;
}

.current-coffees_dropdown-trigger {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 1rem .5rem 0;
  display: flex;
}

.currrent-coffees_list {
  width: 70%;
}

.current-coffees_component {
  border-top: 3px solid #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.current-coffees_item {
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.collapsible-menu_flex-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.current-coffees_dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.current-coffees_link {
  display: none;
  position: absolute;
  inset: 0%;
}

.current-coffees_color {
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.current-coffees_origin-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  width: 55%;
  display: flex;
}

.text-size-custom1 {
  font-size: 1.25rem;
}

.current-coffees_notes-wrapper {
  flex: none;
  width: 55%;
}

.current-coffee_info-wrapper {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.current-coffees_right {
  justify-content: space-between;
  align-items: baseline;
  width: 45%;
  display: flex;
}

.collapsible-menu_heading-wrapper {
  grid-column-gap: .2rem;
  align-items: flex-start;
  display: flex;
}

.home-header_hours-wrapper {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.hours_component {
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hours_line {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.hours_heading-wrapper {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hours_location-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 70%;
  display: flex;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 50vh;
  position: relative;
}

.views_image {
  filter: grayscale(30%);
}

.section_views {
  z-index: 1;
  position: relative;
}

.views_text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_component {
  z-index: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-black.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -20px;
  padding-top: 4.75rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.footer_flex-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.lottie_component {
  z-index: 3;
  width: 160px;
  height: auto;
  position: absolute;
  transform: rotate(180deg);
}

.current-coffees_color-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-menu_component {
  display: none;
}

.laoyut-format_top {
  justify-content: space-between;
  display: flex;
}

.layout-format_bottom-wrapper {
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.layout-format_line {
  border-bottom: 1px solid #000;
  width: 70%;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.featured-item_left-border-wrapper {
  border-right: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 0;
  margin-bottom: 1.65rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.6rem;
}

.search-result-wrapper {
  display: none;
}

.logo-lottie_wrapper {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 84px;
  display: flex;
  position: relative;
}

.lottie_img {
  width: 85px;
}

.link-block {
  margin: -10px;
  padding: 10px;
}

.footer_content-wrapper {
  justify-content: space-between;
  width: 100%;
}

.footer_content-flex-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_wordmark {
  width: 100%;
}

.footer_column {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.footer_column.is-newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 54%;
  max-width: 800px;
}

.footer_link-block {
  color: #fff;
}

.text-field {
  text-align: right;
  background-color: #0000;
  border: 0 solid #000;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  height: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.form-block {
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: right;
  background-color: #0000;
  border: 1px #fff;
  border-top-width: 3px;
  flex: none;
  height: 2.5rem;
  padding: 6px 12px 5px 0;
  font-size: 1rem;
}

.footer_right-columns {
  grid-column-gap: 10%;
  flex: none;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.newsletter-text {
  font-weight: 400;
}

.submit-button_wrapper {
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  width: 70%;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #3d0000;
  border-radius: 5px;
}

.section_credits {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
}

.credits_flex-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.credits_top {
  border-bottom: 3px solid #000;
  width: 100%;
}

.credits_bottom {
  width: 70%;
}

.credits_line {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.credits_line.letter {
  transition: all;
}

.credits_line.letter.burkey {
  position: relative;
}

.credits_link {
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.burkey-hover_wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: -149px auto 0% -235px;
}

.burkey-hover_img {
  width: 200px;
}

.eyes {
  font-size: 3rem;
  position: absolute;
  inset: 67% -6% auto auto;
}

.section_credits-flex-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  font-size: 40vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 22%, #ff8a56 98%, #ff5e69 100%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PP Mori, sans-serif;
  font-weight: 700;
}

.cf-82px-heading {
  color: #070000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.cf-82px-heading-valge {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PP Mori, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--black);
  color: var(--untitled-ui--white);
  border: 1px solid #fff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact09_item {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-contact09_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.cf-82px-heading-foot {
  color: #070000;
  text-align: left;
  max-width: 990px;
  margin-top: -32px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.teenused {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---brand {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-3 {
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-3 {
  z-index: 103;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  position: static;
}

.navbar {
  background-color: #fff;
}

.kutup-first-element {
  aspect-ratio: auto;
  object-fit: fill;
  order: -1;
  position: static;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.kutup-nav-container-3 {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-component-3 {
  background-color: #fff;
  padding: 25px 3%;
}

.image-2 {
  float: none;
  vertical-align: middle;
  object-fit: fill;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-link {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-footer-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-3 {
  background-color: #fff;
  padding: 30px 5%;
}

.text-span {
  color: #f37c7c;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-custom1 {
    padding-bottom: .5em;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 14rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_middle {
    width: 15%;
  }

  .search-input {
    width: 8rem;
  }

  .featured-item_component {
    width: 55%;
  }

  .featured-item_list-wrapper {
    width: 75%;
  }

  .header-bottom_left {
    width: 45%;
  }

  .layout-format_wrapper, .currrent-coffees_list {
    width: 100%;
  }

  .current-coffees_origin-wrapper, .current-coffees_notes-wrapper {
    width: 50%;
  }

  .home-header_hours-wrapper {
    width: 100%;
  }

  .footer_column.is-newsletter {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    width: 40%;
    padding-top: 0;
  }

  .burkey-hover_wrapper {
    display: none;
    left: -214px;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading-valge {
    font-size: 70px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-82px-heading-foot {
    font-size: 70px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-last-item {
    order: 1;
  }

  .footer-logo-link {
    order: -1;
  }

  .last-item-footer {
    order: 1;
  }

  .kutup-footer-grid-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-mobile {
    display: block;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 7.5rem;
  }

  .padding-bottom.padding-mobile.padding-xxxhuge {
    padding-bottom: 6rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-header_bg-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .nav_middle {
    width: 20%;
  }

  .section_header-bottom {
    height: auto;
  }

  .nav_menu-trigger {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 2rem;
    height: .5rem;
    display: flex;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_link:hover {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .header-bottom_flex-wrapper {
    flex-direction: column-reverse;
  }

  .featured-item_component {
    justify-content: flex-end;
    width: 100%;
  }

  .featured-item_list-wrapper {
    width: 80%;
  }

  .header-bottom_left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .featured-item_hover-wrapper {
    display: none;
  }

  .z-index-text {
    inset: 9% auto 0% -13%;
  }

  .current-coffees_origin-wrapper {
    width: 50%;
  }

  .text-size-custom1 {
    font-size: 1rem;
  }

  .current-coffees_notes-wrapper, .current-coffee_info-wrapper, .current-coffees_right {
    width: 50%;
  }

  .hours_line, .hours_location-wrapper {
    width: 80%;
  }

  .footer_component {
    background-image: url('../images/bg-black.webp');
    background-size: cover;
    background-attachment: fixed;
  }

  .lottie_component.is-mobile-menu {
    width: 85px;
    bottom: 2px;
  }

  .mobile-menu_component {
    z-index: 998;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu_glass {
    z-index: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffff24;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .mobile-menu_wrapper {
    z-index: 2;
    color: #fff;
    background-image: url('../images/bg-black.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .stop-scroll {
    z-index: -10;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .layout-format_bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
  }

  .layout-format_bottom-wrapper.is-white {
    border-top-color: #fff;
  }

  .layout-format_line {
    width: 80%;
  }

  .layout-format_line.is-white {
    border-bottom-color: #fff;
  }

  .layout-format_line.is-white.is-secondary {
    width: 60%;
  }

  .mobile-menu_content-wrapper {
    z-index: 2;
    position: relative;
  }

  .mobile-menu_content-wrapper.webkit-fill {
    flex: 1;
  }

  .mobile-menu_top-flex-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .mobile-menu_close-trigger {
    margin: -10px;
    padding: 10px;
    font-size: 2rem;
  }

  .mobile-menu_content {
    width: 100%;
    padding-left: 0;
  }

  .mobile-menu_link-block {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-menu_link-block.is-secondary {
    justify-content: flex-end;
  }

  .mobile-menu_search {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .mobile-menu_search-input {
    color: #fff;
    text-align: right;
    background-color: #0000;
    border: 1px #000;
    height: 1.875rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .featured-item_left-border-wrapper {
    display: block;
  }

  .mobile-menu_footer {
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobile-menu_footer-flex-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .logo-lottie_wrapper {
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .lottie_img {
    width: 40px;
  }

  .padding-section-custom1 {
    padding-bottom: 6rem;
  }

  .layout-format_secondary-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .layout-format_secondary-top {
    border-bottom: 1px solid #fff;
    width: 60%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    width: auto;
  }

  .footer_content-flex-wrapper {
    grid-row-gap: 3.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_column {
    max-width: none;
  }

  .footer_column.is-newsletter {
    align-items: stretch;
    width: 100%;
  }

  .text-field {
    border-radius: 0;
  }

  .footer_right-columns {
    grid-column-gap: 10%;
    width: 65%;
  }

  .credits_bottom {
    width: 90%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-82px-heading-valge {
    font-size: 50px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-contact09_item {
    padding: 1.5rem;
  }

  .uui-contact09_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .cf-82px-heading-foot {
    font-size: 50px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2.is-views {
    font-size: 1.5rem;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .nav_middle {
    width: 30%;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .z-index-text {
    left: -25%;
  }

  .current-coffees_dropdown-trigger, .current-coffees_dropdown {
    align-items: flex-end;
  }

  .current-coffees_origin-wrapper {
    width: 85%;
  }

  .current-coffee_info-wrapper {
    align-items: baseline;
  }

  .current-coffees_right {
    justify-content: flex-end;
    width: 15%;
  }

  .grid {
    overflow: hidden;
  }

  .footer_column {
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    grid-column-gap: 0%;
    justify-content: flex-start;
    width: 100%;
  }

  .credits_bottom {
    width: 100%;
  }

  .credits_link {
    align-items: baseline;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    font-size: 33px;
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-82px-heading-valge {
    font-size: 40px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-82px-heading-foot {
    font-size: 40px;
  }

  .waves---paragraph-regular {
    text-align: center;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .teenused {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

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

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }
}

#w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d68-7b1cd621, #w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d6a-7b1cd621, #w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d6c-7b1cd621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d71-7b1cd621, #w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d73-7b1cd621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_828c6468-f98c-a7fb-d6f6-3158bdfc2d75-7b1cd621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3bb6264e-8b5b-57a1-41f9-f266df03e8fb-7b1cd621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb6264e-8b5b-57a1-41f9-f266df03e8fc-7b1cd621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6eb07461-afb6-9325-41af-62ab6726a788-7b1cd621, #w-node-_6eb07461-afb6-9325-41af-62ab6726a78f-7b1cd621, #w-node-d07837d0-41fd-32cf-1717-33395bed3291-5bed3291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-7b1cd62b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-7b1cd62b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-7b1cd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-7b1cd62b {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_3bb6264e-8b5b-57a1-41f9-f266df03e8fb-7b1cd621 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}