:root {
  --dark: #111;
  --grey-4: #e5e5e5;
  --color-1: #a5c926;
  --steel-blue: #1b75bb;
  --haze: #f8f8f8;
  --color-4: #fb416b;
  --white: white;
  --grey-1: #999;
  --grey-2: #a5a5a5;
  --grey-3: #bbb;
  --color-2: #009bfa;
  --color-3: #ffc12c;
  --red: #f31f0d;
}

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open sans v17 latin, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.section {
  background-color: var(--grey-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  font-family: Open sans v17 latin, sans-serif;
  display: flex;
}

.section.haze {
  padding-top: 100px;
}

.section.color {
  background-color: var(--color-1);
}

.section.color.no-padding-vertical {
  background-color: var(--steel-blue);
}

.section.hero-section {
  color: var(--steel-blue);
  background-image: linear-gradient(#e5e5e545, #e5e5e545), url('../images/kita-programm-controlling.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 65vh;
  font-family: Open sans v17 latin, sans-serif;
  position: relative;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kita-programm-eine-software-fuer-alle-bereiche.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.section.hero-section-top {
  color: var(--steel-blue);
  background-image: url('../images/kita-programm-personalplanung.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  position: relative;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  font-family: Open sans v17 latin, sans-serif;
  display: flex;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.button {
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Open sans v17 latin, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px #0000003d;
}

.nav-link {
  color: var(--dark);
  border-radius: 16px;
  padding: 12px 18px;
  font-family: Open sans v17 latin, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link:hover {
  color: var(--steel-blue);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--dark);
}

.text-white {
  color: #fff;
  font-size: 16px;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 370px;
  padding: 48px;
  display: flex;
}

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

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--dark);
  font-size: 20px;
  line-height: 30px;
}

.no-margin-bottom {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Open sans v17 latin, sans-serif;
}

.text-green {
  color: var(--color-1);
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title {
  color: var(--steel-blue);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.nav-menu {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  padding-top: 104px;
  overflow: hidden;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-intro {
  color: var(--dark);
  text-align: center;
  background-color: #ffffffdb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.nav-top {
  background-color: var(--steel-blue);
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.nav-main {
  flex-direction: column;
  align-items: center;
  height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.instagram {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.instagram-link {
  border-radius: 16px;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.instagram-link:hover {
  z-index: 1;
  transform: scale(1.05)translate(0);
  box-shadow: 0 8px 20px -4px #00000029;
}

.subscribe {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding-left: 15px;
}

.subscribe-info {
  flex: 1;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.input {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.subscribe-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input:focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.center {
  text-align: center;
}

.subscribe-icon {
  background-color: var(--color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  display: flex;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-4);
  background-color: #fb416b1a;
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.divider {
  background-color: var(--steel-blue);
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-image {
  border-radius: 16px;
  width: 100%;
}

.password-heading {
  margin-bottom: 24px;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  width: 48px;
  position: relative;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  background-color: #2c3340;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.head1 {
  font-family: Open sans v17 latin, sans-serif;
  font-size: 30px;
}

.navbutton {
  background-color: var(--steel-blue);
  color: var(--white);
  border-radius: 15px;
  margin-left: 20px;
  padding: 8px 15px;
  font-family: Open sans v17 latin, sans-serif;
  font-size: 17px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.navbutton:hover {
  background-color: var(--dark);
  color: var(--white);
  text-decoration: none;
}

.navbutton.w--current {
  color: var(--white);
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-left {
  background-color: #1b75bb;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding: 5%;
  display: flex;
  position: relative;
}

.upper-head {
  color: #fdf4ed;
  margin-bottom: 5px;
  font-family: Open sans v17 latin, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section-header-weiss {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open sans v17 latin 300", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.linkweiss {
  color: #fff;
  justify-content: center;
  text-decoration: none;
  display: inline-block;
}

.linkweiss:hover {
  text-decoration: underline;
}

.testimonial-right {
  background-image: url('../images/kindergarten-verwaltungsprogramm.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  padding-top: 17%;
  padding-bottom: 17%;
}

.bold-text {
  font-family: "Open sans v17 latin 700", sans-serif;
}

.head2 {
  font-family: Open sans v17 latin, sans-serif;
}

.bildbeschreibung {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
}

.bold-text-2 {
  font-weight: 400;
}

.footerreihe {
  width: 100%;
  font-family: Open sans v17 latin, sans-serif;
}

.headinginteresse {
  font-family: Open sans v17 latin, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bildbeschreibungklein {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.list {
  padding-left: 20px;
  font-size: 16px;
}

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

.footercolumm {
  padding-left: 0;
}

.responsive {
  background-image: url('../images/kita-verwaltungsprogramm-alle-devices.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  padding-top: 17%;
  padding-bottom: 17%;
}

.section-header-weiss-kleiner {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open sans v17 latin 300", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 58px;
}

.hero-intro-unten {
  color: var(--dark);
  text-align: center;
  background-color: #ffffffdb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.social-link {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #00000014;
}

.socialbalken {
  margin-top: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding: 88px 20px;
  }

  .section.haze {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.color.no-padding-vertical {
    padding-left: 50px;
  }

  .section.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section.hero-section-top {
    height: auto;
    padding: 184px 16px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .button:hover {
    transform: none;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey-4);
    border-radius: 0;
    padding: 16px 24px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .intro {
    margin-bottom: 56px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-menu {
    border-top: 1px solid var(--grey-4);
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    padding-top: 96px;
  }

  .navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-main {
    height: 80px;
    padding-left: 8px;
    padding-right: 0;
  }

  .instagram {
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-link {
    flex: 25%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .instagram-link:hover {
    transform: none;
  }

  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    width: 66.66%;
    padding: 64px;
  }

  .subscribe-form-wrapper {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .subscribe-info {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .input.subscribe-input {
    text-align: center;
    margin-bottom: 20px;
  }

  .subscribe-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-error {
    text-align: center;
  }

  .menu-button {
    border-left: 1px solid var(--grey-4);
    height: 100%;
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-image {
    width: 83.33%;
  }

  .navbutton {
    border-bottom: 1px solid var(--grey-4);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 24px;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .section-header-weiss {
    font-size: 46px;
    line-height: 54px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .list {
    text-align: left;
  }

  .footercolumm {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 20px;
  }

  .responsive {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .section-header-weiss-kleiner {
    font-size: 46px;
    line-height: 54px;
  }

  .hero-intro-unten {
    max-width: 480px;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .section.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.video-section {
    padding-bottom: 72px;
  }

  .section.hero-section-top {
    padding-top: 104px;
    padding-bottom: 104px;
  }

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

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 32px;
  }

  .footer-bottom {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .instagram {
    width: 100%;
  }

  .subscribe {
    width: 83.33%;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

  .navbutton {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .testimonial-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-header-weiss {
    line-height: 50px;
  }

  .linkweiss {
    margin-top: 15px;
  }

  .footercolumm {
    margin-bottom: 30px;
  }

  .section-header-weiss-kleiner {
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section.haze {
    padding-top: 60px;
  }

  .section.color.no-padding-vertical {
    padding-left: 40px;
  }

  .section.hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/kita-programm-controlling.jpg');
    background-position: 0 0, 50%;
  }

  .utility-page-content {
    width: 100%;
    padding: 32px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .instagram-link {
    margin: 4px;
  }

  .subscribe {
    width: 100%;
    padding: 40px 32px;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    width: 100%;
  }

  .head1 {
    font-size: 25px;
    line-height: 30px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .section-header-weiss {
    font-size: 38px;
    line-height: 44px;
  }

  .linkweiss {
    text-align: center;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .head2 {
    font-size: 25px;
    line-height: 30px;
  }

  .headinginteresse {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .responsive {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-header-weiss-kleiner {
    font-size: 38px;
    line-height: 44px;
  }
}


@font-face {
  font-family: 'Open sans v17 latin 300';
  src: url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-300.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-300.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-300.woff') format('woff'), url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-300.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v17 latin 700';
  src: url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-700.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-700.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-700.woff') format('woff'), url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-700.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v17 latin 800';
  src: url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-800.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-800.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-800.woff') format('woff'), url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-800.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v17 latin';
  src: url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-regular.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v17 latin 600';
  src: url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-600.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-600.eot') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-600.woff') format('woff'), url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-600.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}