@font-face {
  font-family: Inter;
  src: url('../fonts/inter-v12-latin-regular.woff2') format("woff2"), url('../fonts/inter-v12-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-v12-latin-500.woff2') format("woff2"), url('../fonts/inter-v12-latin-500.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-v12-latin-600.woff2') format("woff2"), url('../fonts/inter-v12-latin-600.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f7f8f8;
  --text-secondary: #b4bcd0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  background-color: #000212;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.page-wrapper {
  overflow: hidden;
}

.nav {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.page-padding {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.page-padding {
  max-width: none;
}

.nav-inner {
  text-align: center;
  border-bottom: 1px solid #ffffff14;
  display: flex;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-left: 59px;
  display: flex;
}

.nav-btns {
  align-items: center;
  display: flex;
}

.hero {
  margin-bottom: -164px;
  padding-top: 176px;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-stroke-color: var(--text-secondary);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1000px;
  max-width: 980px;
  margin-top: -38px;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.subheading {
  color: var(--text-secondary);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  width: 1000px;
  max-width: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.subheading.subheading--notice {
  color: #fff9;
  margin-top: 32px;
  line-height: 1.5;
}

.cta-button {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 61px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.hero-img-target {
  transform-style: preserve-3d;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  display: grid;
  position: relative;
  transform: rotateX(28deg)rotateY(0)rotateZ(0);
}

.hero-img {
  z-index: 1;
  opacity: 0;
  filter: brightness(120%);
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.hero-img-blur {
  opacity: 0;
  filter: blur(160px);
}

.hero-img-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.hero-img-wrap {
  perspective: 2000px;
  margin-top: 220px;
  padding-bottom: 140px;
}

.nav-logo {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link:hover {
  color: #8a8f98;
}

.hero-img-bg {
  background-color: #ffffff03;
  border-radius: 8px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.nav-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 100%;
  position: absolute;
  inset: -1px 0% -50%;
}

.custom-css {
  display: none;
}

.section-customers {
  position: relative;
}

.text-color-white {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.logos-header {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-item {
  width: 100%;
  max-width: 160px;
}

.stars-curve {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -138px auto -200px;
  position: relative;
  overflow: hidden;
}

.stars-curve.stars-curve--rotated {
  opacity: 1;
  margin-top: -123px;
  margin-bottom: -165px;
  transform: rotate(180deg);
}

.stars-curve-glow {
  opacity: .52;
  background-image: radial-gradient(circle at 50% 100%, #7877c6, #7877c600 70%);
  position: absolute;
  inset: 0%;
}

.stars-curve-glow.stars-curve-glow--blue {
  opacity: .52;
  background-image: radial-gradient(circle at 50% 100%, #4e5cda, #7877c600 70%);
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000212;
  border-top: 1px solid #7877c666;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.stars-curve-bottom.stars-curve-bottom--blue {
  border-top-color: #4e5cda66;
}

.section-highlights {
  z-index: 10;
  position: relative;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-top: -168px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-medium {
  letter-spacing: -.04em;
  width: 114%;
  margin-top: 28px;
  margin-bottom: 82px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.heading-medium.hakk-m-zda {
  font-size: 60px;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights-card-5 {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 380px;
  height: 420px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card-5.feature-card--command-line {
  justify-content: flex-start;
}

.keyboard {
  width: 100%;
  height: auto;
  margin-top: -64px;
}

.highlights-card-content {
  color: var(--text-secondary);
  text-align: center;
  width: 35%;
  max-width: none;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.text-color-white {
  width: auto;
  margin-top: -17px;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.card-heading.text-color-white.home-page {
  width: 100%;
  margin-top: -18px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 22px;
  font-size: 23px;
}

.card-heading.text-color-white.home-page.orta {
  margin-top: -17px;
  padding-top: 0;
}

.card-heading.text-color-white.blog-page1 {
  margin-left: 5px;
}

.card-heading.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.keyboard-shortcuts {
  height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.lightning {
  margin-top: 42px;
  position: absolute;
  top: -92px;
}

.highlights-card-logo {
  justify-content: center;
  width: 130%;
  display: flex;
  position: absolute;
  top: -80px;
}

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-inner {
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #00000059;
}

.command-menu-label {
  color: #ffffff80;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #ffffff26;
}

.section-feature {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature.section-feature--issues {
  z-index: 9;
  display: flex;
}

.section-feature.section-feature--cycles {
  z-index: 8;
  margin-top: -250px;
}

.section-feature.section-feature--cycles.second-page {
  margin-top: -250px;
}

.section-feature.section-feature--roadmaps {
  z-index: 7;
}

.section-feature.section-feature--workflows {
  z-index: 6;
  margin-top: -200px;
  padding-top: 0;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.feature-section-header {
  text-align: center;
  margin-top: -200px;
  margin-bottom: -200px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.feature-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-heading.feature-heading--workflows {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

.feature-heading.feature-heading--workflows.second-page {
  margin-top: 300px;
}

.feature-img-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap.feature-img-wrap--cycles {
  width: 360px;
  max-width: 1084px;
  height: 260px;
  margin-top: -108px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page {
  height: 250px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page.arge-da {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.fourth-page.tekmer-da {
  width: 108%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 0;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog2.arge-ba {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog2.tekmer-ba {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 180px;
  padding-bottom: 37px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7 {
  height: 200px;
  overflow: auto;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7.fark-blog {
  width: 100%;
  height: auto;
  margin-bottom: 180px;
  padding-bottom: 40px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim {
  flex-flow: column;
  align-items: center;
  width: 56%;
  height: 350px;
  display: flex;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 31px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta {
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-left: 11px;
  display: flex;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.buton {
  width: 480px;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.iletisim-bosluk {
  flex-flow: column;
  align-items: center;
  width: 56%;
  margin-bottom: 118px;
  display: flex;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.hakk-m-zda {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-bottom: 20px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-tesvik {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-ba {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 180px;
  padding-bottom: 40px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.arge-tesvik, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekmer-tesvik {
  width: 108%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 180px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.avantaj-card {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.feature-img-wrap.feature-img-wrap--cycles {
  width: 360px;
  max-width: 1084px;
  height: 260px;
  margin-top: -108px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page {
  width: 1000px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog {
  height: 200px;
}

.feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog.blog-da {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-bottom: 40px;
}

.feature-img {
  width: 100%;
  height: auto;
}

.animations-css {
  display: none;
}

.feature-subheading {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 900px;
  margin: -41px auto 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-grid-item {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 267px;
}

.feature-grid-icon {
  color: #fff;
  -webkit-text-stroke-color: var(--text-secondary);
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 11px;
  padding-top: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.display-inline {
  width: 100%;
  height: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  display: inline;
}

.display-inline.first-page {
  flex-flow: column;
  width: 100%;
  font-size: 21px;
  display: inline-flex;
}

.display-inline.first-page.cfo_dan_grid {
  font-size: 24px;
  display: block;
}

.feature-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.feature-card {
  border-radius: 48px;
  flex-direction: column;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-content {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 320px;
}

.feature-card-img {
  max-width: none;
  height: auto;
  position: absolute;
}

.feature-card-img.feature-card-img--board {
  width: 200%;
  top: 40%;
}

.feature-card-img.feature-card-img--views {
  width: 110%;
  top: 34%;
  left: 24px;
}

.feature-card-img.feature-card-img--updates {
  width: 100%;
  top: 40%;
  left: 7%;
}

.feature-card-img.feature-card-img--roadmaps {
  width: 100%;
  top: 40%;
  left: 2%;
}

.integrations-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.integrations-center {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#6c38ff4d, #8b62ff4d);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 148px;
  min-width: 148px;
  height: 148px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-item {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: url('../images/integrations-item-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 100px;
  min-height: 72px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-icon {
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 55%;
  display: flex;
}

.integrations-bg-wrap {
  z-index: 0;
  width: 242px;
  height: 242px;
  position: absolute;
}

.integrations-bg-circle {
  opacity: 0;
  background-image: linear-gradient(#150b30, #5b39b8);
  border: 1px solid #ac8eff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-cta {
  margin-top: 400px;
  padding-bottom: 128px;
}

.cta-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% 0, #fff9, #fff 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 36px;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
}

.cta-wrap {
  margin-top: 64px;
}

.notice-wrap {
  z-index: 100;
  display: block;
  position: fixed;
  inset: auto auto 32px 32px;
}

.notice-inner {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: -.015em;
  background-color: #fff3;
  border: 1px solid #ffffff21;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
}

.notice-link {
  background-color: #ffffff1a;
  border-radius: 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px 11px;
  transition: background-color .15s;
  display: inline-block;
}

.notice-link:hover {
  background-color: #ffffff4d;
}

.notice-link.notice-link--dark {
  color: #000212;
  background-color: #b4bcd040;
}

.notice-link.notice-link--dark:hover {
  background-color: #b4bcd080;
}

.notice-btn-wrap {
  align-items: center;
  display: flex;
}

.notice-bottom {
  z-index: 101;
  background-color: var(--white);
  color: #000212;
  background-image: linear-gradient(#000212, #000212);
  height: 350px;
  padding-top: 29px;
  padding-bottom: 66px;
  position: relative;
}

.notice-bottom-heading {
  color: var(--white);
  letter-spacing: -.05em;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.notice-bottom-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-buttons {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: flex-start;
  display: flex;
}

.text-block, .text-block-2, .text-block-2-copy, .text-block-copy, .text-block-copy-2, .text-block-2-copy-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-copy-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
}

.text-block-2-copy-2-copy-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.cta-buttons-copy {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: flex-start;
  display: flex;
}

.text-block-3, .text-block-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-5 {
  margin-left: -20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  font-size: 18px;
}

.hero-heading-copy {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: -38px;
  margin-bottom: 24px;
  margin-left: 26px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-copy.second-page {
  width: 100%;
  margin-left: 0;
}

.hero-heading-copy.second-page.blog1 {
  text-align: left;
  margin-left: 0;
  font-size: 40px;
}

.hero-heading-copy.second-page.blog1.blog7 {
  text-align: center;
  font-size: 50px;
}

.hero-heading-copy.second-page.blog1.cfo_dan {
  text-align: center;
  margin-top: 151px;
}

.hero-heading-copy.second-page.blog1.cfo_dan.cfo_ilk_baslik {
  font-size: 50px;
}

.hero-heading-copy.second-page.blog1.cfo_dan_altbaslik3 {
  text-align: left;
  padding-bottom: 0;
  font-size: 28px;
}

.highlights-card-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0 20px 0 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card-copy.feature-card--command-line {
  justify-content: flex-start;
}

.kutular {
  grid-column-gap: 20px;
  grid-row-gap: 31px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  display: flex;
}

.link {
  text-align: center;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.div-block {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  color: var(--text-secondary);
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--white);
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 250px;
  display: flex;
}

.div-block-2 {
  width: 700px;
}

.highlights-card-copy-2 {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 150px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card-copy-2.feature-card--command-line {
  justify-content: flex-start;
}

.div-block-3 {
  flex-flow: row;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 17px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-9 {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 0 0;
  display: flex;
}

.minikart-1 {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 218px;
  height: 210px;
  padding: 0 20px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.minikart-1.feature-card--command-line {
  justify-content: flex-start;
}

.minikart-1.avantaj-card-degil {
  background-color: #07070700;
}

.minikart-1.avantaj-card-degil.blog_yon {
  width: 300px;
}

.minikart-1.avantaj-card-degil.blog_yon.iletisim {
  width: 400px;
  height: 120px;
}

.minikart-1.avantaj-card-degil.blog_yon.iletisim.posta {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  display: flex;
}

.minikart-1.avantaj-card-degil.blog_yon.avantaj-card {
  width: 100%;
  height: auto;
}

.minikart-1.avantaj-card-degil.blog-yon {
  width: 300px;
}

.minikart-1.avantaj-card-degil.blog-yon.iletisim {
  width: 400px;
  height: 150px;
}

.minikart-1.avantaj-card-degil.blog-yon.iletisim.posta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 24px;
  display: flex;
}

.minikart-1.avantaj-card-degil.blog-yon.avantaj-card {
  width: 100%;
}

.minikart-1.avantaj-card-degil.avantaj-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.minikart-1.avantaj-card-degil-copy {
  background-color: #07070700;
}

.minikart-1.avantaj-card-degil-copy.blog_yon {
  width: 300px;
}

.minikart-1.avantaj-card-degil-copy.blog_yon.iletisim {
  width: 400px;
  height: 180px;
}

.minikart-1.avantaj-card-degil-copy.blog-yon {
  width: 300px;
}

.minikart-1.avantaj-card-degil-copy.blog-yon.iletisim {
  width: 400px;
  height: 180px;
}

.minikart-1.avantaj-card-degil-copy.blog-yon.avantaj-card {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.highlights-card-content-copy {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  margin-top: 64px;
  line-height: 1.3;
  display: block;
}

.highlights-card-content-copy {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content-copy.feature-card-content--command-menu {
  transition: opacity .12s;
}

.text-block-10 {
  color: var(--text-secondary);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.text-block-11 {
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-12 {
  justify-content: flex-start;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
}

.card-heading-copy {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading-copy.text-color-white {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.card-heading-copy.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.cell-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 80%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.cell-content.link {
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-color: #01041e85;
  background-clip: border-box;
  flex-flow: column;
  width: 350px;
  max-width: 350px;
  height: 90%;
  margin-left: 0;
  padding-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: box-shadow .12s, text-shadow .12s, all .3s cubic-bezier(.23, 1, .32, 1);
}

.cell-content.link:hover {
  border-color: #525b5e;
  box-shadow: 0 6px 20px #424a4c, inset 0 1px 1px #fff3;
}

.bottom-heading {
  text-align: center;
  mix-blend-mode: screen;
  width: 100%;
  margin-top: .9em;
  margin-bottom: 1.5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.bold-text-8 {
  width: 8000px;
  max-width: 800px;
  font-size: 28px;
  font-weight: 400;
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.hero-heading-copy-2 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: 103px;
  margin-bottom: 24px;
  margin-left: auto;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-copy-2.second-page {
  width: 100%;
  margin-top: 19px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 4.4em;
  padding-left: 5.3em;
  padding-right: 5.3em;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-heading-copy-2.second-page.sfo_last_soz {
  padding-bottom: 1.7em;
}

.div-block-8 {
  width: 100%;
  max-width: 1200px;
  margin-top: 121px;
  margin-left: auto;
  margin-right: auto;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/card-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 450px;
  padding-top: 72px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 450px;
  padding-top: 66px;
  padding-left: 44px;
  padding-right: 107px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  width: 840px;
  max-width: 90%;
  display: grid;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.flipcard-more, .flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.div-block-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-13 {
  display: flex;
}

.highlights-card-copy-22 {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  height: 360px;
  padding: 34px 56px 56px 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.highlights-card-copy-22.feature-card--command-line {
  justify-content: flex-start;
}

.highlights-card-copy-22.avantaj-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.highlights-card-copy-22.second-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  display: flex;
}

.highlights-card-copy-22.second-page.blog.avantaj-card {
  height: auto;
  padding-top: 0;
  padding-bottom: 29px;
  padding-left: 56px;
}

.highlights-card-copy-22.second-page.avantaj-card {
  height: 250px;
  padding-top: 0;
  padding-left: 56px;
}

.highlights-card-5-copy {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 20px 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card-5-copy.feature-card--command-line {
  justify-content: flex-start;
}

.arrow-button {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.text-span-4 {
  color: var(--white);
}

.timeline-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.timeline-line {
  background-color: #2d2f3ca3;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64% 64%);
  width: 3px;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -125px;
  left: 7px;
}

.timeline-point {
  background-color: #2d2f3c;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -65% auto 0% 0%;
}

.timeline-point-copy {
  background-color: #2d2f3c;
  background-image: linear-gradient(#455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -40% auto 0% 0%;
}

.timeline-point-copy2 {
  background-color: #0c0b58;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -15% auto 0% 0%;
}

.timeline-point-copy-3 {
  background-color: #0c0b58;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.timeline-point-copy-4 {
  background-color: #0c0b58;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 35% auto 0% 0%;
}

.card-heading-copy8 {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading-copy8.text-color-white {
  color: var(--text-secondary);
  width: 250px;
  margin-top: 0;
  margin-bottom: 160px;
  margin-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  position: relative;
}

.card-heading-copy8.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.card-heading-copy2 {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading-copy2.text-color-white {
  width: 250px;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.card-heading-copy2.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.card-heading-copy-4 {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading-copy-4.text-color-white {
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.card-heading-copy-4.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.timeline-point-copy-5 {
  background-color: #0c0b58;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673df7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 60% auto 0% 0%;
}

.timeline-point-copy-6 {
  background-color: #0c0b58;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border: 3px solid #000;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 85% auto 0% 0%;
}

.divider-copy {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 154px;
  margin-bottom: 72px;
}

.div-block-10-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: -132px;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  display: flex;
}

.text-block-10-copy {
  color: var(--text-secondary);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.card-heading-copy9 {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading-copy9.text-color-white {
  color: var(--text-secondary);
  width: 250px;
  margin-top: 0;
  margin-bottom: 160px;
  margin-left: 29px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  position: relative;
}

.card-heading-copy9.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.text-block-14 {
  margin-top: -231px;
  margin-left: 14px;
  font-size: 14px;
}

.text-block-14-copy {
  margin-top: -182px;
  margin-left: 14px;
  font-size: 14px;
}

.text-block-14-copy2 {
  margin-top: -133px;
  margin-left: 14px;
  font-size: 14px;
}

.text-block-14-copy3 {
  margin-top: -84px;
  margin-left: 14px;
  font-size: 14px;
}

.div-block-13 {
  margin-top: 10px;
  margin-left: 2px;
  padding-left: 15px;
  display: flex;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--text-secondary);
}

.text-block-15 {
  width: auto;
  margin-top: -135px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.div-block-10-copy-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 13px;
  margin-left: 86px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  display: flex;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  color: var(--text-secondary);
}

.div-block-10-copy-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: -132px;
  margin-left: -74px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  display: flex;
}

.div-block-13-copy {
  margin-top: 91px;
  margin-left: 56px;
  display: flex;
}

.text-block-16 {
  flex: none;
  width: auto;
  font-size: 18px;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: var(--text-secondary);
}

.text-block-17 {
  font-size: 18px;
  display: block;
}

.text-span-31 {
  color: var(--text-secondary);
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  display: flex;
}

.div-block-14.second-page, .div-block-14.second-page.iletisim {
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: var(--text-secondary);
  text-align: center;
  margin-top: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  display: block;
}

.text-block-19 {
  width: auto;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.text-block-19.second-page {
  width: 100%;
  margin-top: 52px;
  font-size: 25px;
}

.text-block-19.second-page.third-page {
  color: var(--text-secondary);
}

.text-block-19.second-page.hakk-m-zda {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
}

.div-block-10-copy-hizmetler {
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 46px;
  margin-left: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.div-block-10-copy-hizmetler.kurulus_dan {
  margin-top: 22px;
}

.div-block-10-copy-hizmetler.kurulus_dan.cfo-dan {
  margin-top: 55px;
}

.integrations-center-copy {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#6c38ff4d, #8b62ff4d);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-icon-copy {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 45%;
  display: flex;
}

.cta-button-copy {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 27%;
  height: 61px;
  margin: 22px auto 55px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button-copy:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button-copy.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button-copy.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button-copy.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.divider-copy-copy {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 72px;
}

.divider-copy-copy.second-page.iletisim {
  margin-top: 82px;
}

.divider-copy-copy2 {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  background-color: #fff;
  width: 250px;
}

.image-2 {
  width: 450px;
  height: 450px;
  margin-top: -200px;
  margin-bottom: -210px;
  margin-left: -5px;
  display: block;
}

.text-block-20 {
  color: #fff;
  width: 100%;
  margin-top: 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-20-copy {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-20-copy2, .text-block-20-copy3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: -60px;
  margin-left: 0;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  margin-top: 54px;
  margin-left: -20px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 37px;
  margin-left: 38px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-22 {
  color: #fff;
  flex-flow: row;
  margin-left: 0;
  padding-bottom: 26px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.div-block-18 {
  width: 100%;
  margin-left: 0;
  padding-bottom: 25px;
  padding-left: 33px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  width: 50%;
  margin-top: -96px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 102px;
  display: flex;
}

.code-embed {
  width: 25px;
  height: 25px;
  margin-top: 25px;
  margin-left: -10px;
}

.code-embed-2 {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.code-embed-3 {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: -8px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-23 {
  color: #fff;
  margin-top: -11px;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
}

.code-embed-4 {
  width: 25px;
  height: 25px;
  margin-top: 19px;
  margin-left: -8px;
}

.text-block-24 {
  color: #fff;
  margin-top: 19px;
  margin-left: 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
}

.text-block-25 {
  color: #fff;
  width: 100%;
  margin-top: 22px;
  margin-left: 17px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
}

.div-block-21, .div-block-22 {
  display: flex;
}

.image-2-copy {
  width: 300px;
  height: 300px;
  margin: -69px -41px -210px -14px;
  display: none;
}

.text-span-32 {
  color: var(--text-secondary);
}

.text-span-32.third-page {
  color: var(--white);
}

.text-span-33 {
  color: var(--text-secondary);
}

.step-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: 8px;
  padding-top: 0;
  display: flex;
}

.step-number-circle {
  -webkit-text-stroke-color: var(--text-secondary);
  background-color: #b4bcd024;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 0;
  display: flex;
}

.text-block-26 {
  margin-top: 0;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.step-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.step-content.blog {
  margin-top: 40px;
}

.step-title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.step-title.blog.blog-list {
  font-size: 25px;
}

.text-block-27 {
  color: var(--white);
  width: 100%;
  margin-top: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block-23 {
  margin-top: 0;
  margin-left: 0;
}

.div-block-23.second-page {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.text-span-34, .text-span-35 {
  color: var(--text-secondary);
}

.text-span-36 {
  color: var(--white);
}

.text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  color: var(--text-secondary);
}

.text-span-41 {
  color: var(--text-secondary);
  font-size: 22px;
}

.text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46 {
  color: var(--text-secondary);
}

.image-3 {
  margin-top: 130px;
  margin-left: 86px;
}

.div-block-9-copy {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-9-copy.second-page {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-section-header-copy.second-page {
  margin-top: -200px;
  padding-bottom: 15px;
}

.feature-section-header-copy.second-page.iletisim {
  width: 100%;
}

.feature-section-header-copy.second-page.blog {
  padding-bottom: 115px;
}

.feature-section-header-copy2 {
  text-align: center;
  margin-top: -700px;
  margin-bottom: -200px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-section-header-copy2.second-page {
  margin-top: -400px;
}

.div-block-8-copyy {
  margin-top: 121px;
  margin-left: 30px;
}

.div-block-8-copyy.second-page {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.section-cta-copy {
  margin-top: 440px;
  padding-bottom: 128px;
}

.section-feature-copyy {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature-copyy.section-feature--issues {
  z-index: 9;
  display: flex;
}

.section-feature-copyy.section-feature--cycles {
  z-index: 8;
  margin-top: -200px;
}

.section-feature-copyy.section-feature--cycles.second-page {
  margin-top: -250px;
}

.section-feature-copyy.section-feature--roadmaps {
  z-index: 7;
}

.section-feature-copyy.section-feature--workflows {
  z-index: 6;
  margin-top: -200px;
  padding-top: 0;
}

.container-copyy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-section-header-copyy {
  text-align: center;
  margin-top: -700px;
  margin-bottom: -200px;
  padding-top: 180px;
  padding-bottom: 128px;
  position: relative;
}

.text-span-47 {
  color: var(--text-secondary);
}

.step-left-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.feature-heading-2 {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-grid-item-2 {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.feature-section-header-2 {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.page-padding.second-page {
  padding-top: 135px;
}

.container-3.page-padding.second-page.tekno_dan {
  padding-top: 100px;
}

.feature-subheading-2 {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.text-color-white-2 {
  color: #f7f8f8;
  font-size: 25px;
}

.text-color-white-2.third-page {
  font-size: 25px;
}

.feature-subheading-2-copyy {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 0 auto;
  padding-top: 230px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.feature-subheading-2-copyy.third-page, .feature-subheading-2-copyy.fourth-page {
  width: 100%;
  max-width: 1200px;
}

.divider-copy-tesvik {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-subheading-2-copyy2 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: var(--text-secondary);
  width: 100%;
  max-width: 1000px;
  margin: -32px auto 49px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.feature-subheading-2-copyy2.fourth-page {
  max-width: 1000px;
}

.div-block-8-copyy-2 {
  margin-top: 121px;
  margin-left: 30px;
}

.div-block-8-copyy-2.second-page {
  margin-top: 200px;
}

.hero-heading-copyy2 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: -38px;
  margin-bottom: 24px;
  margin-left: 26px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-copyy2.second-page {
  margin-bottom: -26px;
}

.hero-heading-copyy2.second-page.first-page {
  margin-top: 0;
  margin-left: 0;
  font-size: 60px;
}

.hero-heading-copyy2.second-page.first-page.cfo-dan_altbaslik2 {
  width: 100%;
  margin-top: 117px;
  margin-left: 0;
}

.div-block-9-copy-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-9-copy-2.second-page {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.divider-copy-copy-copy2 {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 72px;
}

.divider-copy-copy-copy2.second-page {
  margin-top: 97px;
  margin-bottom: -117px;
}

.list-item {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 2;
}

.highlights-card-copy-22-copy2 {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  height: 360px;
  padding: 34px 56px 56px 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.highlights-card-copy-22-copy2.feature-card--command-line {
  justify-content: flex-start;
}

.highlights-card-copy-22-copy2.avantaj-card {
  width: 360px;
  height: 370px;
}

.highlights-card-copy-22-copy2.second-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 400px;
  margin-top: 11px;
  margin-left: 80px;
  display: flex;
}

.list {
  margin-top: 31px;
}

.list-item-2, .list-item-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 2;
}

.feature-grid-item-2-copy {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  margin-left: -8px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.feature-grid-item-2-copy.third-page {
  margin-left: -5px;
}

.feature-grid-item-2-copy.fourth-page {
  margin-left: -2px;
}

.feature-heading-3 {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-grid-item-3 {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  display: flex;
}

.feature-grid-item-3.third-page {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 100%;
  max-width: none;
  display: flex;
}

.feature-grid-item-3.first-page {
  max-width: none;
}

.feature-grid-item-3.first-page.cfo_dan_grid.sirket_kurulum {
  margin-left: -92px;
}

.feature-grid-item-3.first-page.cfo_dan_grid.bordro_block {
  margin-top: -42px;
  padding-top: 0;
}

.feature-section-header-3 {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.page-padding {
  margin-top: 169px;
}

.container-4.page-padding.first-page {
  padding-left: 50px;
  padding-right: 50px;
}

.container-4.page-padding.first-page.bordro_danismanlik {
  margin-top: 300px;
}

.container-4.page-padding.first-page.bordro_danismanlik-copy {
  margin-top: 72px;
}

.container-4.page-padding.first-page.sirket_kurulus {
  margin-top: 350px;
}

.feature-subheading-3 {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.text-color-white-3 {
  color: #f7f8f8;
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.feature-grid-icon-2 {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-icon-2.first-page.cfo_dan_grid {
  margin-right: 20px;
}

.feature-grid-icon-2.fourth-page {
  margin-top: 5px;
  margin-right: 15px;
}

.feature-grid-icon-2-copy {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-copyy3 {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: 130px auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: -20px;
  margin-bottom: 40px;
  display: grid;
}

.feature-grid-copyy3.third-page {
  grid-column-gap: 60px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  width: 100%;
  margin-left: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.feature-grid-copyy3.third-page.fourth-page {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
}

.feature-grid-copyy3.first-page {
  grid-column-gap: 56px;
  grid-row-gap: 47px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  width: 100%;
  padding-left: 20px;
}

.feature-grid-copyy3.first-page.cfo_dan_grid {
  grid-column-gap: 56px;
  grid-row-gap: 47px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
}

.feature-grid-copyy3.first-page.cfo_dan_grid.sirket_kurulum {
  grid-column-gap: 200px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  padding-left: 20px;
}

.feature-grid-copyy3.first-page.cfo_dan_grid.sirket_kurulum.bordro-grid {
  grid-column-gap: 200px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.display-inline-copy {
  justify-content: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  display: flex;
}

.display-inline-copy.first-page {
  flex-flow: column;
  width: 100%;
  font-size: 21px;
  display: inline-flex;
}

.display-inline-copy.first-page.cfo_dan_grid {
  font-size: 24px;
  display: block;
}

.feature-grid-icon-2-copy2 {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-icon-2-copy2.first-page.cfo_dan_grid {
  margin-right: 20px;
}

.feature-grid-icon-2-copy3 {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-icon-2-copy3.first-page.cfo_dan_grid {
  margin-right: 20px;
}

.feature-grid-icon-2-copy4 {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.divider-copyyy2 {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-grid-icon-2-copy5 {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.feature-grid-icon-2-copy5.first-page.cfo_dan_grid {
  margin-right: 20px;
  padding-left: 0;
}

.feature-grid-icon-2-copy5.fourth-page {
  margin-top: 5px;
}

.div-block-24 {
  margin-bottom: 103px;
}

.section-cta-copy2 {
  margin-top: 200px;
  padding-bottom: 128px;
}

.feature-section-header-copy {
  text-align: center;
  margin-top: -600px;
  margin-bottom: -200px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-feature-copy {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature-copy.section-feature--issues {
  z-index: 9;
  display: flex;
}

.section-feature-copy.section-feature--cycles {
  z-index: 8;
  margin-top: -250px;
}

.section-feature-copy.section-feature--cycles.second-page {
  margin-top: -250px;
}

.section-feature-copy.section-feature--roadmaps {
  z-index: 7;
}

.section-feature-copy.section-feature--workflows {
  z-index: 6;
  margin-top: -200px;
  padding-top: 0;
}

.container-copy, .container-copyyy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-section-header-copyyy {
  text-align: center;
  margin-top: -200px;
  margin-bottom: -200px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-feature-copyyy {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature-copyyy.section-feature--issues {
  z-index: 9;
  display: flex;
}

.section-feature-copyyy.section-feature--cycles {
  z-index: 8;
  margin-top: -250px;
}

.section-feature-copyyy.section-feature--cycles.second-page {
  margin-top: -250px;
}

.section-feature-copyyy.section-feature--roadmaps {
  z-index: 7;
}

.section-feature-copyyy.section-feature--workflows {
  z-index: 6;
  margin-top: -200px;
  padding-top: 0;
}

.feature-grid-copy-tesvik {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: -8px;
  margin-left: 14px;
  display: grid;
}

.feature-grid-copy-tesvik.third-page {
  margin-left: 0;
}

.feature-grid-copy-tesvik.fourth-page {
  margin-left: 8px;
}

.feature-grid-item-2-copy2 {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.feature-grid-item-2-copy2.third-page {
  margin-left: -38px;
}

.feature-grid-item-2-copy3 {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.feature-grid-item-2-copy3.third-page {
  margin-left: -8px;
}

.feature-grid-item-3-copyarge {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  display: flex;
}

.feature-grid-item-3-copyarge.third-page {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  max-width: none;
  margin-left: 0;
}

.text-span-48 {
  color: var(--text-secondary);
}

.feature-grid-item-3-copy.third-page.fourth-page {
  max-width: none;
  margin-left: 0;
}

.feature-grid-item-3-copy {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
  display: flex;
}

.feature-grid-item-3-copy.third-page {
  display: flex;
}

.div-block-26 {
  width: 100%;
  max-width: 1200px;
  margin-top: 181px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26.arge_bas, .div-block-26.tekno-tesvik {
  margin-top: 350px;
}

.text-block-28 {
  text-align: left;
  max-width: 1100px;
  margin-left: 0;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
}

.list-2 {
  text-align: left;
  margin-left: 0;
  font-size: 21px;
}

.div-block-26-copy {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26-copy.cfo_dan_altbaslik3 {
  grid-column-gap: 106px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 40px;
  display: grid;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-6-copy {
  color: var(--text-secondary);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
}

.div-block-26-copy2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26-copy3, .div-block-26-copy4 {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26-copy5, .div-block-26-copy6 {
  width: 100%;
  max-width: 1200px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading {
  margin-left: 500px;
}

.heading-medium-copy {
  letter-spacing: -.04em;
  width: 800px;
  margin-top: 28px;
  margin-bottom: 82px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.heading-medium-copy.blog1 {
  margin-left: 200px;
}

.stars-curve-blog1 {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -138px auto -200px;
  position: relative;
  overflow: hidden;
}

.stars-curve-blog1.stars-curve--rotated {
  opacity: 1;
  margin-top: -123px;
  margin-bottom: -165px;
  transform: rotate(180deg);
}

.text-span-49 {
  color: var(--text-secondary);
}

.text-span-50 {
  color: var(--white);
}

.text-span-51 {
  color: var(--text-secondary);
}

.text-span-52 {
  color: var(--text-secondary);
  font-size: 24px;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59 {
  color: var(--text-secondary);
}

.div-block-26-copy7, .div-block-26-copy8 {
  width: 100%;
  max-width: 1200px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-60 {
  color: var(--text-secondary);
}

.divider-copy-copy-blog {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 72px;
}

.divider-copy-copy-blog.second-page {
  margin-top: 70px;
  margin-bottom: 0;
}

.divider-copy-copy-blog.second-page.cfo_dan_altbaslik3 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-copy-copy-blog.second-page.cfo_dan_altbaslik3-copy {
  margin-top: 60px;
  margin-bottom: -51px;
}

.text-span-61, .text-span-62, .text-span-63 {
  color: var(--text-secondary);
}

.div-block-26-copy9 {
  max-width: 1200px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-64 {
  color: var(--text-secondary);
}

.div-block-26-copy10 {
  max-width: 1200px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76 {
  color: var(--text-secondary);
}

.div-block-26-copy11 {
  margin-top: 106px;
  margin-left: 47px;
}

.div-block-7-blog {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  margin-top: 22px;
  margin-left: 20px;
  display: flex;
}

.div-block-7-blog.blog {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-7-blog.blog.iletisim {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  margin-top: 169px;
}

.hero-heading-copy-copy {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: -38px;
  margin-bottom: 24px;
  margin-left: 26px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-copy-copy.second-page.blog1 {
  text-align: left;
  margin-left: 62px;
  font-size: 45px;
}

.hero-heading-copy-copy.second-page.blog1.blog7 {
  text-align: center;
}

.hero-heading-copy-copy.second-page.blog1.blog-yon {
  text-align: center;
  margin-top: 139px;
  margin-left: 0;
  font-size: 50px;
}

.div-block-10-blog-yon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-10-blog-yon.blog-yon {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.div-block-11-blog-yon {
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-11-blog-yon.blog-yon {
  margin-left: 59px;
}

.div-block-12-blog-yon {
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-12-blog-yon.blog-yon {
  margin-left: 59px;
}

.text-block-10-copy {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block-23-copy {
  margin-top: 10px;
  margin-left: 2px;
}

.div-block-23-copy.second-page {
  margin-top: 0;
  margin-left: 0;
}

.div-block-27 {
  color: var(--text-secondary);
  -webkit-text-stroke-color: var(--text-secondary);
  background-color: #b4bcd0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.phone {
  margin-top: 13px;
}

.text-block-29 {
  margin-top: 13px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-29-copy {
  margin-top: 11px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-29-copy2 {
  margin-top: 13px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.phone-2 {
  margin-top: 7px;
  margin-left: -11px;
}

.text-block-30 {
  margin-top: -2px;
  margin-left: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.phone-3 {
  margin-top: 7px;
  margin-left: -5px;
}

.phone-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.text-block-31 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-left: 14px;
  display: block;
}

.text-block-32 {
  margin-left: 62px;
  display: block;
}

.text-block-33 {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-33-copy {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.text-block-33-copy2 {
  width: 280px;
  margin-top: 0;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-span-77 {
  color: var(--text-secondary);
}

.dropdown-toggle {
  background-color: #fff;
}

.dropdown-toggle.feature-img-wrap.feature-img-wrap--cycles {
  background-color: #fff0;
}

.dropdown-toggle.feature-img-wrap.feature-img-wrap--cycles.sss {
  color: var(--white);
  background-color: #0000;
  margin-top: 64px;
  margin-left: 164px;
}

.faq-question {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.highlights-card-copy-22-copy-sorular {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: 80px;
  margin-top: 28px;
  margin-left: 119px;
  padding: 34px 56px 56px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card-copy-22-copy-sorular.feature-card--command-line {
  justify-content: flex-start;
}

.highlights-card-copy-22-copy-sorular.avantaj-card {
  width: 360px;
  height: 370px;
}

.highlights-card-copy-22-copy-sorular.second-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 190px;
  margin-top: 11px;
  margin-left: 80px;
  display: flex;
}

.highlights-card-copy-22-copy-sorular.second-page.blog.avantaj-card, .highlights-card-copy-22-copy-sorular.second-page.avantaj-card {
  height: 250px;
}

.feature-img-wrap-copy {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap-copy.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles {
  width: 360px;
  max-width: 1084px;
  height: 260px;
  margin-top: -108px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page {
  width: 1000px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page {
  height: 250px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog {
  height: 200px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7 {
  height: 200px;
  overflow: auto;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim {
  width: 520px;
  height: 350px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 31px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta {
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-left: 11px;
  display: flex;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
  margin-top: 49px;
  margin-left: 5px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.buton {
  width: 480px;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.hakk-m-zda {
  height: 1020px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 32px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik {
  height: 420px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik.bordo_baslik {
  height: auto;
  margin-bottom: 70px;
}

.feature-img-wrap-copy.feature-img-wrap--cycles {
  max-width: 1084px;
}

.text-block-34 {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.feature-img-wrap-copy-sorular {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  width: 1000px;
  max-width: 1000%;
  height: 80px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles {
  width: 360px;
  max-width: 1084px;
  height: 260px;
  margin-top: -108px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page {
  width: 1000px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page {
  height: 250px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog {
  height: 200px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7 {
  height: 200px;
  overflow: auto;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim {
  width: 520px;
  height: 350px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 31px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta {
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-left: 11px;
  display: flex;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
  margin-top: 49px;
  margin-left: 5px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.buton {
  width: 480px;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles.avantaj-card-degil.second-page.hakk-m-zda {
  height: 1020px;
}

.feature-img-wrap-copy-sorular.feature-img-wrap--cycles {
  max-width: 1084px;
}

.dropdown-link {
  width: 1000px;
}

.faq-list {
  flex-flow: column;
  margin-left: -86px;
  display: flex;
}

.feature-img-wrap-copy-sorular2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000;
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  width: auto;
  min-width: 80px;
  max-width: 80%;
  height: 80px;
  margin-top: 5px;
  margin-left: 120px;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles {
  width: 360px;
  max-width: 1084px;
  height: 260px;
  margin-top: -108px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page {
  width: 1000px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page {
  height: 250px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog {
  height: 200px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7 {
  height: 200px;
  overflow: auto;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim {
  width: 520px;
  height: 350px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 31px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta {
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-left: 11px;
  display: flex;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
  margin-top: 49px;
  margin-left: 5px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.buton {
  width: 480px;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles.avantaj-card-degil.second-page.hakk-m-zda {
  height: 1020px;
}

.feature-img-wrap-copy-sorular2.feature-img-wrap--cycles {
  max-width: 1084px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.accordion-arrow-wrap---brix {
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.section-2.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-container-default {
  background-color: #f7f7fb00;
  border-radius: 20px;
  min-height: 624px;
  margin-top: 115px;
  padding: 100px 40px 22px;
  transform: translate(0);
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  background-color: #b0bcd4;
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  background-color: #b0bcd4;
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---brix {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  background-color: #b0bcd417;
  background-image: linear-gradient(#0000, #fff0);
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.navbar12_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.div-block-28 {
  padding: .5rem;
}

.div-block-28._3 {
  cursor: pointer;
}

.div-block-28._1 {
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
}

.div-block-28._2 {
  cursor: pointer;
}

.navbar12_dropdown-list.w--open {
  background-color: #eff3f9;
  border: 1px #000;
  border-radius: .5rem;
  width: 40rem;
  padding: .5rem;
  right: auto;
}

.heading-3 {
  font-size: 1rem;
  font-weight: 500;
}

.text-size-small {
  font-size: .875rem;
}

.navbar12_dropdown-content-copy {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
  position: relative;
}

.navbar12_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-35 {
  color: #747474;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.div-block-29 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: auto;
  display: grid;
}

.div-block-30 {
  z-index: -1;
  background-color: #eff3fa;
  border-radius: 8rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: -1rem auto auto 2rem;
}

.text-block-36, .text-block-37 {
  color: #747474;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .45rem .5rem;
  display: grid;
}

.div-block-31._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-31._3 {
  display: none;
}

.navbar12_icon-wrapper {
  flex: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-38 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-link {
  border-top: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-2 {
  color: #121e46;
  padding-left: 0;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #8c54ff;
}

.icon {
  width: 100%;
}

.chevron {
  color: #fff;
  margin-right: 5px;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #283338;
}

.dropdown-title.colour-3 {
  color: #000212;
  text-align: center;
  margin-left: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dropdown-title.colour-3.yeni_eklenen {
  margin-left: 11px;
}

.dropdown-title.colour-3.yeni_eklenen-copy {
  margin-left: 100px;
}

.dropdown-title.colour-1 {
  color: #000212;
  margin-left: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dropdown-title.colour-2 {
  color: #000212;
  margin-left: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dropdown-title.colour-4 {
  color: #ff9f59;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-link-2 {
  z-index: 30;
  color: #283338;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-2:hover {
  opacity: .91;
  color: #7839f3;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 7px 15px 45px 2px #7b88a833;
}

.dropdown-link-2.link-04 {
  z-index: 27;
}

.dropdown-link-2.link-03 {
  z-index: 28;
}

.dropdown-link-2.link-02 {
  z-index: 29;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown-pointer {
  position: relative;
}

.bottom-text {
  color: #6a35ff;
  letter-spacing: 1px;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -2% 4% auto 0%;
  transform: rotate(45deg);
}

.icon-square {
  background-color: #f3efff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: 14px;
  display: flex;
}

.icon-square.colour-4 {
  background-color: #fff7f2;
}

.icon-square.colour-3 {
  background-color: #ebfbff;
}

.icon-square.colour-2 {
  background-color: #f0fbf7;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 370px;
  max-height: 100vh;
  padding-top: 10px;
  left: -120px;
}

.text-block-39 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-block-2 {
  margin-top: 31px;
}

.link-block-3 {
  margin-top: 34px;
}

.link-block-4 {
  margin-top: -20px;
}

.cta-button-copy-copy-iletisim {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 61px;
  margin-top: 22px;
  margin-bottom: 55px;
  margin-left: 450px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button-copy-copy-iletisim:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button-copy-copy-iletisim.w--current {
  margin-top: 28px;
  margin-bottom: 46px;
  margin-left: 131px;
}

.cta-button-copy-copy-iletisim.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button-copy-copy-iletisim.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button-copy-copy-iletisim.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.cta-button-copy-copy-iletisim.iletisim_ara.w--current {
  padding-left: 0;
  padding-right: 0;
}

.cta-button-copy-copy-iletisim-copy {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 61px;
  margin-top: 22px;
  margin-bottom: 55px;
  margin-left: 450px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button-copy-copy-iletisim-copy:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button-copy-copy-iletisim-copy.w--current {
  margin-top: 28px;
  margin-bottom: 46px;
  margin-left: 128px;
}

.cta-button-copy-copy-iletisim-copy.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button-copy-copy-iletisim-copy.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button-copy-copy-iletisim-copy.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.div-block-32, .div-block-33 {
  margin-left: -320px;
}

.div-block-10-copy-copy-52 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 13px;
  margin-left: 68px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  display: flex;
}

.div-block-14-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 11px;
  display: flex;
}

.div-block-14-yeni_hizmetler {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 130px;
  margin-left: 0;
  display: flex;
}

.divider-copy-tesvik-copy9 {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 46px;
  margin-bottom: 72px;
}

.divider-copy-tesvik-copy9.cfo_alt_baslik {
  margin-top: 25px;
}

.div-block-34 {
  margin-top: -139px;
  margin-left: -71px;
}

.div-block-35 {
  margin-left: 0;
}

.div-block-26-copy-2 {
  margin-top: 106px;
  margin-left: 47px;
}

.div-block-26-copy-2.cfo_dan_altbaslik3 {
  grid-column-gap: 106px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-left: 80px;
  padding-right: 40px;
  display: grid;
}

.section-process {
  width: 100%;
  padding-top: 136px;
  padding-bottom: 80px;
}

.process-iner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-heading-copy-2-copy5 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-copy-2-copy5.second-page {
  margin-top: 19px;
  margin-bottom: 190px;
  margin-left: -14px;
  padding-bottom: 4.4em;
  padding-left: 5.3em;
  padding-right: 5.3em;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-heading-copy-2-copy5.second-page.sfo_last_soz {
  padding-bottom: 1.7em;
}

.process-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.process-card {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.process-card-new {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  height: 360px;
  padding: 34px 56px 56px 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.process-card-new.feature-card--command-line {
  justify-content: flex-start;
}

.process-card-new.avantaj-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  padding: 32px 32px 32px 60px;
  display: flex;
}

.process-card-new.second-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 190px;
  margin-top: 11px;
  margin-left: 80px;
  display: flex;
}

.process-card-new.second-page.blog.avantaj-card, .process-card-new.second-page.avantaj-card {
  height: 250px;
}

.card-title-process {
  color: var(--text-secondary);
  text-align: center;
  margin-top: 16px;
  font-size: 25px;
}

.card-list {
  margin-bottom: 24px;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  list-style-type: decimal;
}

.text-block-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.button {
  background-color: #3898ec00;
}

.arrow-button-process {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-left: -8px;
  padding-bottom: 0;
  display: flex;
}

.link-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-block-41 {
  color: var(--text-secondary);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.section-1 {
  width: 100%;
  padding-top: 200px;
}

.section-2 {
  padding-top: 200px;
  padding-bottom: 0;
}

.advantages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.advantages-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.adv-left-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  height: auto;
  margin-left: 0;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-left-card.feature-card--command-line {
  justify-content: flex-start;
}

.adv-right-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  height: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-right-card.feature-card--command-line {
  justify-content: flex-start;
}

.div-block-36 {
  width: 65%;
  max-width: 900px;
}

.text-block-42 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-37 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.text-block-18-copy {
  color: var(--text-secondary);
  text-align: center;
  margin-top: 54px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  display: block;
}

.cta-button-iletisim {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 61px;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button-iletisim:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button-iletisim.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button-iletisim.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button-iletisim.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.div-block-38 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  display: flex;
}

.div-block-40, .div-block-41 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: center;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
}

.divider-copy-tesvik-copy {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-42 {
  padding-left: 20px;
}

.text-block-42-copy {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.example-navbar {
  background-color: #0000;
  padding-top: 20px;
  display: none;
}

.bubbly-nav-menu {
  background-color: #0000;
  top: 90px;
}

.nav-link-bubble {
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 55px;
  width: 100%;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  transition: color .2s, padding .35s;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.melted {
  background-color: #000;
  border-radius: 75px;
  width: 60px;
  height: 60px;
  padding: 0;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-link-copy {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link-copy:hover {
  color: #8a8f98;
}

.dropdown-copy {
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-43 {
  display: none;
}

.image-2-copy-copy {
  width: 300px;
  height: 300px;
  margin: -69px -41px -210px -14px;
  display: block;
}

.text-span-78, .text-span-79, .text-span-80 {
  color: #b4bcd0;
}

.div-block-44 {
  margin-top: 0;
  margin-left: 0;
}

.div-block-44.second-page {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.text-span-81 {
  color: #b4bcd0;
}

.text-block-44 {
  color: #f7f8f8;
  width: 100%;
  margin-top: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.text-span-82 {
  color: #b4bcd0;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  display: flex;
}

.text-span-83, .text-span-84 {
  color: #b4bcd0;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-6.page-padding {
  max-width: none;
}

.text-block-45 {
  width: auto;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.text-block-45.second-page {
  margin-top: 52px;
  font-size: 25px;
}

.text-span-85 {
  color: #b4bcd0;
}

.text-span-86 {
  color: #b4bcd0;
  font-size: 22px;
}

.div-block-37-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  display: none;
}

.div-block-14-copy.second-page.iletisim {
  margin-left: auto;
  margin-right: auto;
}

.div-block-14-yeni_hizmetler-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 130px;
  margin-left: 0;
  display: flex;
}

.link-block-6-copy, .link-block-7-copy, .link-block-8-copy, .link-block-11-copy, .link-block-9-copy, .link-block-10-copy {
  flex: 1;
  justify-content: center;
  display: flex;
}

.div-block-10-copy_yan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-10-blog-yon-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-10-blog-yon-copy.blog-yon {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.div-block-10-blog-yon-copy-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-10-blog-yon-copy-copy.blog-yon {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.text-block-30-copy {
  margin-top: -2px;
  margin-left: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.purple-nav-link {
  float: right;
  clear: left;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  background-color: #786df7;
  border-radius: 50px;
  width: 52%;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: letter-spacing .25s, width .25s;
  right: 3px;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.purple-nav-link:hover {
  letter-spacing: 4px;
  width: 55%;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #fff;
}

.flipper-nav-button {
  background-color: transparent;
  border-radius: 55px;
  width: 43px;
  height: 43px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: none;
}

.flipper-nav-button.w--open {
  background-color: transparent;
  box-shadow: none;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #fff;
  width: 30px;
}

.flip-nav {
  background-color: #0000;
  display: none;
  top: 10px;
  left: 0;
  right: 0;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  background-color: #fff;
  width: 30px;
}

.flipper-nav-link-menu {
  background-color: #fff0;
  border-radius: 25px;
  top: 62px;
}

.flipper-nav-container {
  border-radius: 25px;
  height: 43px;
  position: relative;
  left: 0;
  right: 0;
}

.dropdown-link-2-copy {
  z-index: 30;
  color: #283338;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-2-copy:hover {
  opacity: .91;
  color: #7839f3;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 7px 15px 45px 2px #7b88a833;
}

.dropdown-link-2-copy.link-04 {
  z-index: 27;
}

.dropdown-link-2-copy.link-03 {
  z-index: 28;
}

.dropdown-link-2-copy.link-02 {
  z-index: 29;
}

.feature-section-header-copy-copy {
  text-align: center;
  margin-top: -700px;
  margin-bottom: -200px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-section-header-copy-copy.second-page {
  margin-top: -200px;
  padding-bottom: 15px;
}

.feature-section-header-copy-copy.second-page.iletisim {
  width: 100%;
}

.feature-section-header-copy-copy.second-page.blog {
  padding-bottom: 115px;
}

.text-block-10-copy_hizmet, .text-block-10-copy2, .text-block-10-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy-copy {
  color: var(--text-secondary);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.cta-button-copy-copy2 {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 27%;
  height: 61px;
  margin: 22px auto 55px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button-copy-copy2:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button-copy-copy2.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button-copy-copy2.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button-copy-copy2.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.text-block-10-copy-copy35 {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.arrow-button-copy, .arrow-button-copy-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.step-content-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.step-content-copy.blog {
  margin-top: 40px;
}

.text-block-10-copy-copy87, .text-block-10-copy-copy, .text-block-10-copy-copy {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.highlights-card-content-copy-copy {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  margin-top: 64px;
  line-height: 1.3;
  display: block;
}

.highlights-card-content-copy-copy.feature-card-content--command-menu {
  transition: opacity .12s;
}

.text-block-10-copy-copy89, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block-10-copy_yan-copy, .div-block-10-copy_yan-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.text-block-20-copy98, .text-block-20-copy, .text-block-20-copy {
  color: #fff;
  width: 100%;
  margin-top: 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.divider-copy-copy2-copy98 {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-21-copy98 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.image-3-copy_konntol_1 {
  margin-top: 130px;
  margin-left: 86px;
}

.div-block-10-kontrol_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-10-blog-yon-copy_kontrol_1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
  display: flex;
}

.div-block-10-blog-yon-copy_kontrol_1.blog-yon {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.text-block-10-copy-copy {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.link-block-12 {
  display: block;
}

.image-5 {
  width: 270px;
  max-width: none;
  height: 60px;
  margin-top: 6px;
}

.image-5-copy {
  width: 270px;
  max-width: none;
  height: 60px;
  margin-top: -123px;
}

.div-block-46, .div-block-47 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.link-block-14 {
  margin-bottom: 10px;
  margin-left: -5px;
}

@media screen and (min-width: 1440px) {
  .container.page-padding {
    max-width: 1500px;
  }

  .cta-button {
    width: 350px;
    height: 80px;
  }

  .heading-medium {
    width: 900px;
    font-size: 60px;
  }

  .card-heading.text-color-white {
    font-size: 28px;
  }

  .section-feature.section-feature--cycles {
    position: static;
  }

  .feature-heading {
    font-size: 90px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.third-page.arge-da {
    width: 1200px;
    max-width: 1200px;
    height: 250px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.fourth-page.tekmer-da {
    width: 1200px;
    max-width: 1200px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog2.arge-ba, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog2.tekmer-ba {
    width: 1200px;
    max-width: 1200px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog7.fark-blog {
    width: 1200px;
    max-width: 1200px;
    height: 220px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim {
    width: 650px;
    height: 430px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle {
    width: 80px;
    height: 80px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
    width: 70px;
    height: 70px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.buton.avantaj-card {
    width: 550px;
    height: 60px;
    margin-top: 40px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.iletisim-bosluk {
    width: 650px;
    height: 430px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.hakk-m-zda {
    width: 1200px;
    max-width: 1200px;
    height: 950px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-tesvik, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-ba, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.arge-tesvik, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekmer-tesvik {
    width: 1200px;
    max-width: 1200px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.avantaj-card {
    width: 420px;
    height: auto;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.blog.blog-da {
    width: 1200px;
  }

  .feature-grid-icon {
    padding-right: 36px;
  }

  .display-inline.first-page {
    width: 380px;
    font-size: 24px;
  }

  .display-inline.first-page.cfo_dan_grid {
    font-size: 30px;
  }

  .notice-bottom {
    height: 440px;
    font-size: 20px;
  }

  .hero-heading-copy {
    margin-left: -29px;
    font-size: 65px;
  }

  .hero-heading-copy.second-page.blog1 {
    text-align: center;
    font-size: 50px;
  }

  .highlights-card-copy {
    width: 790px;
  }

  .kutular {
    margin-left: auto;
  }

  .text-block-9 {
    font-size: 22px;
  }

  .minikart-1.avantaj-card-degil.blog_yon.avantaj-card {
    width: 350px;
    height: 250px;
  }

  .minikart-1.avantaj-card-degil.blog-yon.iletisim.posta {
    width: 410px;
    height: auto;
  }

  .minikart-1.avantaj-card-degil.blog-yon.avantaj-card {
    width: 350px;
    height: 250px;
  }

  .minikart-1.avantaj-card-degil.avantaj-card {
    width: 250px;
    height: 230px;
  }

  .minikart-1.avantaj-card-degil-copy.blog-yon.avantaj-card {
    width: 350px;
    height: 250px;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .card-heading-copy.text-color-white {
    font-size: 32px;
  }

  .hero-heading-copy-2 {
    margin-left: -26px;
    font-size: 65px;
  }

  .hero-heading-copy-2.second-page {
    font-size: 38px;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1300px;
    margin-left: 45px;
    position: sticky;
  }

  .highlights-card-copy-22.avantaj-card {
    width: 420px;
    height: 550px;
  }

  .highlights-card-copy-22.second-page {
    width: 100%;
    max-width: 1300px;
    height: auto;
  }

  .highlights-card-5-copy {
    width: 380px;
    height: auto;
  }

  .arrow-button {
    width: 2rem;
    height: 2rem;
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10, .div-block-11 {
    margin-left: 38px;
  }

  .div-block-12 {
    margin-left: 35px;
  }

  .card-heading-copy8.text-color-white {
    font-size: 32px;
  }

  .div-block-10-copy {
    margin-left: -20px;
  }

  .text-block-10-copy {
    font-size: 22px;
  }

  .card-heading-copy9.text-color-white {
    width: 300px;
    font-size: 32px;
  }

  .text-block-15 {
    margin-left: 14px;
    font-size: 22px;
  }

  .div-block-10-copy-2 {
    margin-left: -41px;
  }

  .div-block-13-copy {
    margin-top: 210px;
  }

  .text-block-16 {
    font-size: 22px;
  }

  .text-block-17 {
    margin-left: 8px;
    font-size: 22px;
  }

  .div-block-14 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 40px;
  }

  .text-block-18 {
    font-size: 32px;
  }

  .text-block-19 {
    font-size: 25px;
  }

  .text-block-19.second-page {
    width: 100%;
    margin-left: 0;
    font-size: 25px;
  }

  .text-block-19.second-page.third-page {
    width: 1100px;
    margin-left: 41px;
  }

  .text-block-19.second-page.fourth-page {
    width: 1100px;
    margin-left: 44px;
  }

  .text-block-19.second-page.blog {
    width: 1000px;
    margin-left: 47px;
  }

  .text-block-19.second-page.blog2 {
    width: 1100px;
    margin-left: 47px;
  }

  .text-block-19.second-page.hakk-m-zda {
    margin-left: 158px;
  }

  .cta-button-copy {
    width: 350px;
    height: 80px;
    margin-left: 380px;
  }

  .divider-copy-copy2 {
    margin-top: 46px;
  }

  .image-2 {
    width: 460px;
    height: 460px;
    margin-left: 0;
  }

  .text-block-20, .text-block-20-copy2 {
    font-size: 22px;
  }

  .text-block-20-copy3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .div-block-15, .div-block-16 {
    margin-left: 20px;
  }

  .div-block-17 {
    margin-left: auto;
  }

  .text-block-21 {
    margin-top: -50px;
    margin-bottom: 25px;
  }

  .text-block-22 {
    margin-left: -30px;
    font-size: 22px;
  }

  .code-embed {
    margin-left: -35px;
  }

  .code-embed-3 {
    margin-left: -30px;
  }

  .text-block-23 {
    font-size: 20px;
  }

  .code-embed-4 {
    margin-left: -30px;
  }

  .text-block-24, .text-block-25 {
    font-size: 22px;
  }

  .text-span-32 {
    width: 600px;
    max-width: 600px;
  }

  .step-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
  }

  .step-number-circle {
    width: 70px;
    height: 70px;
    margin-top: -26px;
    margin-left: 0;
  }

  .step-number-circle.tekmer-s-r {
    margin-top: 7px;
  }

  .step-number-circle.arge-s-r {
    margin-top: -44px;
  }

  .step-number-circle.tekmer-s-r-copy {
    margin-top: -26px;
  }

  .step-number-circle.tekmer-s-r-copy2 {
    margin-top: -11px;
  }

  .text-block-26 {
    margin-top: 13px;
    margin-left: 0;
    font-size: 28px;
  }

  .text-block-26.second-page {
    margin-left: 0;
  }

  .step-title {
    font-size: 32px;
  }

  .step-title.blog-list {
    margin-top: 13px;
    font-size: 28px;
  }

  .text-block-27 {
    width: 88%;
    font-size: 22px;
  }

  .text-block-27.second-page {
    padding-bottom: 0;
  }

  .div-block-9-copy.second-page {
    margin-left: auto;
  }

  .feature-grid-item-2 {
    max-width: 300px;
    font-size: 25px;
  }

  .text-color-white-2, .text-color-white-2.third-page {
    font-size: 28px;
  }

  .feature-subheading-2-copyy, .feature-subheading-2-copyy2 {
    max-width: 800px;
    font-size: 35px;
  }

  .hero-heading-copyy2.second-page.third-page {
    font-size: 55px;
  }

  .hero-heading-copyy2.second-page.first-page {
    font-size: 70px;
  }

  .div-block-9-copy-2.second-page {
    margin-left: auto;
  }

  .feature-grid-item-2-copy {
    margin-left: -35px;
  }

  .feature-grid-item-2-copy.third-page {
    margin-left: -38px;
  }

  .feature-grid-item-2-copy.fourth-page {
    margin-left: -35px;
  }

  .text-color-white-3 {
    width: 380px;
    font-size: 28px;
  }

  .feature-grid-icon-2 {
    margin-top: 4px;
    margin-right: 20px;
  }

  .feature-grid-icon-2.first-page {
    margin-top: 4px;
    margin-right: 13px;
  }

  .feature-grid-icon-2.fourth-page {
    margin-right: 28px;
  }

  .feature-grid-icon-2-copy.first-page {
    margin-top: 5px;
    margin-right: 13px;
  }

  .feature-grid-copyy3.third-page {
    margin-left: -128px;
  }

  .feature-grid-copyy3.first-page {
    grid-column-gap: 56px;
    grid-row-gap: 87px;
    margin-left: -101px;
  }

  .feature-grid-copyy3.first-page.cfo_dan_grid.sirket_kurulum {
    margin-left: 0;
    padding-left: 0;
  }

  .display-inline-copy {
    font-size: 28px;
  }

  .display-inline-copy.first-page {
    width: 380px;
    font-size: 24px;
  }

  .display-inline-copy.first-page.cfo_dan_grid {
    font-size: 30px;
  }

  .feature-grid-icon-2-copy2.first-page {
    margin-top: 5px;
    margin-right: 13px;
  }

  .feature-grid-icon-2-copy3.first-page {
    margin-top: 4px;
    margin-right: 13px;
  }

  .feature-grid-icon-2-copy4.first-page {
    margin-top: 5px;
    margin-right: 13px;
  }

  .feature-grid-icon-2-copy5 {
    margin-top: 4px;
    margin-right: 17px;
    font-size: 20px;
  }

  .feature-grid-icon-2-copy5.first-page {
    margin-right: 13px;
  }

  .feature-grid-icon-2-copy5.fourth-page {
    margin-right: 28px;
  }

  .section-feature-copy.section-feature--workflows {
    margin-top: -200px;
  }

  .text-block-28 {
    font-size: 25px;
  }

  .list-2 {
    max-width: 1200px;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-6-copy, .text-span-52 {
    font-size: 25px;
  }

  .hero-heading-copy-copy.second-page.blog1.blog-yon {
    font-size: 55px;
  }

  .div-block-10-blog-yon.blog-yon {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 56px;
  }

  .div-block-10-blog-yon.blog-yon.blog-arge-s-r {
    margin-left: 50px;
  }

  .phone {
    margin-top: 22px;
  }

  .text-block-29 {
    margin-top: 31px;
    font-size: 30px;
  }

  .text-block-29-copy {
    font-size: 20px;
  }

  .text-block-29-copy2 {
    font-size: 28px;
  }

  .phone-2 {
    margin-left: 0;
  }

  .text-block-30 {
    font-size: 23px;
  }

  .phone-3 {
    margin-left: 0;
  }

  .phone-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-33 {
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-33-copy {
    margin-top: 1px;
    margin-left: 35px;
    font-size: 18px;
  }

  .text-block-33-copy2 {
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da {
    width: 1200px;
    height: 300px;
  }

  .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik.bordo_baslik {
    max-width: none;
    margin-left: 119px;
  }

  .accordion-arrow-wrap---brix {
    width: 60px;
    height: 60px;
  }

  .accordion-paragraph---brix {
    font-size: 22px;
  }

  .accordion-item-title---brix {
    font-size: 30px;
  }

  .accordion-item---brix.accordion-1---brix {
    width: 1100px;
    margin-left: -107px;
  }

  .cta-button-copy-copy-iletisim, .cta-button-copy-copy-iletisim-copy {
    width: 350px;
    height: 80px;
    margin-left: 380px;
  }

  .div-block-14-copy, .div-block-14-yeni_hizmetler {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 40px;
  }

  .hero-heading-copy-2-copy5 {
    margin-left: -26px;
    font-size: 65px;
  }

  .hero-heading-copy-2-copy5.second-page {
    font-size: 38px;
  }

  .process-card-new.avantaj-card {
    width: 420px;
    height: 550px;
  }

  .process-card-new.second-page {
    width: 1200px;
    height: 300px;
  }

  .arrow-button-process {
    width: 2rem;
    height: 2rem;
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-5 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .adv-left-card {
    width: 790px;
  }

  .adv-right-card {
    width: 380px;
    height: 500px;
  }

  .text-block-42 {
    color: var(--text-secondary);
    text-align: center;
  }

  .text-block-18-copy {
    font-size: 32px;
  }

  .cta-button-iletisim {
    width: 60%;
    height: 80px;
  }

  .div-block-38 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-42-copy {
    font-size: 30px;
  }

  .div-block-44.second-page {
    width: auto;
  }

  .text-block-44 {
    width: 900px;
    font-size: 22px;
  }

  .div-block-45 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 40px;
  }

  .div-block-45.second-page {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-84 {
    width: 600px;
    max-width: 600px;
  }

  .container-6.page-padding {
    max-width: 1500px;
  }

  .text-block-45 {
    font-size: 25px;
  }

  .text-block-45.second-page {
    width: 1100px;
    margin-left: 38px;
    font-size: 25px;
  }

  .text-block-45.second-page.blog {
    width: 1000px;
    margin-left: 47px;
  }

  .div-block-14-copy, .div-block-14-yeni_hizmetler-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 40px;
  }

  .div-block-10-copy_yan {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy.blog-yon {
    margin-left: 56px;
  }

  .div-block-10-blog-yon-copy.blog-yon.blog-arge-s-r {
    margin-left: 50px;
  }

  .div-block-10-blog-yon-copy-copy.blog-yon {
    margin-left: 56px;
  }

  .div-block-10-blog-yon-copy-copy.blog-yon.blog-arge-s-r {
    margin-left: 50px;
  }

  .text-block-30-copy {
    margin-left: 0;
    font-size: 23px;
  }

  .div-block-10-copy_yan-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
  }

  .text-block-10-copy_hizmet, .text-block-10-copy2, .text-block-10-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy-copy {
    font-size: 22px;
  }

  .cta-button-copy-copy2 {
    width: 350px;
    height: 80px;
    margin-left: 380px;
  }

  .arrow-button-copy, .arrow-button-copy-copy {
    width: 2rem;
    height: 2rem;
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10-copy_yan-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-10-copy_yan-copy-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 28px;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-20-copy98 {
    margin-left: 17px;
    font-size: 22px;
  }

  .text-block-20-copy {
    margin-left: 14px;
    font-size: 22px;
  }

  .divider-copy-copy2-copy98 {
    margin-top: 46px;
    padding-top: 79px;
  }

  .text-block-21-copy98 {
    margin-top: -50px;
    margin-bottom: 25px;
    font-size: 20px;
  }

  .div-block-10-kontrol_1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 28px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy_kontrol_1.blog-yon {
    margin-left: 56px;
  }

  .div-block-10-blog-yon-copy_kontrol_1.blog-yon.blog-arge-s-r {
    margin-left: 50px;
  }

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

  .div-block-47 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container.page-padding {
    max-width: 1200px;
  }

  .container.page-padding.second-page {
    max-width: 900px;
    margin-top: 0;
  }

  .nav-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    display: flex;
  }

  .nav-menu-wrap {
    width: 26%;
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    width: 100%;
    max-width: 990px;
    font-size: 68px;
  }

  .subheading.subheading--hero {
    width: 100%;
  }

  .cta-button {
    grid-column-gap: 8px;
    background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
    width: 230px;
    height: 52px;
  }

  .hero-img {
    z-index: 4;
  }

  .hero-img-blur {
    filter: blur(80px);
  }

  .nav-link.desktop-only {
    background-color: #fff;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }

  .logos-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-item.desktop-only {
    display: none;
  }

  .section-highlights {
    width: 100%;
  }

  .section-header {
    width: 99.4318%;
    max-width: 600px;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .highlights-card-5 {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .section-feature.section-feature--cycles {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-feature.section-feature--cycles.second-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }

  .light-bar.second-page {
    width: 150%;
    margin-left: auto;
    margin-right: auto;
    left: -25%;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-heading {
    font-size: 72px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.circle.posta.posta2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .display-inline.first-page.cfo_dan_grid {
    font-size: 21px;
  }

  .feature-cards-wrap {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 24px;
  }

  .cta-heading {
    font-size: 72px;
  }

  .cta-buttons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-2-copy, .text-block-copy, .text-block-copy-2, .text-block-2-copy-2, .text-block-copy-3, .text-block-2-copy-2-copy-3 {
    font-size: 16px;
  }

  .cta-buttons-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-4 {
    color: #000212;
  }

  .hero-heading-copy {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
  }

  .highlights-card-copy {
    min-width: 100%;
    height: auto;
    min-height: auto;
    padding: 32px;
  }

  .kutular {
    width: 100%;
  }

  .highlights-card-copy-2 {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .div-block-7 {
    flex-flow: row;
    width: 100%;
  }

  .minikart-1 {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .minikart-1.avantaj-card-degil.blog-yon.iletisim.posta {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .minikart-1.avantaj-card-degil.blog-yon.iletisim.posta.ek {
    min-height: auto;
    max-height: none;
  }

  .minikart-1.avantaj-card-degil.avantaj-card {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .minikart-1.avantaj-card-degil-copy.blog-yon.avantaj-card {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    min-width: auto;
    min-height: auto;
    padding-top: 0;
  }

  .cell-content {
    flex-wrap: wrap;
    min-height: 250px;
  }

  .hero-heading-copy-2 {
    width: 800px;
    font-size: 68px;
  }

  .hero-heading-copy-2.second-page {
    font-size: 28px;
  }

  .highlights-card-copy-22 {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .highlights-card-copy-22.second-page, .highlights-card-copy-22.second-page.blog.avantaj-card, .highlights-card-copy-22.second-page.avantaj-card {
    min-height: auto;
    padding-bottom: 60px;
  }

  .highlights-card-5-copy {
    min-width: auto;
    height: 300px;
    min-height: auto;
    padding: 32px;
  }

  .cta-button-copy {
    grid-column-gap: 8px;
    width: 230px;
    height: 52px;
  }

  .divider-copy-copy2 {
    padding-bottom: 20px;
  }

  .image-2 {
    margin-left: -23px;
  }

  .div-block-16 {
    margin-left: -50px;
    padding-top: 23px;
  }

  .div-block-18 {
    margin-left: -20px;
  }

  .image-2-copy {
    width: 270%;
    height: 270px;
    margin-top: -147px;
    margin-bottom: -200px;
    margin-left: 0;
    display: none;
  }

  .feature-heading-2 {
    font-size: 72px;
  }

  .hero-heading-copyy2 {
    width: 800px;
    font-size: 68px;
  }

  .hero-heading-copyy2.second-page.third-page, .hero-heading-copyy2.second-page.first-page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .highlights-card-copy-22-copy2 {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .feature-heading-3 {
    font-size: 72px;
  }

  .feature-grid-copyy3 {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-copyy3.first-page {
    grid-template-columns: auto auto;
  }

  .feature-grid-copyy3.first-page.cfo_dan_grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .display-inline-copy.first-page.cfo_dan_grid {
    font-size: 21px;
  }

  .feature-grid-copy-tesvik {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-26-copy.cfo_dan_altbaslik3 {
    grid-column-gap: 33px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .hero-heading-copy-copy {
    width: 800px;
    font-size: 68px;
  }

  .text-block-33, .text-block-33-copy2 {
    text-align: center;
  }

  .highlights-card-copy-22-copy-sorular {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik.bordo_baslik {
    height: auto;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar12_dropdown-content-copy {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .navbar12_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle-2 {
    text-align: center;
    padding-right: 27px;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .dropdown-title.colour-3, .dropdown-title.colour-1, .dropdown-title.colour-2 {
    font-size: 17px;
    font-weight: 500;
  }

  .dropdown-wrapper {
    padding-left: 0;
  }

  .dropdown-link-2 {
    justify-content: center;
    margin-left: 100px;
    padding-left: 0;
    position: static;
  }

  .dropdown {
    margin-left: -200px;
    display: none;
  }

  .navigation-dropdown {
    background-color: #ddd;
    min-width: auto;
    left: auto;
  }

  .cta-button-copy-copy-iletisim, .cta-button-copy-copy-iletisim-copy {
    grid-column-gap: 8px;
    width: 230px;
    height: 52px;
  }

  .div-block-34 {
    margin-left: -29px;
  }

  .div-block-35 {
    margin-left: 14px;
  }

  .div-block-26-copy-2.cfo_dan_altbaslik3 {
    grid-column-gap: 32px;
    padding-left: 30px;
    padding-right: 0;
  }

  .hero-heading-copy-2-copy5 {
    width: 100%;
    font-size: 40px;
  }

  .process-cards {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: scroll;
  }

  .process-cards.scroll-row {
    flex-flow: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-card-new {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .process-card-new.avantaj-card {
    flex: none;
    width: 90%;
    min-width: auto;
    min-height: auto;
    margin-left: 38px;
    padding-right: 60px;
  }

  .card-list {
    padding-top: 16px;
    padding-left: 54px;
  }

  .adv-left-card, .adv-right-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .div-block-36 {
    width: 100%;
  }

  .cta-button-iletisim {
    grid-column-gap: 8px;
    width: 230px;
    height: 52px;
  }

  .div-block-39 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 38px;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-41 {
    flex-flow: column;
    padding-top: 38px;
  }

  .text-block-42-copy {
    color: var(--white);
    font-size: 32px;
  }

  .menu-trigger {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .mobil-menu-panel {
    background-color: #b4acac;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
  }

  .nav-link-copy {
    font-size: 22px;
  }

  .nav-link-copy.desktop-only {
    display: none;
  }

  .example-navbar {
    justify-content: space-between;
    align-items: center;
    margin-right: -300px;
    padding-left: 0;
    display: none;
  }

  .melted {
    background-color: #b0bcd400;
    border: 1px solid #0000;
    margin-top: -38px;
    margin-left: 200px;
  }

  .top-bubble, .middle-bubble, .bottom-bubble {
    width: 30px;
    height: 2px;
  }

  .text-block-43 {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

  .nav-link-copy.desktop-only {
    background-color: #fff;
    background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .nav-link-copy.desktop-only.avantaj-card {
    height: auto;
  }

  .nav-link-copy.desktop-only.avantaj-card {
    max-width: 500px;
  }

  .nav-link-copy.desktop-only.avantaj-card {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-copy.desktop-only {
    background-color: #fff;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .dropdown-copy {
    background-color: #d82c2c;
    background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
    border-radius: 50px;
    width: 100%;
    max-width: 500px;
    margin: 5px 0;
    font-size: 10px;
    font-weight: 500;
    line-height: .5;
    display: none;
    position: static;
  }

  .div-block-43 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    align-items: center;
    margin-right: 2px;
    display: none;
  }

  .image-2-copy-copy {
    width: 250%;
    height: 250px;
    margin-top: -147px;
    margin-bottom: -200px;
    margin-left: 0;
    display: none;
  }

  .container-6.page-padding {
    max-width: 1200px;
  }

  .text-span-86 {
    font-size: 20px;
  }

  .div-block-14-copy {
    display: none;
  }

  .div-block-10-blog-yon-copy.blog-yon.blog-arge-s-r {
    margin-top: 37px;
  }

  .div-block-10-blog-yon-copy-copy.blog-yon {
    margin-top: 72px;
  }

  .flipper-nav-button {
    opacity: 1;
    background-color: #f76d6d00;
    border: 1px #000;
    margin-top: -3px;
    box-shadow: 1px 1px 3px #7a7a7a00;
  }

  .flip-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .flipper-nav-link-menu {
    margin-left: 300px;
    padding-top: 11px;
    display: none;
  }

  .image-4 {
    width: 200px;
    max-width: none;
    height: 200px;
    margin-top: -75px;
  }

  .dropdown-link-2-copy.link-03 {
    margin-left: 40px;
    padding-left: 0;
    line-height: 1;
  }

  .cta-button-copy-copy2 {
    grid-column-gap: 8px;
    width: 230px;
    height: 52px;
  }

  .divider-copy-copy2-copy98 {
    padding-bottom: 20px;
  }

  .div-block-10-blog-yon-copy_kontrol_1.blog-yon {
    margin-top: 37px;
    padding-top: 0;
  }

  .image-5 {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 60px;
    margin-top: 0;
    display: block;
  }

  .link-block-13 {
    display: none;
  }

  .image-5-copy {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 60px;
    margin-top: -93px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-inner {
    display: flex;
  }

  .nav-menu-wrap {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-header {
    max-width: 570px;
  }

  .hero-heading {
    width: 100%;
    font-size: 56px;
  }

  .subheading {
    font-size: 20px;
  }

  .cta-button {
    background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
    width: 180px;
    height: 48px;
  }

  .hero-img-target {
    margin-top: 80px;
  }

  .hero-img-wrap {
    padding-bottom: 256px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.desktop-only {
    font-size: 10px;
  }

  .nav-link.nav-link--log-in {
    display: flex;
  }

  .heading-medium {
    width: 100%;
    font-size: 40px;
  }

  .card-heading.text-color-white {
    margin-bottom: 0;
    font-size: 21px;
  }

  .card-heading.text-color-white.blog-page1 {
    font-size: 20px;
  }

  .card-heading.text-color-white.yan_blog_alt {
    overflow-wrap: normal;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    display: block;
  }

  .lightning {
    display: none;
  }

  .section-feature {
    padding-top: 300px;
  }

  .light-bar {
    width: 120%;
    left: -10%;
  }

  .feature-heading {
    font-size: 52px;
  }

  .feature-heading.second-page {
    margin-top: -9px;
    margin-bottom: 36px;
  }

  .feature-heading.second-page.fourth-page {
    margin-top: -11px;
    margin-bottom: 34px;
  }

  .feature-heading.second-page.blog {
    margin-top: -14px;
    margin-bottom: 34px;
  }

  .feature-heading.second-page.blog1 {
    margin-top: -4px;
    margin-bottom: 31px;
  }

  .feature-heading.second-page.iletisim, .feature-heading.second-page.hakk-nda {
    margin-top: -9px;
    margin-bottom: 36px;
  }

  .feature-img-wrap {
    border-radius: 8px;
  }

  .feature-subheading {
    font-size: 24px;
  }

  .cta-heading {
    font-size: 52px;
  }

  .notice-wrap {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .notice-inner {
    border-radius: 32px;
    max-width: none;
    padding: 20px;
  }

  .notice-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .notice-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .notice-bottom-heading {
    font-size: 48px;
  }

  .cta-buttons {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .text-block-copy-2, .text-block-2-copy-2, .text-block-copy-3, .text-block-2-copy-2-copy-3 {
    font-size: 14px;
  }

  .cta-buttons-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .hero-heading-copy {
    width: 100%;
    font-size: 42px;
  }

  .hero-heading-copy.second-page.blog1.cfo_dan.cfo_ilk_baslik {
    font-size: 40px;
  }

  .highlights-card-copy {
    justify-content: center;
    min-width: auto;
    min-height: auto;
    margin-left: auto;
  }

  .kutular {
    grid-column-gap: 20px;
    flex-flow: row;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-top: 14px;
  }

  .minikart-1.avantaj-card-degil.blog_yon.avantaj-card, .minikart-1.avantaj-card-degil.blog-yon.avantaj-card {
    padding-left: 0;
    padding-right: 0;
  }

  .minikart-1.avantaj-card-degil-copy.blog-yon.avantaj-card {
    min-width: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-copy-2 {
    width: 700px;
    font-size: 56px;
  }

  .hero-heading-copy-2.second-page {
    padding-left: 2.3em;
    padding-right: 2.3em;
    font-size: 20px;
  }

  .highlights-card-copy-22.second-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 45px;
    padding-right: 32px;
  }

  .highlights-card-copy-22.second-page.avantaj-card {
    height: auto;
    padding-top: 0;
  }

  .highlights-card-5-copy {
    justify-content: center;
    min-width: auto;
    min-height: 455px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-button {
    margin-left: -11px;
  }

  .div-block-10 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    max-width: none;
  }

  .text-block-18 {
    font-size: 25px;
  }

  .text-block-19, .text-block-19.second-page {
    font-size: 20px;
  }

  .cta-button-copy {
    width: 180px;
    height: 48px;
  }

  .divider-copy-copy2 {
    padding-top: 15px;
  }

  .image-2 {
    margin-left: -59px;
  }

  .div-block-16 {
    margin-top: 138px;
    margin-left: -212px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-17 {
    padding-bottom: 0;
  }

  .text-block-21 {
    font-size: 15px;
  }

  .div-block-18 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-19 {
    margin-top: -27px;
    margin-left: 29px;
    padding-left: 15px;
  }

  .code-embed-4 {
    margin-left: -11px;
  }

  .image-2-copy {
    width: 250%;
    max-width: none;
    height: 250px;
    margin-top: -138px;
    display: none;
  }

  .step-left {
    justify-content: center;
    margin-top: 0;
    margin-left: -17px;
  }

  .step-title {
    text-align: center;
  }

  .text-block-27 {
    text-align: left;
    margin-top: 5px;
  }

  .div-block-23, .div-block-23.second-page {
    margin-top: -24px;
  }

  .image-3.second-page {
    margin-top: 100px;
    margin-left: 53px;
  }

  .feature-section-header-copy.second-page {
    margin-top: -200px;
    padding-top: 106px;
  }

  .section-feature-copyy {
    padding-top: 300px;
  }

  .step-left-copy {
    justify-content: center;
    margin-top: 0;
  }

  .feature-heading-2 {
    font-size: 52px;
  }

  .feature-subheading-2 {
    font-size: 24px;
  }

  .text-color-white-2 {
    font-size: 20px;
  }

  .feature-subheading-2-copyy, .feature-subheading-2-copyy2 {
    font-size: 24px;
  }

  .hero-heading-copyy2 {
    width: 700px;
    font-size: 56px;
  }

  .hero-heading-copyy2.second-page.first-page {
    font-size: 40px;
  }

  .hero-heading-copyy2.second-page.first-page.cfo_dan_bosluk {
    margin-top: -126px;
  }

  .feature-grid-item-2-copy {
    margin-left: -29px;
  }

  .feature-heading-3 {
    font-size: 52px;
  }

  .feature-grid-item-3.first-page.cfo_dan_grid.sirket_kurulum {
    margin-left: 0;
  }

  .container-4.page-padding.first-page.sirket_kurulus {
    margin-top: 250px;
  }

  .feature-subheading-3 {
    font-size: 24px;
  }

  .feature-grid-copyy3.third-page.fourth-page, .feature-grid-copyy3.first-page, .feature-grid-copyy3.first-page.cfo_dan_grid, .feature-grid-copyy3.first-page.cfo_dan_grid.sirket_kurulum, .feature-grid-copyy3.first-page.cfo_dan_grid.sirket_kurulum.bordro-grid {
    grid-template-columns: auto;
  }

  .feature-grid-icon-2-copy3.first-page.cfo_dan_grid {
    margin-right: 20px;
  }

  .section-feature-copy, .section-feature-copyyy {
    padding-top: 300px;
  }

  .feature-grid-copy-tesvik {
    grid-column-gap: 24px;
  }

  .text-block-28 {
    font-size: 20px;
  }

  .div-block-26-copy.cfo_dan_altbaslik3 {
    grid-row-gap: 75px;
    grid-template-columns: auto;
    padding-top: 10px;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-9, .list-item-6-copy {
    font-size: 20px;
  }

  .div-block-26-copy2.cfo_dan_altbaslik3 {
    padding-left: 48px;
  }

  .heading-medium-copy {
    font-size: 50px;
  }

  .text-span-52 {
    font-size: 20px;
  }

  .div-block-7-blog.blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-copy-copy {
    width: 700px;
    font-size: 56px;
  }

  .hero-heading-copy-copy.second-page.blog1.blog-yon {
    width: 100%;
  }

  .div-block-10-blog-yon.blog-yon {
    margin-top: 34px;
    padding-left: 17px;
    padding-right: 9px;
  }

  .text-block-10-copy {
    font-size: 15px;
  }

  .text-block-29 {
    font-size: 24px;
  }

  .text-block-29-copy2 {
    font-size: 20px;
  }

  .text-block-33, .text-block-33-copy, .text-block-33-copy2 {
    font-size: 15px;
  }

  .feature-img-wrap-copy {
    border-radius: 8px;
  }

  .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik, .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik.bordo_baslik {
    height: auto;
  }

  .feature-img-wrap-copy-sorular, .feature-img-wrap-copy-sorular2 {
    border-radius: 8px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .navbar12_dropdown-content-copy {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-toggle-2 {
    text-align: center;
    padding-right: 0;
  }

  .chevron {
    margin-right: 20px;
  }

  .dropdown-link-2 {
    padding-left: 90px;
  }

  .link-block-3.w--current {
    font-size: 10px;
  }

  .cta-button-copy-copy-iletisim, .cta-button-copy-copy-iletisim-copy {
    width: 180px;
    height: 48px;
  }

  .div-block-26-copy-2.cfo_dan_altbaslik3 {
    grid-column-gap: 75px;
    grid-row-gap: 76px;
    grid-template-columns: auto;
    padding-top: 74px;
    padding-left: 40px;
  }

  .hero-heading-copy-2-copy5 {
    width: 100%;
    font-size: 42px;
  }

  .process-cards.scroll-row {
    justify-content: flex-start;
  }

  .process-card-new.avantaj-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-list {
    padding-left: 35px;
    padding-right: 21px;
  }

  .div-block-36 {
    flex: 1;
    width: 60%;
  }

  .div-block-37 {
    display: none;
  }

  .text-block-18-copy {
    margin-top: 25px;
    font-size: 25px;
  }

  .cta-button-iletisim {
    width: 180px;
    height: 48px;
  }

  .div-block-39, .div-block-41 {
    padding-top: 72px;
  }

  .example-navbar {
    flex: 0 auto;
    width: 19%;
    margin-left: -92px;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .meltingpot {
    width: 263%;
    margin-left: -200px;
  }

  .nav-link-copy.desktop-only.avantaj-card {
    transition-property: letter-spacing;
  }

  .nav-link-copy {
    display: none;
  }

  .nav-link-copy.desktop-only {
    font-size: 10px;
  }

  .nav-link-copy.nav-link--log-in {
    display: flex;
  }

  .dropdown-copy {
    background-color: #c84141;
    background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 65%);
    border-radius: 50px;
    margin: 5px 0;
    font-size: 10px;
    line-height: .5;
  }

  .div-block-43 {
    margin-left: 17px;
    margin-right: 2px;
    display: none;
  }

  .div-block-14-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    max-width: none;
    display: flex;
  }

  .link-block-6-copy, .link-block-7-copy {
    margin-top: 21px;
  }

  .link-block-8-copy, .link-block-11-copy, .link-block-9-copy, .link-block-10-copy {
    margin-top: 120px;
  }

  .div-block-10-copy_yan {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    margin-top: 62px;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy.blog-yon {
    padding-top: 22px;
    padding-left: 17px;
    padding-right: 9px;
  }

  .div-block-10-blog-yon-copy.blog-yon.blog-arge-s-r {
    margin-top: -2px;
  }

  .div-block-10-blog-yon-copy.blog-yon {
    padding-left: 17px;
    padding-right: 9px;
  }

  .div-block-10-blog-yon-copy-copy.blog-yon {
    margin-top: 24px;
    padding-top: 49px;
    padding-left: 17px;
    padding-right: 9px;
  }

  .text-block-30-copy {
    font-size: 15px;
  }

  .flipper-nav-button {
    opacity: 1;
    background-color: #312b2b00;
    border: 1px #0000;
    border-radius: 20px;
    margin-top: 1px;
    box-shadow: 1px 1px 3px #7a7a7a00;
  }

  .flip-nav, .flipper-nav-link-menu {
    display: block;
  }

  .image-4 {
    width: 200px;
    max-width: none;
    height: 200px;
    margin-top: -75px;
  }

  .dropdown-link-2-copy.link-03 {
    padding-left: 10px;
    line-height: 1;
  }

  .feature-section-header-copy-copy.second-page {
    margin-top: -200px;
    padding-top: 94px;
  }

  .cta-button-copy-copy2 {
    width: 180px;
    height: 48px;
  }

  .text-block-10-copy-copy35 {
    font-size: 15px;
  }

  .arrow-button-copy, .arrow-button-copy-copy {
    margin-left: -11px;
  }

  .text-block-10-copy-copy87, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy89, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy, .text-block-10-copy-copy {
    font-size: 15px;
  }

  .div-block-10-copy_yan-copy, .div-block-10-copy_yan-copy-copy {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    margin-top: 35px;
    padding-left: 0;
  }

  .divider-copy-copy2-copy98 {
    padding-top: 15px;
  }

  .text-block-21-copy98 {
    font-size: 15px;
  }

  .image-3-copy_konntol_1.second-page {
    margin-left: 53px;
  }

  .div-block-10-kontrol_1 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    margin-top: 35px;
    padding-top: 28px;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy_kontrol_1.blog-yon {
    margin-top: 34px;
    padding-left: 17px;
    padding-right: 9px;
  }

  .text-block-10-copy-copy {
    font-size: 15px;
  }

  .link-block-13 {
    display: none;
  }

  .div-block-46, .div-block-47 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-inner {
    padding-top: 14px;
  }

  .hero-header {
    max-width: 420px;
  }

  .hero-heading {
    width: 100%;
    font-size: 44px;
  }

  .subheading {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .subheading.subheading--hero {
    margin-top: -26px;
  }

  .cta-button {
    border-radius: 18px;
    width: 47%;
    height: 40px;
  }

  .cta-button.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-img-target {
    margin-top: 72px;
  }

  .hero-img, .hero-img-bg {
    border-radius: 2px;
  }

  .stars-curve {
    margin-top: -250px;
  }

  .heading-medium {
    margin-bottom: -14px;
    font-size: 25px;
  }

  .heading-medium.hakk-m-zda {
    margin-top: -57px;
    margin-bottom: 88px;
    font-size: 25px;
  }

  .highlights-card-content {
    width: 100%;
  }

  .card-heading.text-color-white {
    font-size: 18px;
  }

  .card-heading.text-color-white.home-page {
    margin-top: 0;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .card-heading.text-color-white.home-page.orta {
    margin-top: 0;
  }

  .card-heading.text-color-white.yan_blog_alt {
    margin-bottom: 22px;
  }

  .card-heading.text-color-white.yan_blog_alt.tekno-tesvik-card {
    margin-bottom: 7px;
  }

  .lightning {
    margin-top: 15px;
    display: block;
  }

  .section-feature.section-feature--cycles.second-page, .section-feature.section-feature--cycles.third-page {
    margin-top: -81px;
  }

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }

  .feature-grid {
    grid-column-gap: 16px;
  }

  .feature-heading {
    font-size: 48px;
  }

  .feature-heading.feature-heading--workflows {
    width: 100%;
    font-size: 40px;
  }

  .feature-heading.second-page.blog, .feature-heading.second-page.hakk-nda {
    margin-top: -23px;
    margin-bottom: 46px;
  }

  .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim, .feature-img-wrap.feature-img-wrap--cycles.avantaj-card-degil.second-page.iletisim.iletisim-bosluk {
    flex: 1;
    width: 100%;
  }

  .feature-subheading {
    font-size: 20px;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-grid-icon {
    width: 5px;
    min-width: 5px;
    height: 5px;
    margin-bottom: 19px;
    padding-top: 0;
    bottom: 0;
  }

  .display-inline {
    display: inline-block;
  }

  .display-inline.third-page, .display-inline.first-page, .display-inline.first-page.cfo_dan_grid {
    font-size: 15px;
  }

  .feature-cards-wrap {
    margin-top: 64px;
  }

  .feature-card {
    padding: 24px 32px;
  }

  .feature-card-content {
    font-size: 15px;
  }

  .feature-card-img.feature-card-img--board {
    top: 50%;
  }

  .feature-card-img.feature-card-img--views {
    top: 45%;
    left: 12px;
  }

  .feature-card-img.feature-card-img--updates {
    top: 50%;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 55%;
  }

  .cta-heading {
    font-size: 38px;
  }

  .notice-inner {
    grid-row-gap: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .notice-link {
    line-height: 1.4;
  }

  .notice-link.notice-link--dark {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .notice-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .text-block-copy-3 {
    width: auto;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-2-copy-2-copy-3 {
    padding-left: 11px;
    font-size: 10px;
  }

  .cta-buttons-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    margin-top: 25px;
  }

  .hero-heading-copy {
    width: 100%;
    font-size: 20px;
  }

  .hero-heading-copy.second-page {
    margin-top: -51px;
    font-size: 25px;
  }

  .hero-heading-copy.second-page.blog1, .hero-heading-copy.second-page.blog1.blog7 {
    font-size: 25px;
  }

  .highlights-card-copy {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .kutular {
    flex-flow: column;
  }

  .div-block-7 {
    flex-flow: row;
    width: 100%;
  }

  .minikart-1.avantaj-card-degil.blog_yon.avantaj-card.tekno_bas_blog {
    padding-top: 33px;
  }

  .minikart-1.avantaj-card-degil.blog-yon.iletisim.posta {
    justify-content: flex-start;
    padding: 0 0 20px;
  }

  .minikart-1.avantaj-card-degil.avantaj-card {
    padding-bottom: 20px;
  }

  .highlights-card-content-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .highlights-card-content-copy.blog-yon {
    margin-top: 33px;
  }

  .text-block-10 {
    font-size: 10px;
  }

  .hero-heading-copy-2 {
    width: 400px;
    font-size: 44px;
  }

  .hero-heading-copy-2.second-page {
    padding-bottom: 0;
    font-size: 18px;
  }

  .highlights-card-copy-22.second-page {
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .highlights-card-copy-22.second-page.third-page {
    padding-left: 29px;
    padding-right: 29px;
  }

  .highlights-card-copy-22.second-page.blog.avantaj-card {
    padding: 30px 30px 40px;
  }

  .highlights-card-copy-22.second-page.avantaj-card {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .highlights-card-5-copy {
    justify-content: flex-end;
    min-height: 320px;
    padding-top: 10px;
  }

  .arrow-button {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-10 {
    flex-flow: row;
    padding-left: 26px;
  }

  .div-block-14.second-page.iletisim {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: flex-end;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .text-block-19 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-19.second-page {
    font-size: 15px;
  }

  .text-block-19.second-page.hakk-m-zda {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-10-copy-hizmetler {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 0;
  }

  .cta-button-copy {
    border-radius: 18px;
    width: 50%;
    height: 40px;
  }

  .cta-button-copy.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .divider-copy-copy {
    margin-top: -33px;
    margin-bottom: 24px;
  }

  .divider-copy-copy.second-page {
    margin-top: -42px;
    margin-bottom: 30px;
  }

  .divider-copy-copy.second-page.third-page {
    margin-top: -38px;
    margin-bottom: 4px;
  }

  .divider-copy-copy.second-page.fourth-page {
    margin-top: -45px;
    margin-bottom: 16px;
  }

  .image-2 {
    width: 400px;
    margin-left: -11px;
  }

  .text-block-20, .text-block-20-copy2, .text-block-20-copy3 {
    font-size: 10px;
  }

  .div-block-16 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    width: 100%;
    margin-top: 82px;
    margin-left: -161px;
  }

  .div-block-17 {
    margin-left: auto;
  }

  .text-block-21, .text-block-22 {
    font-size: 10px;
  }

  .div-block-18 {
    margin-left: auto;
  }

  .code-embed {
    width: 15px;
    height: 15px;
    margin-top: 21px;
  }

  .code-embed-3 {
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-top: -14px;
    margin-left: -10px;
  }

  .text-block-23 {
    font-size: 10px;
  }

  .code-embed-4 {
    width: 15px;
    height: 15px;
    margin-top: 16px;
  }

  .text-block-24, .text-block-25 {
    font-size: 10px;
  }

  .image-2-copy {
    margin-left: -20px;
    margin-right: -110px;
  }

  .step-left {
    margin-left: 0;
  }

  .step-number-circle {
    width: 40px;
    height: 40px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .step-title {
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 25px;
  }

  .step-title.blog.blog-list {
    text-align: left;
    margin-top: -41px;
    font-size: 18px;
  }

  .step-title.blog-list {
    text-align: left;
  }

  .text-block-27, .text-span-41 {
    font-size: 15px;
  }

  .image-3.second-page {
    margin-top: 70px;
    margin-left: 44px;
  }

  .div-block-8-copyy.second-page {
    width: 100%;
    margin-top: 157px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .feature-heading-2 {
    font-size: 48px;
  }

  .feature-grid-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .text-color-white-2 {
    font-size: 15px;
    line-height: 1;
  }

  .text-color-white-2.third-page {
    font-size: 15px;
  }

  .feature-subheading-2-copyy {
    padding-top: 177px;
    font-size: 18px;
  }

  .feature-subheading-2-copyy.third-page {
    padding-top: 159px;
  }

  .divider-copy-tesvik {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .feature-subheading-2-copyy2 {
    margin-top: -8px;
    font-size: 18px;
  }

  .hero-heading-copyy2 {
    width: 400px;
    font-size: 44px;
  }

  .hero-heading-copyy2.second-page.third-page {
    font-size: 25px;
  }

  .hero-heading-copyy2.second-page.first-page {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .hero-heading-copyy2.second-page.first-page.cfo_dan_bosluk {
    margin-top: -53px;
  }

  .feature-grid-item-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 14px;
    display: flex;
  }

  .feature-heading-3 {
    font-size: 48px;
  }

  .feature-grid-item-3 {
    font-size: 14px;
  }

  .container-4.page-padding.first-page {
    margin-top: 94px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-white-3 {
    font-size: 15px;
  }

  .feature-grid-icon-2, .feature-grid-icon-2-copy {
    margin-bottom: 6px;
    bottom: 0;
  }

  .feature-grid-copyy3 {
    grid-column-gap: 16px;
  }

  .feature-grid-copyy3.third-page {
    grid-template-columns: auto;
  }

  .display-inline-copy {
    display: inline-block;
  }

  .display-inline-copy.first-page, .display-inline-copy.first-page.cfo_dan_grid {
    font-size: 15px;
  }

  .feature-grid-icon-2-copy2, .feature-grid-icon-2-copy3 {
    margin-bottom: 6px;
    bottom: 0;
  }

  .feature-grid-icon-2-copy3.first-page.cfo_dan_grid {
    margin-right: 20px;
  }

  .feature-grid-icon-2-copy4 {
    margin-bottom: 6px;
    bottom: 0;
  }

  .divider-copyyy2.third-page, .divider-copyyy2.first-page {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .feature-grid-icon-2-copy5 {
    margin-bottom: 6px;
    bottom: 0;
  }

  .feature-grid-copy-tesvik {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .feature-grid-item-2-copy2, .feature-grid-item-2-copy3, .feature-grid-item-3-copyarge, .feature-grid-item-3-copy, .feature-grid-item-3-copy, .feature-grid-item-3-copy {
    font-size: 14px;
  }

  .div-block-26 {
    margin-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-26.arge_bas {
    margin-top: 300px;
  }

  .text-block-28, .list-2 {
    padding-left: 27px;
    font-size: 15px;
  }

  .div-block-26-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-26-copy.cfo_dan_altbaslik3 {
    grid-row-gap: 77px;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-6-copy {
    font-size: 15px;
  }

  .div-block-26-copy2, .div-block-26-copy3, .div-block-26-copy4, .div-block-26-copy5, .div-block-26-copy6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-medium-copy {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .text-span-52 {
    font-size: 15px;
  }

  .div-block-26-copy7, .div-block-26-copy8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider-copy-copy-blog.second-page {
    margin-top: 52px;
  }

  .div-block-26-copy9, .div-block-26-copy10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7-blog.blog {
    flex-flow: column;
  }

  .div-block-7-blog.blog.iletisim {
    margin-top: 300px;
  }

  .hero-heading-copy-copy {
    width: 400px;
    font-size: 44px;
  }

  .hero-heading-copy-copy.second-page.blog1.blog-yon {
    font-size: 25px;
  }

  .div-block-10-blog-yon.blog-yon {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 4px;
    padding-left: 0;
  }

  .phone {
    margin-top: 10px;
  }

  .text-block-29 {
    font-size: 22px;
  }

  .feature-img-wrap-copy.feature-img-wrap--cycles.avantaj-card-degil.second-page.tekno-da.cfo-detay-baslik.sirket_kurulus_baslik.bordo_baslik {
    height: auto;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .navbar12_dropdown-link {
    padding-left: 0;
  }

  .navbar12_dropdown-content-copy {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta-button-copy-copy-iletisim {
    border-radius: 18px;
    width: 100px;
    height: 40px;
  }

  .cta-button-copy-copy-iletisim.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .cta-button-copy-copy-iletisim-copy {
    border-radius: 18px;
    width: 100px;
    height: 40px;
  }

  .cta-button-copy-copy-iletisim-copy.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .div-block-26-copy-2.cfo_dan_altbaslik3 {
    grid-row-gap: 76px;
    padding-top: 99px;
    padding-left: 33px;
  }

  .hero-heading-copy-2-copy5 {
    width: 100%;
    font-size: 20px;
  }

  .process-card-new.avantaj-card {
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 0;
  }

  .card-title-process {
    font-size: 18px;
  }

  .card-list {
    font-size: 12px;
  }

  .arrow-button-process {
    width: 1.5rem;
    height: 1.5rem;
  }

  .link-block-5 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .text-block-41 {
    font-size: 15px;
  }

  .section-1 {
    padding-top: 136px;
  }

  .div-block-36 {
    width: 100%;
  }

  .text-block-42 {
    color: var(--text-secondary);
    text-align: center;
    font-size: 14px;
  }

  .text-block-18-copy {
    font-size: 18px;
  }

  .cta-button-iletisim {
    border-radius: 18px;
    width: 80%;
    height: 40px;
  }

  .cta-button-iletisim.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .div-block-39 {
    justify-content: center;
    padding-top: 21px;
  }

  .div-block-40 {
    margin-top: 22px;
  }

  .div-block-41 {
    padding-top: 21px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-42-copy {
    font-size: 18px;
  }

  .melted {
    margin-left: 200px;
  }

  .image-2-copy-copy {
    margin-left: -20px;
    margin-right: -110px;
  }

  .text-block-44 {
    font-size: 15px;
    line-height: 1.5;
  }

  .text-block-44.second-page, .text-span-82 {
    font-size: 15px;
  }

  .text-span-84 {
    font-size: 15px;
    line-height: 1;
  }

  .text-block-45.second-page.blog, .text-span-86 {
    font-size: 15px;
  }

  .div-block-10-copy_yan {
    flex-flow: row;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy.blog-yon {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-top: 0;
  }

  .div-block-10-blog-yon-copy.blog-yon.blog-arge-s-r {
    margin-top: 4px;
  }

  .div-block-10-blog-yon-copy-copy.blog-yon {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-top: 9px;
  }

  .line-2.v2 {
    width: 30px;
  }

  .flipper-nav-button {
    margin-top: -2px;
  }

  .line-1.v2, .line-3.v2 {
    width: 25px;
  }

  .flipper-nav-link-menu {
    margin-left: 0;
  }

  .div-block-10-copy_yan-copy {
    flex-flow: row;
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-10-copy_hizmet, .text-block-10-copy2, .text-block-10-copy {
    font-size: 12px;
  }

  .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy, .text-block-10-copy-copy, .text-block-10-copy {
    font-size: 10px;
  }

  .cta-button-copy-copy2 {
    border-radius: 18px;
    width: 50%;
    height: 40px;
  }

  .cta-button-copy-copy2.cta-button--sec {
    margin-top: 12px;
    margin-left: 0;
  }

  .text-block-10-copy-copy35 {
    font-size: 15px;
  }

  .arrow-button-copy {
    width: 1.5rem;
    height: 1.5rem;
  }

  .arrow-button-copy-copy {
    width: 2rem;
    height: 2rem;
  }

  .step-content-copy {
    margin-top: 7px;
  }

  .text-block-10-copy-copy {
    font-size: 15px;
  }

  .highlights-card-content-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-10-copy_yan-copy, .div-block-10-copy_yan-copy-copy {
    flex-flow: row;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
  }

  .text-block-20-copy98, .text-block-20-copy, .text-block-20-copy, .text-block-21-copy98 {
    font-size: 10px;
  }

  .image-3-copy_konntol_1.second-page {
    margin-top: 70px;
    margin-left: 44px;
  }

  .div-block-10-kontrol_1 {
    flex-flow: row;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .div-block-10-blog-yon-copy_kontrol_1.blog-yon {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 4px;
    padding-left: 0;
  }

  .image-5 {
    max-width: 150px;
    max-height: 50px;
  }

  .image-5-copy {
    max-width: 150px;
    max-height: 50px;
    margin-top: -87px;
  }
}

#w-node-_7597aa89-7300-c19f-64e8-aae27621d4ee-d4f81c93, #w-node-_7597aa89-7300-c19f-64e8-aae27621d4f4-d4f81c93, #w-node-_7597aa89-7300-c19f-64e8-aae27621d500-d4f81c93, #w-node-_7597aa89-7300-c19f-64e8-aae27621d506-d4f81c93, #w-node-_7597aa89-7300-c19f-64e8-aae27621d50c-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82ecc-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82ed2-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82ed8-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82ede-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82ee4-d4f81c93, #w-node-_8e18d303-1ece-3075-5bb6-2a5ba9f82eea-d4f81c93, #w-node-_5c183938-427c-346a-d3c1-59727a6e4657-d4f81c93, #w-node-_6982a58f-74f9-c440-2b5c-c950a1f5059f-d4f81c93, #w-node-_39f03077-86c2-3f42-f78a-057e8e922cab-91530d1e, #w-node-_39f03077-86c2-3f42-f78a-057e8e922cb0-91530d1e, #w-node-_39f03077-86c2-3f42-f78a-057e8e922cb5-91530d1e, #w-node-_39f03077-86c2-3f42-f78a-057e8e922cba-91530d1e, #w-node-_39f03077-86c2-3f42-f78a-057e8e922cbf-91530d1e, #w-node-_2fb71218-8494-1d59-8337-b118806280cc-91530d1e, #w-node-be9e464f-a39c-ed4f-c19a-46a333ae0b0b-91530d1e, #w-node-be9e464f-a39c-ed4f-c19a-46a333ae0b10-91530d1e, #w-node-be9e464f-a39c-ed4f-c19a-46a333ae0b15-91530d1e, #w-node-be9e464f-a39c-ed4f-c19a-46a333ae0b1a-91530d1e, #w-node-def6be21-1dbc-0b7b-3e42-267a7ee535a0-91530d1e, #w-node-_53669530-64b7-b28b-31a3-0033e4e04035-91530d1e, #w-node-_47810b67-a34a-26c0-01ac-8650361fb451-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb456-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb45b-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb460-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb4df-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb4e5-0509b5db, #w-node-_47810b67-a34a-26c0-01ac-8650361fb4eb-0509b5db, #w-node-_6428b458-3013-730e-3049-4aa021c03828-0509b5db, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3adc-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3ae1-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3ae6-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3aeb-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3b6a-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3b70-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3b76-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3b7c-c3b6449c, #w-node-_05a9b341-56b0-22df-2dcc-1775324a3b82-c3b6449c, #w-node-_2014a66e-0327-cb07-ee0f-c0f4f3cd7f92-3c5f2d27, #w-node-_2014a66e-0327-cb07-ee0f-c0f4f3cd7f9c-3c5f2d27, #w-node-_2014a66e-0327-cb07-ee0f-c0f4f3cd7fa2-3c5f2d27, #w-node-_2014a66e-0327-cb07-ee0f-c0f4f3cd7fa8-3c5f2d27, #w-node-_3874d13b-64c8-d029-f3ff-48e29fba3946-3c5f2d27, #w-node-_3874d13b-64c8-d029-f3ff-48e29fba3950-3c5f2d27, #w-node-_3874d13b-64c8-d029-f3ff-48e29fba3956-3c5f2d27, #w-node-_3874d13b-64c8-d029-f3ff-48e29fba395c-3c5f2d27, #w-node-_5834fde8-a9f7-4387-239f-8dfcb880904a-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb8809050-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb8809058-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb8809060-9acb42db, #w-node-de3c9b8a-4e11-d35b-c2bf-31f68aa84527-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb880906d-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb8809075-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb880907b-9acb42db, #w-node-_5834fde8-a9f7-4387-239f-8dfcb8809081-9acb42db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-500.woff2') format('woff2'), url('../fonts/inter-v12-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}