:root {
  --bg-white: #f5f6f9;
  --light-blue: #7093dd;
  --dark-blue: #243e6d;
  --kütüp-library-burntsienna: #ffe69a;
  --dark-blue-shaded: #243e6ded;
  --waves-library-black: #131313;
  --kütüp-library-dark-slate-grey-x: #2e5261;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-white: white;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: #fff;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

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

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

.contact_form {
  background-color: var(--bg-white);
  margin-left: 0;
  margin-right: 0;
}

.field-label {
  color: var(--light-blue);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.checkbox-name {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
  display: flex;
}

.form {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  box-shadow: 6px 3px 6px #0003;
}

.submit-button {
  background-color: var(--light-blue);
  color: #fff;
  text-align: left;
  border: 2px #ececec;
  border-radius: 0;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.text-field {
  color: #282626;
  border-radius: 5px;
  min-height: 0;
}

.text-field.msg {
  max-width: 100%;
  min-height: 150px;
}

.form-block {
  margin: 67px 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell {
  flex-direction: row;
  display: block;
}

.heading-2 {
  color: var(--light-blue);
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 500;
}

.paragraph {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.paragraph.achtung {
  color: var(--dark-blue);
  text-align: left;
  justify-content: center;
  margin-top: 7px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.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;
}

.checkbox-label {
  color: var(--dark-blue);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  text-decoration: none;
}

.container-2 {
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  background-color: var(--light-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  background-color: var(--dark-blue);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 80vw;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: var(--light-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--bg-white);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.footer-dark {
  background-color: var(--dark-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-3 {
  max-width: 60%;
}

.checkbox {
  aspect-ratio: auto;
  border-style: none;
  border-color: var(--dark-blue);
  object-fit: fill;
  background-color: #7093dd52;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--light-blue);
  background-position: 50%;
  background-size: 80% 80%;
}

.list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact_info {
  background-color: var(--bg-white);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}

.contact_info.spaminfo {
  background-color: var(--kütüp-library-burntsienna);
  margin-top: 19px;
  padding: 3px 5px;
}

.section-3 {
  height: auto;
}

.container-4 {
  background-color: #6d9fc2b5;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  max-height: none;
  margin-top: 49px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button {
  background-color: #6d9fc2;
  border-radius: 5px;
  justify-content: flex-start;
  max-width: 100px;
  font-weight: 300;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-2 {
  color: #181818;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-2.error {
  background-color: #d8a1a1;
  padding: 15px;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 300;
}

.kutup-hero-right-part-2 {
  background-image: url('../images/Hero2-800.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-hero-left-part-2 {
  background-color: var(--dark-blue-shaded);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 105px 10%;
  display: flex;
}

.hero {
  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;
}

.hero-text {
  color: var(--bg-white);
}

.hero-text.mid {
  color: var(--bg-white);
  margin-bottom: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}

.hero-text.large {
  text-align: right;
  min-width: auto;
  margin-top: 0;
  font-size: 70px;
  line-height: 73px;
}

.hero-text.fine {
  text-align: right;
  max-width: 60%;
  font-size: 16px;
  line-height: 25px;
}

.waves---paragraph-big {
  color: var(--dark-blue);
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big.white {
  color: var(--bg-white);
}

.waves---heading-2-no-margins {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins.white {
  color: var(--bg-white);
  font-size: 25px;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.features {
  background-color: var(--bg-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  max-width: 80vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-heading {
  max-width: 90vw;
}

.heading-8 {
  color: var(--dark-blue);
  font-size: 60px;
}

.heading-8.white {
  color: var(--bg-white);
}

.modus {
  background-color: var(--dark-blue-shaded);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-3 {
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 32px;
  font-weight: 100;
}

.paragraph-4 {
  color: var(--dark-blue);
  margin-top: 29px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 1px;
  font-style: normal;
}

.heading-9 {
  color: var(--bg-white);
  text-align: center;
}

.heading-10 {
  color: var(--dark-blue);
  text-align: center;
}

.paragraph-6 {
  text-align: center;
  font-size: 20px;
}

.body {
  background-color: var(--light-blue);
}

.body.preparation {
  color: var(--waves-library-black);
}

.link {
  font-size: 20px;
}

.paragraph-7 {
  color: var(--dark-blue);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .form {
    padding: 25px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 90vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 90vw;
  }

  .container-4 {
    max-width: 80%;
  }

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

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

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-4, .feature-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-8.white {
    text-align: center;
  }

  .modus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .paragraph-4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .field-label {
    font-size: 14px;
  }

  .submit-button {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph, .checkbox-label {
    font-size: 12px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-3 {
    margin-top: 0;
  }

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

  .kutup-hero-left-part-2 {
    padding: 70px 10%;
  }

  .hero-text.large {
    line-height: 75px;
  }

  .hero-text.fine {
    max-width: 80%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-8 {
    text-align: center;
    line-height: 50px;
  }

  .modus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    font-size: 35px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .checkbox-name {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field {
    color: #272525;
  }

  .heading-2 {
    font-size: 35px;
  }

  .paragraph, .checkbox-label {
    font-size: 14px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-3 {
    max-width: 90vw;
  }

  .checkbox {
    aspect-ratio: 1;
  }

  .checkbox.w--redirected-checked {
    aspect-ratio: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

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

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

  .hero-text.mid {
    text-align: right;
    font-weight: 300;
  }

  .hero-text.large {
    font-size: 60px;
  }

  .hero-text.fine {
    max-width: 100%;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-8 {
    font-size: 45px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .icon {
    font-size: 25px;
  }

  .bold-text {
    font-size: 14px;
  }
}

#w-node-e7cb65dc-ae87-c8fd-b1c5-43e29043d4c9-31166b0c, #w-node-e7cb65dc-ae87-c8fd-b1c5-43e29043d4eb-31166b0c, #w-node-_94bed6d7-bd8e-8dbb-eb40-b6ead08af11e-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94bed6d7-bd8e-8dbb-eb40-b6ead08af11f-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4b5aa1f1-684e-809b-01ee-07f17ff8496b-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b5aa1f1-684e-809b-01ee-07f17ff8496c-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_51eb93c8-9d5f-7a5f-bc00-785b27e28d9d-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51eb93c8-9d5f-7a5f-bc00-785b27e28d9e-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e51f740a-c887-a26f-798f-0535f588ab45-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e51f740a-c887-a26f-798f-0535f588ab46-31166b0c, #w-node-acd62265-a64e-325f-cacc-0d7b560d89c2-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-acd62265-a64e-325f-cacc-0d7b560d89c1-31166b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_94bed6d7-bd8e-8dbb-eb40-b6ead08af11e-31166b0c, #w-node-_4b5aa1f1-684e-809b-01ee-07f17ff8496b-31166b0c, #w-node-_51eb93c8-9d5f-7a5f-bc00-785b27e28d9d-31166b0c, #w-node-e51f740a-c887-a26f-798f-0535f588ab45-31166b0c, #w-node-acd62265-a64e-325f-cacc-0d7b560d89c1-31166b0c {
    place-self: center;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}