.hero {background-color: #d5e8ff;padding: 100px 80px;}@media only screen and (max-width: 809px) {.hero {padding: 100px 16px 40px;}}.hero .content {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 40px;}@media only screen and (max-width: 809px) {.hero .content {gap: 24px;}}.hero p {max-width: 710px;text-align: center;font-size: 24px;}@media only screen and (max-width: 809px) {.hero p {font-size: 18px;}}h1 {max-width: 820px;font-family: var(--fontHeading);font-size: 100px;line-height: 1.22;text-transform: uppercase;text-align: center;}@media only screen and (max-width: 809px) {h1 {font-size: 40px;line-height: 1.22;}}h2 {font-family: var(--fontHeading);font-size: 72px;text-transform: uppercase;}@media only screen and (max-width: 809px) {h2 {font-size: 32px;}}section .container {padding-right: 80px;padding-left: 80px;}@media only screen and (max-width: 809px) {section .container {padding-right: 16px;padding-left: 16px;}}section:nth-child(2) {padding-top: 160px !important;}@media only screen and (max-width: 809px) {section:nth-child(2) {padding-top: 120px !important;}}section.why-us {padding-top: 80px;padding-bottom: 80px;}@media only screen and (max-width: 809px) {section.why-us {padding-top: 40px;padding-bottom: 40px;}}.why-us {display: flex;justify-content: center;}.why-us .container {max-width: var(--sectionMaxWidth);width: 100%;display: flex;flex-direction: column;gap: 40px;}.why-us .section-content {display: flex;gap: 40px;}@media only screen and (max-width: 809px) {.why-us .section-content {flex-direction: column;gap: 24px;}}section.usp {display: flex;justify-content: center;}.usp .container {max-width: var(--sectionMaxWidth);width: 100%;padding-top: 80px;padding-bottom: 80px;display: grid;grid-template-columns: 1fr 1fr;gap: 40px;}@media only screen and (max-width: 809px) {.usp .container {padding-top: 40px;padding-bottom: 40px;display: flex;flex-direction: column;}}.usp .section-content {padding: 48px 0;display: flex;flex-direction: column;justify-content: space-between;}@media only screen and (max-width: 809px) {.usp .section-content {padding: 0;gap: 40px;order: 2;}}.usp .copy {display: flex;flex-direction: column;gap: 24px;}.usp h2 {font-family: var(--fontBodyMedium);font-size: 48px;line-height: 1.35;text-transform: none;}@media only screen and (max-width: 809px) {.usp h2 {font-size: 26px;}}.usp ul {list-style-position: outside;padding-left: 16px;display: flex;flex-direction: column;gap: 10px;}.usp .section-img {min-height: 680px;background: url("/assets/images/hakan.jpg");background-size: cover;border-radius: 24px;}@media only screen and (max-width: 809px) {.usp .section-img {min-height: 348px;width: 100%;order: 1;}}section.search-for-staff {padding-top: 80px;padding-bottom: 160px;}@media only screen and (max-width: 809px) {section.search-for-staff {padding-bottom: 80px;}}.search-for-staff {display: flex;justify-content: center;}.search-for-staff .container {max-width: var(--sectionMaxWidth);width: 100%;display: flex;flex-direction: column;gap: 80px;}@media only screen and (max-width: 809px) {.search-for-staff .container {gap: 24px;}}.search-for-staff > .section-content {display: flex;flex-direction: column;gap: 120px;}.search-for-staff h3 {font-family: var(--fontBodyMedium);font-size: 48px;}@media only screen and (max-width: 809px) {.search-for-staff h3 {font-size: 26px;}}.search-for-staff .section-header {display: flex;flex-direction: column;gap: 16px;}.search-for-staff .section-header p {font-size: 24px;}@media only screen and (max-width: 809px) {.search-for-staff .section-header p {font-size: 18px;}}.recruitment-process {display: flex;flex-direction: column;gap: 80px;}@media only screen and (max-width: 809px) {.recruitment-process {gap: 24px;}}.recruitment-process .section-content {display: flex;flex-direction: column;gap: 80px;}@media only screen and (max-width: 809px) {.recruitment-process .section-content {gap: 24px;}}ol.process-steps {list-style-type: none;display: grid;grid-template-columns: 1fr 1fr;column-gap: 40px;}@media only screen and (max-width: 809px) {ol.process-steps {display: flex;flex-direction: column;}}ol.process-steps li {padding: 48px 0;border-top: 1px solid var(--borderColor);border-bottom: 1px solid var(--borderColor);display: flex;flex-direction: column;gap: 32px;}@media only screen and (max-width: 809px) {ol.process-steps li {border-top: none;}}ol.process-steps li:last-child {border: none;}ol.process-steps h4 {font-size: 32px;}@media only screen and (max-width: 809px) {ol.process-steps h4 {font-family: var(--fontBodyMedium);font-size: 20px;}}section.testimonial {padding-top: 80px;padding-bottom: 80px;}@media only screen and (max-width: 809px) {section.testimonial {padding-top: 40px;padding-bottom: 40px;}}.testimonial {display: flex;justify-content: center;}.testimonial .container {max-width: var(--sectionMaxWidth);width: 100%;}.testimonial .content {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 40px;padding-bottom: 48px;}.testimonial img {height: 60px;width: 60px;border-radius: 50%;}.testimonial .quote-author {align-self: flex-end;display: flex;gap: 16px;}@media only screen and (max-width: 809px) {.testimonial .quote-author {align-self: flex-start;}}.testimonial .author-info {display: flex;flex-direction: column;justify-content: center;gap: 4px;}.testimonial .author-name, .testimonial .author-info {font-size: 16px;}.testimonial .author-name {font-family: var(--fontBodySemibold), Arial, sans-serif;}.testimonial .author-title {font-family: var(--fontBodyMedium), Arial, sans-serif;}blockquote {font-family: var(--fontBodyMedium), Arial, sans-serif;}blockquote p {font-size: 32px;}@media only screen and (max-width: 809px) {blockquote p {font-size: 24px;line-height: 1.5;}}.available-talent {display: flex;flex-direction: column;gap: 80px;}.available-talent .section-layout {display: grid;grid-template-columns: 1fr 1fr;gap: 40px;}.available-talent .section-header {display: flex;flex-direction: column;gap: 16px;}.available-talent h4 {font-size: 24px;}.available-talent .talent-list {list-style-type: none;border-top: 1px solid var(--borderColor);}.available-talent .talent-list li {padding: 24px 0;border-bottom: 1px solid var(--borderColor);}.available-talent .talent-list .talent-company {padding-top: 10px;font-family: var(--fontBodyMedium);font-size: 16px;}.available-talent .talent-list .talent-specialization {padding-top: 16px;font-size: 18px;line-height: 1.67;}section.team {display: flex;justify-content: center;}.team .container {max-width: var(--sectionMaxWidth);width: 100%;padding-top: 80px;padding-bottom: 80px;display: flex;flex-direction: column;gap: 40px;}@media only screen and (max-width: 809px) {.team .container {padding: 40px 0;}}.team .section-header {display: flex;flex-direction: column;}@media only screen and (max-width: 809px) {.team .section-header {padding-right: 16px;padding-left: 16px;}}.team .section-header p {max-width: 670px;font-size: 24px;}@media only screen and (max-width: 809px) {.team .team-grid-wrapper {overflow-x: scroll;scrollbar-width: none;-ms-overflow-style: none;padding-right: 16px;padding-left: 16px;}.team .team-grid-wrapper::-webkit-scrollbar {display: none;}}.team .team-grid {list-style-type: none;display: flex;gap: 10px;}@media only screen and (max-width: 809px) {.team .team-grid {width: 974px;}}.team .team-grid .team-member {display: flex;flex-direction: column;gap: 24px;}.team .team-grid img {aspect-ratio: 1/1;border-radius: 8px;}.team .team-grid .member-info {display: flex;flex-direction: column;gap: 4px;}.team .team-grid h3 {font-family: var(--fontBodyMedium);font-size: 20px;}