@charset "UTF-8";
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.brand-identity {
  /* Block */
  position: relative;
  background: #E5F3F1;
  border-radius: 0 90px 90px 0;
  z-index: 1;
  /* Pseudo-elements */
  /* Elements */
  /* GRID: mobil 1, tablet 2, desktop 3 kolon (12 track) */
  /* Normal: her kart 4 kolon → satırda 3 kart */
  /* Non-BEM child */
}
.brand-identity::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/left-green-cyan.svg");
  background-size: cover;
  z-index: 1;
}
.brand-identity::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/gig-life-darkblue.svg");
  background-size: cover;
  transform: rotate(-180deg);
  z-index: 1;
}
.brand-identity__bg {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: url("../../assets/image/brand-bg.webp");
  background-size: cover;
  z-index: 0;
}
.brand-identity__title {
  text-align: center;
  margin-bottom: 40px;
}
.brand-identity__card-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  z-index: 1;
}
.brand-identity__card-title {
  font-family: "Georama-Medium";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 113%;
}
.brand-identity__card-description p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.brand-identity__card {
  border-radius: 40px;
  border: 2px solid #399A86;
  padding: 40px 20px 40px 40px;
  align-content: center;
  background-color: #fff;
}
.brand-identity .content-wrapper {
  padding: 90px 20px;
  align-items: center;
}
@media only screen and (min-width: 768px){
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .brand-identity__card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px){
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .brand-identity__title {
    margin-bottom: 60px;
  }
  .brand-identity__card-list {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .brand-identity__card {
    grid-column: span 4;
    align-content: flex-start;
    justify-items: start;
  }
  .brand-identity {
    /* Son satırda 2 kart: soldaki geniş (8), sağdaki dar (4) */
    /* Son satırda 1 kart: tüm satırı kapla */
  }
  .brand-identity__card:nth-last-child(2):nth-child(3n+1) {
    grid-column: span 8;
  }
  .brand-identity__card:last-child:nth-child(3n+2) {
    grid-column: span 4;
  }
  .brand-identity__card:last-child:nth-child(3n+1) {
    grid-column: 1/-1;
  }
  .brand-identity .content-wrapper {
    padding-block: 120px;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.business-pillars {
  /* Block */
  position: relative;
  background-color: #E6E9F8;
  display: flex;
  justify-content: center;
  border-radius: 0 90px 90px 0;
  /* Pseudo-elements */
  /* Elements */
  /* Non-BEM child */
}
.business-pillars::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/opposite-ocean.svg");
  background-size: cover;
  transform: rotate(-270deg);
  z-index: 1;
}
.business-pillars::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/lavante.svg");
  background-size: cover;
  z-index: 1;
}
.business-pillars__bg {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: url("../../assets/image/stragety-bg.webp");
  background-size: cover;
  opacity: 1;
  z-index: 0;
}
.business-pillars__corner {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100px;
  height: 100px;
  background: url("../../assets/image/lavante.svg");
  background-size: cover;
  z-index: 1;
  transform: rotate(90deg);
}
.business-pillars__line {
  width: 100%;
  height: 1px;
  background-color: #1F0F4D;
  margin: 50px 0;
}
.business-pillars .content-wrapper {
  padding: 90px 20px;
  align-items: flex-;
}

[data-prev], [data-next] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .business-pillars {
    border-radius: 0 90px 0 0;
  }
  .business-pillars__line {
    margin: 85px 0;
  }
  .business-pillars .content-wrapper {
    padding: 128px 50px;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1400px) {
  .business-pillars .content-wrapper {
    padding: 128px 0;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.core-values__card-logo__circle {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.core-values__controls {
  position: absolute;
  display: flex;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
}
.core-values__controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 2px solid #D28C64;
  border-radius: 50%;
}
.core-values__controls button:last-child {
  transform: rotate(180deg);
}

@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.core-values__card-title {
  font-family: "Georama-Light", sans-serif;
}

.core-values__card-description p, .core-values__title p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

.core-values__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
}

.core-values {
  position: relative;
  z-index: 1;
  background-color: #8094E6;
  border-radius: 90px 0 0 90px;
  /* Pseudo-elements */
  /* Elements */
}
.core-values::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/left-green-cyan.svg");
  background-size: cover;
  transform: rotate(-270deg);
  z-index: 1;
}
.core-values::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/opposite-ocean.svg");
  background-size: cover;
  transform: rotate(-180deg);
  z-index: 1;
}
.core-values__bg {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: url("../../assets/image/core-values-bg.webp");
  background-size: cover;
  z-index: 0;
}
.core-values [hidden] {
  display: none;
}
.core-values .content-wrapper {
  padding: 90px 20px;
  align-items: center;
  gap: 40px;
}
.core-values__title {
  max-width: 350px;
  text-align: center;
}
.core-values__title p {
  margin: 0 0 10px 0;
}
.core-values__card-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  z-index: 1;
}
.core-values__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #1F0F4D;
  border-radius: 40px;
  padding: 40px 17px;
  background-color: #fff;
}
.core-values__card-title {
  font-family: "Georama-Medium";
  color: #8094E6;
}
.core-values__card-description {
  max-width: 316px;
  word-break: break-word;
  text-align: center;
}
.core-values__card-description p {
  padding: 0;
  margin: 0;
}
.core-values__card-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.core-values__card-logo__circle {
  border: 2px solid #D28C64;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 130%;
  color: #1F0F4D;
}
.core-values__controls button {
  border: 2px solid #1F0F4D;
}
@media only screen and (min-width: 640px) {
  .core-values__controls {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .core-values .content-wrapper {
    padding: 128px 0;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .core-values__title {
    max-width: 760px;
  }
  .core-values__card-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .core-values__card {
    padding: 40px 30px;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.fairfax__tagline {
  font-family: "Georama-Light", sans-serif;
}

.fairfax .content-wrapper {
  padding: 50px 20px;
  z-index: 1;
}

.fairfax__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
  color: #1F0F4D;
  text-wrap: wrap;
  max-height: 65px;
}

.fairfax__tagline {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
  color: #fff;
}

.fairfax__description > p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

.fairfax {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #6BCABA;
}
.fairfax__bg {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/image/fairfax-bg.webp");
  background-size: cover;
  opacity: 30%;
}
.fairfax .content-wrapper {
  max-width: 720px;
}
.fairfax .logo-card {
  position: relative;
  margin-top: 25px;
  border: 2px solid #399A86;
  padding: 0;
  height: 125px;
  overflow: hidden;
}
.fairfax .logo-card img {
  max-width: 247px;
  max-height: 100%;
}
.fairfax__description {
  max-width: 480px;
}
.fairfax .enlarge-map {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #6BCABA;
  border-radius: 50%;
}
.fairfax .enlarge-map > svg {
  transition: transform 200ms ease;
}
.fairfax .enlarge-map > svg:hover {
  transform: scale(1.2);
}
.fairfax__accordion {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 0 20px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #399A86;
  border-radius: 40px;
}
.fairfax .acc-btn {
  font-family: "Georama-Medium";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: #6BCABA;
  padding: 15px 5px;
  text-align: left;
  min-height: 80px;
  cursor: pointer;
  transition: 500ms all;
}
.fairfax .acc-icon[aria-hidden=true] {
  display: none;
  opacity: 0;
}
.fairfax .acc-icon[aria-hidden=false] {
  display: inline-flex;
  opacity: 1;
}
.fairfax .ffx-popover {
  width: 100%;
  background-color: white;
  padding: 25px 16px;
  position: absolute;
  top: -1rem;
  left: 0;
  border-radius: 40px;
  border: 2px solid #399A86;
  z-index: -5;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.fairfax .ffx-popover p {
  margin: 0 0 5px 0;
}
.fairfax .ffx-popover.open {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.fairfax .ffx-popover::before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-bottom: 2px solid #399A86;
  border-right: 2px solid #399A86;
}
.fairfax .ffx-popover ul {
  max-width: 470px;
}
.fairfax .ffx-popover li {
  margin: 0;
}
.fairfax .ffx-popover .popup-close {
  display: block;
  margin-left: auto;
  background-color: transparent;
  transform: rotate(45deg);
  cursor: pointer;
}
.fairfax .ffx-popover__bubble {
  position: absolute;
  right: 24px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #399A86;
  border-bottom: 2px solid #399A86;
  transform: rotate(45deg);
  border-bottom-right-radius: 6px;
}

.map-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-popup[hidden] {
  display: none !important;
  pointer-events: none;
}
.map-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
  z-index: 1;
}
.map-popup__panel {
  position: relative;
  z-index: 2;
  max-width: min(90vw, 1000px);
}
.map-popup__content {
  max-height: 85vh;
  padding: 24px;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.map-popup__content img,
.map-popup__content svg {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.map-popup__content img {
  aspect-ratio: 1141/619;
}
.map-popup__close {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 3;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

body:has(.map-popup:not([hidden])) {
  overflow: hidden;
  touch-action: none;
}

.enlarge-map {
  cursor: zoom-in;
}

@media only screen and (min-width: 480px) {
  .fairfax .content-wrapper {
    padding: 50px;
  }
  .fairfax__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .fairfax .content-wrapper {
    padding: 80px 60px;
  }
  .fairfax__accordion {
    padding: 0 25px;
  }
  .fairfax .ffx-popover {
    padding: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .fairfax__bg {
    height: 80%;
  }
  .fairfax .logo-card {
    height: 200px;
  }
  .fairfax .logo-card img {
    max-width: 424px;
    max-height: 100%;
  }
}

@media only screen and (min-width: 1248px) {
  .fairfax::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    background: url("../../assets/svg/opposite-right-seafoam.svg");
    background-size: cover;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.gig-group-header {
  background: linear-gradient(to right, #8094E6 0%, #8094E6 50%, #6BCABA 50%, #6BCABA 100%);
  padding: 30px 0;
  /* modifier: .gig-group-header.-bottom */
}
.gig-group-header__card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 130px;
}
.gig-group-header__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.25rem;
  color: #1F0F4D;
}
.gig-group-header.-bottom {
  background: #6BCABA;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  .gig-group-header.-bottom {
    background: linear-gradient(to right, #8094E6 0%, #8094E6 50%, #6BCABA 50%, #6BCABA 100%);
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  .gig-group-header__title {
    font-size: 2.625rem;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.gig-group__financial-overview__item, .gig-group__axa-title, .gig-group__buy-about > p:first-child, .gig-group__axa-content, .gig-group__tagline {
  font-family: "Georama-Light", sans-serif;
}

.gig-group .content-wrapper {
  padding: 50px 20px;
  z-index: 1;
}

.gig-group__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
  color: #1F0F4D;
  text-wrap: wrap;
  max-height: 65px;
}

.gig-group__axa-content, .gig-group__tagline {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
  color: #fff;
}

.gig-group__credit-note > p, .gig-group__buy-about > p, .gig-group__contact > p, .gig-group__financial-overview__item, .gig-group__description > p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

.gig-group__buy-about > p:first-child {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
}

.gig-group__axa-title {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
}

/* ========== BLOCK ========== */
.gig-group {
  position: relative;
  width: 100%;
  background-color: #8094E6;
  z-index: 1;
  /* ----- block pseudo ----- */
  /* ========== ELEMENTS ========== */
  /* background görseli */
  /* ana liste/kolon */
  /* başlıklar */
  /* açıklama */
  /* ===== financial overview (block__element + alt elementler) ===== */
  /* metin blokları */
  /* AXA bölümü */
  /* ========== BEM DIŞI: sayfa genel wrapper'ı ========== */
}
.gig-group__bg {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 75%;
  background: url("../../assets/image/gig-groupbg.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.gig-group__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gig-group .logo-card {
  margin-top: 25px;
}
.gig-group .logo-card img {
  width: 116px;
  height: 75px;
}
.gig-group__description {
  max-width: 480px;
}
.gig-group__description > p {
  color: #fff;
}
.gig-group__financial-overview {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 40px 0;
}
.gig-group__financial-overview__item {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 30px;
  margin: 0;
}
.gig-group__financial-overview__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gig-group__financial-overview__item-value-container {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}
.gig-group__financial-overview__item-amount {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0.65em;
  min-width: 64px;
  height: 27px;
  border-radius: 100px;
  background-color: #6BCABA;
  font-size: 0.813rem;
  font-weight: 500;
  white-space: nowrap;
  transform: translateY(-4px);
}
.gig-group__financial-overview__item-title {
  max-width: 193px;
  margin-top: 8px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
}
.gig-group__financial-overview__item-value {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.1;
}
.gig-group__credit-note, .gig-group__buy-about, .gig-group__contact {
  max-width: 480px;
}
.gig-group__credit-note > p, .gig-group__buy-about > p, .gig-group__contact > p {
  color: #fff;
}
.gig-group__axa {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-top: 20px;
}
.gig-group__axa-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gig-group__axa-title {
  color: #1F0F4D;
  max-width: 100px;
}
.gig-group__axa-content {
  max-width: 18ch;
  color: #1F0F4D;
  text-wrap: balance;
  hyphens: auto;
  word-break: normal;
}
.gig-group .content-wrapper {
  max-width: 720px;
}
@media only screen and (min-width: 480px){
  .gig-group .content-wrapper {
    padding: 50px;
  }
  .gig-group__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px){
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .gig-group .content-wrapper {
    padding: 80px 60px;
  }
  .gig-group__financial-overview__item-title {
    width: 100%;
    text-align: left;
  }
  .gig-group__axa {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px){
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .gig-group .logo-card img {
    width: 187px;
    height: 120px;
  }
}
@media only screen and (min-width: 1248px){
  .gig-group {
    border-radius: 90px 0 0 0;
  }
  .gig-group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background: url("../../assets/svg/opposite-ocean.svg");
    background-size: cover;
    z-index: 1;
  }
  .gig-group__financial-overview {
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0;
  }
  .gig-group__financial-overview__item {
    border-bottom: none;
    border-right: 1px solid #fff;
    padding: 10px 20px;
  }
  .gig-group__financial-overview__item:last-child {
    border-right: none;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.gig-turkey__story-bottom-inner p, .gig-turkey__text > p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.gig-turkey .gig-text li {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 24px;
}

.gig-turkey {
  /* Block (base) */
  position: relative;
  width: 100%;
  background-color: #fae3e1;
  z-index: 99;
  margin-top: -30px;
  border-bottom-right-radius: 90px;
  padding: 90px 0;
  /* Pseudo-elements */
  /* Non-BEM child */
  /* Elements */
  /* GRID LAYOUT (mobile-first) */
  /* Story Bottom içindeki paragraflar */
  /* her iki çizgi aynı stili kullanır */
  /* FINANCE */
  /* Kartlar */
  /* Bullet’lar */
}
.gig-turkey::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 100px;
  height: 101px;
  background: url(../../assets/svg/soft-pink.svg);
  background-size: cover;
  z-index: -1;
}
.gig-turkey:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 101px;
  background: url(../../assets/svg/soft-pink.svg);
  background-size: cover;
  z-index: -1;
  transform: rotate(-270deg);
}
.gig-turkey .content-wrapper {
  margin: 0 auto;
}
.gig-turkey__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 95%;
  background: url("../../assets/image/gig-tr-bg.webp") center/cover no-repeat;
  border-bottom-right-radius: 90px;
  z-index: -1;
  opacity: 0.6;
  transform: rotate(180deg);
}
.gig-turkey__grid {
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "logo" "story" "storyBottom" "line" "finance" "line-bottom" "metrics" "partners";
  justify-items: center;
  gap: 20px;
}
.gig-turkey__heading-area {
  grid-area: heading;
}
.gig-turkey__heading-area > h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
}
.gig-turkey__story {
  grid-area: story;
}
.gig-turkey__logo {
  grid-area: logo;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
}
.gig-turkey__story-bottom {
  grid-area: storyBottom;
  max-width: 542px;
}
.gig-turkey__line {
  grid-area: line;
}
.gig-turkey__line-bottom {
  grid-area: line-bottom;
}
.gig-turkey__finance {
  grid-area: finance;
}
.gig-turkey__metrics {
  grid-area: metrics;
}
.gig-turkey__partners {
  grid-area: partners;
}
.gig-turkey__partners {
  display: grid;
}
.gig-turkey__partners .gig-turkey__heading {
  font-family: "Georama-Medium";
  max-width: 300px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
  color: #1F0F4D;
}
.gig-turkey__heading {
  max-width: 350px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 44px;
  color: #1F0F4D;
}
.gig-turkey__text {
  max-width: 542px;
  line-height: 1.6;
}
.gig-turkey__text > p {
  margin: 10px 0;
  color: #1F0F4D;
}
.gig-turkey .logo-card {
  width: 100%;
  height: 185px;
  border: 2px solid #C12916;
}
.gig-turkey__story-bottom-inner {
  display: grid;
  grid-template-columns: 1fr; /* mobile: alt alta */
}
.gig-turkey__story-bottom-inner p {
  margin: 5px 0;
}
.gig-turkey__line, .gig-turkey__line-bottom {
  display: grid;
  width: 100%;
  background-color: #C12916;
  height: 1px;
  margin: 10px 0;
}
.gig-turkey__finance-cols {
  display: grid;
  grid-template-columns: 1fr; /* mobile: alt alta */
  gap: 20px;
}
.gig-turkey .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gig-turkey__finance .gig-turkey__heading {
  font-family: "Georama-Medium";
  max-width: 603px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 113%;
  color: #1F0F4D;
}
.gig-turkey .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gig-turkey__card-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.gig-turkey__card-description > p > strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.gig-turkey__card-title {
  color: #1F0F4D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
.gig-turkey .gig-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 542px;
  margin-top: 20px;
}
.gig-turkey .gig-text > p, .gig-turkey .gig-text h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #1F0F4D;
}
.gig-turkey__card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-content: center;
  gap: 10px;
  margin-top: 20px;
}
.gig-turkey__card {
  width: 276px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 10px;
  border-radius: 40px;
  padding: 26px 14px;
  border: 2px solid #C12916;
}
.gig-turkey__logo-card, .gig-turkey__metric-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.gig-turkey__bullet-list {
  margin: 0;
  padding-left: 18px;
}
.gig-turkey__bullet {
  margin: 6px 0;
}
@media only screen and (min-width: 768px){
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .gig-turkey__partners {
    grid-template-columns: 1fr 1fr;
  }
  .gig-turkey__partners .gig-turkey__heading {
    font-family: "Georama-Medium";
    max-width: 300px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 44px;
    color: #1F0F4D;
  }
  .gig-turkey .logo-card {
    height: 280px;
  }
  .gig-turkey__story-bottom-inner {
    grid-template-columns: 1fr 1fr; /* tablet ve üstünde yan yana */
  }
  .gig-turkey__story-bottom-inner p {
    margin: 20px 0;
  }
  .gig-turkey__finance-cols {
    grid-template-columns: 1fr; /* sol metin + sağ metin */
    gap: 0px;
  }
}
@media only screen and (min-width: 1024px){
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .gig-turkey {
    padding: 102px 0 60px 0;
  }
  .gig-turkey__bg {
    width: 50%;
    height: 100%;
    opacity: 40%;
  }
  .gig-turkey__grid {
    grid-template-columns: 1fr;
    justify-items: start;
    grid-template-areas: "heading logo" "story   logo" "storyBottom storyBottom" "line line" "finance   finance" "line-bottom line-bottom" "partners partners";
    gap: 0;
  }
  .gig-turkey__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
  }
  .gig-turkey__heading-area > h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 44px;
  }
  .gig-turkey__story {
    margin-top: 0;
  }
  .gig-turkey__story-bottom {
    max-width: 100%;
  }
  .gig-turkey__heading {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .gig-turkey__story-bottom-inner {
    margin-top: 20px;
    gap: 0 30px;
  }
  .gig-turkey__line, .gig-turkey__line-bottom {
    margin: 50px 0;
  }
  .gig-turkey__finance .gig-turkey__heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 44px;
    color: #1F0F4D;
  }
  .gig-turkey .card-wrapper {
    flex-direction: row;
  }
  .gig-turkey .gig-text {
    margin: 0;
  }
  .gig-turkey__card-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.gig-world {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  height: 125px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #1F0F4D;
  border-radius: 40px;
}
.logo-card img {
  max-width: 120px;
  max-height: 75px;
  object-fit: contain;
}
@media only screen and (min-width: 400px) {
  .logo-card {
    height: 200px;
  }
  .logo-card img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  .gig-world {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    margin-top: -30px;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.operations-claims__substances, .operations-claims__description p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

.operations-claims {
  /* Block */
  display: flex;
  flex-direction: column;
  /* Elements */
}
.operations-claims__title {
  font-family: "Georama-Medium";
  width: 100%;
  text-align: left;
  color: #19058C;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
}
.operations-claims__description {
  max-width: 100%;
}
.operations-claims__description p {
  margin: 0;
}
.operations-claims__substances {
  max-width: 100%;
  margin: 0;
}
.operations-claims__substances ul li {
  font-size: 15px;
  line-height: 24px;
}
.operations-claims__intro {
  margin-top: 40px;
}
.operations-claims__structure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  gap: 20px;
}
.operations-claims__structure .opc-media {
  width: 100%;
  max-width: 350px;
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
}
.operations-claims__structure .opc-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .operations-claims {
    flex-direction: row;
    align-items: flex-start;
    gap: 90px;
  }
  .operations-claims__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 44px;
    color: #19058C;
  }
  .operations-claims__description {
    max-width: 542px;
  }
  .operations-claims__substances {
    max-width: 285px;
  }
  .operations-claims__intro {
    margin-top: 0;
  }
  .operations-claims__structure {
    flex-direction: row;
  }
  .operations-claims__structure .opc-media {
    width: 198px;
    aspect-ratio: 11/20;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.strategy {
  /* Block (base) – boş */
  /* Elements */
}
.strategy__title {
  display: block;
  width: 100%;
  text-align: left;
  color: #19058C;
}
.strategy .content-wrapper {
  padding: 90px 20px;
}
.strategy__card-list {
  width: 100%;
}
.strategy__card {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.strategy__card-logo img {
  width: 100%;
  max-width: 100%;
  max-height: 418px;
  object-fit: cover;
  border-radius: 40px;
}
.strategy__card-description ul li {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px){
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
  .strategy .content-wrapper {
    padding: 128px 0;
  }
}
@media only screen and (min-width: 1024px){
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .strategy__card {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1248px){
  .strategy__card-description {
    max-width: 507px;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.team-stats__card-title {
  font-family: "Georama-Light", sans-serif;
}

.team-stats__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
}

.team-stats {
  /* Block */
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  /* Elements */
}
.team-stats__title {
  width: 100%;
  text-align: left;
  color: #19058C;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
}
.team-stats__intro {
  text-align: left;
}
.team-stats__intro p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 24px;
}
.team-stats__card-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 50px;
  gap: 11px;
}
.team-stats__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #1F0F4D;
  border-radius: 40px;
  gap: 12px;
}
.team-stats__card-logo img {
  width: 100%;
  height: 100%;
}
.team-stats__card-description {
  display: flex;
  flex-direction: column-reverse;
}
.team-stats__card-description h3 {
  margin: 0;
}
.team-stats__card-title {
  font-size: 0.875rem;
  color: #1F0F4D;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .team-stats {
    margin-top: 85px;
  }
  .team-stats__title {
    font-size: 2rem;
    line-height: 44px;
  }
  .team-stats__card-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .team-stats__card-title {
    font-size: 1rem;
  }
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
@font-face {
  font-family: "Georama-Light";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Georama-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Georama-SemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Georama-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Reforma2018-Negra";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Reforma2018-Negra.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 70px;
}
.why-gig__card-description p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 20px 0;
}

.why-gig {
  /* Block (base) */
  position: relative;
  background-color: #19058C;
  border-radius: 90px 0 0 90px;
  z-index: 1;
  /* Pseudo-elements */
  /* Elements */
  /* Non-BEM child */
}
.why-gig::before {
  content: "";
  position: absolute;
  top: -99px;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/gig-life-darkblue.svg");
  background-size: cover;
  transform: rotate(270deg);
  z-index: -1;
}
.why-gig::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../../assets/svg/opposite-pink.svg");
  background-size: cover;
  transform: rotate(-90deg);
  z-index: -1;
}
.why-gig__bg {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url("../../assets/image/why-gig-bg.webp");
  background-size: cover;
  z-index: -1;
}
.why-gig__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.why-gig__card > img {
  border: 4px solid white;
  border-radius: 40px;
  min-width: 260px;
  height: 260px;
}
.why-gig__card-description {
  max-width: 550px;
  margin: 0;
}
.why-gig__card-description p {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  word-break: break-word;
}
.why-gig__card-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.why-gig__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 113%;
}
.why-gig .content-wrapper {
  padding: 90px 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
  :root {
    --header-height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: auto;
  }
  :root {
    --header-height: auto;
  }
  .why-gig__card > img {
    height: 480px;
  }
  .why-gig__card {
    flex-direction: row;
    align-items: flex-start;
  }
  .why-gig__card-title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
  }
  .why-gig .content-wrapper {
    align-items: flex-start;
    padding-block: 120px;
  }
}