:root {
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--burntsienna: #0e99ac;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--white: white;
}

.kutup-nav-component-1 {
  background-color: #fff;
  padding: 25px 3%;
}

.kutup-nav-container-1 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-horizontal-flex {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.kutup-brand-link-line {
  border-right: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-right: 20px;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-first-element {
  order: -1;
}

.kutup-last-item {
  order: 1;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  display: grid;
}

.kutup-hero-left-part {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 105px 10%;
  display: flex;
}

.kutup-hero-right-part {
  background-image: url('../images/chris-striepecke-wide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-hero-title-2 {
  color: var(--kütüp-library--dark-slate-grey-x);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-button-subscribe {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 39px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 14px;
}

.kutup-button-subscribe:hover {
  color: #fff;
  background-color: #3f6474;
  background-image: none;
}

.kutup-form-input {
  color: #575757cc;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  min-height: 80px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-form-input::placeholder {
  font-weight: 700;
}

.kutup-other-font {
  font-weight: 500;
}

.relative-form {
  position: relative;
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-features-line-block {
  grid-column-gap: 10px;
  border: 2px solid var(--kütüp-library--dark-slate-grey);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #264653;
}

.kutup-component-divider {
  color: var(--kütüp-library--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.kutup-features-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-features-3-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-features-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

.kutup-features-wrapper {
  flex: 1;
}

.kutup-features-title {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

.kutup-section-gray {
  background-color: #eeece9;
  padding: 100px 5%;
}

.kutup-grid-3-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-features-2-wrapper {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
  display: flex;
}

.kutup-display-2-copy {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.white-text {
  color: var(--kütüp-library--white);
}

.kutup-cta-2 {
  background-color: #eeece9;
  padding: 80px 5%;
}

.kutup-setup-left-part {
  color: var(--kütüp-library--dark-slate-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 450px;
  padding: 80px 48px;
  display: flex;
}

.kutup-setup-right-part {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--kütüp-library--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.kutup-setup-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.kutup-qoute-big-text {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.kutup-paragraph-white {
  color: #fff9;
  font-size: 16px;
  font-weight: 700;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: #ffffffbd;
}

.kutup-setup-heading {
  font-size: 31px;
  line-height: 1;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-author-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-social-wrapper-flex {
  display: flex;
}

.kutup-footer-1 {
  background-color: #eeece9;
  padding: 70px 5% 50px;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-link {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-copyright-center-text {
  text-align: center;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.linkedin {
  width: 100px;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-checkbox-field-center {
  justify-content: center;
  display: flex;
}

.subscribe-form {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-announcement-text {
  color: var(--kütüp-library--white);
  font-size: 15px;
  font-weight: 700;
}

.kutup-announcement-bar-2 {
  z-index: 10;
  grid-column-gap: 20px;
  background-color: var(--kütüp-library--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding: 12px 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.kutup-x-button {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.kutup-x-button:hover {
  opacity: .54;
}

.kutup-white-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .kutup-nav-component-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    min-height: auto;
    display: flex;
  }

  .kutup-hero-right-part {
    min-height: 600px;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-featrues-flex {
    align-items: center;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
    width: auto;
    max-width: 86%;
    height: 770px;
  }

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
  }

  .kutup-section-gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-grid-3-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .kutup-setup-left-part {
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-setup-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .kutup-hero-left-part {
    padding: 70px 10%;
  }

  .kutup-hero-right-part {
    min-height: 500px;
  }

  .kutup-hero-title-2 {
    font-size: 50px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-grid-3-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .kutup-display-2-copy {
    font-size: 40px;
  }

  .kutup-qoute-big-text {
    font-size: 34px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-announcement-bar-2 {
    padding: 13px 3%;
  }
}

@media screen and (max-width: 479px) {
  .kutup-nav-component-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-brand-link-line {
    border-right-style: none;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-hero-left-part {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-hero-right-part {
    min-height: 340px;
  }

  .kutup-hero-title-2 {
    font-size: 37px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-button-subscribe {
    width: 100%;
    min-height: 50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .kutup-form-input {
    min-height: 60px;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-featrues-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-features-line-block {
    margin-right: 0;
  }

  .kutup-photo-wrapper {
    height: 360px;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .kutup-section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

  .kutup-display-2-copy {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-setup-left-part {
    padding: 19px 26px 34px;
  }

  .kutup-setup-right-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .kutup-announcement-bar-2 {
    flex-direction: column;
  }

  .kutup-x-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

#w-node-dfbf144e-1d50-b0f8-fca6-8c7271f5489d-53770540, #w-node-dfbf144e-1d50-b0f8-fca6-8c7271f548bf-53770540, #w-node-_64ecf2ca-3530-b996-a185-eb5659e5472a-53770540, #w-node-_6ceb5be2-6aa0-256e-75f3-4e043ccc7fa5-53770540, #w-node-_6ceb5be2-6aa0-256e-75f3-4e043ccc7f9c-53770540, #w-node-c5723f8e-d39c-ce92-4b53-7ef24923ea65-53770540, #w-node-c5723f8e-d39c-ce92-4b53-7ef24923ea66-53770540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


