.kozak-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #e67301;
}
.kozak-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.kozak-logo {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.kozak-desktop-menu {
  display: flex;
}
.kozak-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.kozak-btn-group {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.kozak-view {
  text-decoration: none;
}
.kozak-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.kozak-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.kozak-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.kozak-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.kozak-logo1 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.kozak-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kozak-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.kozak-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-icon-group {
  display: flex;
}
.kozak-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.kozak-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.kozak-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.kozak-roadmap {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}
.kozak-heading {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: center;
  flex-direction: column;
}
.kozak-header {
  color: rgb(255, 255, 255);
  font-size: 90px;
  max-width: 900px;
  font-style: normal;
  font-weight: 500;
  line-height: 108px;
}
.kozak-header01 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}
.kozak-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
.kozak-image {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  background-color: #FDEA6B;
}
.kozak-image1 {
  object-fit: cover;
}
.kozak-content {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}
.kozak-caption {
  font-style: normal;
  font-weight: 600;
}
.kozak-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.kozak-list {
  gap: 106px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  border-left-width: 1px;
}
.kozak-step {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-caption1 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kozak-heading1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-header02 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.kozak-header03 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.kozak-step1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-caption2 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kozak-heading2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-header04 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.kozak-header05 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.kozak-step2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-caption3 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kozak-heading3 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-header06 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.kozak-header07 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.kozak-step3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-caption4 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kozak-heading4 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.kozak-header08 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.kozak-header09 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.kozak-navlink {
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-threeunits);
  text-decoration: none;
}
@media(max-width: 991px) {
  .kozak-desktop-menu {
    display: none;
  }
  .kozak-btn-group {
    display: none;
  }
  .kozak-burger-menu {
    display: flex;
  }
  .kozak-button {
    display: flex;
    padding: var(--dl-space-space-unit);
    flex-direction: row;
  }
  .kozak-logo1 {
    color: #000000;
  }
}
@media(max-width: 767px) {
  .kozak-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .kozak-roadmap {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .kozak-heading {
    gap: var(--dl-space-space-unit);
  }
  .kozak-header {
    font-size: 36px;
    line-height: 43px;
  }
  .kozak-header01 {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
  }
  .kozak-image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kozak-list {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .kozak-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .kozak-header02 {
    font-size: 32px;
  }
  .kozak-header03 {
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-heading2 {
    gap: var(--dl-space-space-unit);
  }
  .kozak-header04 {
    font-size: 32px;
  }
  .kozak-header05 {
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-heading3 {
    gap: var(--dl-space-space-unit);
  }
  .kozak-header06 {
    font-size: 32px;
  }
  .kozak-header07 {
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-heading4 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .kozak-header08 {
    font-size: 32px;
  }
  .kozak-header09 {
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-navlink {
    margin-top: 0px;
  }
}
@media(max-width: 479px) {
  .kozak-navbar {
    padding: var(--dl-space-space-unit);
  }
  .kozak-mobile-menu {
    padding: 16px;
  }
  .kozak-header {
    color: rgb(255, 255, 255);
  }
  .kozak-header01 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
  }
  .kozak-image1 {
    width: 479px;
  }
  .kozak-caption {
    font-style: normal;
    font-weight: 600;
  }
  .kozak-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .kozak-header02 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .kozak-header03 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-header04 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .kozak-header05 {
    color: rgb(255, 255, 255);
  }
  .kozak-header06 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .kozak-header07 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 21px;
  }
  .kozak-header08 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .kozak-header09 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 21px;
  }
}
