.header {
  padding: 0.5rem;
  justify-content: center;
  gap: 0.625rem;
}

.header .content {
  padding: 9rem 0 4rem 0;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 26.34%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/images/freepik_blurred.jpg) lightgray 0px -1066.29px / 100% 400% no-repeat;
  background-size: cover;
  border-radius: 1rem;
  gap: 4rem;
}

.hero-header {
  padding: 0rem 4rem;
  align-content: flex-start;
  gap: 0.625rem;
  height: 100%;
}

.hero-header .container {
  max-width: 80rem;
  align-items: flex-end;
  row-gap: 4rem;
  flex: 1 0 0;
  color: var(--color-white);
  height: 100%;
}

.hero-header .text-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.hero-header .text {
  align-items: flex-start;
  align-self: flex-start;
  gap: 3rem;
  width: 48%;
}

.hero-header .numbers {
  padding: 1.5rem;
  gap: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--color-grey-500, #535353);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
}

.header .numbers .body-s {
  margin: auto 0;
}

.hero-header .container .frame-30 {
  gap: 1.5rem;
}

.partnerek .about-us {
  background: url(/images/orange_bg.png) 573.383px 80.977px / 148.643% 100% no-repeat, #FFF;
  max-width: 1920px;
  margin: auto;
  padding: 6rem 4rem;
}

.partnerek .about-us .col-div {
  gap: 4rem;
}

.partnerek .cta.handshake {
  border-radius: 1rem;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 62.79%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(/images/business_handshake.jpg) lightgray 0px -321.179px / 100% 289.751% no-repeat;
  color: var(--color-white);
  background-size: cover;
  margin: 0 0.5rem;
}

.partnerek .cta.people {
  border-radius: 1rem;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 62.79%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(/images/people.jpg) lightgray 0px -365.199px / 100% 313.727% no-repeat;
  color: var(--color-white);
  background-size: cover;
  margin: 0 0.5rem;
}

.partnerek .padding-8 {
  padding: 8px;
}

.partnerek .cta.gardient {
  padding: 0 !important;
}

.partnerek .cta .content {
  display: flex;
  padding-left: 64px;
  justify-content: space-between;
  align-content: center;
  row-gap: 64px;
  flex: 1 0 0;
  position: relative;
  width: 100%;
}

.partnerek .cta .content .content-container {
  display: flex;
  max-width: 520px;
  padding: 160px 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}

.partnerek .cta .content .content-text-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 10rem 4rem;
  max-width: 32rem;
}

.partnerek .cta .content .content-text-button .content-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  color: var(--color-grey-600);
}

.partnerek .cta .content .content-text-button .content-action {
  display: flex;
  gap: 24px;
}

.partnerek .cta .content picture {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  align-items: flex-end;
  filter: brightness(1) contrast(1.2);

}

.partnerek .cta .content picture img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
}

.partnerek .features-section {
  background: url(/images/orange_bg.png) -948.101px 117.205px / 86.818% 103.115% no-repeat, #FFF;
  max-width: 1920px;
  margin: auto;
}

.partnerek .features-div .image {
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.partnerek .features-div .image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg,
	rgba(0, 0, 0, 0.00) 0%,
	rgba(0, 0, 0, 0.50) 100%);
  pointer-events: none;
  z-index: 1;
}

.partnerek .features-div img {
  display: block;
  width: 200%;
  transform: scale(1.3) translateX(-10%);
  transform-origin: bottom right;
  position: relative;
  z-index: 0;
}

.services {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4rem 6rem;
  align-self: stretch;
  flex-wrap: wrap;
}

.services .service {
  display: flex;
  height: 16.6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 31rem;
}

.services .service .heading {
  display: flex;
  padding: 1.5rem 0 1.5rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  border-left: 3px solid var(--color-orange-600);
  margin: 0;
}

.services .service .description {
  display: flex;
  padding: 0 0 2rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  border-left: 3px solid var(--color-grey-200);
}

.services .service .hidden-button {
  display: none;
  height: 4.25rem;
  padding: 0 0 2rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  flex-shrink: 0;
  border-left: 3px solid var(--color-grey-200);
}

.services .service .hidden-button .button {
  padding-left: 0 !important;
}

.services .service:hover .hidden-button {
  display: flex;
}

.growing-cards {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.growing-card {
  position: relative;
  flex: 1 1 0;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  height: 38rem;
  border-radius: 1rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow:
	0 12px 16px -4px rgba(40, 40, 40, 0.08),
	0 4px 6px -2px rgba(40, 40, 40, 0.03);
  transition:
	flex 0.35s ease,
	transform 0.3s ease;
  cursor: pointer;
}

.growing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  transition: background 0.3s ease;
  z-index: 1;
}

.growing-card .logo-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;

  width: 1.75rem;
  height: 1.89244rem;

  background-image: url('/design/cc-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  pointer-events: none;
  z-index: 5;
}

.growing-card>*:not(.logo-badge) {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.growing-card .heading-4,
.growing-card .heading-3 {
  margin-top: auto;
  margin-bottom: 1rem;
}

.growing-card>div {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

.growing-card .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  border-left: 3px solid var(--color-white);

  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;

  transition: padding .5s ease-in-out, opacity .3s ease;
}


.growing-cards:hover .growing-card {
  flex: 0.8;
}

.growing-cards:hover .growing-card:hover>.description {
  margin: 1rem 0 0 0;
  padding: 1.5rem 0 1.5rem 2rem;
  pointer-events: auto;
}

.growing-cards:hover .growing-card:hover {
  flex: 2;
  transform: translateY(-2px);
}

.growing-card:hover>div,
.growing-card:focus-within>div {
  opacity: 1;
  max-height: 240px;

}

.growing-cards:hover .growing-card:hover::before,
.growing-card:focus-within::before {
  background: rgba(0, 0, 0, .25);
}

.growing-cards:hover .growing-card:not(:hover)::before {
  background: rgba(0, 0, 0, .6);
}

.growing-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top,
	rgba(0, 0, 0, .72) 0%,
	rgba(0, 0, 0, .50) 38%,
	rgba(0, 0, 0, 0) 78%);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .3s ease;
}

.growing-card:hover::after,
.growing-card:focus-within::after {
  opacity: 1;
}

.growing-card:nth-child(1) {
  background-image: url('/images/growing-card1.jpg');
}

.growing-card:nth-child(2) {
  background-image: url('/images/growing-card2.jpg');
}

.growing-card:nth-child(3) {
  background-image: url('/images/growing-card3.jpg');
}


@media (prefers-reduced-motion: reduce) {
  .growing-card {
	transition: none;
  }

  .growing-card>div {
	transition: none;
  }
}


@media screen and (max-width: 1260px) {
  .header .content {
	background-image: none;
	background:
	  linear-gradient(270deg, rgba(0, 0, 0, 0.00) 26.34%, #000 100%),
	  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
	  url(/images/freepik_blurred.jpg) no-repeat center center;
	background-size: cover;
  }

  .partnerek .padding-8 {
	padding: 0px;
  }

  .partnerek .cta .content {
	flex-wrap: wrap;
	justify-content: center;
	min-width: 0;
	flex-direction: column-reverse;
	display: flex;
	padding: 80px 16px;
	align-items: center;
	gap: 32px;
	align-self: stretch;
  }

  .partnerek .cta .content .content-text-button {
	padding: 2rem 1rem;
  }

  .partnerek .cta .content .content-text-button .content-header p {
	text-align: center;
  }

  .partnerek .cta .content .content-text-button .content-action {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	flex-direction: column;
  }

  .partnerek .cta .content .content-text-button .content-action button {
	width: 100%;
	justify-content: center;
  }

  .partnerek .cta .content picture {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--color-grey-100);
	width: 100%;
	height: 560px;
	margin: 0 auto;
  }

  .partnerek .cta .content picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	min-height: 80%;
	object-fit: cover;
  }

  .services .service {
	max-width: 20rem;
  }
}

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

  .hero-header .text {
	width: 100%
  }

  .header .content {
	background-image: none;
	background: url(/images/lines_pattern.png) -857.25px 611.031px / 415.195% 52.224% no-repeat, rgba(40, 40, 40, 1);
	gap: 0;
	align-items: center;
	padding: 7.5rem 0 0 0;
  }

  .hero-header {
	padding: 0;
	align-items: center;
	justify-content: flex-end;
  }

  .hero-header .container {
	align-items: center;
	gap: 2rem;
	padding: 0 1rem 2.5rem 1rem;
  }

  .hero-header .container .text {
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	align-self: stretch;
  }

  .contact {
	flex-direction: column;
  }

  .contact div {
	display: flex;
	width: 100%;
	justify-content: center;
  }

  .contact div .button {
	justify-content: center;
  }

  .hero-header .numbers {
	flex-direction: column;
	width: 95%;
	padding: 10px;
	margin: auto;
	margin-bottom: 5px;
	align-items: flex-start;
  }

  .hero-header .businessman {
	width: 100%;
	background-repeat: no-repeat;
  }

  .hero-header .businessman-mobile {
	display: flex;
	background: linear-gradient(90deg, var(--color-black) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/images/freepik_blurred.jpg);
	background-size: cover, cover, 100%;
	background-position: left center, left center, right 100%;
	background-repeat: no-repeat;
	margin: auto;
	height: 34.625rem;
	padding: 0.5rem;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	align-self: stretch;
	border-radius: 0.5rem;
	box-shadow: 0 12px 16px -4px rgba(40, 40, 40, 0.08), 0 4px 6px -2px rgba(40, 40, 40, 0.03);
  }

  .hero-header .numbers {
	display: flex;
	padding: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
	flex: 1 0 0;
  }

  .services {
	flex-direction: column;
	gap: 2rem;
  }

  .services .service {
	max-width: unset;
  }

  .services .service .heading {
	padding: 1rem 0 1rem 1.5rem;
	gap: 0.625rem;
  }

  .services .service .description {
	padding: 0 0 1.5rem 1.5rem;
	gap: 0.625rem;
  }

  .services .service .hidden-button {
	display: flex;
  }

  .growing-cards {
	flex-direction: column;
  }

  .growing-card {
	flex: 2;
	transform: translateY(-2px);
	width: 21.4375rem;
	height: 30.0625rem;
	padding: 1.5rem;
  }

  .growing-card .heading-4,
  .growing-card .heading-3 {
	margin-top: 10rem;
  }

  .growing-card .description {
	margin: 1rem 0 0 0;
	padding: 0 0 1.5rem 2rem;
	opacity: 1;
	max-height: max-content;
  }

  .growing-card>div {
	opacity: 1;
	max-height: none;
  }

  .partnerek .about-us {
	padding: 4rem 1rem;
	background: url(/images/orange_bg.png) -222.761px 700.044px / 250.772% 50.166% no-repeat, #FFF;
  }

  .row-div,
  .row-div>p {
	text-align: center;
  }

  .partnerek .cta.handshake {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(/images/business_handshake.jpg) 50% / cover no-repeat;
	width: 100%;
	margin: 0;
	border-radius: 0;
  }

  .partnerek .cta.people {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(/images/people.jpg) 50% / cover no-repeat;
	width: 100%;
	margin: 0;
	border-radius: 0;
  }

  .partnerek .features-div img {
	width: 100%;
	transform: none;
  }
}

@media(max-width: 460px) {
  .hero-header .businessman-mobile {
	background-size: cover, cover, 150%;
  }
}

@media(min-width: 1601px) {

  .partnerek .cta.handshake,
  .partnerek .cta.people {
	margin: auto;
  }
}

@media(min-width: 768px) {
  .office-image {
	content: url('/images/coincash_team.jpg');
  }
}