:root {
    --header-nav-bg: #F6F4F0;
    --header-nav-color: #B4ADA3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.martel-sans-extralight {
  font-family: "Martel Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.martel-sans-light {
  font-family: "Martel Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.martel-sans-regular {
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.martel-sans-semibold {
  font-family: "Martel Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.martel-sans-bold {
  font-family: "Martel Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.martel-sans-extrabold {
  font-family: "Martel Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.martel-sans-black {
  font-family: "Martel Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}


.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.noise-bg-dark {
  position: relative;
}

.noise-bg-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35; /* сила зерна — підбирайте 0.03–0.08 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.noise-bg-light {
  position: relative;
}

.noise-bg-light::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/*Start Text Styles*/
.title {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 232px;
    line-height: 208px;
    text-transform: uppercase;
}

h1 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    color: #28508B;
}

h2 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    color: #28508B;
}

h3 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    color: #28508B;
}

h4 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #28508B;
}

h5 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #28508B;
}

h6 {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #28508B;
}

header {
    width: 100%;
    height: auto;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--header-nav-bg);
    border-bottom: 0.5px solid #E3E3E3;
}

.header-logo-container {
    width: 100%;
    max-width: 84px;
    height: auto;
    max-height: 51px;
}

nav {
    width: 100%;
    max-width: 595px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.header-nav-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.header-nav-list li a {
    color: var(--header-nav-color);
    text-decoration: none;
    transition: all 200ms;
}

.header-nav-list li a:hover {
    font-weight: 500;
}

.booking-button-mob {
    display: none;
    text-decoration: none;
    font-weight: 500;
    color: var(--header-nav-color);
}

.header-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: fit-content;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.header-buttons a {
    color: var(--header-nav-color);
    text-decoration: none;
    transition: all 300ms;
}

.header-buttons-language{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 4px 14px 4px 4px;
    background: var(--header-nav-bg);
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px 4px 20px rgba(63, 35, 5, 0.1), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
}

.switch-de {
    padding: 4px 4px 4px 14px;
}

.language-decoration {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--header-nav-bg);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.2), inset 0px -3px 3px rgba(0, 0, 0, 0.05), inset 0px 10px 4px rgba(255, 255, 255, 0.5);
}

.header-buttons-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 70px;
    background: var(--header-nav-bg);
    border: 1px solid #F6F4F0;
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px 4px 20px rgba(63, 35, 5, 0.1), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
}

.header-buttons-booking:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15), -1px -2px 4px rgba(255, 255, 255, 0.4);
}

.header-burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 39px;
    height: 19px;
}
.header-burger span {
    display: block;
    width: 39px;
    height: 1px;
    background: #28508B;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F4F0;
    position: relative;
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.hero-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: calc(100vh - 92px);
    background-image: url(img/hero-block-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    gap: 150px;
}

.hero-block-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 100px 100px 0 100px;
}

.hero-block-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 100px;
}
.hero-block-bottom  {
    margin-bottom: 0;
    align-items: flex-end;
}

.hero-block-top-left,
.hero-block-top-right {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;    
    line-height: 20px;
    text-transform: uppercase;
    color: #E4DDD3;
}

.hero-block-top-left,
.hero-block-bottom-left {
    width: 60%;
}

.hero-block-top-right,
.hero-block-bottom-right {
    width: 40%;
}

.hero-block-bottom-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-block-bottom-left {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #E4DDD3;
    max-width: 208px;
}

.hero-block-bottom-right-title {
    font-family: 'Martel Sans';
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #F6F4F0;
    max-width: 522px;
}

.hero-block-bottom-right-content {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
    line-height: 25px;
    color: #F6F4F0;
    max-width: 359px;
}

.hero-block-bottom-right-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 209px;
    padding: 10px 0;
    font-family: 'Jost';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--header-nav-color);
    border: 1px solid #F6F4F0;
    background: var(--header-nav-bg);
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px 4px 20px rgba(63, 35, 5, 0.1), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
    text-decoration: none;
}

.hero-block-bottom-right-button:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15), -1px -2px 4px rgba(255, 255, 255, 0.4);
}

.hero-block-title-img {
    width: 100%;
}

.content-block {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    padding: 256px 100px;
    gap: 256px;
}

.content-block-about {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 100px;
}

.content-block-about-top-img {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    width: 100%;
    height: 100%;
    max-height: 416px;
}

.content-block-about-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.content-block-about-top-content {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 80px 0;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #28508B;
}

.content-block-about-top-content p {
    width: 100%;
    max-width: 416px;
}

.content-block-about-bottom-content-left {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 13;
    width: 100%;
    padding: 214px 0;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #28508B;
}

.content-block-about-bottom-content-left p {
    width: 100%;
    max-width: 208px;
}

.content-block-about-bottom-content-badge {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 13;
    grid-row-end: 15;
}

.content-block-about-bottom-content-img {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 15;
    width: 100%;
    height: 100%;
    position: relative;
}

.content-block-about-bottom-content-img h2 {
    position: absolute;
    top: -60px;
    right: -450px;
    max-width: 538px;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-about-bottom-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.content-block-about-bottom-content-right {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 15;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;
}

.content-block-about-bottom-content-right p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: lowercase;
    color: #28508B;
}

.content-block-about-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 238px;
	height: 58px;
    gap: 10px;
    font-family: 'Jost';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--header-nav-color);
    background: var(--header-nav-bg);
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
    text-decoration: none;
}

.content-block-about-button:hover {
	box-shadow: -2px -3px 4px rgba(255, 255, 255, 0.4), 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.content-block-about-button:active {
    background: #E4DDD3;
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -2px 2px rgba(163, 163, 163, 0.25), inset 0px -2px 6px rgba(255, 255, 255, 0.3), inset 2px 4px 15px rgba(136, 136, 136, 0.2), inset 0px 1px 1px rgba(162, 155, 148, 0.7), inset 1px 0px 1px rgba(162, 155, 148, 0.25);
}

.content-block-cta-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.content-block-cta-1 h2 {
    width: 100%;
    max-width: 574px;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-cta-1 p {
    width: 100%;
    max-width: 482px;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #28508B;
}

.content-block-portfolio h3 {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B4ADA3;
    margin-bottom: 30px;
}



















.works-section {
    margin-bottom: 8px;
}

.works-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #28508B;
    margin-bottom: 16px;
    padding-left: 48px;
    opacity: 0.7;
}

.track-wrapper {
    overflow: hidden;
    width: 100%;
}

.track {
    display: flex;
    gap: 8px;
    width: max-content;
    animation-play-state: running;
}

.track-wrapper:hover .track {
    animation-play-state: paused;
}

.track-top {
    animation: scroll-right 120s linear infinite;
    margin-bottom: 8px;
}

.track-bottom {
    animation: scroll-left 120s linear infinite;
}

.card {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.04);
}

.track-top .card {
    width: 270px;
    height: 312px;
}

.track-bottom .card {
    width: 270px;
    height: 312px;
}

.track-top .card:nth-child(6n+1) { width: 270px; }
.track-top .card:nth-child(6n+3) { width: 370px; }
.track-top .card:nth-child(6n+5) { width: 208px; }

.track-bottom .card:nth-child(6n+2) { width: 208px; }
.track-bottom .card:nth-child(6n+4) { width: 370px; }
.track-bottom .card:nth-child(6n+6) { width: 270px; }

@keyframes scroll-right {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-left {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}












.content-block-main-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 530px;
    background-image: url(img/cta-block-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 60px;
}

.content-block-main-cta-title {
    width: 100%;
    max-width: 1100px;
    font-family: 'Martel Sans';
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #C0AE9B;
    text-shadow: -0.41px 0.53px 0.51px rgb(0 0 0 / 40%), -0.71px -0.71px 0.71px rgb(255 255 255 / 40%), -0.18px 0px 0.62px rgb(0 0 0 / 30%);
}

.content-block-main-cta-description {
    width: 100%;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: lowercase;
    color: #A08B75;
    text-shadow: -0.23px 0.18px 0.22px rgb(0 0 0 / 20%), 0.31px 0.31px 0.31px rgb(255 255 255 / 30%), 0px -0.08px 0.27px rgb(0 0 0 / 20%);
}

.content-block-main-cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 499px;
    height: 93px;
    text-align: center;
    background: #C0AE9B;
    box-shadow: -0.5px -3px 5px rgba(218, 202, 184, 0.4), 0px 4.76923px 4.76923px rgba(255, 255, 255, 0.16), 0px -2.38462px 4.76923px rgba(163, 163, 163, 0.25), inset 5px 7px 23px rgba(148, 148, 148, 0.12), inset 0px -1.19231px 2.38462px rgba(144, 144, 144, 0.25), inset 0px 1.19231px 1.19231px rgba(114, 114, 114, 0.7), inset 1.66923px 0px 1.19231px rgba(162, 155, 148, 0.25);
    text-decoration: none;
    border-radius: 70px;
    font-family: 'Jost';
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #A08B75;
    transition: all 300ms;
}

.content-block-main-cta-button:hover {
    box-shadow: -1px -2px 11px rgba(255, 243, 229, 0.3), 3px 3px 7px rgba(0, 0, 0, 0.15);
}

.content-block-main-cta-button:active {
    box-shadow: -0.5px -3px 5px rgba(218, 202, 184, 0.4), 0px 2px 2px rgba(255, 243, 229, 0.16), 0px -2px 4.76923px rgba(163, 163, 163, 0.25), inset 2px 4px 15px rgba(1, 1, 1, 0.2), inset 0px -2px 5px rgba(255, 243, 229, 0.2), inset 0px 1px 1.19231px rgba(92, 66, 43, 0.7), inset 1.66923px 0px 1.19231px rgba(162, 155, 148, 0.25);
}

.content-block-guide-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding: 0 100px;
}

.content-block-guide-1-img {
    width: 100%;
    max-width: 378px;
    height: 100%;
}

.content-block-guide-1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-block-guide-1-text {
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.content-block-guide-1-text-title {
    width: 100%;
    text-align: left;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 63px;
    color: #28508B;
}

.content-block-guide-1-text-container {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-block-guide-1-description {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-transform: lowercase;
    color: #28508B;
}

.content-block-guide-1-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #74756B;
    text-decoration: none;
    transition: all 300ms;
}

.content-block-guide-1-button img {
    transition: all 600ms;
}

.content-block-guide-1-button:hover {
    font-weight: 500;
}

.content-block-guide-1-button:hover img {
    transform: scale(2);
}

.content-block-guide-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.content-block-guide-2-line-1 {
    width: 100%;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-guide-2-line-2 {
    padding-left: 15%;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-guide-2-button {
    position: absolute;
    top: 35px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 238px;
    height: 58px;
    gap: 10px;
    font-family: 'Jost';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--header-nav-color);
    background: var(--header-nav-bg);
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
    text-decoration: none;
}

.content-block-guide-2-button:hover {
    box-shadow: -2px -3px 4px rgba(255, 255, 255, 0.4), 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.content-block-guide-2-button:active {
    background: #E4DDD3;
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -2px 2px rgba(163, 163, 163, 0.25), inset 0px -2px 6px rgba(255, 255, 255, 0.3), inset 2px 4px 15px rgba(136, 136, 136, 0.2), inset 0px 1px 1px rgba(162, 155, 148, 0.7), inset 1px 0px 1px rgba(162, 155, 148, 0.25);
}

.content-block-guide-3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 100px;
}

.content-block-guide-3-left-img {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 14;
    width: 100%;
    height: 100%;
}

.content-block-guide-3-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-block-guide-3-right-img {
    grid-column-start: 10;
    grid-column-end: 14;
    grid-row-start: 1;
    grid-row-end: 8;
    width: 100%;
    height: 100%;
}

.content-block-guide-3-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-block-guide-3-content {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 12;
    grid-row-end: 14;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
    padding: 0 0 0 80px;
}

.content-block-guide-3-content h2 {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 63px;
	text-transform: capitalize;
    color: #28508B;
}

.content-block-guide-3-content p {
    width: 100%;
    max-width: 698px;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;   
}

.content-block-team {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.content-block-team-left {
    width: 40%;
    max-width: 513px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
}

.content-block-team-left-title {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-team-left-description {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
}

.content-block-team-right {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.content-block-team-right-artist {
    width: calc((100% - 40px) / 3);
    max-width: 366px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-block-team-right-artist-img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.content-block-team-right-artist-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-block-team-right-artist-name {
    font-family: 'Martel Sans';
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    color: #28508B;
    text-transform: uppercase;
}

.content-block-team-right-artist-content {
    display: flex;
    justify-content: space-between;
}

.content-block-team-right-artist-content-left ul {
    list-style: none;
    list-style-position: inside;
}

.content-block-team-right-artist-content-left ul li {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #28508B;
}

.content-block-team-right-artist-content-right p {
    width: 100%;
    max-width: 129px;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 200;
    font-size: 12px;
    line-height: 16px;
    color: #74756B;
}

.content-block-feedback {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
}

.content-block-feedback-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-block-feedback-header-title {
    width: 100%;
    max-width: 554px;
    text-align: center;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    color: #28508B;
    text-transform: uppercase;
}

.content-block-feedback-header-text {
    text-align: center;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #3A4453;
}

.content-block-feedback-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-block-feedback-content-item {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #C6C6C6;
}

.content-block-feedback-content-item:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.content-block-feedback-content-item-left-number {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
}

.content-block-feedback-content-item-left-text {
    margin-right: auto;
    margin-left: 200px;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #74756B;
}

.content-block-feedback-content-item-right {
    width: 100%;
    max-width: 219px;
    font-family: 'Jost';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #AAAAAA;
}

.content-block-merch {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 100px;
}

.content-block-merch-title {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 78px;
    line-height: 105px;
    color: #28508B;
}

.content-block-merch a {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
}

.content-block-merch-img-left {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 10;
    width: 100%;
    max-width: 476px;
    height: 100%;
    position: relative;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    /* filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.15)); */
}

.content-block-merch-img-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.content-block-merch-img-right {
    grid-column-start: 8;
    grid-column-end: 12;
    grid-row-start: 2;
    grid-row-end: 8;
    width: 100%;
    max-width: 476px;
    height: 100%;
    position: relative;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    /* filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.15)); */
    margin-left: 20px;
}

.content-block-merch-img-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.content-block-merch-img-filter {
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.15);
    object-fit: cover !important;
}

.content-block-merch-text {
    width: 100%;
    max-width: 476px;
    grid-column-start: 8;
    grid-column-end: 12;
    grid-row-start: 9;
    grid-row-end: 9;
    display: flex;
    align-items: flex-end;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
    margin-left: 20px;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #555555;
    background: #282827;
}

.footer-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 100px;
    border-bottom: 1px solid #393939;
}

.footer-top-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-top-left-img{
    width: 100%;
    max-width: 83px;
    height: auto;
}

.footer-top-left-text {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #555555;
}

.footer-top-right {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
}

.footer-middle {
    width: 100%;
    max-width: 1376px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}

.footer-middle-left {
    width: 100%;
    max-width: 376px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-middle-left-title {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #544F4C;
}

.footer-middle-left-text {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8E8E8E;
}

.footer-middle-right {
    width: 100%;
    max-width: 850px;
    display: flex;
    justify-content: space-between;
}

.footer-middle-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-middle-right-nav-title,
.footer-middle-right-hours-title,
.footer-middle-right-contact-title {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #544F4C;
}

.footer-middle-right-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-middle-right-nav-links ul {
    list-style-position: inside;
    list-style-type: none;
}

.footer-middle-right-nav-links ul li {
    margin-bottom: 20px;
}

.footer-middle-right-nav-links ul li:last-child {
    margin-bottom: 30px;
}

.footer-middle-right-nav-links ul li a {
    text-decoration: none;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8E8E8E;
    transition: all 300ms;
}

.footer-middle-right-nav-links ul li a:hover {
    font-weight: 700;
}

.footer-middle-right-nav-order {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #AE8669;
    transition: all 300ms;
}

.footer-middle-right-nav-order:hover {
    font-weight: 500;
    color: #A08B75;
}

.footer-middle-right-hours {
    width: 100%;
    max-width: 244px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-middle-right-hours-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-middle-right-hours-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-middle-right-hours-item-day {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #555555;
}

.footer-middle-right-hours-item-time {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #AAAAAA;
}

.footer-middle-right-contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-middle-right-contact-text ul {
    list-style-position: inside;
    list-style-type: none;
}

.footer-middle-right-contact-text ul li {
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8E8E8E;
    transition: all 300ms;
}

.footer-middle-right-contact-text ul li:last-child {
    margin-bottom: 30px;
}

.footer-middle-right-contact-inst {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #AE8669;
    transition: all 300ms;
}

.footer-middle-right-contact-inst:hover {
    font-weight: 500;
    color: #A08B75;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 100px;
    border-top: 1px solid #393939;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
}

.footer-bottom a {
    text-decoration: none;
    color: #555555;
    transition: all 300ms;
}

.footer-bottom a:hover {
    font-weight: 700;
}

.hero-block-team {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 150px;
    padding: 150px 100px 0 100px;
}

.meta-text {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B4ADA3;
}

.hero-block-team-left {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    flex: 1;
}

.hero-block-team-left-title {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.hero-block-team-right {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    flex: 1;
}

.hero-block-team-hr {
    border: none;
    background-color: #B4ADA3;
    height: 1px;
}

.hero-block-team-right-text {
    font-family: 'Nunito';
    font-weight: 400px;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.hero-block-team-right-info {
    display: flex;
    gap: 75px;
}

.hero-block-team-right-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-block-team-right-info-item-title {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 78px;
    color: #28508B;
}

.hero-block-team-right-info-item-text {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #B4ADA3;
}

.content-team-left {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.content-team-left-author {
    display: flex;
    gap: 60px;
}

.content-team-left-author-img {
    width: 100%;
    max-width: 366px;
    height: 100%;
}

.content-team-left-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-team-left-author-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-team-left-author-content-name {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    color: #28508B;
    text-transform: uppercase;
}

.content-team-left-author-content-title {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3A4453;
}

.content-team-left-author-content-text {
    width: 100%;
    max-width: 625px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 24px;
    color: #28508B;
}

.content-team-left-author-content-hr {
    border: none;
    background-color: #E4DDD3;
    height: 0.5px;
}

.content-team-left-author-content-items {
    display: flex;
    gap: 10px;
}

.content-team-left-author-content-items div {
    padding: 5px 20px;
    background: #F6F4F0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), -2px -3px 4px rgba(255, 255, 255, 0.35);
    border-radius: 22px;
    font-family: 'Jost';
    font-size: 12px;
    line-height: 17px;
    color: #B4ADA3;
}

.content-team-right {
    display: flex;
    flex-direction: column;
    gap: 100px;
    background: #EDE9E0;
    padding: 150px 60px;
}

.content-team-right-author {
    display: flex;
    gap: 60px;
}

.content-team-right-author-img {
    width: 100%;
    max-width: 366px;
    height: 100%;
}

.content-team-right-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-team-right-author-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-team-right-author-content-name {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    color: #28508B;
    text-transform: uppercase;
}

.content-team-right-author-content-title {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3A4453;
}

.content-team-right-author-content-text {
    width: 100%;
    max-width: 625px;
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 24px;
    color: #28508B;
}

.content-team-right-author-content-hr {
    border: none;
    background-color: #E4DDD3;
    height: 0.5px;
}

.content-team-right-author-content-items {
    display: flex;
    gap: 10px;
}

.content-team-right-author-content-items div {
    padding: 5px 20px;
    background: #F6F4F0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), -2px -3px 4px rgba(255, 255, 255, 0.35);
    border-radius: 22px;
    font-family: 'Jost';
    font-size: 12px;
    line-height: 17px;
    color: #B4ADA3;
}


.hero-block-about {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 150px;
    padding: 150px 100px 0 100px;
}

.hero-block-about-left {
    width: 100%;
    max-width: 608px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    flex: 1;
}

.hero-block-about-left-title {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.hero-block-about-right {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
    flex: 1;
}

.hero-block-about-right-text {
    font-family: 'Nunito';
    font-weight: 400px;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.content-philosophy {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 256px;
}

.content-philosophy-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.content-philosophy-top-title {
    width: 50%;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 103px;
    line-height: 136px;
    text-transform: uppercase;
    color: #28508B;
}

.content-philosophy-top-img {
    width: 50%;
    height: auto;
}

.content-philosophy-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-philosophy-middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.content-philosophy-middle-item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.content-philosophy-middle-item-tag {
    white-space: nowrap;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #B4ADA3;
}

.content-philosophy-middle-item-content {
    width: 100%;
    max-width: 608px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-philosophy-middle-item-title {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #28508B;
    text-transform: uppercase;
}

.content-philosophy-middle-item-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.content-philosophy-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.content-philosophy-bottom-img {
    width: 50%;
    height: auto;
}

.content-philosophy-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-philosophy-bottom-item {
    width: 50%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 50px;
}

.content-philosophy-bottom-item-tag {
    white-space: nowrap;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #B4ADA3;
}

.content-philosophy-bottom-item-content {
    width: 100%;
    max-width: 608px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-philosophy-bottom-item-title {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #28508B;
    text-transform: uppercase;
}

.content-philosophy-bottom-item-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.content-journey {
    display: flex;
    gap:50px;
    justify-content: space-between;
    align-items: flex-end;
}

.content-journey-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-journey-left-title {
    max-width: 254px;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 56px;
    line-height: 59px;
    text-transform: uppercase;
    color: #28508B;
}

.content-journey-left-text {
    max-width: 404px;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.content-journey-left-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 238px;
    height: 58px;
    gap: 10px;
    font-family: 'Jost';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--header-nav-color);
    background: var(--header-nav-bg);
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    border-radius: 31px;
    transition: all 300ms;
    text-decoration: none;
}

.content-journey-left-button:hover {
    box-shadow: -2px -3px 4px rgba(255, 255, 255, 0.4), 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.content-journey-left-button:active {
    background: #E4DDD3;
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -2px 2px rgba(163, 163, 163, 0.25), inset 0px -2px 6px rgba(255, 255, 255, 0.3), inset 2px 4px 15px rgba(136, 136, 136, 0.2), inset 0px 1px 1px rgba(162, 155, 148, 0.7), inset 1px 0px 1px rgba(162, 155, 148, 0.25);
}

.content-journey-right {
    width: 100%;
    max-width: 1104px;
    display: flex;
    flex-wrap: wrap;
}

.content-journey-right-item {
    width: calc(100%/2);
    max-width: 552px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    padding: 200px 50px 20px 50px;
    border-bottom: 0.5px solid #28508B;
}

.content-journey-right-item:nth-child(odd) {
    border-right: 0.5px solid #28508B;
}

.content-journey-right-item-content {
    max-width: 352px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-journey-right-item-title {
    font-family: 'Martel Sans';
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #28508B;
}

.content-journey-right-item-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #3A4453;
}

.content-journey-right-item-number {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 128px;
    line-height: 120px;
    color: #28508B;
}

.content-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content-not-found-title {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    font-size: 300px;
    color: #28508B;
    margin-bottom: 30px;
}

.content-not-found-text {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #28508B;
    margin-bottom: 30px;
}

.content-not-found-second-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #28508B;
}

.content-not-found-img {
    width: 100%;
    max-width: 486px;
    height: 100%;
    margin: 100px 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    overflow: hidden;
}

.content-not-found-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-block-post {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 150px 100px 0 100px;
    gap: 150px;
}

.hero-block-post-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-block-post-left-title {
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 78px;
    line-height: 105px;
    color: #28508B;
}

.hero-block-post-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-block-post-right-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #28508B;
}

.content-merch-post {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-merch-post-items {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.content-merch-post-item {
    width: calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-merch-post-item-img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.content-merch-post-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.content-merch-post-item-content {
    display: flex;
    justify-content: space-between;
}

.content-merch-post-item-content-left-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #28508B;
}

.content-merch-post-item-content-left-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
    margin-top: 10px;
}

.post-content-first-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.post-content-first-type-content {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.post-content-first-type-content-title {
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #28508B;
}

.post-content-first-type-content-items {
    display: flex;
    flex-direction: column;
}

.post-content-first-type-content-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 45px 0;
    border-top: 1px solid #C6C6C6;
}

.post-content-first-type-content-item:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.post-content-first-type-content-item-number {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
}

.post-content-first-type-content-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-content-first-type-content-item-content-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #28508B;
}

.post-content-first-type-content-item-content-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
}

.post-content-first-type-number {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-content-first-type-number-title {
    max-width: 366px;
    font-family: 'Martel Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 186px;
    line-height: 120px;
    color: #E4DDD3;
}

.post-content-first-type-number-text {
    max-width: 366px;
    padding-left: 15px;
    border-left: 1px solid #E3E3E3;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #B4ADA3;
}

.left {
    order: 1;
}

.right {
    order: 2;
}

.post-content-banner {
    width: 100%;
    height: 100%;
    max-height: 430px;
    overflow: hidden;
}

.post-content-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content-cta-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
}

.post-content-cta-text-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #AAAAAA;
}

.post-content-cta-text-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
}

.post-content-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.post-content-list-left,
.post-content-list-right {
    width: 100%;
    max-width: 800px;
}

.post-content-list-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #C6C6C6;
}

.post-content-list-item:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.post-content-list-number {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #AAAAAA;
}

.post-content-list-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-content-list-content-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #28508B;
}

.post-content-list-content-text {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #28508B;
}

.content-cta-half {
	width: 100%;
	max-width: 845px;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #74756B;	
}

.content-cta-half p {
	margin-bottom: 10px;
}

.content-cta-half a {
	font-style: normal;
	color: #74756B;	
}

.add-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    color: #274f88;
}

.wh {
    width: 100%;
    max-width: 725px;
}

.add-container .content-block-portfolio {
    margin-top: 100px;
}




































@media (max-width: 1900px) {
    .content-block-merch-title {
        font-size: 62px;
        line-height: 80px;
    }
}

@media (max-width: 1680px) {
    .content-block-merch-img-left {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 10;
    }
    .content-block-merch-img-right {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 2;
        grid-row-end: 8;
    }
    .content-block-merch-text {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 9;
        grid-row-end: 9;
    }
    .content-journey-right-item {
        padding: 100px 30px 20px 30px;
    }
}





@media (max-width: 1500px) {
    h1 {
        font-size: 82px;
        line-height: 108px;
    }
    h2 {
        font-size: 44px;
        line-height: 57px;
    }
    h3 {
        font-size: 36px;
        line-height: 36px;
    }
    h4 {
        font-size: 30px;
        line-height: 42px;
    }
    h5 {
        font-size: 24px;
        line-height: 36px;
    }
    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    header {
        padding: 20px 60px;
    }
    .hero-block-top {
        padding: 75px 60px 0 60px;
    }
    .hero-block-bottom {
        padding: 0 60px;
    }
    .hero-block-bottom-right-title {
        font-size: 36px;
        line-height: 45px;
    }
    .content-block {
        padding: 160px 60px;
        gap: 160px;
    }
    .content-block-cta-1 h2 {
        font-size: 82px;
        line-height: 108px;
    }
    .content-block-main-cta-title {
        font-size: 36px;
        line-height: 46px;
    }
    .content-block-main-cta-description {
        font-size: 18px;
        line-height: 25px;
    }
    .content-block-main-cta-button {
        min-width: 463px;
        font-size: 24px;
    }
    .content-block-guide-1 {
        gap: 80px;
        padding: 0 60px;
    }
    .content-block-guide-1-text {
        max-width: 724px;
    }
    .content-block-guide-1-text-title {
        font-size: 44px;
        line-height: 57px;
        color: #28508B;
    }
    .content-block-guide-1-text-container {
        max-width: 505px;
    }
    .content-block-guide-2-line-1,
    .content-block-guide-2-line-2 {
        font-size: 82px;
        line-height: 108px;
    }
    .content-block-guide-3-content {
        padding: 0 0 0 35px;
    }
    .content-block-guide-3-content h2 {
        font-size: 44px;
        line-height: 57px;
    }
    .content-block-team-left {
        gap: 20px;
    }
    .content-block-team-left-title {
        font-size: 44px;
        line-height: 57px;
    }
    .content-block-team-right {
        gap: 10px;
    }
    .content-block-team-right-artist {
        width: calc((100% - 20px) / 3);
    }
    .content-block-team-right-artist-name {
        font-size: 36px;
        line-height: 46px;
    }
    .content-block-feedback {
        gap: 100px;
    }
    .content-block-feedback-header-title {
        font-size: 44px;
        line-height: 57px;
    }
    .content-block-feedback-content-item-right {
        max-width: 150px;
    }
    .content-block-merch-title {
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 43px;
        line-height: 120%;
    }
    .content-block-merch a {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    .content-block-merch-img-left {
        grid-column-start: 3;
        grid-column-end: 7;
        grid-row-start: 4;
        grid-row-end: 10;
    }
    .content-block-merch-img-right {
        grid-column-start: 8;
        grid-column-end: 12;
        grid-row-start: 3;
        grid-row-end: 9;
    }
    .content-block-merch-text {
        grid-column-start: 8;
        grid-column-end: 12;
        grid-row-start: 9;
        grid-row-end: 10;
    }
    .footer-top,
    .footer-bottom {
        padding: 50px 60px;
    }
    .footer-middle {
        padding: 100px 60px;
    }
    .hero-block-team,
    .hero-block-about {
        padding: 150px 60px 0 60px;
    }
    .hero-block-team-left-title,
    .hero-block-team-about-title {
        font-size: 82px;
        line-height: 108px;
    }
    .content-team-left-author-content-name,
    .content-team-right-author-content-name {
        font-size: 44px;
        line-height: 57px;
    }
    .content-team-left-author-content-title ,
    .content-team-right-author-content-title {
        font-size: 18px;
        line-height: 25px;
    }
    .content-philosophy-top-title {
        font-size: 82px;
        line-height: 108px;
    }
    .content-philosophy-middle-item-content {
        max-width: 484px;
    }
    .content-philosophy-bottom-item-content {
        max-width: 484px;
    }
    .content-philosophy-middle-item-title,
    .content-philosophy-middle-item-text,
    .content-philosophy-bottom-item-title,
    .content-philosophy-bottom-item-text,
    .content-philosophy-middle-item-tag,
    .content-philosophy-bottom-item-tag {
        font-size: 16px;
        line-height: 24px;
    }
    .content-journey-left-title {
        font-size: 44px;
        line-height: 57px;
    }
    .content-journey-right-item-title {
        font-size: 36px;
        line-height: 46px;
    }
    .content-journey-right-item-number {
        font-size: 117px;
        line-height: normal;
    }
    .content-not-found-title {
        font-size: 255px;
    }
    .content-not-found-text {
        font-size: 36px;
        line-height: 46px;
    }
    .hero-block-post {
        padding: 150px 60px 0 60px;
    }
    .hero-block-post-left-title {
        font-size: 62px;
        line-height: 80px;
    }
    .content-merch-post-item-content-left-title {
        font-size: 16px;
        line-height: 24px;
    }
    .post-content-first-type-content-title {
        font-size: 36px;
        line-height: 46px;
    }
    .post-content-first-type-content-item-content-title {
        font-size: 16px;
        line-height: 24px;
    }
    .post-content-first-type-number-title {
        font-size: 140px;
    }
    .post-content-list-content-title {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-block-about-left-title {
        font-size: 82px;
        line-height: 108px;
    }
}








@media (max-width: 1280px) {
    .content-block-about-top-img {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .content-block-about-top-content {
        grid-column-start: 4;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .content-block-about-top-content p {
        max-width: 75%;
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
    }
    .content-block-about-bottom-content-left {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 4;
        grid-row-end: 10;
        display: flex;
        align-items: center;
        padding: 0 0 0 30px;
    }
    .content-block-about-bottom-content-left p {
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
    }
    .content-block-about-bottom-content-badge {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 11;
        grid-row-end: 15;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-block-about-bottom-content-img {
        grid-column-start: 4;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 10;
    }
    .content-block-about-bottom-content-img h2 {
        top: -30px;
        right: -235px;
        max-width: 273px;
        font-weight: 600;
        font-size: 25px;
        line-height: 120%;
    }
    .content-block-about-bottom-content-right{
        grid-column-start: 6;
        grid-column-end: 13;
        grid-row-start: 11;
        grid-row-end: 15;
        padding: 0;
    }
    .content-block-team {
        flex-direction: column;
    }
    .content-block-team-left {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .content-block-team-left-description {
        max-width: 398px;
    }
    .content-block-feedback-content-item {
        flex-wrap: wrap;
        align-content: center;
        gap: 27px;
        padding: 10px 0 20px 0;
    }
    .content-block-feedback-content-item-left-number {
        order: 1;
    }
    .content-block-feedback-content-item-left-text {
        order: 3;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .content-block-feedback-content-item-right {
        order: 2;
        max-width: fit-content;
    }
    .content-block-merch-img-left {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 10;
    }
    .content-block-merch-img-right {
        grid-column-start: 7;
        grid-column-end: 11;
        grid-row-start: 3;
        grid-row-end: 8;
    }
    .content-block-merch-text {
        grid-column-start: 7;
        grid-column-end: 11;
        grid-row-start: 9;
        grid-row-end: 10;
    }
    .content-journey {
        flex-direction: column;
        align-items: flex-start;
    }
}




@media (max-width: 1200px) {
    header {
        padding: 20px 50px;
    }
    .hero-block-container {
        padding: 100px 50px;
    }
    .header-nav {
        display: none;
        position: absolute;
        top: 92px;
        left: 0;
        width: 100%;
        max-width: none;
        background-color: var(--header-nav-bg);
    }
    .header-nav-list {
        flex-direction: column;
    }
    .header-nav-list li {
        padding: 30px 50px;
        border-bottom: 0.3px solid #E3E3E3;
    }
    .header-buttons-booking {
        display: none;
    }
    .header-burger {
        display: flex;
    }
    .header-nav.nav--open {
        display: block;
    }
    .booking-button-mob {
        display: flex;
        padding: 30px 50px;
    }
    .header-burger span {
      transition: all 300ms;
      transform-origin: center;
    }
    .header-burger.burger--open span:nth-child(1) {
      transform: translateY(9px) rotate(45deg);
    }
    .header-burger.burger--open span:nth-child(2) {
      opacity: 0;
    }
    .header-burger.burger--open span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }
    .content-block-cta-1 h2 {
        font-size: 56px;
        line-height: 120%;
        max-width: 306px;
    }
    .content-block-cta-1 p {
        max-width: 318px;
    }
    .content-block-guide-1 {
        gap: 50px;
        padding: 0;
    }
    .content-block-guide-1-img {
        max-width: 237px;
    }
    .content-block-guide-1-text-title {
        font-size: 31px;
        line-height: 120%;
    }
    .content-block-guide-1-text-container {
        max-width: 490px;
    }
    .content-block-guide-1-description {
        font-size: 16px;
        line-height: 18px;
    }
    .content-block-guide-1-button {
        font-size: 14px;
        line-height: 20px;
    }
    .content-block-guide-3-content {
        padding: 0 0 0 20px;
    }
    .content-block-guide-3-content h2 {
        font-size: 31px;
        line-height: 120%;
    }
    .content-block-guide-3-left-img {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 12;
    }
    .content-block-guide-3-right-img {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 6;
    }
    .content-block-guide-3-content {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 10;
        grid-row-end: 12;
    }
    .footer-middle {
        flex-direction: column;
        gap: 50px;
    }
    .footer-middle-left {
        align-items: center;
        text-align: center;
    }
    .footer-middle-right {
        max-width: 100%;
    }
    .hero-block-team,
    .hero-block-about {
        flex-direction: column;
        gap: 100px;
        padding: 100px 60px 0 60px;
    }
    .hero-block-team-right,
    .hero-block-about-right {
        max-width: 100%;
    }
    .content-philosophy-top-title {
        font-size: 56px;
        line-height: 120%;
    }
    .content-merch-post-item {
        width: calc((100% - 30px) / 2);
    }
}






@media (max-width: 960px) {
    .content-block-about-top-img {
        grid-column-start: 8;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .content-block-about-top-content {
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 4;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 0 30px 0 0;
    }
    .content-block-about-top-content p {
        max-width: 100%;        
    }
    .content-block-about-bottom-content-left {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 5;
        grid-row-end: 9;
        display: flex;
        align-items: center;
        padding: 0 0 0 30px;
    }
    .content-block-about-bottom-content-left p {
        max-width: 100%;
    }
    .content-block-about-bottom-content-badge {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 9;
        grid-row-end: 11;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-block-about-bottom-content-badge img {
        width: 50%;
        height: auto;
    }
    .content-block-about-bottom-content-img {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 5;
        grid-row-end: 10;
    }
    .content-block-about-bottom-content-img h2 {
        top: -30px;
        right: -235px;
        max-width: 273px;
        font-weight: 600;
        font-size: 25px;
        line-height: 120%;
    }
    .content-block-about-bottom-content-right{
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 11;
        grid-row-end: 15;
        padding: 0;
    }
    .content-block-guide-2-line-1,
    .content-block-guide-2-line-2 {
        font-size: 56px;
        line-height: 120%;
    }
    .content-block-guide-2-button {
        top: 5px;
        right: 0;
    }
    .content-block-guide-3-left-img {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 9;
    }
    .content-block-guide-3-right-img {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .content-block-guide-3-content {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 7;
        grid-row-end: 9;
    }
    .content-block-team-right-artist-content-right p {
        max-width: 100px;
    }
    .content-block-merch-title {
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .content-block-merch-img-left {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 6;
        grid-row-end: 9;
    }
    .content-block-merch-img-right {
        grid-column-start: 7;
        grid-column-end: 11;
        grid-row-start: 3;
        grid-row-end: 6;
    }
    .content-block-merch-text {
        grid-column-start: 7;
        grid-column-end: 12;
        grid-row-start: 8;
        grid-row-end: 9;
    }
    .content-team-right {
        padding: 150px 30px;
    }
    .content-team-left-author,
    .content-team-right-author {
        gap: 30px;
    }
    .content-team-left-author-img,
    .content-team-right-author-img {
        max-width: 233px;
    }
    .content-philosophy {
        gap: 0px;
    }
    .content-philosophy-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 100px;
    }
    .content-philosophy-top-img {
        order: 1;
        width: 100%;
    }
    .content-philosophy-top-title {
        order: 2;
    }
    .content-philosophy-middle {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .content-philosophy-middle-item {
        width: 100%;
    }
    .content-philosophy-bottom {
        flex-direction: column;
        gap: 100px;
    }
    .content-philosophy-bottom-item {
        order: 1;
        width: 100%;
    }
    .content-philosophy-bottom-img {
        order: 2;
        width: 100%;
    }
    .content-philosophy-middle-item-tag,
    .content-philosophy-bottom-item-tag {
        min-width: 82px;
    }
    .content-journey-right-item {
        padding: 50px 20px 20px 20px;
    }
    .content-journey-left-title {
        font-size: 30px;
        line-height: 120%;
    }
    .content-journey-right-item {
        gap: 20px;
    }
    .content-journey-right-item-title {
        font-size: 25px;
        line-height: 120%;
    }
    
    .content-journey-right-item-number {
        font-size: 86px;
    }
    .hero-block-post {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 80px 60px 0 60px;
    }
    .hero-block-post-left,
    .hero-block-post-right {
        width: 100%;
    }
    .post-content-first-type {
        flex-direction: column;
        gap: 100px;
    }
    .post-content-first-type-number-title {
        max-width: 750px;
        text-align: center;
    }
    .post-content-first-type-number-text {
        max-width: 750px;
    }
}



@media (max-width: 768px) {
    h1 {
        font-size: 56px;
        line-height: 120%;
    }
    h2 {
        font-size: 30px;
        line-height: 120%;
    }
    h3 {
        font-size: 26px;
        line-height: 120%;
    }
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
    h6 {
        font-size: 16px;
        line-height: 20px;
    }
    header {
        padding: 20px 20px;
    }
    .hero-block-top {
        padding: 35px 20px 0 20px;
    }
    .hero-block-bottom {
        padding: 0 20px;
    }
    .hero-block-top-left,
    .hero-block-top-right {
        font-size: 14px;
        line-height: 140%;
    }
    .hero-block-bottom-left {
        font-size: 14px;
        line-height: 14px;
    }
    .hero-block-bottom-right-title {
        font-size: 25px;
        line-height: 120%;
    }
    .hero-block-bottom-right-content {
        font-size: 16px;
        line-height: 150%;
    }
    .content-block {
        padding: 100px 20px;
        gap: 100px;
    }
    .content-block-about-bottom-content-img h2 {
        max-width: 160px;
        top: -25px;
        right: -135px;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
    }
    .content-block-cta-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .content-block-cta-1 h2 {
        max-width: 201px;
        font-size: 36px;
        line-height: 47px;
    }
    .content-block-cta-1 p {
        max-width: 100%;
    }
    .content-block-main-cta-title {
        font-size: 25px;
        line-height: 120%;
    }
    .content-block-main-cta-description {
        font-size: 16px;
        line-height: 150%;
    }
    .content-block-main-cta-button {
        min-width: 354px;
        font-size: 19px;
    }
    .content-block-guide-1-text-container {
        max-width: 287px;
    }
    .content-block-guide-3-content h2 {
        font-size: 19px;
        line-height: 25px;
    }
    .content-block-feedback {
        gap: 80px;
    }
    .content-block-merch-title {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .content-block-merch-img-left {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 8;
    }
    .content-block-merch-img-right {
        grid-column-start: 7;
        grid-column-end: 11;
        grid-row-start: 3;
        grid-row-end: 6;
    }
    .content-block-merch-text {
        grid-column-start: 7;
        grid-column-end: 12;
        grid-row-start: 7;
        grid-row-end: 8;
    }
    .hero-block-team,
    .hero-block-about {
        padding: 100px 20px 0 20px;
    }
    .meta-text {
        font-size: 14px;
        line-height: 20px;
    }
    .hero-block-team-left-title,
    .hero-block-about-left-title {
        font-size: 56px;
        line-height: 120%;
        max-width: 236px;
    }
    .hero-block-team-right-text,
    .hero-block-about-right-text {
        font-size: 16px;
        line-height: 150%;
    }
    .hero-block-team-right-info-item-title {
        font-size: 41px;
        line-height: 130%;
    }
    .hero-block-team-right-info {
        gap: unset;
        justify-content: space-between;
    }
    .content-team-right {
        padding: 100px 30px;
    }
    .content-not-found-title {
        font-size: 185px;
    }
    .content-not-found-text {
        font-size: 25px;
        line-height: 120%;
    }
    .content-not-found-img {
        margin: 80px 0;
    }
    .content-not-found-second-text {
        font-size: 16px;
        line-height: 150%;
    }
    .hero-block-post {
        padding: 80px 20px 0 20px;
    }
    .hero-block-post-left-title {
        font-size: 43px;
        line-height: 120%;
    }
    .hero-block-post-right-text {
        font-size: 16px;
        line-height: 18px;
    }
    .post-content-first-type-content-title {
        font-size: 25px;
        line-height: 120%;
    }
    .post-content-first-type-content-item-content-title {
        font-size: 16px;
        line-height: 24px;
    }
    .post-content-first-type-number-title {
        font-size: 75px;
        line-height: 120%;
    }
    .post-content-list {
        flex-direction: column;
        gap: 0;
    }
    .post-content-list-left .post-content-list-item:last-child {
        border-bottom: none;
    }
}






@media (max-width: 740px) {
    .footer-middle {
        align-items: flex-start;
    }
    .footer-middle-left {
        align-items: flex-start;
        text-align: left;
    }
    .footer-middle-right {
        flex-wrap: wrap;
        gap: 50px;
    }
    .footer-middle-right-hours {
        order: 1;
        max-width: 100%;
    }
    .footer-middle-right-contact {
        order: 2;
    }
    .footer-middle-right-nav {
        order: 3;
    }
    .footer-bottom {
        gap: 20px;
    }
    .hero-block-team {
        padding: 80px 20px 0 20px;
    }
    .content-team-left-author,
    .content-team-right-author {
        flex-direction: column;
    }
    .content-team-left-author-img,
    .content-team-right-author-img {
        max-width: 100%;
    }
    .content-team-left-author-content-text,
    .content-team-right-author-content-text {
        max-width: 100%;
    }
    .content-team-right-author-content {
        order: 2;
    }
    .content-team-right-author-img {
        order: 1;
    }
    .content-journey-right {
        flex-direction: column;
    }
    .content-journey-right-item {
        width: 100%;
        max-width: 100%;
    }
    .content-journey-right-item:nth-child(even) {
        border-right: 0.5px solid #28508B;
    }
}


@media (max-width: 680px) {
    .hero-block-top-left,
    .hero-block-top-right {
        width: 100%;
        font-size: 12px;
        line-height: 17px;
    }
    .hero-block-top-right {
        text-align: right;
    }
    .hero-block-bottom {
        justify-content: center;
    }
    .hero-block-bottom-left {
        display: none;
    }
    .hero-block-bottom-right {
        width: 100%;
        align-items: center;
        text-align: center;

    }
    .hero-block-bottom-right-title {
        font-size: 16px;
        line-height: 23px;
        max-width: 266px;
    }
    .hero-block-bottom-right-content {
        font-size: 14px;
        line-height: 19px;
        max-width: 335px;
    }
    .content-block-guide-1 {
        flex-direction: column;
    }
    .content-block-guide-1-img {
        max-width: 100%;
    }
    .content-block-guide-1-text-container {
        max-width: 450px;
    }
    .content-block-guide-2 {
        align-items: flex-start;
    }
    .content-block-guide-2-line-1,
    .content-block-guide-2-line-2 {
        font-size: 36px;
        line-height: 47px;
    }
    .content-block-guide-2-line-2 {
        padding: 0;
        max-width: 335px;
    }
    .content-block-guide-2-button {
        top: auto;
        bottom: 0;
        right: 0;
    }
    .content-block-guide-3-left-img {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 8;
    }
    .content-block-guide-3-right-img {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .content-block-guide-3-content {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 6;
        grid-row-end: 8;
    }
    .content-block-team-left {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content-block-team-left-description {
        max-width: 100%;
    }
    .content-block-team-right {
        flex-direction: column;
        gap: 80px;
    }
    .content-block-team-right-artist {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .content-block-team-right-artist-img {
        max-height: 100%;
    }
    .content-block-team-right-artist-content {
        flex-direction: column;
    }
    .content-block-team-right-artist-content-left {
        order: 2;
    }
    .content-block-team-right-artist-content-left ul {
        display: flex;
        gap: 10px;
    }
    .content-block-team-right-artist-content-right {
        order: 1;
    }
    .content-block-team-right-artist-content-right p {
        max-width: 100%;
    }
    .content-block-merch-title {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 27px;
        line-height: 39px;
    }
    .content-block-merch a {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    .content-block-merch-img-left {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 8;
    }
    .content-block-merch-img-right {
        grid-column-start: 7;
        grid-column-end: 12;
        grid-row-start: 3;
        grid-row-end: 6;
    }
    .content-block-merch-text {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 8;
        grid-row-end: 9;
        margin: 0;
    }
    .footer-top,
    .footer-bottom {
        padding: 50px 20px;
    }
    .footer-middle {
        padding: 100px 20px;
    }
    .post-content-cta-text {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 540px) {
    h1 {
        font-size: 36px;
        line-height: 47px;
    }
    h2 {
        font-size: 18px;
        line-height: 25px;
    }
    h3 {
        font-size: 16px;
        line-height: 23px;
    }
    h4 {
        font-size: 16px;
        line-height: 22px;
    }
    h5 {
        font-size: 16px;
        line-height: 18px;
    }
    h6 {
        font-size: 15px;
        line-height: 18px;
    }
    .content-block-about-top-img {
        grid-column-start: 8;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .content-block-about-top-content {
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 0 30px 0 0;
    }
    .content-block-about-top-content p {
        max-width: 100%;
        font-size: 15px;
    }
    .content-block-about-bottom-content-left {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 4;
        grid-row-end: 7;
        display: flex;
        align-items: center;
        padding: 0 0 0 30px;
    }
    .content-block-about-bottom-content-left p {
        max-width: 100%;
        font-size: 15px;
    }
    .content-block-about-bottom-content-badge {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 7;
        grid-row-end: 9;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-block-about-bottom-content-badge img {
        width: 50%;
        height: auto;
    }
    .content-block-about-bottom-content-img {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 4;
        grid-row-end: 8;
    }
    .content-block-about-bottom-content-img h2 {
        /* top: -30px;
        right: -175px; */
        /* max-width: 273px;
        font-weight: 600; */
    }
    .content-block-about-bottom-content-right{
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 9;
        grid-row-end: 13;
        padding: 0;
        font-size: 15px;
    }
    .content-block-guide-1-text-container {
        max-width: 287px;
    }
    .content-block-guide-3-left-img {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 7;
    }
    .content-block-guide-3-right-img {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 10;
        grid-row-end: 14;
    }
    .content-block-guide-3-content {
        grid-column-start: 1;
        grid-column-end: 13;
        grid-row-start: 7;
        grid-row-end: 10;
        padding: 0;
        justify-content: center;
    }
    .content-block-merch-img-left {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 7;
    }
    .content-block-merch-img-right {
        grid-column-start: 7;
        grid-column-end: 12;
        grid-row-start: 3;
        grid-row-end: 5;
    }
    .content-block-merch-text {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 7;
        grid-row-end: 8;
    }
    .footer-top {
        gap: 20px;
    }
    .footer-top-left {
        min-width: 130px;
    }
    .footer-top-right {
        max-width: 130px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .content-philosophy-middle-item,
    .content-philosophy-bottom-item {
        gap: 20px;
    }
    .content-not-found-title {
        font-size: 136px;
    }
    .content-not-found-text {
        font-size: 16px;
        line-height: 23px;
    }
    .content-not-found-img {
        max-width: 236px;
        margin: 50px 0;
    }
    .content-not-found-second-text {
        font-size: 16px;
        line-height: 23px;
    }
    .content-merch-post-item {
        width: 100%;
    }
    .post-content-list-content-title {
        font-size: 14px;
        line-height: 15px;
    }
    .content-block-main-cta-button {
        min-width: 196px;
        height: 43px;
        font-size: 16px;
    }
    .content-block-about-button,
    .content-block-guide-2-button {
        min-width: 163px;
        height: 50px;
    }
}



@media (max-width: 400px) {
    .content-block-guide-2-button {
        position: relative;
        margin-top: 20px;
    }
    .content-team-left-author-content-items,
    .content-team-right-author-content-items {
        flex-wrap: wrap;
    }
    .content-philosophy-top-title {
        font-size: 42px;
    }
}

.zori-form-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 40px;
    background: #F6F4F0;
    border-radius: 20px;
    box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.6), 4px 4px 15px rgba(95, 94, 94, 0.15);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #2b3a55;
}
 
.zori-form-eyebrow {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #28508B;
    margin-bottom: 30px;
}
 
.zori-form-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 24px 0;
    color: #28508B;
}
 
.zori-form-note {
    font-size: 13px;
    color: #28508B;
    margin-bottom: 30px;
    line-height: 1.5;
}
 
.zori-form-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
 
.zori-form-tag {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #B4ADA3;
    background: #F6F4F0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), -2px -3px 4px rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    padding: 6px 14px;
}
 
.zori-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
 
.zori-form-grid.zori-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
 
.zori-field {
    display: flex;
    flex-direction: column;
}
 
.zori-field label {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #A08B75;
    margin-bottom: 20px;
}
 
.zori-field input[type="text"],
.zori-field input[type="email"],
.zori-field input[type="tel"],
.zori-field textarea {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 14px 18px;
    font-size: 14px;
    background: #F6F4F0;
    box-shadow: -2px 3px 2px rgba(255, 255, 255, 0.16), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    color: #E4DDD3;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease;
}
 
.zori-field textarea {
    border-radius: 16px;
    resize: vertical;
    min-height: 90px;
}
 
.zori-field input:focus,
.zori-field textarea:focus {
    border: 1px solid #A08B75;
    box-shadow: none;
}
 
.zori-field input::placeholder,
.zori-field textarea::placeholder {
    color: #a8a49c;
}
 
.zori-upload {
    border: 1px dashed #cfcac2;
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    margin-bottom: 32px;
    cursor: pointer;
    position: relative;
}
 
.zori-upload:hover {
    border-color: #2b3a55;
}
 
.zori-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
 
.zori-upload-icon {
    font-size: 22px;
    margin-bottom: 12px;
    color: #A08B75;
}
 
.zori-upload-text {
    font-size: 13px;
    color: #A08B75;
}
 
.zori-upload-text a {
    color: #A08B75;
    text-decoration: underline;
}
 
.zori-upload-hint {
    font-size: 11px;
    color: #a8a49c;
    margin-top: 6px;
}
 
.zori-upload-filename {
    font-size: 12px;
    color: #2b3a55;
    margin-top: 10px;
    font-weight: 600;
}
 
.zori-form-actions {
    display: flex;
    justify-content: flex-end;
}
 
.zori-submit-btn {
    border: none;
    font-family: 'Jost';
    font-size: 12px;
    font-weight: 500;
    background: #F6F4F0;
    box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.16), 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px 4px 20px rgba(63, 35, 5, 0.1), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 1px 4px rgba(104, 91, 78, 0.13), inset 0px -0.5px 1px rgba(255, 255, 255, 0.25), inset 0px 0.5px 0.5px rgba(162, 155, 148, 0.7), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    color: #b4ada3;
    border-radius: 31px;
    padding: 14px 32px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 300ms;
}
 
.zori-submit-btn:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15), -1px -2px 4px rgba(255, 255, 255, 0.4);
}
 
.zori-form-message {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
}
 
.zori-form-message.success {
    background: #e5f3e8;
    color: #2c6b3f;
}
 
.zori-form-message.error {
    background: #f8e5e5;
    color: #a33a3a;
}
 
/* Honeypot — приховуємо поле від людей, боти все одно його "бачать" і заповнюють */
.zori-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
 
/* Адаптивність: планшет і мобільний */
@media (max-width: 768px) {
    .zori-form-wrap {
        padding: 32px 20px;
    }
 
    .zori-form-title {
        font-size: 30px;
    }
 
    .zori-form-grid,
    .zori-form-grid.zori-cols-3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
 
    .zori-form-actions {
        justify-content: stretch;
    }
 
    .zori-submit-btn {
        width: 100%;
    }
}

.zori-nl-wrap {
    font-family: 'Jost';
}

.zori-nl-text {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #8E8E8E;
}

.zori-nl-message {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 13px;
}

.zori-nl-message.success {
    background: rgba(120, 180, 130, 0.15);
    color: #9fd4a8;
}

.zori-nl-message.error {
    background: rgba(200, 120, 120, 0.15);
    color: #e0a3a3;
}

.zori-nl-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.zori-nl-input-wrap {
    flex: 1;
    position: relative;
}

.zori-nl-input-wrap input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 24px;
    padding: 16px 20px;
    font-size: 14px;
    font-family: inherit;
    background: #282827;
    border: 1px solid #393939;
    color: #d8d5cf;
    outline: none;
    box-shadow: inset -2px -2px 4px rgba(143, 143, 143, 0.1), inset 2px 2px 9px rgba(0, 0, 0, 0.75);
}

.zori-nl-input-wrap input[type="email"]::placeholder {
    color: #6b6862;
}

.zori-nl-submit-btn {
    flex-shrink: 0;
    border: none;
    border: 1px solid #F6F4F0;
    border-radius: 31px;
    padding: 16px 28px;
    font-size: 14px;
    font-family: inherit;
    color: #2b2926;
    background: #F6F4F0;
    box-shadow: 0px -1px 2px rgba(163, 163, 163, 0.25), inset 0px -1px 6px rgba(255, 255, 255, 0.4), inset 1px 2px 5px rgba(104, 91, 78, 0.13), inset 0px 1px 1px rgba(255, 255, 255, 0.5), inset 0.5px 0.5px 0.5px rgba(20, 20, 20, 0.5), inset 0.7px 0px 0.5px rgba(162, 155, 148, 0.25);
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.15s ease;
}

.zori-nl-submit-btn:hover {
    transform: translateY(-1px);
}

.zori-nl-submit-btn:active {
    transform: translateY(0);
}

/* Honeypot */
.zori-nl-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* Адаптивність */
@media (max-width: 480px) {
    .zori-nl-row {
        flex-direction: column;
    }

    .zori-nl-submit-btn {
        width: 100%;
    }
}