@font-face {
	font-family: 'ArsenicaAntiqua-MediumItalic';
	src: url(../../assets/fonts/ArsenicaAntiqua-MediumItalic.woff2) format('woff2'),
	url(../../assets/fonts/ArsenicaAntiqua-MediumItalic.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}@font-face {
	font-family: 'TTNormsPro-Light';
	src: url(../../assets/fonts/TTNormsPro-Light.woff2) format('woff2'),
	url(../../assets/fonts/TTNormsPro-Light.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}@font-face {
	font-family: 'TTNormsPro-Regular';
	src: url(../../assets/fonts/TTNormsPro-Regular.woff2) format('woff2'),
	url(../../assets/fonts/TTNormsPro-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}body.resizing .expertise-inner {
  transition: none !important;
  transform: none !important;
}

#lightRaysCanvas {
  display: block;
  position: absolute;
  padding: 30px;
  min-height: 100vh;
  margin: 15px;
  scroll-margin-top: 20px;
  border-radius: 30px;
  max-width: 100vw;
}

#lightRaysCanvas width: 100vw; height: 100vh; display: block; {
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  html, body {
    width: 100vw;
    max-width: 100vw;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

.section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.wrapper-namer {
  margin: 0 15px;
}

.soft-radial-bg {
  background-color: #f4f4f4;
  background-image: radial-gradient(1100px 700px at 20% 25%, rgba(214, 236, 255, 0.8), transparent 60%), radial-gradient(900px 600px at 78% 22%, rgba(248,255,220,0.7), transparent 65%), radial-gradient(800px 600px at 50% 78%, rgba(245, 245, 245, 0.85), transparent 60%), linear-gradient(180deg, #f6f6f6 0%, #f2f4f6 60%, #f8f6f7 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.sunlit-bg {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ///////HERO//////// */

.hero-section {
  bottom: 30px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-wrapper {
  position: relative;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: calc(100vh - 170px);
}

@media (max-width: 1327px) {
  .hero-wrapper {
    min-height: calc(100vh - 220px);
  }
}

.highlight-word-2 {
  font-size: clamp(180px, 2vw, 250px);
  font-family: 'TTNormsPro-Regular';
  font-weight: 100;
  line-height: 1;
}

.highlight-word {
  border-radius: 13px;
  padding: 0 4px 22px 4px;
  font-size: 200px;
  font-weight: 200;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 4px 8px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.05);
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 50%, rgba(0,0,0,0.1) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: 'TTNormsPro-Light';
}

@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  .highlight-word {
    font-size: 100px !important;
    padding: 0 3px 18px 3px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  .hero-bottom-text {
    gap: 6px;
    padding: 15px !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  .h1-heading.super-heading {
    top: 35%;
  }
}

/* Medium mobile landscape */

@media screen and (orientation: landscape) and (max-width: 767px) and (max-height: 500px) {
  .highlight-word {
    font-size: 80px !important;
    padding: 0 3px 15px 3px;
    border-radius: 10px;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) and (max-height: 500px) {
  .hero-bottom-text {
    gap: 5px;
    padding: 12px !important;
    line-height: 0.9;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) and (max-height: 500px) {
  .h1-heading.super-heading {
    top: 40%;
  }
}

/* Small mobile landscape */

@media screen and (orientation: landscape) and (max-width: 599px) and (max-height: 450px) {
  .highlight-word {
    font-size: 70px !important;
    padding: 0 2px 12px 2px;
    border-radius: 8px;
  }
}

@media screen and (orientation: landscape) and (max-width: 599px) and (max-height: 450px) {
  .hero-bottom-text {
    gap: 4px;
    padding: 10px !important;
    flex-wrap: wrap;
    line-height: 0.8;
  }
}

@media screen and (orientation: landscape) and (max-width: 599px) and (max-height: 450px) {
  .h1-heading.super-heading {
    top: 45%;
    white-space: normal;
  }
}

/* Very small mobile landscape */

@media screen and (orientation: landscape) and (max-height: 400px) and (max-width: 800px) {
  .highlight-word {
    font-size: 50px !important;
    padding: 0 2px 8px 2px;
    border-radius: 6px;
  }
}

@media screen and (orientation: landscape) and (max-height: 400px) and (max-width: 800px) {
  .hero-bottom-text {
    gap: 3px;
    padding: 8px !important;
    bottom: 5px !important;
  }
}

@media screen and (orientation: landscape) and (max-height: 400px) and (max-width: 800px) {
  .h1-heading.super-heading {
    top: 50%;
  }
}

/* Alternative: Height-based responsive approach */

@media screen and (orientation: landscape) and (max-height: 500px) {
  .highlight-word {
    font-size: calc(12vw) !important;
    max-font-size: 80px;
    min-font-size: 40px;
  }
}

/* Ultra-wide but short screens */

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-height: 600px) {
  .highlight-word {
    font-size: 120px !important;
    padding: 0 4px 20px 4px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-height: 600px) {
  .hero-bottom-text {
    padding: 15px !important;
  }
}

.art-stack {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}

.h1-heading.super-heading {
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  left: 0;
  right: 0;
}

.nav-new-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 15px;
}

.new-nav-item {
  color: rgba(255,255,255,0.83);
  /*font-size: 16px;*/
  font-family: TTNormsPro-Regular;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  padding: 5px 15px 5px 31px;
  /*background: #d5d5d5;*/
  border-color: rgba(255,53,199,0);
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-size: contain;
  border-style: solid;
  border-color: rgba(255,255,255,0.54);
  /*background: url("https://cdn.bootstrapstudio.io/placeholders/1400x800.png");*/
}

.dot {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(6px, 0.35em, 8px);
  height: clamp(6px, 0.35em, 8px);
  border-radius: 50%;
  border: 1px solid rgb(255,255,255);
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.new-nav-item:hover .dot {
  background-color: rgb(255,255,255);
  border: none;
  width: clamp(5px, 0.28em, 7px);
  height: clamp(5px, 0.28em, 7px);
}

.link-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.new-nav-item:hover {
  z-index: 2;
  color: #151515;
  background: radial-gradient(#b8b8b8 1%, white);
}

.link-holder:hover .new-nav-item:not(:hover) {
  filter: blur(1px);
  opacity: 0.7;
}

.new-nav-item:hover, .new-nav-item-cta:hover, .new-nav-item-logo:hover {
  filter: none;
  opacity: 1;
  z-index: 2;
  color: #151515;
  background: radial-gradient(#b8b8b8 1%, white);
}

.new-nav-item-logo {
  color: rgba(0,0,0,0.83);
  font-size: 16px;
  font-family: TTNormsPro-Regular;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  padding: 5px 45px;
  background: rgba(0,0,0,0.8);
  border-color: rgba(255,53,199,0);
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-size: contain;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.83);
  background: url("../../assets/img/mini-images-AV7.svg") no-repeat;
  background-size: cover;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.83);
}

.new-nav-item-logo:hover {
  background: #000000;
  color: #000000;
}

.new-nav-item-cta {
  color: rgba(0,0,0,0.83);
  font-size: 16px;
  font-family: TTNormsPro-Regular;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  padding: 5px 15px;
  background: rgba(0,0,0,0.8);
  border-color: rgba(255,53,199,0);
  transition: background-color 0.5s ease;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-size: contain;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.83);
  background: url("../../assets/img/mini-images-AV7.svg") no-repeat;
  background-size: cover;
  border-style: solid;
  border-color: rgba(0,0,0,0.59);
}

.new-nav-item, .new-nav-item-logo, .new-nav-item-cta {
  font-size: clamp(17px, 2vw, 26px);
}

.new-nav-item-cta:hover {
  background: black;
  color: white;
}

@media (max-width: 576px) {
  .new-nav-item {
    display: none;
  }
}

@media (max-width: 576px) {
  .new-nav-item-logo {
    padding: 5px 15px;
  }
}

@media (max-width: 576px) {
  #profile-image-desk {
    display: none;
  }
}

@media (min-width: 576px) {
  #profile-image-mobile {
    display: none;
  }
}

@media (max-width: 300px) {
  .section-namer {
    margin-bottom: 15px;
  }
}

.main-title {
  color: rgb(0,0,0);
  font-family: TTNormsPro-Regular;
  font-size: clamp(24px, 2vw, 35px);
  line-height: 1;
  letter-spacing: -0.5px;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0;
  width: 100%;
}

/* //////////////PROFILE/////////////// */

#about-section {
}

.lang-toggler {
  color: rgb(0,0,0);
  font-family: 'TTNormsPro-Regular';
  line-height: 1.4;
  font-size: clamp(13px,2vw,17px);
  font-weight: 500;
  margin-bottom: 017px;
  padding-right: 15px;
}

.profile-first-p {
  text-align: left;
  text-transform: none;
  color: black;
  width: 100%;
  font-weight: 200;
  letter-spacing: -.02071429em;
  font-family: 'TTNormsPro-Regular';
  line-height: 1.1;
  margin: 0;
  font-size: clamp(16px, 4vw, 35px);
}

.profile-heading-wrapper2 {
  display: flex;
  margin-bottom: 25px;
  display: flex;
  justify-content: right;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .partners-heading-wrapper {
    margin-bottom: 90px;
  }
}

@media (max-width: 576px) {
  .profile-heading-wrapper2 {
    margin-top: 90px;
  }
}

@media (max-width: 375px) {
  .profile-heading-wrapper2 {
    margin-top: 70px;
  }
}

.profile-heading2 {
  width: 90%;
  margin: 0 15px;
}

.profile-first-p-2 {
  text-align: left;
  text-transform: none;
  color: black;
  width: 100%;
  font-weight: 200;
  letter-spacing: -.02071429em;
  font-family: 'TTNormsPro-Regular';
  line-height: 1.1;
  margin: 0;
  margin-top: 30px;
}

.profile-first-p-2 {
  font-size: clamp(20px, 3vw, 30px);
}

.image-container img {
  position: relative;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

@media (max-width: 768px) {
  .responsive-columns {
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .responsive-columns > div {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #whois {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

.responsive-text-large {
  font-size: 37px;
  line-height: 1.2;
  font-family: 'TTNormsPro-Regular';
  color: #000000;
  text-align: left;
}

@media (max-width: 1200px) and (min-width:768px) {
  .responsive-text-large {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .responsive-text-large {
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .responsive-text-large {
    font-size: 5vw;
  }
}

.responsive-text-small {
  font-size: 20px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .responsive-text-small {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .responsive-text-small {
    font-size: 3vw;
  }
}

.container {
  max-width: 100%!important;
}

html {
  scroll-snap-type: y mandatory;
}

.faq-question-js.active::after {
  transform: translateY(-50%) rotate(45deg);
  color: #000 !important;
}

.faq-content-js.active {
  max-height: 800px;
}

.faq-content-js.active {
  max-height: 800px;
}

@media (max-width: 992px) {
  .faq-content-js p {
    width: auto!important;
  }
}

.faq-question-js.active {
  color: #000 !important;
}

.row.g-5 {
  margin: 0 -10px;
}

@media (min-width: 769px) and (max-width: 997px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.expertise-inner.receding {
  transform: scale(0.9) translateY(20px);
  filter: blur(2px);
}

.expertise-inner.fading {
  transform: scale(0.9) translateY(20px);
  filter: blur(8px);
  opacity: 0.3;
}

.expertise-inner.animating {
  transition: none !important;
}

#hero {
  min-height: 100vh;
  max-width: 100vw;
}

.expertise-inner {
  will-change: transform, filter, opacity;
  display: flex;
  justify-content: flex-start;
  transform-origin: center top;
  align-items: flex-end;
  margin-bottom: 40px;
  border-bottom: 1px solid black;
}

.h1-heading {
  color: black;
  text-transform: none;
  font-family: 'TTNormsPro-Regular';
  line-height: 1;
  flex-wrap: wrap;
  gap: 8px;
  bottom: 0;
}

@media (max-width: 998px) {
  .hero-animate span {
    font-weight: 200;
  }
}

.hero-animate span {
  display: inline-block;
}

.art-word, .visa-word {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .faq-question-js {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .faq-question-js {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .faq-content-js p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .faq-content-js p {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .faq-content-inner p {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .highlight-word {
    font-size: 150px;
  }
}

@media (max-width: 576px) {
  .highlight-word {
    font-size: 105px;
  }
}

@media (max-width: 576px) {
  .highlight-word {
    font-size: 105px;
  }
}

.line-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: 'Gramatika', sans-serif;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.line-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: bottom left;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  z-index: -1;
  /*transition-duration: 600ms;*/
}

.line-button:hover::before {
  left: 0;
}

.line-button:hover {
  color: #fff;
  border-color: #000;
}

.line-button:hover .button-arrow {
  transform: translate(4px, -4px);
}

.button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
}

.button-title {
  text-transform: uppercase;
  margin: 0;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'TTNormsPro-Regular';
  letter-spacing: -1px;
}

.button-subtitle {
  text-transform: uppercase;
  margin: 0;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'TTNormsPro-Regular';
  letter-spacing: -0.2px;
}

.button-arrow {
  width: clamp(10px, 2vw, 22px);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

.line-button:hover .button-title {
  transform: translateX(20px);
}

.line-button:hover .button-subtitle {
  transform: translateX(-20px);
}

.line-button:hover .button-arrow {
  transform: translate(4px, -4px);
  opacity: 0;
}

.section-namer {
  color: rgb(0,0,0);
  font-family: 'ArsenicaAntiqua-MediumItalic';
  font-size: clamp(12px, 2vw, 15px);
  text-align: left;
  border-bottom-width: 1px;
  /*border-bottom-style: solid;*/
  padding-top: 35px;
  margin-bottom: 10px;
  z-index: 100;
}

.button-title {
  font-size: clamp(15px, 4vw, 37px);
}

.button-subtitle {
  font-size: clamp(10px, 2vw, 22px);
}

.nav-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

/* ///////////////SERVICES////////////////// */

#services {
  background: linear-gradient( to bottom, #f7faf7 0%, #e8fff8 10%, #e4fffc 25%, #ecf4ec 35%, #ecfff6 60%, #f3f7ec 100% );
  padding: 0 1.2em;
  border-radius: 38px 38px 0 0;
  z-index: 1;
  transform: translateZ(0);
  min-height: 100vh;
  margin-top: 15px;
  backface-visibility: hidden;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
}

.sticky-wrapper {
  /*position: relative;*/
  /*overflow: visible;*/
  /*min-height: 200vh;*/
  /*isolation: isolate;*/
  /*z-index: 0;*/
  background: white;
  /*border-radius: 25px 25px 0 0;*/
}

.sticky {
  top: 0;
  height: auto;
  z-index: -1;
  background: url('../../assets/img/sticky-blob2.svg') no-repeat;
  background-size: cover;
  padding-top: 0;
  contain: layout style paint;
  /*display: flex;*/
  background-color: #f4f4f4;
  padding-bottom: 0px!important;
  margin-bottom: 0;
  max-width: 100vw;
}

/* ///////Desktop layout GRID//////// */

.servises-column-wrapper {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  contain: layout;
}

@media (min-width: 1200px) {
  .servises-column-wrapper {
    grid-template-columns: 530px 265px 265px;
    grid-template-rows: auto auto auto auto auto;
    gap: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1 / 3;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(3) {
    grid-column: 1;
    grid-row: 2 / 4;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(4) {
    grid-column: 2/4;
    grid-row: 3 / 5;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(5) {
    grid-column: 1;
    grid-row: 4 / 6;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(6) {
    grid-column: 2;
    grid-row: 5;
  }
}

@media (min-width: 1200px) {
  .services-column:nth-child(7) {
    grid-column: 3;
    grid-row: 5;
  }
}

/* Tablet layout (768px - 1200px) - 1.5rem gap, 2 columns simplified */

@media (min-width: 768px) and (max-width: 1199px) {
  .servises-column-wrapper {
    grid-template-columns: minmax(300px, 1fr) minmax(150px, 0.5fr) minmax(150px, 0.5fr);
    grid-template-rows: auto auto auto auto auto;
    gap: clamp(1.5rem, 2vw, 3.5rem);
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column {
    width: 100%;
    max-width: 500px;
    justify-content: center;
  }
}

/* KEEP your original staggered layout */

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1 / 3;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(3) {
    grid-column: 1;
    grid-row: 2 / 4;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(4) {
    grid-column: 2/4;
    grid-row: 3 / 5;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(5) {
    grid-column: 1;
    grid-row: 4 / 6;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(6) {
    grid-column: 2;
    grid-row: 5;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-column:nth-child(7) {
    grid-column: 3;
    grid-row: 5;
  }
}

/* Reset grid positioning for simpler layout */

/* Mobile layout (<768px) - single row, cards wrap vertically */

@media (max-width: 767px) {
  .servises-column-wrapper {
    grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr);
    gap: 1.5rem;
    max-width: 700px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .services-column {
    width: 100%;
    max-width: none;
    min-width: 140px;
    box-sizing: border-box;
  }
}

/* Reset all grid positioning */

@media (max-width: 767px) {
  .services-column:nth-child(1) {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(2) {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(3) {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(4) {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(5) {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .services-column:nth-child(7) {
    grid-column: 2;
    grid-row: auto;
  }
}

/* Remove the margin-top from the second card on mobile */

@media (max-width: 767px) {
  .services-column:nth-child(2) {
    margin-top: 0 !important;
  }
}

.services-column {
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(163,163,163,0.71), 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  position: relative;
}

.services-column h3 {
  color: rgb(0,0,0);
  font-family: ArsenicaAntiqua-MediumItalic, serif;
  font-weight: 200;
  text-transform: none;
  letter-spacing: -0.1px;
  font-size: clamp(26px, 3vw, 30px);
  border-radius: 24px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: clamp(10px, 2.5vw, 12px);
}

.service-card-background {
  /*width: 530px;*/
  /*max-width: 700px;*/
  background: url("../../assets/img/services-svg.svg");
}

.services-cadrs-inside {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  -webkit-background-clip: padding-box !important;
  position: relative;
  width: 100%;
  height: 100%;
  padding: clamp(16px, 2.5vw, 20px);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: padding 0.3s ease-out;
  transform: translateZ(0);
  will-change: backdrop-filter;
}

.services-cadrs-inside span {
  font-family: TTNormsPro-Regular;
  font-size: clamp(10px, 1.3vw, 11px);
  padding: 2px 5px;
  border-radius: 9px;
  color: #000000;
  border: black dashed 0.5px;
}

.description {
  color: rgb(0,0,0);
  font-family: TTNormsPro-Regular;
  font-weight: 200;
  line-height: 1.3;
  width: 100%;
  margin-top: clamp(12px, 2.5vw, 15px);
  margin-bottom: 0;
  font-size: clamp(13px, 2.4vw, 18px);
  flex: 1;
}

.price-tag {
  color: rgb(0,0,0);
  font-family: TTNormsPro-Regular;
  font-weight: 200;
  line-height: 1.3;
  width: 1000%;
  font-size: clamp(32px, 5vw, 40px);
  margin-top: clamp(20px, 3vw, 30px);
  margin-bottom: clamp(20px, 3vw, 30px);
}

.brochure-button {
  font-family: TTNormsPro-Regular;
  text-transform: none;
  border-style: solid;
  border-color: rgb(0,0,0);
  border-radius: 15px;
  padding: clamp(4px, 1vw, 5px) clamp(12px, 2vw, 15px);
  font-size: clamp(14px, 2vw, 16px);
  margin-top: 0;
}

.card-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-bottom {
  margin-top: auto;
}

.span-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#brochure-button-1 {
  background: #7dbde2;
  border-color: #7dbde2;
}

#brochure-button-2 {
  background: #c6f34c;
  border-color: #c6f34c;
}

#brochure-button-3 {
  background: #79ff25;
  border-color: #79ff25;
}

#brochure-button-4 {
  background: #f3b260;
  border-color: #f3b260;
}

.serices-link {
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}

.main-title-button {
  font-family: TTNormsPro-Regular;
  font-size: clamp(25px, 2vw, 35px);
  line-height: 1;
  letter-spacing: -1px;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0;
  color: #000000;
  border-radius: 25px;
  text-align: center;
  transition: color 3s ease;
}

.services-column:hover .main-title-button {
  color: #f4f4f4;
}

.services-column-button {
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(163,163,163,0.71), 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  opacity: 1;
  transform: translateZ(0);
  border: none !important;
  outline: none !important;
  margin: 0;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  isolation: isolate;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(244,244,244,0);
}

/* ///////END GRID//////// */

/* //////////////REVIEWS/////////////// */

#reviews3 {
  z-index: 2;
  min-height: 100vh;
  position: relative;
  margin: 0;
  -webkit-background-clip: padding-box;
  /*overflow: hidden;*/
  background: url("../../assets/img/sticky-blob4.svg") no-repeat, #f3f7ec;
  will-change: transform;
  contain: layout;
  max-width: 100vw;
}

@media (max-width: 768px) {
  #reviews3 {
    padding: 0px 0px;
  }
}

.card-prototype {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(163,163,163,0.71), 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  width: 200px;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  position: absolute;
  height: 300px;
  cursor: pointer;
  transition: transform 3s ease;
  pointer-events: auto;
  backdrop-filter: blur(15px) saturate(180%) contrast(1.2) hue-rotate(710deg);
  -webkit-backdrop-filter: blur(15px) saturate(180%) contrast(1.2) hue-rotate(710deg);
}

.card-filter {
  width: 100%;
  /*background-clip: padding-box !important;*/
  /*-webkit-background-clip: padding-box !important;*/
  /*position: relative;*/
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*backface-visibility: hidden;*/
  /*-webkit-backface-visibility: hidden;*/
}

#artemii {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

#valeria {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

.review-text {
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  font-weight: 200;
  font-family: 'TTNormsPro-Regular';
  letter-spacing: -0.11px;
}

.review-subhead {
  color: #000000;
  font-family: 'ArsenicaAntiqua-MediumItalic';
  font-size: 9px;
  margin-bottom: 15px;
  border-width: 0.5px;
  border-style: solid;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 70%;
  border-radius: 7px;
  padding: 2px 5px 3px 5px;
  background-color: #3d33a9;
  color: #ffffff;
  border-color: rgba(255,255,255,0);
  letter-spacing: -0.1px;
  /*padding-bottom: 2px;*/
}

.review-heading {
  font-family: 'ArsenicaAntiqua-MediumItalic';
  color: #000000;
  margin: 0;
  line-height: 1;
  font-weight: 200;
  max-width: 80%;
  font-size: 1rem;
}

.review-heading span {
  color: #000000!important;
}

.review-item.expanded {
  z-index: 999;
}

.review-card h4 {
  background: transparent !important;
}

/* Responsive: Below 998px - uneven distribution */

@media (max-width: 998px) {
  .review-text {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .review-text {
    font-size: 10px;
    line-height: 1.3;
  }
}

#expertise-1 {
}

@media (max-width: 998px) {
  .review-heading {
    font-size: 16px;
  }
}

@media (max-width: 998px) {
  .review-subhead {
    font-size: 8px;
    padding: 2px 5px 3px 5px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .carousel-container3 {
    /*width: 700px;*/
    height: 300px;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.carousel-container3 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(850px, 90vw);
  height: min(40vh, 400px);
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective-origin: center center;
  -webkit-perspective-origin: center center;
}

@media (max-width: 576px) {
  .carousel-container3 {
    perspective: 1900px;
  }
}

@media screen and (orientation: landscape) and (max-height: 600px) {
  .carousel-container3 {
    width: min(650px, 75vw) !important;
    height: min(50vh, 280px) !important;
    transform: translate(-50%, -50%) scale(0.75) !important;
    top: 65% !important;
  }
}

@media screen and (max-width: 700px) and (orientation: landscape) {
  .carousel-container3 {
    width: min(500px, 70vw) !important;
    height: min(55vh, 250px) !important;
    transform: translate(-50%, -50%) scale(0.65) !important;
    top: 50%!important;
  }
}

.carousel3:active {
  cursor: grabbing;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .carousel3 {
    gap: 15px;
  }
}

.carousel3 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transform-origin: center center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#about-section {
  padding: 30px;
  min-height: 100vh;
  margin: 15px;
  scroll-margin-top: 20px;
  border-radius: 30px;
  max-width: 100vw;
}

/* ///////////////FAQ////////////////// */

.faq-wrap {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 100px;
  position: relative;
  will-change: transform;
  padding-top: 60px;
}

.expertise-inner2 {
  will-change: transform, filter, opacity;
  display: flex;
  justify-content: flex-start;
  transform-origin: center top;
  align-items: flex-end;
  margin-bottom: 65px;
  border-bottom: 1px solid black;
  margin: 0 15px 40px 15px;
}

.faq-content-inner {
  padding: 0 15px;
  box-sizing: border-box;
}

.sub-header-wrapper {
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 686px;
  gap: 24px;
  position: relative;
}

.faq-questions-wrapper {
  display: flex;
  flex-direction: column;
  /*margin-top: 70px;*/
  width: 100%;
}

.dropdown-faq {
  width: 100%;
  max-width: 714px;
  display: block;
  position: relative;
  margin-bottom: 12px;
  isolation: isolate;
}

.drop-faq-toggle {
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border-radius: 16px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  /*transform: translateZ(0);*/
  background: rgba(217,220,217,0.87);
}

.faq-question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
}

.faq-question-js {
  background-color: transparent !important;
  margin: 0 !important;
  border: none !important;
  font-family: 'TTNormsPro-Regular';
  color: #000 !important;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.2;
  flex: 1;
  align-items: center;
  padding-right: 50px;
  display: flex;
  align-items: center;
  /*line-height: normal;*/
}

.faq-question-js span {
  font-size: 26px;
  margin: 0!important;
  padding: 0!important;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .faq-question-js span {
    font-size: 20px;
  }
}

@media (max-width: 568px) {
  .faq-question-js span {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .faq-question-js span {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .faq-question-js {
    padding-right: 30px;
  }
}

.faq-icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #000;
}

@media (max-width: 768px) {
  .faq-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #000;
  }
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faq-question-row.active .faq-icon {
  transform: rotate(180deg);
}

.faq-content-js {
  height: 0;
  overflow: hidden;
  background-color: transparent;
  box-sizing: border-box;
}

.faq-content-js.active {
  max-height: 500px;
  padding: 0 20px 0px 20px;
}

.faq-content-inner p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  max-width: 800px;
  line-height: 1.2;
  color: #666;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .faq-content-inner p {
    font-size: 16px;
  }
}

.table-responsive table {
  font-size: 120px;
}

@media (max-width: 992px) {
  .table-responsive table {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .faq-content-inner p {
    font-size: 12px;
  }
}

/* Ensure proper stacking */

.answer-faq {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  max-width: 800px;
  line-height: 1;
  margin: 10px 0;
  color: #666;
  letter-spacing: -0.02em;
  font-size: 18px;
}

tr.answer-faq td, tr.answer-faq th {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

@media (max-width: 576px) {
  tr.answer-faq td, tr.answer-faq th {
    border-bottom: 1px solid rgba(102, 102, 102, 0.09);
  }
}

tbody.answer-faq td {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

@media (max-width: 576px) {
  tbody.answer-faq td {
    border-bottom: 1px solid rgba(102,102,102,0.09);
  }
}

@media (max-width: 992px) {
  .answer-faq {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .answer-faq {
    font-size: 12px;
  }
}

/* Mobile (up to 768px) */

@media (max-width: 768px) {
  .faq-header {
    padding: 25px 20px 12px 20px;
  }
}

@media (max-width: 768px) {
  .faq-wrap {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .sub-header-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-questions-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dropdown-faq {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-question-js {
    font-size: 20px;
    line-height: 1;
  }
}

@media (max-width: 400px) {
  .faq-question-js {
    font-size: 20px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .faq-content-js span {
    font-size: 25px;
  }
}

/* Small mobile (up to 480px) */

@media (max-width: 480px) {
  .faq-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .faq-header {
    padding: 20px 15px 10px 15px;
  }
}

@media (max-width: 480px) {
  .faq-content-js.active {
    padding: 0 15px 15px 15px;
  }
}

.faq-wrap {
}

html, body {
  /*max-width: 100vw !important;*/
  background: #dadcd9;
}

/* ///////////////FOOTER////////////////// */

.section-footer {
  height: 30vh;
  position: relative;
  padding: 0px 15px 10px 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 100vw;
  background: url("../../assets/img/faq-blob14.svg") bottom / auto no-repeat;
}

.profile-heading-wrapper {
  width: 80%;
  display: flex;
  padding: 0 20px;
  margin-bottom: 45px;
}

.footer-par {
  text-transform: none!important;
  color: black;
  font-family: ArsenicaAntiqua-MediumItalic;
  color: rgb(0,0,0);
  font-size: 2rem;
}

.footer-last-line {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  justify-self: start;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}

.footer-last-line2 {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  line-height: 1.2;
  flex-direction: column;
  display: flex;
}

.footer-last-line3 {
  grid-column: 2;
  align-self: end;
  justify-self: start;
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  grid-row: 3;
  line-height: 1.2;
}

#footer-brand {
  grid-column: 1 / -1;
  grid-row: 1;
}

.footer-bottom {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.footer-last-line {
}

@media (max-width: 576px) {
  .footer-bottom {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .footer-bottom {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .footer-last-line3 {
    margin-left: 40px;
  }
}

@media (max-width: 375px) {
  .footer-last-line3 {
    margin-left: 0px;
  }
}

.partners-heading-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  align-items: center;
}

.partners-heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 70px;
  overflow: visible;
}

.partners-heading {
  color: rgb(0,0,0);
  text-transform: none;
  font-family: 'ArsenicaAntiqua-MediumItalic';
  margin-bottom: 0px;
  text-align: left;
  font-size: calc(70px + (83 - 70) * ((100vw - 998px) / (1400 - 998)));
  line-height: 0.85;
  letter-spacing: -2px;
  font-weight: 200;
  /*color: white;*/
  /*-webkit-text-stroke: 1px black;*/
  z-index: 1;
}

.partners-figure {
  position: absolute;
  order: 1;
  z-index: 9999;
  transform-origin: left;
}

.partners-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-figure:hover {
  transform: scale(3.5);
  z-index: 100;
  mix-blend-mode: exclusion;
}

.heading-first-line {
  align-self: flex-start;
  margin-bottom: -20px;
  padding: 0 0 0 40px;
}

@media (max-width: 568px) {
  .heading-first-line {
    align-self: flex-start;
    margin-bottom: -20px;
    padding: 0 0 0 10px;
  }
}

.heading-srecond-line {
  align-self: flex-end;
  text-align: right;
  margin-top: -66px;
  padding: 0 40px 0 0;
}

@media (max-width: 568px) {
  .heading-srecond-line {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 768px) {
  .heading-srecond-line {
    margin-top: -10px;
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .heading-srecond-line {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .partners-heading {
    font-size: 85px;
  }
}

@media (max-width: 998px) {
  .partners-heading {
    font-size: calc(35px + (80 - 35) * ((100vw - 320px) / (998 - 320)));
  }
}

@media (max-width: 1200px) {
  .partners-figure {
    width: 105px;
    height: 105px;
  }
}

@media (max-width: 998px) {
  .partners-figure {
    width: 100px;
    height: 100px;
    top: 48%;
    left: 47%;
  }
}

.mobile-break {
  display: none;
}

.mobile2-break {
  display: none;
}

@media (max-width: 998px) {
  .mobile-break {
    display: block;
  }
}

@media (max-width: 768px) {
  .mobile2-break {
    display: block;
  }
}

@media (max-width: 768px) {
  .mobile-break {
    display: none;
  }
}

@media (max-width: 998px) {
  .desktop-break {
    display: none;
  }
}

.mobile-pattners-1 {
  width: calc(30px + (67 - 30) * ((100vw - 320px) / (998 - 320)));
  transform-origin: right bottom;
}

.mobile-pattners-2 {
  width: calc(30px + (80 - 30) * ((100vw - 320px) / (998 - 320)));
  transform-origin: right top;
  display: inline-block;
  background-image: url('../../assets/img/rectang-Untitled-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  vertical-align: middle;
  transform-origin: right top;
  position: relative;
}

.partners-button {
  margin: 0 15px;
}

.visa-image-enlarge:hover {
  transform: scale(3.5);
  z-index: 100;
  mix-blend-mode: exclusion;
}

.visa-image-enlarge {
  width: 80px;
  transition: transform 0.05s ease;
  transform-origin: right bottom;
}

.mobile-pattners-2:hover {
  transform: scale(3.5);
  z-index: 100;
  mix-blend-mode: exclusion;
  background-image: url('../../assets/img/ezgif.com-animated-gif-maker.gif');
  background-position: right top;
}

.mobile-pattners-1:hover {
  transform: scale(3);
  /*z-index: 100;*/
  mix-blend-mode: exclusion;
}

@media (max-width: 998px) {
  .highlight-word-2 {
    font-size: clamp(100px, 15vw, 150px);
  }
}

@media (max-width: 768px) {
  .highlight-word-2 {
    font-size: clamp(70px, 15vw, 100px);
  }
}

.hero-bottom-text {
  color: black;
  text-transform: none;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 20px !important;
}

.highlight-word {
  font-size: 250px;
}

@media (max-width: 1400px) {
  .highlight-word {
    font-size: 230px;
  }
}

@media (max-width: 1200px) {
  .highlight-word {
    font-size: 200px;
  }
}

@media (max-width: 998px) {
  .highlight-word {
    font-size: 160px;
  }
}

@media (max-width: 578px) {
  .highlight-word {
    font-size: clamp(100px, calc(100px + (40 * (100vw - 375px) / 203)), 140px);
  }
}

@media (max-width: 768px) {
  .profile-heading-wrapper2 {
    /*margin-bottom: 0px;*/
  }
}

partners-heading mobile2-break element-height {
  line-height: 1;
}

.partners-heading.mobile2-break.element-height {
  line-height: 0.2;
}

@media (max-width: 375px) {
  .partners-heading.mobile2-break.element-height {
    line-height: 0;
    margin-top: -3px;
  }
}

.partners-heading.desktop-break.element-height {
  line-height: 0.7;
}

.partners-heading.mobile-break.element-height {
  line-height: 0.6;
}

#faq_section {
  min-height: 50vh;
  background: #f3f7ec;
  max-width: 100vw;
}

.span-to-link {
  border-width: 1px;
  border-style: dashed;
  padding: 0 8px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
  border-radius: 26px;
}

.span-to-link:hover {
  color: #ffffff;
  text-decoration-style: solid;
  background: black;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/* Pop-up content - hidden by default */

.span-to-link::after {
  content: "With 15+ years of experience collaborating with creative professionals on projects of all scales — from international initiatives to local — Iryna Yauseyenka has spent the past three years helping artists successfully build strong portfolios for Arts Council England applications.\A\A\She is an experienced art manager who has successfully guided over 250 clients through the UK Global Talent Visa process,operating fully legally in the UK as a registered Sole Trader (UTR 7943654509).";
  white-space: pre-line;
  position: absolute;
  bottom: 190%;
  left: 100%;
  transform: translateX(-50%);
  background-color: #333333;
  background-blend-mode: overlay;
  /*border: 1px solid #ddd;*/
  /*border-radius: 12px;*/
  padding: 12px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 1.2;
  width: 280px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(10px) scale(0.95);
  pointer-events: none;
  font-family: 'TTNormsPro-Light';
  color: white;
}

@media (max-width: 576px) {
  .span-to-link::after {
    font-size: 12px;
  }
}

.span-to-link:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px) scale(1.2);
}

@media (max-width: 567px) {
  .span-to-link:hover::after {
    transform: translateX(-50%) scale(1);
  }
}

@media (max-width: 768px) {
  .heading-first-line {
    margin-top: 50px;
  }
}

@media (max-width: 375px) {
  .heading-first-line {
    margin-top: 20px;
  }
}

.heading-first-line {
}

.brochure-button {
  color: black;
}

.brochure-button:hover {
  /*color: #d9dcd9;*/
  background: #000000;
}

.footer-style {
  text-decoration: none;
  color: rgb(0,0,0);
  font-family: TTNormsPro-Regular;
}

.footer-span-to-link:after {
  content: "ArtVisa is an art talent management agency. We provide professional support in the development, promotion, and presentation of our clients’ creative portfolios. Our services include artistic mentorship, strategic career guidance, and support in building visibility within the international art scene.We do not provide legal or immigration advice.\A\All matters relating to the Global Talent Visa applications are handled by our trusted legal partner, Coventry Street Advisors, who are authorised by the OISC in the UK under reference number F202331821. They are solely responsible for advising our clients on visa forms, immigration procedures, and legal requirements.";
  white-space: pre-line;
  position: absolute;
  bottom: 230%;
  left: 200%;
  transform: translateX(-50%);
  background-color: #333333;
  background-blend-mode: overlay;
  padding: 12px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  font-size: 11px;
  line-height: 1.2;
  width: 280px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(10px) scale(0.95);
  pointer-events: none;
  font-family: 'TTNormsPro-Light';
  color: white;
}

.footer-span-to-link:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px) scale(1.2);
}

.footer-span-to-link {
  color: rgb(0,0,0);
  font-family: TTNormsPro-Regular;
  position: relative;
  cursor: pointer;
}

@media (max-width: 576px) {
  .footer-span-to-link::after {
    font-size: 8px;
    width: 190px;
  }
}

#brochure-button-2:hover {
  box-shadow: 1px 1px 9px 5px rgb(197,244,77);
}

#brochure-button-3:hover {
  box-shadow: 1px 1px 9px 5px #79ff25;
}

#brochure-button-1:hover {
  box-shadow: 1px 1px 9px 5px #7dbde2;
}

#brochure-button-4:hover {
  box-shadow: 1px 1px 9px 5px #f3b260;
}

.serices-link:hover {
  background-size: cover;
  box-shadow: 1px 1px 5px 4px rgb(89,74,255);
  transition: 0.3s ease;
  background-color: rgba(163,155,255,0.15);
  transition: all .3s ease-in-out;
}

#main {
  visibility: hidden;
}

