* {
  margin: 0;
  padding: 0;
  color: #212121;
  border: none;
}

a {
  color: #D4D4D4;
  text-decoration: none;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

body {
  /* font-family: "Helvetica Now Text", sans-serif; */
  font-weight: 100;
  font-size: 12px;
}

colors {
  --white: hsl(0,0%,100%);
  --green: hsl(153,74%,27%),
  --darkGrey: hsl(0,0%,13%),
  --black: hsl(0,0%,0%),
  --gold: hsl(41,57%,41%),
}

.global-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.background-image {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-image: url("../img/page-504-datejust_m126333-0010_portrait.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.push-block-image .background-image img {
  margin: 0px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0%;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
}

.push-block-image a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.push-block-image a img {
  transition: transform 0.5s linear 0s;

}

.section-container {
  margin: 0 auto;
  width: 100%;
}

.texts-block-image{
  display: flex;
  position: relative;
}

.block-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 10vw);
  margin: 10vw 5vw 0 5vw; 
  max-width: unset;
  color: hsl(0,0%,100%);
}

.header {
  position: absolute;
  height: 80px;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  backface-visibility: hidden;
  perspective: 1000px;
  background: transparent;
}

.short-cut-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0px 0px 0px 20px;
  margin-inline-start: 160px;
}

.short-cut-header a {
  font-weight: 400;
    font-size: 1rem;
    outline: none;
    margin: 0px 0px 10px 20px;
    display: none;
}

.short-cut-header a span {
  color: hsl(0,0%,100%);
}

.container-logo { 
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-end;
}

.container-logo a {
  cursor: pointer;
}

.header-logo, 
.footer-logo {
  height: 50px;
  width: 100px;
  fill: hsl(0,0%,100%);
}

.first-title {
  font-family: "RolexFont-S";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: calc(1.25rem + 0.625 * ((100vw - 12rem) / 100));
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  color: hsl(0,0%,100%);
  margin: 60px 0 22px 0;
  letter-spacing: 2px;
}


.subtitle {
  font-family: "Helvetica Now Text", sans-serif;
  text-rendering: optimizelegibility;
  font-size: 1rem;
  /* font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100)); */
  line-height: 1.7;
  text-align: center;
  margin: 0px 0px 20px;
  color: hsl(0,0%,100%);
}

.home-button {
  padding: 7px 30px;
  color: hsl(0,0%,100%);
  font-family: "Helvetica Now Text", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  background: transparent;
  transition: color, border-color, background-color, 0.3s;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid hsl(0,0%,100%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.triptich-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.texts-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10vh 0px;
}

.triptich-title {
  font-family: "RolexFont-S";
  font-weight: 400;
  font-size: calc(1.25rem + 0.625 * ((100vw - 20rem) / 100));
  line-height: 1.5;
  margin: 0px 0px 30px;
  letter-spacing: 2px;
}
.triptich-subtitle {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.7;
  text-align: center;
  /* margin: 0px 0px 20px; */
  font-family: "Helvetica Now Text", sans-serif;
}

.item-container {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.triptich-list {
  /* list-style: none;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 100%;
  column-gap: 4px;
  text-align: initial;
  margin: 0px auto -150px;
  padding: 0px 0px 150px;
  height: auto;
  white-space: nowrap;
  overflow: scroll hidden;
  width: 90%;
  max-width: 1140px;
  grid-auto-columns: calc(33.3333% - 2.66667px); */

  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 100%;
  column-gap: 4px;
  text-align: initial;
  margin: 0px auto -150px;
  padding: 0px 0px 150px;
  height: auto;
  white-space: nowrap;
  overflow: scroll hidden;
}

.triptich-item {
  overflow: hidden;
}

.triptich-item > div {
  position: relative;
    list-style: none;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: min-content;
}

.triptich-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.triptich-fig {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  grid-template-rows: minmax(0px, 1fr);
  padding: 0px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.triptich-pic {
  width: 100%;
  overflow: hidden;
}

.triptich-img {
  transition: transform 0.5s linear 0s;
}

.triptich-link:hover .triptich-img {
  transform:scale3d(1.04, 1.04, 1.04);
}

.triptich-card img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.triptich-figcaption {
  background: hsl(0,0%,100%);
}

.triptich-figcaption > span {
  margin: 0px;
  letter-spacing: 0.3px;
  font-size: calc(0.75rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.2;
  font-family: "Helvetica Now Text", sans-serif;
}

.triptich-figcaption > span:first-child {
  font-family: "RolexFont-S", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin: 10px 0px 0px;
  font-size: calc(0.7rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.push-block-image{
  position: relative;
  width: 100%;
  margin: 10vh 0px 0px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  padding: 0px;
  cursor: auto;
  height: 75vh;
  min-height: 400px;
}

.push-block-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.push-block-text .subtitle {
  line-height: 1.7;
  margin: 0px 0px 20px;
  font-size: 1rem;
}


.push-block-text .first-title {
  font-weight: 400;
  font-size: calc(1.25rem + 0.625 * ((100vw - 20rem) / 100));
  line-height: 1.5;
  text-align: center;
  margin: 0px 0px 20px;
}


@media screen and (min-width: 768px) {
  .push-block-text {
     width: 65%;
  }
  .push-block-text div {
    width: 80%;
    max-width: unset;
  }
  .texts-block {
    width: 90%;
  }
}

footer {
  margin: 0 auto;
  width: 100%;
  background:hsl(0,0%,13%);
}

.container-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.container-footer-logo a svg {
  margin-bottom: 20px;
}

.link-list {

  margin: 0 auto;
  list-style: none;
  width: 80%;
  max-width: 1140px;
  padding: 0 0 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.org-redirect {
  margin: 0 auto;
  list-style: none;
  width: 80%;
  max-width: 1140px;
  padding: 0 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.org-redirect a {
  color: #D4D4D4;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.8em;
  font-weight: 400;
  transition: color .3s ease;
}

.org-redirect a svg {
  fill: #D4D4D4;
  width: 11px;
  height: 11px;
  transition: color .3s ease;
}

.link-list-title {
  color: #D4D4D4;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  font-weight: 400;
}

.link-list-title ul li:last-of-type svg {
  margin-inline-end: 10px;
}

.start, 
.mid,
.end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.3333%;
}

.start * li, 
.mid * li,
.end * li {
  list-style: none;
}

.start, 
.mid{
  margin-right: 20px;
}

.wor {
  margin: 20px 0;
}

/* .link-list>li {
  margin: 5px 0;
  font-size: 15px;
} */

.link-list>li:first-child {
  margin-top: 0;
}

.link-list li a {
  display: flex;
  text-decoration: none;
  color: #D4D4D4;
  fill: #D4D4D4;
  font-size: 0.8125rem;
  line-height: 1.8em;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  width: fit-content;
  transition: color .3s ease;
}

.link-list li p {
  margin-left: 10px;
  color: #D4D4D4;
}


.back-top{
  color: inherit;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: block;
  padding: 25px 0px;
  border-top: 1px solid rgb(51, 51, 51);
}

.back-top span svg {
  fill: hsl(0,0%,100%);
}

@media screen and (min-width: 1069px) {
  .push-block-text > div {
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 1068px) {
  .triptich-list {
    width: 100%;
    max-width: unset;
  }
}

@media (min-width: 768px) and (max-width: 1068px) {
  .link-list, 
  .org-redirect {
    width: 90%;
    max-width: unset;
  }

}

@media screen and (min-width: 768px) {
  .header-logo {
    transform: translateY(-7px);
  }

  .home-button:hover {
    color: hsl(153,74%,27%);
    background: hsl(0,0%,100%);
  }

  .options-footer button:hover {
    color: hsl(41,57%,41%);
  }
  .options-footer button span svg:hover {
    color: hsl(41,57%,41%) ;
  }

  .link-list div ul li a:hover {
    color: hsl(41,57%,41%) !important;
  }
  .link-list div ul li a svg:hover{
    color: hsl(41,57%,41%) !important;
  }

  .org-redirect a:hover {
    color: hsl(41,57%,41%);
  }
  .org-redirect a:hover svg {
    fill: hsl(41,57%,41%);
  }

  .back-top:hover span svg {
    fill: hsl(41,57%,41%);
  }
  /* .texts-block {
    width: 90%;
  } */
  .push-block-image a:hover img {
    transform:scale3d(1.04, 1.04, 1.04);
  }
  
}

@media screen and (min-width: 1280px) {
  .short-cut-header a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .triptich-list {
    /* grid-auto-columns: calc(50% - 2px); */
    grid-template-columns: repeat(3, 35vw) calc(40vw);
  }
  .triptich-block {
    width: 100%;
  }
  .texts-block {
    width: 90%;
  }
  .triptich-list {
    width: calc(100% - 5vw);
    padding-left: 5vw;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .block-text {
    margin-top: 20vh;
  }

  .push-block-text {
    width: 90%;
  }
  .triptich-figcaption > span {
    white-space: normal;
  }
}

@media screen and (max-width: 480px) {
  .home-button {
    margin-top: 10px;
  }

  .header {
    height: 60px;
  }
  /* .triptich-block {
    width: calc(100% - 20vw);
    margin: 0 10vw;
  } */

  .triptich-title {
    font-size: calc(1.25rem + 0.625 * ((100vw - 12rem) / 100));
    text-align: center;
  }

  .triptich-subtitle {
    margin-bottom: 0;
  }

  .triptich-fig {
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(0px, 1fr);
    padding: 0px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .triptich-figcaption {
    white-space: normal;
  }
  .triptich-figcaption span {
  min-width: 100px !important;
  }

  .block-text {
    margin: 100px 10vw 0 10vw;
    width: calc(100% - 20vw);
  }

  .push-block-text {
    width: 90%;
  }

  .header-logo {
    height: 40px;
    margin-top: 16px;
    transform: translateY(-8px);
  }

  .link-list>li {
    font-size: 13px;
  }

  .first-title {
    margin-top: 50px;
  }

  .first-title,
  .subtitle {
    margin-bottom: 10px;
    /* text-transform: uppercase; */
  }

  .subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .container-footer-logo{
    margin: 0;
  }

  .container-footer-logo a svg {
    margin: 20px 0;
  }

  .footer-logo {
    height: 40px;
  }
}

@media screen and (max-width: 380px) {

}