/* Bryant Web Regular */
@font-face {
  font-family: "BryantWeb";
  src: url("../fonts/BryantWebRegular.eot");
  src: url("../fonts/BryantWebRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BryantWebRegular.woff2") format("woff2"), url("../fonts/BryantWebRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=submit]:focus,
button:focus,
textarea:focus {
  outline: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

::-moz-selection {
  background: rgba(85, 185, 213, 0.99);
  color: #2d367f;
}

::-webkit-selection {
  background: rgba(85, 185, 213, 0.99);
  color: #2d367f;
}

::selection {
  background: rgba(85, 185, 213, 0.99);
  color: #2d367f;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 19px;
}
@media only screen and (max-width: 840px) {
  html {
    font-size: 18px;
  }
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "BryantWeb", sans-serif;
  font-size: 1rem;
  line-height: 1.333;
}

img {
  border: 0;
}

.fade-from-bottom {
  will-change: transform, opacity;
}

.innerwrapper {
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .innerwrapper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 840px) {
  .innerwrapper {
    padding: 0 30px;
  }
}

header {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 0;
  z-index: 999;
  will-change: transform;
}
@media only screen and (max-width: 1030px) {
  header {
    padding-left: 0;
    top: auto;
    bottom: 60px;
    transform: translateY(100%);
    transition: transform 500ms ease-out;
  }
  header.open {
    transform: translateY(0%);
  }
}
header .innerwrapper {
  width: 100%;
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
  transition: height 250ms ease-out;
}
@media only screen and (max-width: 1030px) {
  header .innerwrapper {
    flex-wrap: wrap;
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
header.fixed .innerwrapper {
  height: 70px;
}
@media only screen and (max-width: 1030px) {
  header.fixed .innerwrapper {
    height: auto;
  }
}
header nav {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  header nav {
    flex: 1;
    width: auto;
  }
}
@media only screen and (max-width: 1030px) {
  header nav {
    padding-top: 35px;
  }
}
header nav ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  header nav ul {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1030px) {
  header nav ul {
    display: block;
  }
}
header nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 25px;
  font-size: 1.1rem;
  color: #2d367f;
}
@media only screen and (max-width: 1390px) {
  header nav ul li {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 1030px) {
  header nav ul li {
    padding: 0;
    border-top: 1px solid #2d367f;
    font-size: 21px;
  }
}
header nav ul li a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1030px) {
  header nav ul li a {
    display: block;
    padding: 10px 0 10px 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 1280px) {
  .logo {
    position: relative;
  }
}
@media only screen and (max-width: 1030px) {
  .logo {
    position: relative;
    width: 100%;
    left: auto;
    display: block;
  }
}
.logo img:first-child {
  width: 66px;
  height: auto;
}
@media only screen and (max-width: 1030px) {
  .logo img:first-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.logo img:nth-child(2) {
  width: 162px;
  height: auto;
  margin-left: 38px;
}
@media only screen and (max-width: 1030px) {
  .logo img:nth-child(2) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.open__button {
  background-color: #FFFFFF;
  width: 230px;
  padding: 0 15px 0 40px;
  border-radius: 15px;
  font-size: 17px;
  height: 32px;
  line-height: 32px;
  color: #2d367f;
  text-align: center;
  position: relative;
}
.open__button:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: gray;
  position: absolute;
  left: 10px;
  top: 5px;
  border-radius: 50%;
}
.open__button.open:before {
  background-color: #94bf80;
}
.open__button.closed:before {
  background-color: #BD3A3A;
}

aside {
  width: 60px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #2d367f;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: none;
}
@media only screen and (max-width: 1030px) {
  aside {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    flex-direction: row;
    padding-bottom: 0;
    display: flex;
  }
}
aside .open__mobile__nav {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin: 0 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1030px) {
  aside .open__mobile__nav {
    display: block;
  }
}
aside .open__mobile__nav span {
  width: 60%;
  position: absolute;
  font-size: 0;
  line-height: 0;
  height: 1px;
  background-color: #2d367f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease-out;
}
aside .open__mobile__nav span:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #2d367f;
  top: 0;
  transform: translateY(-7px);
  transition: transform 150ms ease-out;
}
aside .open__mobile__nav span:after {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #2d367f;
  top: 0;
  transform: translateY(7px);
  transition: transform 150ms ease-out;
}
aside .open__mobile__nav.open span {
  background-color: transparent;
}
aside .open__mobile__nav.open span:before {
  transform: translateY(0) rotate(45deg);
}
aside .open__mobile__nav.open span:after {
  transform: translateY(0) rotate(-45deg);
}
aside .aside__button {
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px 0;
  cursor: pointer;
  background-size: contain;
  position: relative;
}
aside .aside__button svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
aside .aside__button.current:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg width='31' height='66' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M0 0h212.695v149.834H0z'/></defs><g transform='translate(-182 -42)' fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M204.14 62.82s19.253 12.213-.005 24.416l-91.082 57.713s-19.26 12.203-37.123-1.966L7.938 89.054s-17.863-14.17.006-28.332L75.83 6.914S93.7-7.249 112.95 4.966l91.19 57.854z' fill='%232d367f' mask='url(%23b)'/></g></svg>");
  width: 31px;
  height: 66px;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -33px;
}
aside .aside__button.current span {
  display: none !important;
}
@media only screen and (max-width: 1030px) {
  aside .aside__button {
    width: 25px;
    height: 25px;
    margin: 0 15px;
  }
}
aside .aside__button.person {
  display: none;
}
@media only screen and (max-width: 1030px) {
  aside .aside__button.person {
    display: block;
  }
}
aside .aside__button span {
  display: block;
  font-size: 0.833rem;
  background-color: #2d367f;
  width: 150px;
  position: absolute;
  left: calc(100% + 30px);
  border-radius: 4px;
  color: #ffffff;
  height: 30px;
  line-height: 32px;
  pointer-events: none;
  transform: translateX(20px);
  opacity: 0;
  transition: 200ms ease-out;
}
@media only screen and (max-width: 1030px) {
  aside .aside__button span {
    display: none !important;
  }
}
aside .aside__button span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  transform: rotate(45deg);
  background-color: #2d367f;
  border-radius: 2px;
  left: -4px;
  top: 8px;
}
aside .aside__button:hover span {
  transform: translateX(0px);
  opacity: 1;
}

.mainwrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1030px) {
  .mainwrapper {
    padding-left: 0;
    padding-bottom: 60px;
  }
}

.section__start {
  display: flex;
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .section__start {
    padding-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  .section__start {
    flex-wrap: wrap;
  }
}
.section__start .column__left {
  width: 44%;
  background-color: #e9d9cc;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1280px) {
  .section__start .column__left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .section__start .column__left {
    width: 100%;
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
}
.section__start .column__left .circle__koala {
  background-image: none;
}
.section__start .column__left .circle__koala .circle_bg,
.section__start .column__left .circle__koala .typo_el {
  transition: fill 200ms ease-out;
}
.section__start .column__left .circle__koala:hover .circle_bg {
  fill: #2d367f;
}
.section__start .column__left .circle__koala:hover .typo_el {
  fill: #f5f5f0;
}
.section__start .column__right {
  width: 56%;
  background-color: #2d367f;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 840px) {
  .section__start .column__right {
    width: 100%;
    order: 1;
  }
}
.section__start .column__right .circle {
  position: absolute;
  width: 32vw;
  height: 32vw;
  right: 0;
  top: 42%;
  transform: translateY(-50%) translateX(55%);
  background-image: url("data:image/svg+xml;utf8,<svg width='577' height='575' viewbox='0 0 577 575' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='donut_a' d='M0 0h576.38v574.769H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='donut_b' fill='%23fff'><use xlink:href='%23donut_a'/></mask><path d='M574.182 287.426c0-1.809 1.306-3.651 1.27-5.452-.032-1.808.992-3.69.925-5.49-.067-1.808-3.585-3.477-3.685-5.276-.102-1.806-.725-3.564-.86-5.361-.133-1.803 2.454-3.843 2.285-5.637-.17-1.801-3.924-3.229-4.126-5.02-.203-1.797 2.866-3.991 2.63-5.777-.237-1.793-4.381-3.022-4.651-4.803-.27-1.788 3.198-4.167 2.895-5.943-.305-1.782-.268-3.655-.606-5.426-.338-1.775-3.49-2.992-3.861-4.756-.372-1.768.063-3.702-.341-5.458-.405-1.761 1.853-4.184 1.415-5.932-.44-1.752-5.53-2.295-6.001-4.035-.473-1.744 2.058-4.317 1.553-6.048-.505-1.734-1.132-3.447-1.67-5.168-.537-1.725.6-4.023.032-5.733-.571-1.713-5.597-1.899-6.2-3.599-.603-1.702 1.504-4.38.869-6.067-.636-1.69-4.093-2.273-4.76-3.949-.668-1.677 3.548-5.362 2.85-7.024-.7-1.665-6.726-1.034-7.455-2.683-.732-1.651-1.545-3.207-2.307-4.841-.762-1.637-1.24-3.354-2.032-4.973-.794-1.622 1.977-5.019 1.153-6.624-.824-1.606-2.993-2.522-3.846-4.111-.855-1.59-2.573-2.696-3.455-4.269-.885-1.573 1.603-5.107.69-6.662-.914-1.557-4.864-1.319-5.807-2.857-.943-1.539-2.545-2.645-3.516-4.165-.972-1.521.85-4.875-.15-6.376-1-1.502-2.271-2.863-3.3-4.346-1.03-1.483-3.612-1.885-4.668-3.347-1.057-1.463-2.213-2.849-3.296-4.292-1.084-1.443-4.473-1.081-5.583-2.503-1.112-1.422 1.529-5.816.392-7.216-1.137-1.402-2.538-2.623-3.701-4.002-1.164-1.379-5.07-.39-6.26-1.747-1.188-1.357 1.023-5.754-.192-7.088-1.215-1.334-2.593-2.576-3.832-3.887-1.24-1.311-3.97-1.219-5.233-2.507-1.264-1.287-.937-4.202-2.224-5.466-1.288-1.263-4.815-.227-6.126-1.466-1.312-1.239-3.22-1.803-4.554-3.018-1.334-1.214-.64-4.698-1.997-5.887-1.357-1.189-5.473.85-6.852-.314-1.38-1.163-.725-4.748-2.126-5.885-1.401-1.137-1.951-3.378-3.373-4.489-1.421-1.11-4.012-.721-5.456-1.805-1.442-1.083-1.257-4.419-2.72-5.476-1.463-1.056-5.408 1.377-6.892.348-1.481-1.028-.766-5.307-2.267-6.307s-3.78-.87-5.3-1.842c-1.521-.971-2.266-3.246-3.805-4.189-1.538-.942-3.4-1.432-4.956-2.345-1.556-.913-2.801-2.459-4.375-3.343-1.572-.883-5.314 2.161-6.904 1.307-1.59-.853-1.874-4.181-3.481-5.005-1.603-.823-5.105 2.182-6.727 1.389-1.62-.792-2.752-2.492-4.39-3.255-1.633-.761-3.518-.86-5.168-1.591-1.648-.73-1.518-5.558-3.183-6.258-1.662-.698-4.804 2.233-6.482 1.565-1.675-.667-2.606-3.195-4.297-3.83-1.686-.635-2.831-2.795-4.533-3.399-1.7-.602-4.75 2.761-6.464 2.189-1.71-.569-3.398-1.041-5.123-1.579-1.721-.537-2.85-2.927-4.583-3.432-1.73-.504-3.106-2.263-4.851-2.735-1.74-.471-4.242 2.059-5.995 1.62-1.747-.437-2.78-3.777-4.54-4.182-1.756-.404-3.254-2.086-5.022-2.457-1.763-.371-3.534-.889-5.308-1.226-1.77-.337-4.155 2.7-5.936 2.396-1.777-.304-3.536-.54-5.324-.81-1.781-.27-3.35-1.952-5.141-2.188-1.786-.236-3.442-1.64-5.237-1.843-1.79-.202-3.882 2.563-5.682 2.395-1.793-.169-3.497-1.105-5.3-1.24-1.796-.134-3.642.923-5.448.822-1.798-.101-3.416-4.004-5.224-4.071-1.8-.067-3.69 2.925-5.5 2.891-1.8-.033-3.578 1.486-5.386 1.486-1.81 0-3.638-4.265-5.438-4.232-1.81.034-3.51 3.489-5.31 3.556-1.807.068-3.571.159-5.37.26-1.805.101-3.792-2.79-5.59-2.655-1.802.135-3.79-1.537-5.583-1.369-1.8.169-3.584.911-5.376 1.112-1.796.203-2.99 5.261-4.776 5.497-1.793.237-3.952-2.314-5.733-2.045-1.788.271-3.215 2.645-4.991 2.949-1.783.304-4.116-2.508-5.886-2.17-1.776.338-2.736 4.651-4.5 5.022-1.768.372-3.59.259-5.345.663-1.761.406-4.76-4.324-6.508-3.886-1.752.439-3.098 2.582-4.84 3.053-1.743.472-2.41 4.716-4.14 5.22-1.734.506-4.275-1.754-5.995-1.217-1.725.538-2.885 2.774-4.595 3.344-1.714.571-4.888-3.073-6.587-2.471-1.702.604-2.648 3.37-4.336 4.005-1.69.635-2.683 3.051-4.357 3.718-1.678.668-3.754.321-5.416 1.019-1.665.7-3.384 1.267-5.033 1.997-1.651.731-4.4-.895-6.033-.134-1.637.763-1.826 4.593-3.446 5.385-1.622.794-4.74-1.362-6.344-.539-1.606.824-3.531 1.156-5.12 2.009-1.591.855-.75 6.158-2.321 7.041-1.573.885-4.952-1.377-6.507-.463-1.557.914-1.514 4.501-3.051 5.443-1.54.944-2.69 2.447-4.21 3.419s-4.627-.507-6.128.493c-1.502 1.001-2.854 2.248-4.336 3.276-1.483 1.029-3.48 1.366-4.943 2.422-1.463 1.057-.78 5.018-2.222 6.102-1.443 1.084-3.388 1.461-4.81 2.571-1.423 1.112-3.383 1.524-4.783 2.661-1.402 1.138-2.686 2.406-4.065 3.569-1.38 1.164-2.45 2.666-3.807 3.856a285.085 285.085 0 0 0-4.014 3.606c-1.334 1.215-3.435 1.595-4.745 2.834-1.312 1.24-1.422 3.71-2.71 4.973-1.287 1.265-1.964 3.089-3.228 4.377-1.264 1.288-2.698 2.356-3.937 3.668-1.24 1.311-4.164 1.038-5.378 2.373-1.215 1.334-.295 4.548-1.484 5.905-1.19 1.357-2.886 2.225-4.05 3.604-1.163 1.379-1.614 3.295-2.75 4.696-1.137 1.4-5.86-.061-6.97 1.362-1.111 1.421-1.003 3.805-2.087 5.248-1.083 1.442-2.53 2.633-3.587 4.097-1.056 1.462 1.056 5.143.027 6.626-1.028 1.482-4.456 1.3-5.456 2.802-1 1.501.22 4.421-.753 5.942-.97 1.52-3.028 2.317-3.97 3.856-.943 1.538-1.073 3.525-1.987 5.082-.912 1.555-4.556 1.529-5.441 3.103-.883 1.572.126 4.182-.73 5.772-.851 1.589-.923 3.554-1.748 5.16-.822 1.605-3.584 2.219-4.378 3.841-.792 1.62-2.553 2.793-3.315 4.429-.762 1.634.299 4.102-.432 5.753-.73 1.648.623 4.158-.076 5.822-.698 1.662-6.21 1.349-6.877 3.026-.667 1.675 3.019 5.034 2.383 6.724-.634 1.688-1.794 3.142-2.397 4.844-.603 1.698-3.57 2.575-4.141 4.288-.57 1.711-1.47 3.334-2.008 5.058-.537 1.721 1.809 4.304 1.303 6.039-.504 1.73-2.241 3.09-2.714 4.834-.471 1.739-.546 3.568-.984 5.32-.438 1.748-2.103 3.197-2.507 4.957-.404 1.756 1.27 3.957.9 5.725-.371 1.763-4.416 2.793-4.754 4.567-.337 1.77.962 3.859.658 5.639-.303 1.776 2.293 4 2.023 5.786-.271 1.782-1.4 3.402-1.636 5.194-.235 1.786-1.586 3.416-1.788 5.212-.202 1.79-3.753 3.258-3.922 5.058-.168 1.792 5.072 4.046 4.937 5.848-.135 1.797-4.698 3.299-4.8 5.105-.101 1.798 1.045 3.681.978 5.488-.068 1.8-.6 3.607-.632 5.415-.034 1.802.052 3.626.052 5.436 0 1.809.547 3.621.58 5.422.035 1.808 1.385 3.572 1.453 5.372.067 1.808-1.25 3.674-1.15 5.473.102 1.806-.36 3.661-.225 5.458.134 1.803 1.803 3.481 1.97 5.275.17 1.801-.911 3.731-.71 5.522.204 1.797-1.437 3.851-1.202 5.638.238 1.792 3.283 3.209 3.553 4.991.27 1.787-1.794 3.97-1.49 5.746.304 1.782 4.793 2.809 5.13 4.579.338 1.775.432 3.562.803 5.326.372 1.768 2.064 3.198 2.468 4.954.405 1.762-.233 3.723.204 5.471.44 1.753-.567 3.857-.096 5.596.472 1.744-.046 3.766.458 5.497.504 1.734 2.419 3.039 2.957 4.76.539 1.724-1.201 4.189-.63 5.899.57 1.713 3.396 2.657 3.999 4.356.603 1.703 3.307 2.597 3.942 4.284.636 1.691-4.325 5.546-3.658 7.22.668 1.678 6.305 1.328 7.004 2.99.699 1.664.837 3.528 1.567 5.176.73 1.651 1.71 3.149 2.473 4.783.763 1.637-.105 4.027.688 5.647.793 1.622-.772 4.448.05 6.053.825 1.606 1.645 3.267 2.498 4.856.855 1.59 6.07.783 6.954 2.355.885 1.574.337 3.934 1.25 5.489.914 1.557-.433 4.482.509 6.02.943 1.539 2.578 2.677 3.55 4.197.972 1.521 4.113 1.62 5.113 3.122 1 1.502.748 3.839 1.777 5.321 1.028 1.483.159 4.337 1.214 5.799 1.057 1.464 3.386 2.027 4.47 3.469 1.084 1.443 3.005 2.252 4.116 3.674 1.11 1.422 2.116 2.927 3.252 4.327 1.138 1.402 1.919 3.102 3.083 4.481 1.163 1.379.923 4 2.113 5.357 1.189 1.357 5.756-.302 6.97 1.033 1.215 1.334 1.998 3.021 3.238 4.332 1.239 1.311 3.55 1.528 4.815 2.815 1.265 1.288 2.147 2.88 3.435 4.144 1.288 1.263.908 4.221 2.219 5.46 1.312 1.24 1.816 3.36 3.15 4.574 1.335 1.215 1.655 3.615 3.01 4.804 1.359 1.189 3.204 1.875 4.583 3.038 1.379 1.163 4.047.796 5.448 1.933 1.4 1.137 3.083 1.911 4.506 3.022 1.42 1.11.766 4.969 2.21 6.053 1.442 1.083 4.706-.261 6.168.795 1.463 1.056 3.297 1.574 4.78 2.603 1.482 1.028 3.14 1.768 4.642 2.768 1.502 1 2.885 2.149 4.407 3.12 1.519.971 3.927.463 5.466 1.406 1.538.942 1.437 4.583 2.995 5.497 1.554.913 2.124 3.607 3.698 4.491 1.57.883 5.18-1.919 6.772-1.065 1.588.853 3.23 1.542 4.836 2.366 1.605.823 1.627 4.811 3.249 5.604 1.619.792 3.78.509 5.417 1.272 1.634.761 3.198 1.714 4.85 2.445 1.647.73 4.287-.851 5.952-.151 1.66.698 1.786 5.18 3.464 5.848 1.675.666 4.257-.937 5.946-.302 1.688.635 2.867 2.711 4.569 3.315 1.7.602 3.299 1.607 5.012 2.178 1.71.569 3.539.897 5.264 1.436 1.72.536 3.14 2.236 4.875 2.742 1.73.504 4.558-2.817 6.302-2.345 1.74.471 3.858-.635 5.61-.197 1.748.438 3.597.234 5.357.639 1.756.404 2.406 5.791 4.174 6.163 1.763.37 3.52.977 5.295 1.315 1.77.337 4.485-4.594 6.265-4.29 1.776.304 3.419 1.113 5.205 1.383 1.782.27 3.133 3.447 4.926 3.683 1.785.236 3.422 1.88 5.218 2.083 1.79.202 3.61.478 5.41.647 1.794.168 3.607.585 5.409.72 1.797.134 3.708-.996 5.514-.895 1.798.101 3.616.25 5.422.317 1.8.068 3.647-1.149 5.455-1.115 1.8.033 3.6-2.17 5.41-2.17 1.809 0 3.634 3.606 5.435 3.573 1.808-.034 3.58-1.465 5.38-1.532 1.81-.068 3.467-2.669 5.266-2.769 1.806-.101 3.776 2.744 5.574 2.61 1.804-.135 3.803 1.824 5.597 1.656 1.8-.169 3.052-5.561 4.843-5.763 1.797-.203 4.072 3.662 5.858 3.426 1.793-.236 3.629-.31 5.41-.579 1.788-.271 3.674-.107 5.45-.41 1.78-.305 3.393-1.677 5.162-2.014 1.776-.338 3.904.946 5.668.575 1.769-.372 2.646-4.812 4.4-5.216 1.763-.406 3.809.471 5.557.033 1.753-.439 3.629-.385 5.368-.856 1.744-.473 3.375-1.334 5.106-1.838 1.734-.506 2.72-3.382 4.442-3.919 1.725-.538 4.912 3.485 6.622 2.914 1.714-.57 2.892-2.766 4.59-3.369 1.703-.603 3.348-1.377 5.035-2.011 1.69-.636 4.049.4 5.724-.267 1.678-.668 1.374-6.148 3.036-6.846 1.664-.7 3.353-1.195 5.002-1.925 1.65-.732 4.489 1.22 6.123.458 1.637-.762 2.489-3.127 4.109-3.919 1.62-.793 5.175 2.253 6.78 1.431 1.606-.825 3.085-1.989 4.673-2.842 1.59-.855.627-6.338 2.2-7.221 1.574-.885 4.436.54 5.99-.373 1.558-.914 4.053-.284 5.59-1.226 1.539-.943 2.717-2.502 4.236-3.474 1.52-.972 2.976-2.068 4.477-3.068 1.502-1.001 2.973-2.066 4.456-3.094 1.482-1.029 2.113-3.257 3.575-4.312 1.464-1.057 3.058-1.91 4.5-2.993 1.444-1.084 4.616.065 6.038-1.046 1.423-1.111 3.22-1.826 4.62-2.963 1.4-1.138 1.26-4.184 2.64-5.347 1.38-1.164 4.096-.81 5.454-1.999 1.357-1.19-.705-6.203.629-7.417 1.335-1.215 3.738-1.224 5.049-2.463 1.31-1.24 2.21-2.869 3.499-4.133 1.287-1.264 3.543-1.535 4.806-2.823 1.264-1.288 1.253-3.773 2.492-5.085 1.24-1.311 2.325-2.713 3.539-4.048 1.214-1.334 5.816.353 7.005-1.005 1.189-1.356.26-4.559 1.425-5.938 1.163-1.379 3.37-1.901 4.508-3.303 1.137-1.4 1.988-3.048 3.1-4.47 1.11-1.422-.344-4.785.74-6.227 1.083-1.443 3.837-1.621 4.892-3.084 1.056-1.463 2.194-2.86 3.222-4.343 1.028-1.482.629-3.908 1.629-5.41 1-1.501 3.875-1.759 4.848-3.28.97-1.52.298-4.053 1.24-5.592.943-1.538 4.457-1.531 5.37-3.087.914-1.556 1.67-3.229 2.555-4.803.883-1.572-.921-4.614-.067-6.204.853-1.589 3.84-2.044 4.663-3.651.824-1.604-.81-4.423-.016-6.045.792-1.619 2.35-2.838 3.113-4.475.76-1.633.904-3.516 1.635-5.166.73-1.649 3.898-2.234 4.597-3.898.699-1.662 2.68-2.83 3.348-4.507.667-1.675 2.119-3.099 2.755-4.789.635-1.687-3.774-5.225-3.171-6.927.602-1.698 4.53-2.243 5.103-3.957.569-1.71-1.24-4.188-.702-5.912.538-1.721-.677-3.927-.172-5.661.504-1.731 1.622-3.236 2.093-4.98.472-1.739 2.655-3.004 3.093-4.756.438-1.748 3.63-2.852 4.035-4.612.405-1.756.67-3.587 1.042-5.354.37-1.763-.251-3.757.087-5.531.337-1.77-1.053-3.857-.75-5.638.305-1.776 3.856-3.05 4.126-4.838.27-1.781-.083-3.698.155-5.49.235-1.785-2.902-3.993-2.7-5.789.202-1.79 3.437-3.273 3.606-5.073.168-1.793-3.755-3.927-3.62-5.729.134-1.797 1.697-3.472 1.797-5.277.1-1.799-.86-3.622-.792-5.43.067-1.8 3.19-3.51 3.223-5.318.033-1.802-2.816-3.627-2.816-5.436m-156.645 0c0 1.824-1.358 3.556-1.433 5.361-.077 1.823-1.257 3.46-1.41 5.262-.152 1.816 3.08 3.924 2.853 5.718-.23 1.807 0 3.703-.302 5.486-.306 1.796-3.345 3.037-3.723 4.806-.382 1.78 2.69 4.37 2.236 6.121-.458 1.762-4.14 2.609-4.67 4.341-.531 1.739 2.629 4.708 2.025 6.415-.605 1.715-4.81 2.087-5.487 3.768-.68 1.687-1.703 3.146-2.45 4.796-.75 1.656 1.046 4.509.228 6.127-.82 1.622-2.426 2.851-3.312 4.433-.888 1.585-4.162 1.705-5.114 3.248-.954 1.547 2.086 5.664 1.069 7.165-1.02 1.504-4.638 1.197-5.718 2.654-1.081 1.459-2.087 2.929-3.227 4.34-1.141 1.411-3.632 1.588-4.831 2.95-1.201 1.362 1.033 5.864-.223 7.174-1.256 1.31-4.606.563-5.916 1.819-1.31 1.255-.63 4.721-1.991 5.92-1.362 1.2-6.15-1.69-7.562-.549-1.41 1.141.7 6.817-.76 7.898-1.457 1.079-2.975 2.274-4.48 3.292-1.5 1.017-3.284 1.803-4.83 2.757-1.543.951-5.15-1.565-6.735-.677-1.582.885-2.452 3.041-4.074 3.86-1.617.817-2.85 2.485-4.506 3.235-1.65.747-4.817-2.159-6.504-1.481-1.68.676-2.09 4.581-3.804 5.187-1.707.603-3.227 1.915-4.966 2.448-1.73.529-4.374-2.215-6.136-1.758-1.751.455-3.37 1.133-5.15 1.515-1.768.379-3.16 2.558-4.954 2.864-1.783.303-3.57.679-5.377.908-1.793.227-3.362 3.318-5.177 3.471-1.803.151-3.945-4.525-5.767-4.449-1.807.076-3.551.412-5.375.412-1.825 0-3.733 3.566-5.54 3.491-1.82-.076-3.341-4.758-5.143-4.909-1.817-.153-3.543-.168-5.337-.395-1.808-.23-3.851 1.518-5.634 1.214-1.795-.305-3.09-2.888-4.858-3.267-1.78-.383-4.246 2.313-5.998 1.859-1.762-.458-3.796-.116-5.528-.645-1.74-.533-2.508-4.008-4.216-4.612-1.715-.606-4.934 2.698-6.615 2.022-1.686-.678-2.154-4.334-3.804-5.082-1.657-.75-2.642-2.786-4.26-3.603-1.622-.82-4.076.007-5.658-.878-1.586-.888-1.685-4.189-3.23-5.141-1.545-.954-5.363 1.653-6.864.636-1.504-1.018-.692-5.273-2.15-6.352-1.458-1.081-3.665-1.077-5.076-2.218-1.411-1.142-1.752-3.434-3.113-4.633-1.362-1.2-2.99-1.967-4.301-3.222-1.31-1.256-2.012-2.977-3.268-4.287-1.256-1.31-5.76.394-6.96-.969-1.198-1.361-.227-4.573-1.368-5.985-1.141-1.41-5.642-.276-6.723-1.735-1.08-1.458-1.34-3.634-2.357-5.138-1.017-1.501-2.637-2.738-3.591-4.284-.952-1.542 1.98-5.4 1.094-6.985-.885-1.581-5.187-1.36-6.006-2.982-.818-1.617.199-4.173-.55-5.828-.747-1.651.054-3.937-.623-5.624-.676-1.68-5.23-1.93-5.835-3.645-.604-1.708-1.275-3.522-1.807-5.262-.53-1.731.845-4.085.387-5.846-.454-1.751.41-3.828.028-5.608-.38-1.768-3.754-3.013-4.06-4.808-.303-1.783 2.396-4.066 2.167-5.873-.228-1.793.9-3.691.747-5.506-.152-1.802-.102-3.548-.178-5.37-.075-1.806-3.524-3.543-3.524-5.367 0-1.825-.008-3.705.067-5.511.076-1.822 1.635-3.578 1.786-5.38.152-1.816 1.527-3.476 1.755-5.27.228-1.808-2.435-4.056-2.131-5.839.306-1.795 1.437-3.491 1.816-5.26.38-1.78-.326-3.887.128-5.639.458-1.761 4.635-2.483 5.164-4.214.533-1.74-1.79-4.415-1.186-6.122.606-1.716-.154-4.047.52-5.727.68-1.687 5.345-1.709 6.092-3.36.75-1.657-1.53-4.782-.712-6.4a132.64 132.64 0 0 1 2.593-4.892c.888-1.586 4.42-1.646 5.372-3.19.954-1.546 3.438-2.012 4.455-3.513 1.019-1.504 1.558-3.222 2.637-4.68 1.08-1.459-1.653-5.888-.513-7.299 1.142-1.412 4.51-1.017 5.709-2.379 1.2-1.363.898-4.161 2.154-5.471 1.255-1.31 4.8-.357 6.112-1.613 1.309-1.256-.06-5.484 1.303-6.683 1.36-1.2 3.157-2.058 4.569-3.2 1.41-1.14 6.08 1.946 7.539.865 1.458-1.08 1.866-3.494 3.37-4.512 1.5-1.017.933-5.299 2.479-6.253 1.543-.952 4.622.598 6.208-.289 1.58-.885 2.378-3.316 4-4.135 1.617-.817 5.163 2.449 6.818 1.7 1.65-.747 2.358-3.522 4.045-4.2 1.68-.676 2.723-3.095 4.437-3.701 1.708-.603 3.809-.129 5.548-.661 1.73-.529 3.526-.869 5.286-1.327 1.75-.454 4.068 1.686 5.847 1.304 1.769-.379 2.875-4.028 4.67-4.334 1.784-.304 4.03 2.723 5.838 2.494 1.794-.228 3.54.192 5.356.04 1.803-.152 3.272-5.307 5.094-5.383 1.807-.075 3.7 3.529 5.527 3.529 1.824 0 3.696-3.059 5.5-2.984 1.824.076 3.749-.469 5.55-.317 1.817.152 3.338 3.265 5.132 3.493 1.807.229 3.61.223 5.394.526 1.795.306 3.366 1.504 5.135 1.883 1.78.382 4.387-2.694 6.138-2.239 1.762.457 3.336 1.821 5.067 2.351 1.74.532 3.212 1.963 4.92 2.567 1.715.606 3.485 1.105 5.165 1.781 1.688.679 3.556.998 5.207 1.745 1.657.75 3.335 1.537 4.954 2.354 1.622.82 2.697 2.694 4.279 3.58 1.585.888 4.035.354 5.578 1.306 1.547.954 3.578 1.302 5.079 2.319 1.504 1.018 2.89 2.358 4.348 3.438 1.459 1.081 1.496 4.056 2.906 5.196 1.412 1.142 4.656.182 6.019 1.381 1.36 1.2 2.275 3.021 3.586 4.276 1.309 1.257 3.276 1.988 4.532 3.298 1.256 1.31-.896 5.771.303 7.134 1.2 1.361 3.51 1.72 4.652 3.132 1.139 1.41 1.87 3.105 2.952 4.564 1.079 1.457 5.294.748 6.312 2.252 1.017 1.502-.43 4.673.525 6.219.952 1.543 4.155 1.83 5.043 3.415.885 1.582.61 3.878 1.43 5.5.818 1.617 2.456 2.929 3.205 4.585.747 1.65-1.447 4.59-.77 6.277.678 1.681 3.323 2.627 3.929 4.342.603 1.708 2 3.232 2.532 4.971.529 1.731-1.077 4.113-.62 5.874.455 1.751-.188 3.738.194 5.517.379 1.769 2.67 3.165 2.976 4.96.304 1.784 2.795 3.33 3.024 5.137.228 1.794-4.77 4.161-4.618 5.976.15 1.802 4.905 3.326 4.982 5.149.075 1.806-.475 3.722-.475 5.547' fill='%2355B9D5' mask='url(%23donut_b)'/></g></svg>");
  background-size: 100% 100%;
}
@media only screen and (max-width: 480px) {
  .section__start .column__right .circle {
    width: 50vw;
    height: 50vw;
  }
}
.section__start .column__right .start__text {
  padding: 8vw 8% calc(8% - 20px) 8%;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .section__start .column__right .start__text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 840px) {
  .section__start .column__right .start__text {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .section__start .column__right .start__text h1 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .section__start .column__right .start__text h1 br {
    display: none;
  }
}
.section__start .column__right p {
  width: 70%;
}
.section__start .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}

.section__behandlung-image {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.section__behandlung-image .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__behandlung-image img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: calc(4.3181818182vw + 1 * -5.9090909091px);
  font-weight: 400;
  line-height: 1.06;
  margin-top: 0;
}
@media (min-width: 1480px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 840px) {
  h1 {
    font-size: calc(7.5vw + 1 * -5px);
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: calc(4.3181818182vw + 1 * -5.9090909091px);
  font-weight: 400;
  line-height: 1.06;
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1480px) {
  h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 840px) {
  h2 {
    font-size: calc(7.5vw + 1 * -5px);
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.16;
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}
@media (max-width: 600px) {
  h3 {
    font-size: 25px;
  }
}
h3 a {
  color: inherit;
  text-decoration: none;
}

.start__image {
  font-size: 0;
  line-height: 0;
  position: relative;
  flex: 1;
}
.start__image .wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.start__image .wave svg {
  width: 100%;
  height: auto;
}
.start__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.start__formular {
  text-align: left;
  width: 100%;
  padding-left: calc((100vw - 60px - 1380px) / 2 + 84px + 20px);
  padding-top: 8vw;
  padding-right: 30px;
}
@media only screen and (max-width: 1280px) {
  .start__formular {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .start__formular {
    padding-top: 40px;
  }
}

.start-formular__inner {
  font-size: 0.8333rem;
  line-height: 1.4;
  color: #2d367f;
}
.start-formular__inner p {
  margin-top: 0.5em;
}
.start-formular__inner .button-blue {
  margin-left: 0;
  font-size: 0.8333rem;
  height: 44px;
  line-height: 46px;
  width: auto;
  max-width: none;
  display: inline-block;
  padding: 0 20px;
}
.start-formular__inner .profile {
  width: 108px;
  height: 108px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  .start-formular__inner .profile {
    width: 80px;
    height: 80px;
  }
}
.start-formular__inner .profile img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.start-formular__inner ul {
  padding-left: 0;
}
@media only screen and (max-width: 840px) {
  .start-formular__inner ul {
    width: 100%;
    padding-left: 15px;
  }
}
.start-formular__inner ul li {
  margin: 0.5em 0;
}
.start-formular__inner h3 {
  font-size: 1.333rem;
  line-height: 1.1;
  font-weight: 400;
  color: #2d367f;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 840px) {
  .start-formular__inner h3 {
    width: 100%;
  }
}
.start-formular__inner .profile + h3 {
  margin-top: 1rem;
}
@media only screen and (max-width: 840px) {
  .start-formular__inner .profile + h3 {
    padding-left: 25px;
  }
}

.single__form-line {
  margin: 12px 0;
}
.single__form-line p {
  margin-bottom: 0;
}

.checkbox__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 15px 0;
}
.checkbox__wrapper input[type=checkbox] {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.checkbox__wrapper input[type=checkbox] + span.wpcf7-list-item-label {
  padding-left: 35px;
}
.checkbox__wrapper input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f5f5f0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.checkbox__wrapper input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: calc(5px + 50%);
  background-color: #2d367f;
  border-radius: 50%;
  margin-top: -13px;
}
.checkbox__wrapper input[type=checkbox]:checked + .span_radio:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #2d367f;
  border-radius: 50%;
}
.checkbox__wrapper label {
  width: calc(100% - 26px);
  padding-left: 10px;
}

.span_radio {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f5f5f0;
  position: relative;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 7px 15px 5px 15px;
  display: block;
  background-color: #f5f5f0;
  height: 44px;
  border: 0;
  font-size: 0.8333rem;
  font-family: "BryantWeb";
  color: #2d367f;
  border: 1px solid transparent;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid red;
}

textarea {
  height: 156px;
  resize: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

div.wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
}

input[type=submit],
button {
  font-size: 0.8333rem;
  height: 44px;
  line-height: 46px;
  padding: 0 20px;
  background-color: #2d367f;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  font-family: "BryantWeb";
  color: #FFFFFF;
  text-align: center;
  margin-top: 1em;
}

.start-formular__intro-text {
  max-width: 250px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 840px) {
  .start-formular__intro-text {
    max-width: 10000px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .start-formular__intro-text .profile + h3 {
    flex: 1;
    width: auto;
  }
}

.start-formular__intro-text + p {
  margin-bottom: 2rem;
}

.circle__koala {
  width: 45%;
  display: block;
  margin: 3rem auto -5% auto;
  position: relative;
  z-index: 99;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='297' height='298' viewbox='0 0 297 298' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='circle_a' d='M0 0h296.563v297.538H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='circle_b' fill='%23fff'><use xlink:href='%23circle_a'/></mask><path d='M147.443 296.767c1.828 0 3.76.833 5.57.767 1.827-.068 3.407-4.92 5.215-5.054 1.822-.135 3.878 2.461 5.68 2.26 1.816-.202 3.433-1.96 5.227-2.228 1.806-.27 3.757.354 5.54.018 1.794-.337 3.959.902 5.73.5 1.779-.405 2.65-4.497 4.404-4.966 1.762-.472 4.573 2.684 6.309 2.15 1.743-.537 2.276-4.767 3.99-5.367 1.72-.602 3.05-2.018 4.742-2.682 1.697-.667 4.652 1.793 6.316 1.066 1.67-.73 4.008-.145 5.645-.934 1.64-.792 1.916-4.347 3.523-5.198 1.609-.853 2.37-3.12 3.943-4.03 1.576-.913 2.905-2.056 4.443-3.025 1.54-.97 4.086-.299 5.587-1.325 1.504-1.027 1.617-3.893 3.08-4.974 1.464-1.082 6.025 1.885 7.446.751 1.423-1.136 3.279-1.895 4.658-3.082 1.379-1.188.304-5.173 1.638-6.412 1.333-1.237 4.78-.318 6.066-1.605 1.287-1.286 2.37-2.874 3.608-4.208 1.238-1.333-.096-4.975 1.09-6.354 1.189-1.379 3.959-1.42 5.094-2.843 1.136-1.42.977-3.827 2.06-5.29 1.08-1.462 4.218-1.475 5.245-2.979 1.025-1.5 1.086-3.68 2.056-5.22.968-1.54 4.066-1.865 4.977-3.44.91-1.574-.903-4.715-.051-6.324.85-1.606-.553-4.29.239-5.932.789-1.637 3.337-2.396 4.067-4.066.727-1.664 4.286-2.192 4.953-3.888.664-1.69 1.39-3.458 1.99-5.179.6-1.714 1.049-3.575 1.586-5.317.534-1.736-3.752-4.854-3.281-6.615.469-1.753 4.079-2.694 4.483-4.472.403-1.77-1.065-3.918-.728-5.71.335-1.783 2.949-3.183 3.219-4.987.268-1.795-.06-3.702.143-5.516.2-1.802-2.295-3.828-2.16-5.649.134-1.808.837-3.522.904-5.349.067-1.812 4.874-3.573 4.874-5.4 0-1.829-2.093-3.69-2.16-5.503-.066-1.826-.24-3.68-.374-5.489-.135-1.82-.726-3.626-.927-5.429-.202-1.815-1.296-3.515-1.564-5.31-.27-1.806-.452-3.614-.788-5.397-.337-1.794.516-3.849.114-5.619-.404-1.779-3.884-2.777-4.353-4.53-.47-1.763.376-3.849-.16-5.584-.535-1.743-.837-3.54-1.436-5.255-.603-1.72-2.195-3.036-2.86-4.727-.666-1.696 1.958-4.773 1.232-6.437-.731-1.67-4.85-1.796-5.64-3.432-.792-1.64 1.733-4.975.882-6.58-.853-1.61-2.14-3.068-3.051-4.642-.912-1.576-4.398-1.614-5.368-3.152-.97-1.54-1.658-3.225-2.684-4.727-1.027-1.503-3.593-1.835-4.674-3.297-1.082-1.464.029-4.555-1.106-5.976-1.136-1.423-3.913-1.438-5.1-2.816-1.188-1.379-1.602-3.376-2.84-4.709-1.238-1.334-2.09-3.004-3.376-4.29-1.286-1.287-1.762-3.426-3.096-4.664-1.333-1.237-3.963-1.016-5.342-2.204-1.378-1.187-.786-4.777-2.208-5.913-1.422-1.135-2.338-3.08-3.802-4.163-1.462-1.08-4.787.363-6.291-.664-1.501-1.025-4.02-.43-5.56-1.402-1.54-.968-.955-5.46-2.532-6.373-1.574-.91-5.281 2.032-6.89 1.18-1.606-.85-1.994-4.042-3.635-4.834-1.635-.789-4.035.114-5.704-.615-1.665-.727-2.786-2.707-4.482-3.373-1.691-.664-3.198-1.87-4.918-2.472-1.714-.599-4.043.697-5.785.16-1.736-.534-3.841.49-5.603.018-1.753-.468-3.35-1.162-5.128-1.567-1.77-.4-2.566-5.478-4.36-5.815-1.781-.336-3.75-.038-5.555-.308-1.794-.268-3.703-.103-5.518-.305-1.802-.2-3.767 1.11-5.587.975-1.81-.134-3.618-.173-5.445-.24C151.078 3.112 149.27 0 147.443 0c-1.828 0-3.56 5.186-5.371 5.253-1.826.067-3.897-4.467-5.705-4.334-1.821.135-3.277 4.248-5.08 4.45-1.815.201-3.565.361-5.36.63-1.804.27-3.91-1.419-5.693-1.083-1.793.337-4.155-1.79-5.926-1.388-1.78.405-2.262 6.06-4.016 6.53-1.763.47-4.934-3.96-6.67-3.425-1.742.537-3.37 1.697-5.083 2.297-1.721.602-2.21 4.547-3.9 5.211-1.696.667-3.304 1.391-4.97 2.118-1.67.73-3.187 1.638-4.824 2.428-1.641.792-2.78 2.391-4.386 3.242-1.61.852-4.767-1.166-6.34-.256-1.576.912-4.315.026-5.853.995-1.541.971-3.178 1.986-4.68 3.012a153.752 153.752 0 0 0-4.545 3.214c-1.464 1.082-2.832 2.458-4.254 3.593-1.422 1.136-3.105 2.121-4.484 3.308-1.38 1.188.964 6.547-.37 7.785-1.333 1.238-5.111-.104-6.397 1.183-1.287 1.287-.33 4.708-1.568 6.042-1.238 1.333-6.227-.665-7.415.714-1.187 1.378.668 5.33-.467 6.752a146.268 146.268 0 0 0-3.286 4.313c-1.081 1.463-3.028 2.291-4.054 3.795-1.026 1.501-1.987 3.052-2.957 4.593-.968 1.538-.376 3.985-1.288 5.561-.911 1.573-1.157 3.43-2.01 5.04-.85 1.605-2.927 2.523-3.72 4.163-.788 1.637-.64 3.648-1.368 5.318-.728 1.665-2.408 2.88-3.075 4.577-.663 1.69-4.468 2.253-5.07 3.974-.6 1.714.115 3.938-.421 5.68-.536 1.735-1.493 3.408-1.963 5.17-.47 1.753-1.784 3.383-2.188 5.161-.402 1.77.992 3.978.655 5.771-.335 1.783.95 3.84.68 5.646a143.862 143.862 0 0 0-.724 5.377c-.202 1.801-.993 3.533-1.127 5.354-.134 1.81 2.572 3.72 2.504 5.546-.066 1.812-2.768 3.52-2.768 5.348 0 1.828 2.09 3.557 2.157 5.37.067 1.825-4.193 3.874-4.06 5.683.135 1.822 1.823 3.536 2.024 5.34.202 1.814 1.164 3.525 1.433 5.32.269 1.804-2.574 4.178-2.24 5.961.339 1.793 4.628 2.794 5.03 4.565.405 1.778.355 3.631.824 5.385.47 1.761-.7 4.001-.165 5.736.536 1.742.115 3.861.715 5.575.602 1.721 2.147 3.156 2.81 4.847.667 1.696 3.865 2.334 4.593 3.998.729 1.67 1.363 3.322 2.152 4.96.792 1.64-.655 4.406.196 6.013.852 1.61.6 3.907 1.51 5.48.912 1.576 5.693.826 6.662 2.365.97 1.541.57 3.927 1.597 5.428 1.028 1.504 1.085 3.707 2.167 5.17 1.082 1.463 1.819 3.245 2.954 4.666 1.136 1.423 2.475 2.737 3.662 4.116 1.189 1.38 4.795.572 6.034 1.905 1.238 1.334 1.775 3.262 3.062 4.55 1.286 1.285 3.265 1.77 4.599 3.007 1.333 1.237 1.095 4.181 2.474 5.368 1.378 1.188 4.253.517 5.676 1.653 1.42 1.134.784 4.923 2.248 6.005 1.463 1.081 2.904 2.282 4.407 3.308 1.502 1.026 3.133 1.95 4.674 2.92 1.539.968 4.665-.707 6.242.205 1.573.91 1.067 5.613 2.676 6.466 1.607.85 3.225 1.906 4.865 2.698 1.637.79 4.472-.892 6.142-.162 1.664.728 3.004 2.304 4.699 2.971 1.69.664 4.67-2.225 6.392-1.623 1.714.6 2.746 3.085 4.488 3.622 1.735.534 2.94 2.975 4.702 3.446 1.754.47 4.193-1.82 5.97-1.417 1.77.402 3.515.67 5.308 1.006 1.783.336 3.415 1.331 5.219 1.6 1.795.27 3.542.74 5.357.941 1.802.201 3.735-1.576 5.555-1.442 1.81.133 3.453 2.413 5.28 2.48 1.81.066 3.619-.835 5.447-.835' fill='%2355B9D5' mask='url(%23circle_b)'/></g></svg>");
}
.circle__koala img,
.circle__koala svg {
  width: auto;
  height: 70%;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle__koala img.typo,
.circle__koala svg.typo {
  height: auto;
  width: 98%;
  left: 50%;
}
.circle__koala:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section__info {
  background-color: #f5f5f0;
  color: #2d367f;
  position: relative;
}
.section__info .innerwrapper {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media only screen and (max-width: 840px) {
  .section__info .innerwrapper {
    padding-top: 15%;
  }
}
.section__info p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__info .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}

.column__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  .column__wrapper {
    flex-wrap: wrap;
  }
}
.column__wrapper .column {
  width: 26%;
  margin: 30px 0;
}
@media only screen and (max-width: 840px) {
  .column__wrapper .column {
    width: 100%;
    margin: 20px 0;
  }
}

.icon {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 840px) {
  .icon {
    width: 35%;
  }
}
.icon img,
.icon svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.wave__start-top,
.wave__start-bottom {
  will-change: transform;
  pointer-events: none;
}
.wave__start-top span,
.wave__start-bottom span {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 12;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wave__start-top svg,
.wave__start-bottom svg {
  width: 100%;
  height: 150px;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wave__start-top svg path,
.wave__start-bottom svg path {
  transform: translateZ(0);
  will-change: transform;
}

@media only screen and (max-width: 480px) {
  .wave__start-bottom {
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .wave__start-bottom svg {
    transform: translateY(45px);
  }
}

.open__overlay {
  cursor: pointer;
}
.open__overlay:hover {
  text-decoration: underline;
}

.close_overlay {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.5rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .close_overlay {
    right: 1rem;
    top: 1rem;
  }
}
.close_overlay svg {
  width: 100%;
  height: auto;
}

.arzt__overlay {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 680px;
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 2rem;
  z-index: 99999;
  color: #2d367f;
  border-radius: 1rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .arzt__overlay {
    padding: 1rem;
    max-height: 75vh;
    overflow-y: scroll;
    font-size: 0.8rem;
  }
  .arzt__overlay h2 {
    font-size: 28px;
  }
  .arzt__overlay h3 {
    font-size: 20px;
    margin-top: 0.5em;
  }
}
.arzt__overlay h2,
.arzt__overlay h3 {
  text-align: left;
}
.arzt__overlay .close__overlay {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.5rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .arzt__overlay .close__overlay {
    right: 1rem;
    top: 1rem;
  }
}
.arzt__overlay .close__overlay svg {
  width: 100%;
  height: auto;
}
.arzt__overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arzt__overlay ul li {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arzt__overlay ul li strong {
  font-weight: normal;
  width: 7rem;
}
@media only screen and (max-width: 600px) {
  .arzt__overlay ul li strong {
    width: 6rem;
  }
}
.arzt__overlay ul li span {
  flex: 1;
}

.termin__overlay {
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 980px;
  height: 75vh;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 99999;
  color: #2d367f;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .termin__overlay {
    max-height: 75vh;
    overflow-y: scroll;
    font-size: 0.8rem;
  }
  .termin__overlay h2 {
    font-size: 28px;
  }
  .termin__overlay h3 {
    font-size: 20px;
    margin-top: 0.5em;
  }
}
.termin__overlay iframe {
  width: 100%;
  height: 100%;
  margin-top: -32px;
}
@media only screen and (max-width: 600px) {
  .termin__overlay iframe {
    margin-top: 0;
  }
}

.section__team--new {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f5f5f0;
  overflow: hidden;
}
@media only screen and (max-width: 1190px) {
  .section__team--new {
    overflow: hidden;
  }
}
@media only screen and (max-width: 840px) {
  .section__team--new:before {
    background-color: #e9dbcc;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 60%;
  }
}
.section__team--new .innerwrapper {
  position: relative;
  z-index: 3;
}
.section__team--new .innerwrapper .aerzte__wrapper {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  width: calc(100% + 10rem);
  margin-inline: -5rem;
}
@media only screen and (max-width: 840px) {
  .section__team--new .innerwrapper .aerzte__wrapper {
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 6rem);
    margin-inline: -3rem;
    margin-top: 2rem;
  }
}
.section__team--new .innerwrapper .aerzte__wrapper .arzt-area__left,
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle,
.section__team--new .innerwrapper .aerzte__wrapper .arzt-area__right {
  width: 100%;
}
@media only screen and (max-width: 840px) {
  .section__team--new .innerwrapper .aerzte__wrapper .arzt-area__left {
    margin-right: -1rem;
    margin-left: auto;
    z-index: 9;
  }
  .section__team--new .innerwrapper .aerzte__wrapper .arzt-area__left img {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 840px) {
  .section__team--new .innerwrapper .aerzte__wrapper .arzt-area__right {
    margin-left: -1rem;
    margin-right: auto;
    position: relative;
  }
  .section__team--new .innerwrapper .aerzte__wrapper .arzt-area__right img {
    position: relative;
    z-index: 1;
  }
  .section__team--new .innerwrapper .aerzte__wrapper .arzt-area__right {
    /*
    &:before {
    	background-color: #f5f5f0;
    	content: '';
    	display: block;
    	width: 200%;
    	z-index: 0;
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	height: 100%;
    }
    */
  }
}
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle {
  color: #2d367f;
  margin-bottom: 6rem;
  margin-top: auto;
}
@media only screen and (max-width: 840px) {
  .section__team--new .innerwrapper .aerzte__wrapper .content-area__middle {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 5rem;
    background-color: #f5f5f0;
    width: 100%;
    margin-inline: 0;
    padding-inline: 3rem;
  }
}
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.16;
  margin: 0;
  margin-bottom: 1.5rem;
}
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
  margin: 0;
  margin-top: 1em;
}
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle h3 + p {
  margin-top: 0.2em;
}
.section__team--new .innerwrapper .aerzte__wrapper .content-area__middle p {
  font-size: 0.9rem;
}
@media only screen and (max-width: 840px) {
  .section__team--new .innerwrapper {
    flex-wrap: wrap;
  }
}
.section__team--new .arzt__image {
  font-size: 0;
  line-height: 0;
}
.section__team--new .arzt__image img {
  width: 100%;
  height: auto;
}
.section__team--new .arzt__image {
  /*
  @media only screen and (max-width: 840px) {
  	height: auto;
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 480px;

  	img {
  		object-fit: none;
  		height: auto;
  	}	
  }
  */
}
.section__team--new .wave__bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20%;
  /*
  @media only screen and (max-width: 1190px) {
  	height: auto;
  	width: 1290px;
  	left: 50%;
  	transform: translateX(-50%);	
  }
  */
}
@media only screen and (max-width: 840px) {
  .section__team--new .wave__bg {
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    transform: translateX(0%);
    bottom: auto;
    height: 39rem;
    top: auto;
    bottom: 0;
  }
}
.section__team--new .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
  z-index: 3;
}
.section__team--new {
  /*
  .content-area__right {
  	padding-top: 0;
  	padding-bottom: 0;
  	display: flex;
  	flex-direction: column;
  	background-color: transparent;
  	//justify-content: flex-end;
  	justify-content: center;
  	padding-bottom: 100px;
  	padding-top: 22%;

  	.team__wrapper {
  		justify-content: space-between;
  	}
  	.single__team {
  		width: 46%;
  	}

  	.arzt__infos {
  		max-width: 480px;
  		margin: 0 auto;
  		line-height: 1.1;
  		margin-bottom: 9%;

  		@media only screen and (max-width: 1190px) {
  			//margin-bottom: auto;
  			margin-top: 64px;
  		}

  		.name {
  			font-size: 1.66em;
  			line-height: 1.1;


  		}

  		.status {
  			font-size: 1em;
  			line-height: 1.1;
  		}
  	}
  }
  */
}

.section__team {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 840px) {
  .section__team {
    flex-wrap: wrap;
  }
}
.section__team .wave__start-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  height: 150px;
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.section__team .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}

.content-area__left {
  width: 60%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 840px) {
  .content-area__left {
    width: 100%;
  }
}
.content-area__left .arzt__image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 840px) {
  .content-area__left .arzt__image {
    height: auto;
  }
}
.content-area__left .arzt__image .arzt__infos {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 134px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .content-area__left .arzt__image .arzt__infos {
    bottom: 7%;
  }
}
.content-area__left .arzt__image .arzt__infos .name {
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 1.1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
}
@media only screen and (max-width: 840px) {
  .content-area__left .arzt__image .arzt__infos .name {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .content-area__left .arzt__image .arzt__infos .name {
    font-size: 2rem;
  }
}
.content-area__left .arzt__image .arzt__infos .status {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
}
@media only screen and (max-width: 840px) {
  .content-area__left .arzt__image .arzt__infos .status {
    font-size: 1.3rem;
  }
}
.content-area__left .arzt__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media only screen and (max-width: 840px) {
  .content-area__left .arzt__image img {
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
    height: auto;
  }
}

.team__intro__mobile {
  display: none;
  background-color: #e9d9cc;
  padding-top: 130px;
  color: #2d367f;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 840px) {
  .team__intro__mobile {
    display: block;
    width: 100%;
  }
}
.team__intro__mobile h2 {
  margin-bottom: 0.4em;
}
.team__intro__mobile h3 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.content-area__full {
  width: 100%;
  padding-top: calc(120px + 3rem);
  padding-bottom: calc(150px + 3rem);
  background-color: #e9d9cc;
  color: #2d367f;
}
@media only screen and (max-width: 840px) {
  .content-area__full {
    width: 100%;
    padding-top: 0;
    padding-bottom: 110px;
  }
}
.content-area__full h2 {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 840px) {
  .content-area__full h2 {
    display: none;
  }
}
.content-area__full h3 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 840px) {
  .content-area__full h3 {
    display: none;
  }
}
.content-area__full .content-area-right__inner {
  width: 100%;
  padding-right: calc((100vw - 60px - 1380px) / 2 - 30px + 20px);
  position: relative;
}
.content-area__full .team__holder {
  width: 100%;
  position: relative;
}
.content-area__full .team__holder .team__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-area__full .team__holder .single__team .team-image {
  width: 76%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .content-area__full .team__holder .single__team .team-image {
    width: 100%;
  }
}
.content-area__full .team__holder .circle__koala {
  position: absolute;
  margin: 0;
  bottom: calc(-150px - 19%);
  right: 30px;
  width: 16.5%;
}
@media only screen and (max-width: 840px) {
  .content-area__full .team__holder .circle__koala {
    display: none !important;
  }
}

.content-area__right {
  width: 40%;
  padding-top: calc(150px + 3rem);
  padding-bottom: calc(150px + 3rem);
  background-color: #e9d9cc;
  color: #2d367f;
}
@media only screen and (max-width: 840px) {
  .content-area__right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 110px;
    margin-top: -1px;
  }
}
.content-area__right h2 {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 840px) {
  .content-area__right h2 {
    display: none;
  }
}
.content-area__right h3 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 840px) {
  .content-area__right h3 {
    display: none;
  }
}
.content-area__right .content-area-right__inner {
  width: 100%;
  padding-right: calc((100vw - 60px - 1380px) / 2 - 30px + 20px);
  position: relative;
}
.content-area__right .team__holder {
  width: 100%;
  position: relative;
}
.content-area__right .team__holder .circle__koala {
  position: absolute;
  margin: 0;
  bottom: calc(-150px - 19%);
  right: 30px;
  width: 32%;
}
@media only screen and (max-width: 840px) {
  .content-area__right .team__holder .circle__koala {
    display: none !important;
  }
}

.team__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .team__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single__team {
  padding: 20px 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 600px) {
  .single__team {
    width: 50%;
  }
}
.single__team strong {
  display: block;
  font-weight: normal;
  font-size: 1.333rem;
  display: block;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.2;
}
.single__team span {
  display: block;
  text-align: center;
  font-size: 0.8333rem;
  line-height: 1.2;
}
.single__team .team-image {
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.single__team .team-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.single__team .team-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #FFFFFF;
  opacity: 0;
  transition: opacity 550ms ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.03);
}
.single__team .team-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.single__team:hover .team-image {
  transform: scale(1.1);
}
.single__team:hover .team-image:after {
  opacity: 1;
}

.read-more {
  width: 100%;
  max-width: 330px;
  border-radius: 24px;
  background-color: #e9d9cc;
  height: 46px;
  line-height: 48px;
  color: #2d367f;
  font-size: 1.333rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 150ms ease-out;
}

.button-blue {
  width: 100%;
  max-width: 330px;
  border-radius: 24px;
  background-color: #55B9D5;
  height: 46px;
  line-height: 48px;
  color: #2d367f;
  font-size: 1.333rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 150ms ease-out;
}

.column-fade-1,
.column-fade-2,
.column-fade-3 {
  will-change: transform, opacity;
}

.button-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (hover: hover) {
  .button-hover span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 350ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .button-hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #55B9D5;
    transform: translateY(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: transform;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .section__map .button-hover:before {
    background-color: #FFFFFF;
  }
  .button-hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 350ms;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    z-index: 3;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .button-hover:hover span {
    transform: translateY(100%);
  }
  .button-hover:hover:after {
    transform: translateY(0%);
  }
  .button-hover:hover:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transform: translateY(0%);
  }
  .button-hover.wpcf7-submit:after {
    background-image: url(../images/icon-mail.svg);
  }
}

.section__allianz {
  background-color: #2d367f;
  color: #f5f5f0;
}
.section__allianz p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__allianz .innerwrapper {
  padding-bottom: 5%;
  padding-top: 5%;
}
@media only screen and (max-width: 480px) {
  .section__allianz .innerwrapper {
    padding-bottom: 10%;
  }
}
.section__allianz h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.section__allianz .additional__content {
  margin: 3rem auto;
  max-width: 1140px;
}
.section__allianz .additional__content ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: section;
}
@media only screen and (max-width: 840px) {
  .section__allianz .additional__content ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    border-top: 1px solid #FFFFFF;
  }
}
.section__allianz .additional__content ul li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 6px 36px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  counter-increment: section;
  transition: background-color 400ms ease-out, color 400ms ease-out;
}
.section__allianz .additional__content ul li:hover {
  background-color: #55B9D5;
  color: #2d367f;
}
.section__allianz .additional__content ul li:hover:before {
  color: #2d367f;
}
.section__allianz .additional__content ul li:nth-child(1):after, .section__allianz .additional__content ul li:nth-child(6):after {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 840px) {
  .section__allianz .additional__content ul li:nth-child(1):after, .section__allianz .additional__content ul li:nth-child(6):after {
    display: none;
  }
}
.section__allianz .additional__content ul li:before {
  content: counter(section) ".";
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  color: #55B9D5;
  transition: color 400ms ease-out;
  left: 0;
}

.section__invisalign {
  position: relative;
  background-color: #f5f5f0;
  overflow: hidden;
}
.section__invisalign .visual__element {
  content: "";
  display: block;
  position: absolute;
  width: 70vw;
  height: 90vw;
  left: 0;
  z-index: 1;
  transform: translateX(-45%) translateY(-10%);
  top: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='1655' height='1926' viewbox='0 0 1655 1926' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='inv_a' d='M0 0h1654.957v1925.11H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='inv_b' fill='%23fff'><use xlink:href='%23inv_a'/></mask><path d='M1515.15 845.206c-.813-1.735 5.59-4.7 4.772-6.433-.818-1.734-9.15-2.17-9.976-3.9-.824-1.734-.619-3.639-1.449-5.368-.832-1.733 7.166-5.013 6.33-6.742-.84-1.73-5.408-2.805-6.252-4.533-.845-1.729-4.882-2.887-5.732-4.613-.852-1.729-2.966-3.224-3.824-4.95-.859-1.727 4.62-4.604 3.755-6.327-.866-1.726-5.01-2.853-5.88-4.575-.874-1.725-5.84-2.688-6.719-4.41-.879-1.723 4.944-4.692 4.06-6.413-.886-1.722-1.24-3.547-2.132-5.265-.892-1.72-1.502-3.5-2.4-5.217-.9-1.72-1.213-3.556-2.118-5.272-.906-1.718-1.329-3.535-2.24-5.25-.913-1.717-1.322-3.538-2.24-5.25-.92-1.717-4.233-2.968-5.159-4.68-.927-1.715-4.982-2.812-5.914-4.522-.933-1.713 2.825-4.362 1.886-6.07-.94-1.712-10.268-1.739-11.214-3.447-.947-1.71 5.89-4.993 4.938-6.7-.954-1.709-1.313-3.544-2.273-5.249-.96-1.708-8.337-2.096-9.303-3.8-.968-1.706 3.747-4.589 2.774-6.29-.975-1.706-5.132-2.747-6.112-4.448-.982-1.703-.36-3.744-1.348-5.443-.988-1.702-6.242-2.497-7.235-4.195-.996-1.7-.489-3.717-1.49-5.413-1.003-1.7-4.4-2.876-5.409-4.57-1.01-1.698 3.13-4.51 2.114-6.204-1.017-1.696-.502-3.73-1.524-5.42-1.023-1.696-8.77-1.905-9.799-3.595-1.03-1.693-.935-3.629-1.97-5.318-1.038-1.69 3.867-4.713 2.824-6.4-1.044-1.69-5.578-2.593-6.628-4.279-1.052-1.688-.28-3.79-1.337-5.474-1.058-1.686-.694-3.702-1.757-5.384-1.066-1.685-.708-3.704-1.779-5.384-1.073-1.683-11.786-1.122-12.864-2.8-1.08-1.682 4.344-4.884 3.26-6.56-1.088-1.68-7.42-2.118-8.512-3.794-1.093-1.678-2-3.393-3.1-5.066-1.1-1.677 1.366-4.204.26-5.876-1.108-1.675.146-3.92-.968-5.59-1.115-1.674-8.108-1.914-9.228-3.583-1.122-1.67.138-3.92-.989-5.588-1.13-1.669 2.02-4.396.884-6.06-1.137-1.669-2.732-3.226-3.874-4.889-1.144-1.666-.824-3.704-1.973-5.366-1.15-1.664-4.17-2.86-5.327-4.52-1.159-1.662-9.346-1.532-10.51-3.19-1.166-1.66-.608-3.753-1.779-5.409-1.173-1.658-4.148-2.843-5.326-4.496-1.18-1.657 6.437-5.6 5.251-7.252-1.188-1.655-3.404-3.045-4.597-4.695-1.196-1.653-3-3.149-4.2-4.796-1.203-1.65-8.872-1.579-10.079-3.225-1.21-1.649-.566-3.787-1.78-5.43-1.218-1.647-.147-3.908-1.369-5.55-1.225-1.645.52-4.099-.71-5.738-1.232-1.643-7.246-1.976-8.483-3.613-1.24-1.64-5.155-2.536-6.4-4.172-1.248-1.638 2.837-4.754 1.585-6.387-1.256-1.636-7.012-2.009-8.27-3.639-1.265-1.635-.533-3.825-1.8-5.454-1.27-1.632-.896-3.729-2.17-5.355-1.279-1.63-.14-3.953-1.423-5.578-1.286-1.628-7.442-1.85-8.732-3.472-1.294-1.626-3.203-3.065-4.5-4.685-1.302-1.623-2.838-3.169-4.144-4.787-1.31-1.62 1.044-4.317-.269-5.933-1.317-1.619-1.06-3.706-2.38-5.318-1.326-1.617-4.839-2.579-6.168-4.189-1.332-1.615-2.742-3.204-4.079-4.81-1.34-1.613-3.58-2.949-4.925-4.554-1.348-1.61-5.617-2.318-6.97-3.92-1.356-1.608-3.279-3.028-4.64-4.629-1.364-1.604.591-4.23-.777-5.829-1.375-1.606-4.649-2.609-6.029-4.208-1.383-1.603 3.04-5.032 1.652-6.628-1.39-1.6-2.179-3.397-3.575-4.99-1.399-1.597-2.029-3.448-3.433-5.038-1.408-1.595-10.062-.853-11.474-2.44-1.416-1.593-2.148-3.397-3.569-4.982-1.424-1.59-.75-3.86-2.178-5.442-1.433-1.587-1.517-3.616-2.954-5.196-1.44-1.584-4.83-2.518-6.275-4.095-1.45-1.58.21-4.2-1.244-5.775-1.458-1.579-3.2-3.063-4.663-4.634-1.466-1.575-7.35-1.645-8.82-3.213-1.476-1.572-2.174-3.402-3.653-4.967-1.484-1.569 2.296-4.955.808-6.517-1.492-1.567-8.49-1.216-9.988-2.775-1.5-1.562-3.448-2.96-4.953-4.516-1.509-1.56 2.341-5.013.827-6.565-1.519-1.557-9.76-.715-11.283-2.264-1.527-1.554 1.01-4.559-.523-6.105-1.536-1.55-3.297-3.017-4.838-4.559-1.545-1.548-2.206-3.416-3.755-4.955-1.555-1.544-3.31-3.014-4.869-4.549-1.563-1.54-7.854-1.32-9.422-2.853-1.573-1.537 4.734-6.015 3.157-7.544-1.582-1.534-5.105-2.34-6.69-3.867-1.592-1.53-1.705-3.627-3.3-5.148-1.6-1.527-9.296-.717-10.9-2.235-1.61-1.523-1.72-3.615-3.335-5.129-1.619-1.519-3.23-3.034-4.853-4.544-1.629-1.516 1.164-4.768-.469-6.274-1.638-1.512-4.213-2.659-5.856-4.16-1.648-1.509-9.96-.349-11.612-1.847-1.658-1.504 5.313-6.48 3.652-7.974-1.668-1.5-7.944-1.13-9.615-2.62-1.678-1.498 1.214-4.869-.467-6.355-1.688-1.492-4.947-2.343-6.638-3.825-1.698-1.487-7.36-1.32-9.06-2.798-1.709-1.483-4.645-2.439-6.356-3.912-1.718-1.479-3.062-3.104-4.783-4.572-1.729-1.475-5.253-2.165-6.984-3.629-1.739-1.47 4.506-6.387 2.764-7.847-1.749-1.465-6.947-1.432-8.7-2.886-1.76-1.46-4.433-2.516-6.197-3.966-1.77-1.456-2.577-3.336-4.35-4.782-1.782-1.45-4.514-2.472-6.298-3.912-1.792-1.447-4.782-2.342-6.578-3.777-1.802-1.442-1.422-3.875-3.228-5.305-1.814-1.436-.493-4.325-2.31-5.75-1.825-1.43-10.62.391-12.449-1.029-1.835-1.426 2.623-5.81.783-7.224-1.847-1.42-8.603-.505-10.454-1.914-1.859-1.415 1.502-5.337-.36-6.74-1.87-1.409-7.967-.769-9.84-2.166-1.882-1.403.061-4.684-1.824-6.075-1.894-1.398-9.033-.194-10.93-1.579-1.906-1.392-2.384-3.485-4.293-4.865-1.917-1.385-2.49-3.446-4.41-4.819-1.93-1.379-1.415-4.016-3.348-5.382-1.942-1.373-4.122-2.634-6.067-3.994-1.955-1.367-5.318-2.003-7.276-3.356-1.966-1.36-8.004-.557-9.974-1.903-1.979-1.354-.85-4.359-2.833-5.698-1.992-1.346-6.783-1.165-8.778-2.498-2.005-1.339-.89-4.377-2.899-5.702-2.019-1.332-4.302-2.515-6.323-3.833-2.032-1.324-7.365-.782-9.4-2.09-2.045-1.318 1.036-5.542-1.01-6.844-2.059-1.309-4.457-2.432-6.518-3.726-2.073-1.302-7.11-.872-9.184-2.158-2.086-1.293-2.952-3.298-5.04-4.575-2.1-1.285-1.042-4.469-3.144-5.738-2.113-1.276-8.119-.197-10.235-1.458-2.128-1.267-1.887-3.992-4.017-5.243-2.143-1.259-2.972-3.352-5.117-4.594-2.157-1.249-7.79-.306-9.949-1.538-2.173-1.24-7.512-.422-9.686-1.645-2.187-1.23-.424-5.013-2.612-6.226-2.203-1.22-6.559-1.002-8.763-2.205-2.217-1.21-4.267-2.509-6.485-3.7-2.234-1.2-5.947-1.358-8.18-2.539-2.25-1.189-2.169-3.966-4.419-5.136-2.264-1.178-5.375-1.739-7.64-2.897-2.28-1.166-5.906-1.333-8.188-2.48-2.297-1.154-1.967-4.199-4.264-5.334-2.314-1.142-5.598-1.546-7.912-2.668-2.33-1.13-2.037-4.24-4.368-5.35-2.347-1.117-9.21 1.27-11.557.174-2.365-1.105.548-6.347-1.817-7.429-2.382-1.09-7.308-.147-9.69-1.216-2.4-1.077-5.716-1.38-8.116-2.436-2.418-1.062-6.547-.646-8.964-1.686-2.436-1.047.413-6.6-2.023-7.625-2.453-1.032-8.95 1.476-11.403.467-2.473-1.016-.712-5.823-3.184-6.815-2.49-1-6.83-.33-9.319-1.306-2.514-.985-5.483-1.542-7.995-2.5-2.532-.968-5.87-1.14-8.402-2.082-2.55-.948-7.329.371-9.878-.552-2.569-.929-1.03-6.015-3.596-6.918-2.588-.91-4.936-2.105-7.522-2.987-2.606-.89-5.684-1.3-8.288-2.163-2.625-.868-4.096-3.074-6.719-3.914-2.644-.847-7.049.301-9.69-.517-2.663-.825-7.806 1.364-10.466.57-2.682-.802-4.852-2.143-7.53-2.914-2.7-.777-4.614-2.5-7.31-3.247-2.72-.752-3.653-3.899-6.368-4.62-2.738-.726-5.193-1.909-7.927-2.604-2.757-.699-5.214-1.927-7.966-2.594-2.775-.673-8.444 3.11-11.215 2.47-2.794-.644-2.826-5.766-5.615-6.376-2.812-.614-7.055 1.16-9.863.58-2.83-.585-4.85-2.683-7.675-3.232-2.847-.552-5.408-1.78-8.25-2.297-2.864-.52-7.385 2.367-10.243 1.885-2.88-.486-5.42-1.667-8.294-2.114-2.895-.452-6.39.667-9.278.256-2.909-.416-6.109.191-9.01-.184-2.923-.378-5.425-1.729-8.34-2.066-2.936-.34-5.124-3.084-8.052-3.382-2.946-.3-5.477-2.397-8.415-2.655-2.955-.26-6.382 1.361-9.329 1.144-2.964-.217-6.293 1.695-9.248 1.52-2.972-.175-6.02.813-8.982.682-2.978-.132-5.532-4.106-8.5-4.193-2.98-.087-6.147 3.358-9.117 3.317-2.983-.042-5.883-4.206-8.855-4.202-2.983.004-5.907 2.925-8.878 2.976-2.98.051-5.84.916-8.809 1.014-2.976.1-5.716 1.336-8.68 1.483-2.97.147-6.032-.945-8.989-.75-2.96.195-6.257-1.414-9.206-1.17s-6.032.044-8.969.337c-2.936.292-5.834.811-8.757 1.153-2.92.342-6.145-.069-9.053.322-2.903.39-4.986 2.896-7.876 3.335-2.883.44-7.223-2.315-10.092-1.827-2.877.49-3.536 5.486-6.382 6.023-2.853.537-6.388-.319-9.209.265-2.825.585-7.487-1.846-10.28-1.214-2.798.632-4.335 3.316-7.1 3.994-2.765.68-6.846-.424-9.579.3-2.732.724-3.9 3.596-6.602 4.365-2.697.77-4.777 2.277-7.443 3.091-2.66.812-6.342.445-8.97 1.301-2.624.855-3.032 4.068-5.623 4.967-2.583.896-6.744.134-9.296 1.074-2.543.936-6.865.21-9.377 1.188-2.502.976-4.212 2.74-6.682 3.757-2.459 1.013-1.753 4.724-4.182 5.78-2.416 1.047-4.06 2.624-6.446 3.714-2.372 1.084-5.133 1.767-7.475 2.891-2.328 1.117-8.258-.453-10.556.704-2.285 1.15-.288 5.296-2.543 6.484-2.24 1.181-4.767 2.082-6.978 3.3-2.195 1.21-10.449-1.484-12.616-.236-2.15 1.238-.914 4.62-3.037 5.894-2.108 1.265-5.606 1.724-7.685 3.025-2.064 1.291-6.34 1.381-8.376 2.707-2.02 1.315-1.15 4.264-3.143 5.614-1.977 1.34-7 1.122-8.95 2.494-1.935 1.361 2.557 6 .65 7.393-1.894 1.383-7.827.783-9.693 2.197-1.852 1.403.678 4.864-1.147 6.297-1.81 1.422-10.65-.342-12.435 1.11-1.77 1.44-2.34 3.466-4.087 4.936-1.73 1.457 1.85 5.18.144 6.665-1.692 1.474-8.252.955-9.919 2.457-1.653 1.49-3.102 3.098-4.73 4.615-1.617 1.505-1.539 3.684-3.132 5.215-1.578 1.52-1.13 3.794-2.685 5.34-1.543 1.531-5.92 2.047-7.44 3.605-1.508 1.545 1.243 4.577-.24 6.147-1.473 1.557-5.504 2.238-6.955 3.82-1.438 1.57-2.759 3.18-4.175 4.772-1.405 1.58-5.266 2.392-6.649 3.995-1.372 1.591.75 4.27-.6 5.884-1.34 1.601-2.803 3.158-4.122 4.781-1.308 1.611-6.9 1.986-8.188 3.62-1.278 1.618-3.544 2.992-4.8 4.633-1.248 1.628-2.368 3.328-3.595 4.977-1.217 1.636.953 4.2-.244 5.855-1.189 1.644 1.536 4.298.368 5.962-1.16 1.651-9.255 1.562-10.395 3.233-1.133 1.658-.503 3.773-1.616 5.45-1.105 1.665-2.518 3.277-3.603 4.96-1.078 1.672-4.509 2.828-5.567 4.517-1.052 1.68.808 4.036-.225 5.731-1.026 1.684 3.345 4.546 2.337 6.247-.997 1.685-3.468 3.043-4.447 4.746-.973 1.69-6.593 2.425-7.548 4.132-.949 1.696-3.39 3.114-4.32 4.826-.926 1.7-.297 3.726-1.205 5.442-.902 1.706-4.707 2.885-5.592 4.605-.879 1.71 5.392 4.752 4.53 6.477-.856 1.714-2.235 3.331-3.075 5.06-.834 1.718-2.272 3.33-3.09 5.063-.813 1.722-1.952 3.391-2.748 5.127-.79 1.726-2.505 3.305-3.28 5.045-.77 1.73-4.586 2.987-5.34 4.73-.75 1.733-1.153 3.54-1.888 5.286-.73 1.736 1.041 3.863.327 5.612-.71 1.74-1.12 3.53-1.815 5.283-.69 1.742 2.87 4.086 2.194 5.841-.67 1.745-2.529 3.318-3.185 5.076-.653 1.75-3.362 3.22-4 4.98-.634 1.751-3.833 3.176-4.452 4.94-.616 1.752-1.917 3.433-2.518 5.198-.598 1.756-1.65 3.472-2.233 5.24-.58 1.757 1.074 3.791.51 5.561-.563 1.76-2.075 3.421-2.623 5.193-.545 1.763-3.474 3.276-4.005 5.05-.528 1.765-1.688 3.482-2.2 5.257-.513 1.767 6.522 4.323 6.024 6.1-.495 1.77-6.166 3.023-6.647 4.801-.478 1.771 1.706 3.806 1.241 5.587-.463 1.772 2.38 3.85 1.931 5.632-.448 1.774-5.297 3.151-5.73 4.934-.43 1.775 2.227 3.82 1.81 5.605-.417 1.777 1.074 3.707.672 5.493-.4 1.778-9.488 2.862-9.875 4.65-.386 1.78 7.724 4.22 7.351 6.01-.37 1.78-2.778 3.404-3.137 5.193-.356 1.782 2.294 3.772 1.951 5.563-.343 1.783-9.875 2.941-10.204 4.733-.328 1.784 7.295 4.093 6.98 5.886-.314 1.785-4.405 3.333-4.707 5.126-.299 1.787-1.376 3.531-1.664 5.326-.286 1.787 2.09 3.728 1.815 5.524-.273 1.788-3.196 3.435-3.456 5.231-.26 1.79-.716 3.574-.963 5.371-.246 1.79 3.257 3.763 3.022 5.561-.233 1.79-1.814 3.517-2.035 5.315-.22 1.791 2.845 3.72 2.637 5.52-.207 1.791-9.527 3.214-9.722 5.014-.195 1.792-.87 3.582-1.054 5.382-.183 1.793.437 3.63.266 5.43-.17 1.793 2.507 3.692 2.35 5.493-.159 1.793-.09 3.601-.237 5.402-.145 1.795-2.428 3.537-2.563 5.34-.133 1.794-1.539 3.57-1.66 5.371-.123 1.795 1.046 3.634.935 5.436-.11 1.796 4.475 3.696 4.377 5.5-.099 1.795-.9 3.578-.987 5.381-.086 1.792-1.646 3.563-1.722 5.361-.075 1.792.56 3.6.496 5.397-.064 1.792.6 3.596.546 5.395-.052 1.793-2.764 3.565-2.806 5.364-.042 1.793 1.673 3.605 1.643 5.405-.03 1.793.488 3.592.468 5.392-.02 1.794-.74 3.59-.749 5.388-.009 1.794-2.205 3.593-2.204 5.393.002 1.794-2.5 3.603-2.489 5.403.012 1.795 2.331 3.592 2.354 5.392.022 1.795 4.3 3.57 4.333 5.37.033 1.795-5.818 3.641-5.774 5.441.043 1.795 8.59 3.51 8.642 5.31.053 1.795-9.169 3.704-9.105 5.505.064 1.795 4.513 3.538 4.587 5.338.074 1.795-2.244 3.635-2.16 5.435.083 1.796.026 3.602.12 5.403.094 1.795 1.31 3.576 1.413 5.376.103 1.795-.617 3.616-.504 5.417.114 1.794.378 3.594.501 5.395.123 1.794 8.48 3.377 8.613 5.176.132 1.795-8.345 3.83-8.202 5.63.142 1.795 4.223 3.478 4.374 5.277.152 1.795.007 3.601.17 5.4.16 1.794 4.438 3.45 4.61 5.248.17 1.794-1.325 3.644-1.145 5.442.18 1.795 1.754 3.533 1.944 5.331.19 1.795-1.894 3.675-1.695 5.473.198 1.794-6.452 3.875-6.244 5.673.207 1.794 1.38 3.557 1.597 5.354.216 1.794 7.844 3.258 8.07 5.056.225 1.793-5.995 3.89-5.76 5.686.235 1.793 6.76 3.283 7.003 5.08.243 1.792 2.471 3.48 2.724 5.277.252 1.792-3.426 3.785-3.165 5.582.261 1.792 1.25 3.544 1.521 5.34.27 1.791-.412 3.635-.132 5.431.278 1.791 4.428 3.357 4.715 5.152.287 1.79-.02 3.611.277 5.406.296 1.79-4.93 3.917-4.625 5.711.304 1.79 6.978 3.18 7.292 4.973.313 1.79.386 3.59.708 5.382.321 1.79-9.09 4.225-8.76 6.018.33 1.788 5.578 3.25 5.917 5.042.338 1.788 4.236 3.328 4.583 5.12.347 1.787-5.763 4.037-5.408 5.83.355 1.787.846 3.571 1.21 5.361.363 1.787 2.625 3.437 2.997 5.228.372 1.786-.319 3.658.061 5.448.38 1.786 1.14 3.547 1.527 5.336.388 1.786-2.377 3.83-1.98 5.62.395 1.783 7.766 3.004 8.171 4.792.402 1.781-.53 3.673-.119 5.457.411 1.781 1.153 3.534 1.573 5.318.42 1.78-5.014 4.071-4.586 5.854.427 1.78 6.075 3.105 6.511 4.89.436 1.778 1.411 3.51 1.854 5.292.443 1.78-3.222 3.936-2.77 5.718.451 1.78 3.731 3.298 4.19 5.08.458 1.778-1.942 3.831-1.475 5.611.466 1.778 5.682 3.101 6.157 4.881.474 1.777-.26 3.672.222 5.452.481 1.777 2.058 3.444 2.55 5.223.488 1.776-4.088 4.067-3.59 5.846.498 1.775-.644 3.727-.138 5.505.505 1.774 3.824 3.263 4.338 5.041.512 1.773 7.104 2.904 7.625 4.681.52 1.774-.089 3.665.44 5.441.528 1.773-3.105 4-2.569 5.775.536 1.772-.168 3.687.376 5.461.542 1.772 5.911 3.004 6.462 4.778.55 1.771.577 3.6 1.135 5.374.558 1.77-.32 3.706.245 5.48.566 1.768 4.906 3.094 5.48 4.866.572 1.77-4.617 4.221-4.037 5.992.58 1.77-.104 3.694.484 5.465.587 1.767 8.971 2.586 9.566 4.356.595 1.767-4.073 4.18-3.47 5.95.602 1.765 4.241 3.153 4.851 4.92.61 1.766 3.423 3.248 4.041 5.016.615 1.761-2.694 4.023-2.07 5.787.623 1.762.302 3.646.934 5.41.63 1.761 2.868 3.311 3.506 5.074.638 1.761-2.114 3.972-1.468 5.734.645 1.76 2.762 3.326 3.415 5.087.653 1.76 5.361 2.967 6.022 4.728.66 1.758.467 3.63 1.134 5.39.667 1.758.764 3.592 1.438 5.352.674 1.757 3.012 3.278 3.694 5.036.681 1.756 1.647 3.468 2.336 5.225.688 1.756-3.786 4.251-3.09 6.008.695 1.755-.377 3.77.326 5.527.702 1.754 2.964 3.284 3.674 5.04.71 1.753 7.951 2.54 8.668 4.294.715 1.75.882 3.576 1.606 5.328.722 1.75-8.164 4.952-7.433 6.704.73 1.75 3.18 3.244 3.917 4.995.737 1.75.141 3.711.886 5.461.745 1.748 3.736 3.154 4.488 4.904.751 1.748 4.225 3.07 4.984 4.82.758 1.747 3.22 3.224 3.985 4.972.764 1.745-5.416 4.605-4.643 6.351.771 1.745 6.754 2.652 7.534 4.398.78 1.744 4.752 2.966 5.54 4.712.786 1.744-2.818 4.211-2.024 5.957.793 1.742 1.88 3.438 2.681 5.182.801 1.744 1.74 3.467 2.547 5.211.81 1.745-2.79 4.241-1.974 5.988.812 1.735 11.2 1.833 12.016 3.565.82 1.735-.739 3.872.085 5.603.825 1.733 1.54 3.481 2.37 5.211.832 1.732-5.332 4.692-4.494 6.421.838 1.731 8.368 2.278 9.213 4.006.845 1.73-3.697 4.421-2.846 6.147.852 1.73 1.797 3.444 2.655 5.17.858 1.727 9.516 2.035 10.38 3.76.866 1.725-3.775 4.456-2.904 6.18.872 1.723 3.635 3.098 4.513 4.82.88 1.722 4.332 2.962 5.217 4.681.886 1.723 2.714 3.261 3.606 4.98.892 1.721-1.287 4.018-.388 5.735.9 1.72 1.23 3.546 2.135 5.262.906 1.718-.69 3.918.222 5.633.913 1.717 8.581 2.118 9.5 3.831.92 1.716-5.443 4.855-4.518 6.567.927 1.715.427 3.714 1.36 5.425.933 1.713 5.877 2.63 6.816 4.338.94 1.712 3.522 3.092 4.467 4.8.948 1.71 2.05 3.385 3.002 5.091.954 1.71 1.106 3.578 2.066 5.283.961 1.707-1.194 4.054-.227 5.758.968 1.706 8.103 2.131 9.076 3.834.975 1.704-3.925 4.632-2.945 6.333.981 1.704-.12 3.848.867 5.547.99 1.702 1.69 3.47 2.684 5.168.995 1.701 2.363 3.326 3.364 5.022 1.002 1.7 8.403 2.018 9.411 3.713 1.01 1.698 2.003 3.392 3.018 5.086 1.016 1.696 3.562 3.05 4.584 4.741 1.023 1.694.091 3.813 1.12 5.503 1.03 1.693-1.13 4.092-.094 5.781 1.037 1.691 1.154 3.59 2.197 5.276 1.044 1.69-.785 4.032.264 5.718 1.051 1.688 4.972 2.727 6.03 4.411 1.057 1.686 6.038 2.473 7.101 4.155 1.066 1.684.515 3.74 1.585 5.42 1.073 1.683.687 3.704 1.765 5.382 1.08 1.682 2.883 3.194 3.967 4.871 1.087 1.68-2.219 4.4-1.127 6.075 1.094 1.68 9.12 1.708 10.22 3.381 1.101 1.677.042 3.868 1.148 5.54 1.108 1.674 3.242 3.1 4.355 4.77 1.115 1.672-2.628 4.528-1.508 6.196 1.123 1.672 7.812 1.978 8.94 3.645 1.13 1.67.713 3.718 1.847 5.382 1.137 1.668 4.344 2.817 5.486 4.48 1.144 1.666-2.22 4.46-1.072 6.121 1.152 1.665 6.548 2.255 7.704 3.914 1.16 1.663-2.476 4.544-1.312 6.201 1.165 1.661 5.431 2.527 6.602 4.182 1.173 1.66-.507 4.055.671 5.708 1.181 1.657 9.436 1.47 10.622 3.121 1.188 1.655 2.59 3.243 3.783 4.892 1.195 1.653-.095 3.954 1.106 5.601 1.202 1.651 2.557 3.255 3.765 4.9 1.21 1.65.221 3.883 1.436 5.527 1.218 1.647-1.315 4.307-.093 5.95 1.225 1.644 2.15 3.376 3.38 5.015 1.233 1.643 10.825.994 12.062 2.631 1.24 1.641-.649 4.137.596 5.772 1.248 1.64 3.608 2.963 4.86 4.596 1.255 1.637 4.722 2.645 5.981 4.276 1.263 1.634-1.196 4.311.071 5.94 1.271 1.632 2.411 3.297 3.687 4.924 1.278 1.63 1.955 3.43 3.238 5.053 1.286 1.628 5.811 2.316 7.101 3.938 1.294 1.626 3.436 2.995 4.734 4.615 1.301 1.623-2.093 4.614-.787 6.232 1.31 1.621 4.072 2.811 5.386 4.426 1.316 1.62 3.28 3.041 4.6 4.653 1.325 1.617 3.14 3.08 4.468 4.691 1.333 1.614-.99 4.327.346 5.936 1.341 1.612-.188 4.098 1.157 5.704 1.35 1.61 7.527 1.743 8.88 3.346 1.356 1.607 5.658 2.3 7.02 3.9 1.363 1.605-2.066 4.693-.697 6.291 1.375 1.605 7.033 1.867 8.413 3.465 1.383 1.603.712 3.846 2.1 5.442 1.39 1.6-1.678 4.617-.282 6.21 1.4 1.598 8.676 1.314 10.08 2.904 1.407 1.596 4.621 2.598 6.033 4.186 1.416 1.592-2.708 4.977-1.287 6.562 1.424 1.59 6.883 1.855 8.311 3.437 1.433 1.587 2.662 3.232 4.1 4.812 1.44 1.583 4.044 2.77 5.49 4.347 1.45 1.581 1.25 3.704 2.703 5.278 1.458 1.58-1.405 4.612.057 6.183 1.467 1.575 4.035 2.778 5.506 4.346 1.475 1.572 3.604 2.92 5.084 4.485 1.483 1.57 5.984 2.092 7.472 3.653 1.493 1.567 2.157 3.413 3.654 4.972 1.501 1.563 1.482 3.654 2.987 5.21 1.51 1.56 3.231 3.042 4.745 4.594 1.518 1.557 1.84 3.54 3.362 5.088 1.528 1.554 5.448 2.245 6.98 3.791 1.536 1.551-1.882 4.894-.34 6.436 1.544 1.548 3.376 2.997 4.925 4.536 1.555 1.544 3.357 3.003 4.916 4.54 1.563 1.54 1.961 3.52 3.53 5.052 1.571 1.537 6.298 1.9 7.875 3.43 1.581 1.533 5.443 2.204 7.03 3.73 1.59 1.53-.24 4.357 1.354 5.88 1.6 1.526 7.15 1.537 8.754 3.055 1.61 1.523 2.818 3.193 4.431 4.707 1.62 1.52 3.932 2.76 5.556 4.27 1.628 1.515 5.241 2.238 6.874 3.745 1.638 1.511.816 3.984 2.46 5.486 1.647 1.508.42 4.16 2.072 5.66 1.658 1.503 4.69 2.452 6.351 3.946 1.668 1.5 4.08 2.693 5.751 4.183 1.678 1.496.651 4.098 2.332 5.584 1.688 1.492 4.032 2.714 5.724 4.196 1.697 1.488 5.601 2.052 7.302 3.53 1.708 1.482.618 4.14 2.33 5.613 1.718 1.48 5.757 1.971 7.48 3.44 1.727 1.474 1.102 3.956 2.834 5.42 1.738 1.47 1.59 3.762 3.332 5.222 1.75 1.466 6.945 1.432 8.697 2.887 1.76 1.46 6.83 1.454 8.592 2.904 1.77 1.456 4.045 2.67 5.82 4.116 1.78 1.451 2.403 3.405 4.187 4.845 1.792 1.447 1.171 3.976 2.966 5.411 1.803 1.442 6.18 1.696 7.986 3.126 1.813 1.436.492 4.312 2.308 5.737 1.826 1.43 2.604 3.35 4.432 4.77 1.836 1.426 4.585 2.423 6.424 3.837 1.848 1.42 3.951 2.717 5.802 4.125 1.86 1.415 4.801 2.305 6.663 3.708 1.87 1.41 5.577 1.914 7.451 3.311 1.882 1.404-2.05 5.657-.166 7.048 1.894 1.398 9.867-.22 11.764 1.165 1.906 1.391.647 4.357 2.555 5.736 1.918 1.386 6.857 1.231 8.778 2.604 1.93 1.38 3.51 2.92 5.443 4.286 1.941 1.373 4.6 2.357 6.543 3.716 1.955 1.367 5.067 2.102 7.025 3.455 1.967 1.36 2.967 3.205 4.936 4.551 1.98 1.353.214 4.7 2.197 6.038 1.992 1.347 5.622 1.8 7.617 3.131 2.006 1.34-.225 5.002 1.783 6.327 2.02 1.332 6.984 1.036 9.004 2.353 2.032 1.325 5.644 1.753 7.678 3.063 2.045 1.317-.708 5.364 1.34 6.666 2.058 1.31 10.113-.836 12.174.458 2.072 1.302-.744 5.447 1.33 6.732 2.086 1.294 9.93-.824 12.02.453 2.098 1.286-2.16 6.37-.058 7.638 2.114 1.276 7.266.715 9.383 1.975 2.128 1.267 1.585 4.183 3.715 5.434 2.143 1.26 7.282.652 9.426 1.894 2.158 1.25 3.503 3.006 5.662 4.24 2.172 1.238 5.796 1.537 7.97 2.76 2.187 1.23-.056 5.352 2.133 6.565 2.203 1.22 5.134 1.982 7.338 3.184 2.218 1.21 7.758.191 9.977 1.383 2.233 1.2 1.537 4.401 3.771 5.582 2.25 1.19 8.274-.245 10.524.925 2.264 1.178 2.61 3.696 4.875 4.855 2.281 1.166 5.825 1.415 8.107 2.562 2.297 1.154 6.041 1.224 8.34 2.36 2.313 1.142 2.112 4.131 4.426 5.253 2.33 1.13 7.597.011 9.93 1.12 2.346 1.118 2.034 4.26 4.382 5.355 2.365 1.105 4.16 2.652 6.525 3.735 2.383 1.091 8.583-.913 10.965.156 2.4 1.077 2.903 3.66 5.303 4.714 2.418 1.062 6.278.871 8.696 1.911 2.436 1.047 4.715 2.168 7.151 3.193 2.453 1.032 4.444 2.411 6.898 3.42 2.473 1.016 5.37 1.592 7.842 2.584 2.49 1-.127 6.675 2.363 7.65 2.514.985 8.22-1.02 10.731-.062 2.532.968 1.9 5.002 4.43 5.944 2.55.948 8.39-1.354 10.938-.432 2.57.93 3.993 3.01 6.561 3.912 2.587.91 5.915 1.03 8.501 1.912 2.606.89 5.461 1.481 8.065 2.342 2.625.87 3.566 3.615 6.19 4.455 2.642.847 4.868 2.214 7.51 3.031 2.662.824 4.542 2.652 7.201 3.447 2.682.801 6.486.274 9.165 1.045 2.7.778 6.04.757 8.737 1.503 2.72.752 6.358.257 9.074.978 2.737.726 3.49 4.258 6.223 4.951 2.756.7 9.072-3.85 11.823-3.183 2.776.671 4.811 2.343 7.582 2.982 2.794.644 4.405 3.134 7.194 3.743 2.813.615 4.237 3.653 7.045 4.233 2.83.584 8.258-3.572 11.082-3.024 2.848.553 5.16 1.997 8.001 2.513 2.864.52 5.33 1.77 8.187 2.252 2.88.486 6.491-.814 9.365-.366 2.895.451 3.795 5.738 6.684 6.15 2.91.415 6.317-.348 9.22.027 2.921.378 6.24-.366 9.154-.028 2.935.34 6.303-.872 9.231-.573 2.946.3 5.704 1.127 8.642 1.384 2.956.26 5.67 1.525 8.615 1.742 2.965.217 5.935.41 8.89.584 2.972.175 5.656 2.724 8.62 2.856 2.976.132 6.02.716 8.986.803 2.981.087 6.312-5.666 9.283-5.624 2.983.042 5.852 2.065 8.824 2.06 2.983-.004 5.912-.397 8.884-.448 2.98-.052 6.195 3.02 9.163 2.921 2.976-.099 5.961-.793 8.925-.939 2.97-.147 5.986-.405 8.943-.6 2.961-.195 6.113.167 9.061-.077 2.95-.243 4.683-5.27 7.62-5.563 2.936-.293 6.226.915 9.15.574 2.92-.34 5.256-2.11 8.163-2.502 2.903-.39 7.841 4.383 10.731 3.944 2.883-.439 5.973-.713 8.842-1.2 2.877-.49 5.02-2.656 7.867-3.192 2.852-.537 4.323-3.594 7.144-4.178 2.825-.585 7.902 2.574 10.695 1.942 2.797-.632 3.611-4.387 6.376-5.065 2.765-.678 7.098.85 9.832.126 2.732-.724 4.954-2.206 7.655-2.975 2.697-.769 5.656-1.278 8.321-2.092 2.661-.812 4.307-2.828 6.936-3.684 2.623-.855 5.168-1.788 7.76-2.686 2.583-.896 4.448-2.496 7-3.437 2.543-.935 3.401-3.402 5.913-4.38 2.502-.976 5.741-1.179 8.211-2.197 2.46-1.012 7.457.177 9.886-.878 2.416-1.049 4.048-2.76 6.434-3.85 2.373-1.085 4.864-2.086 7.207-3.21 2.328-1.118 3.678-2.955 5.977-4.112 2.285-1.15 6.436-.992 8.691-2.18 2.24-1.18 1.848-4.139 4.06-5.358 2.195-1.21 7.134-.65 9.301-1.897 2.151-1.239.963-4.54 3.086-5.815 2.108-1.265 8.425-.039 10.504-1.34 2.064-1.29 4.125-2.64 6.161-3.966 2.02-1.316.702-4.479 2.695-5.828 1.977-1.339 6.633-1.278 8.583-2.65 1.935-1.36 4.76-2.316 6.668-3.709 1.893-1.382 3.72-2.849 5.585-4.263 1.851-1.403 1.886-3.695 3.711-5.129 1.81-1.422 5.601-1.975 7.386-3.427 1.77-1.44 5.273-2.179 7.018-3.648 1.73-1.458-2.41-5.437-.705-6.923 1.692-1.474 3.507-2.885 5.174-4.387 1.654-1.49 2.2-3.4 3.83-4.918 1.615-1.505 4.55-2.487 6.142-4.019 1.58-1.519 8.396-1.113 9.952-2.658 1.543-1.532-1.325-4.684.194-6.242 1.508-1.545.28-4.035 1.764-5.605 1.472-1.558 6.838-1.793 8.288-3.374 1.438-1.57 4.572-2.606 5.988-4.199 1.405-1.58.077-4.05 1.46-5.653 1.372-1.59-.345-4.128 1.006-5.74 1.34-1.602 1.704-3.469 3.023-5.092 1.308-1.61 4.2-2.737 5.487-4.369 1.277-1.619 6.98-1.99 8.236-3.63 1.247-1.629-.219-4.013 1.008-5.662 1.217-1.636 1.902-3.412 3.1-5.069 1.188-1.644 2.912-3.147 4.08-4.81 1.16-1.652 3.637-2.978 4.777-4.648 1.132-1.659 2.135-3.358 3.248-5.036 1.105-1.665 1.158-3.586 2.244-5.27 1.078-1.672.034-3.829 1.093-5.519 1.051-1.678 3.287-3.082 4.32-4.778 1.025-1.684 2.532-3.26 3.54-4.96.997-1.686 7.552-2.206 8.531-3.909.973-1.69 1.445-3.514 2.4-5.22.95-1.696-3.123-4.413-2.19-6.125.924-1.7 3.491-3.085 4.4-4.8.901-1.706 5.992-2.636 6.876-4.357.88-1.71-4.472-4.583-3.61-6.308.856-1.714 5.9-2.686 6.74-4.415.833-1.718-.93-3.902-.112-5.634.813-1.723 2.462-3.312 3.258-5.048.792-1.726 4.538-2.983 5.313-4.723.771-1.729-.637-3.826.118-5.569.75-1.733 2.998-3.25 3.732-4.997.73-1.736-1.67-3.957-.957-5.707.71-1.74 1.076-3.535 1.771-5.287.69-1.743 1.702-3.444 2.377-5.2.672-1.745.261-3.643.917-5.402.652-1.748-.415-3.723.223-5.484.633-1.75 4.565-3.075 5.183-4.838.616-1.754 4.843-3.067 5.444-4.833.597-1.756-4.078-4.165-3.495-5.933.58-1.758-2.84-3.982-2.276-5.752.562-1.76 3.572-3.23 4.12-5.003.545-1.763 3.78-3.228 4.31-5.002.528-1.764.045-3.64.56-5.416.51-1.766 6.903-2.936 7.4-4.713.495-1.769.825-3.575 1.306-5.354.48-1.77.777-3.578 1.242-5.359.462-1.772-.267-3.673.182-5.455.447-1.774-.033-3.645.4-5.428.431-1.775-1.968-3.805-1.55-5.589.415-1.777 3.963-3.3 4.366-5.086.4-1.778-7.133-4.196-6.745-5.983.386-1.779 10.403-2.817 10.776-4.606.371-1.78-6.363-4.096-6.005-5.886.357-1.782 6.024-3.189 6.368-4.98.342-1.783 2.373-3.466 2.702-5.257.328-1.784-.642-3.669-.326-5.462.314-1.784-5.038-3.929-4.736-5.723.3-1.786 1.694-3.505 1.982-5.3.286-1.787-2.254-3.73-1.98-5.526.273-1.788 4.63-3.353 4.89-5.149.26-1.789 4.326-3.39 4.573-5.188.246-1.789-1.225-3.674-.99-5.472.232-1.79-1.56-3.68-1.34-5.478.221-1.792-4.159-3.78-3.95-5.579.207-1.792 1.09-3.548 1.284-5.348.195-1.792 7.81-3.303 7.993-5.103.183-1.793-7.125-3.857-6.954-5.657.17-1.794 8.397-3.323 8.556-5.124.157-1.794-4.978-3.758-4.832-5.559.145-1.795 6.34-3.426 6.474-5.228.134-1.795.223-3.606.346-5.407.122-1.796-5.143-3.726-5.032-5.528.11-1.796 4.743-3.504 4.842-5.306.098-1.796.51-3.599.598-5.402.086-1.792-8.146-3.724-8.07-5.522.075-1.792 1.076-3.567 1.14-5.365.064-1.792 4.373-3.536 4.426-5.335.053-1.792.801-3.585.843-5.385.041-1.793.976-3.588 1.007-5.387.031-1.793-1.647-3.603-1.626-5.403.02-1.793-1.625-3.595-1.616-5.395.01-1.794 2.667-3.59 2.665-5.39 0-1.795-.744-3.595-.756-5.395-.012-1.794 1.14-3.599 1.117-5.4-.022-1.794-6.47-3.554-6.503-5.354-.033-1.795-.03-3.585-.074-5.385-.043-1.795 6.698-3.658 6.644-5.458-.053-1.795 1.597-3.62 1.533-5.42-.064-1.796-3.967-3.546-4.04-5.346-.074-1.796-4.452-3.522-4.536-5.322-.084-1.795 2.736-3.64 2.643-5.44-.094-1.796 2.325-3.645 2.221-5.446-.103-1.795-7.164-3.437-7.277-5.236-.113-1.795 4.905-3.71 4.781-5.51-.122-1.796-.69-3.582-.823-5.382-.133-1.795-4.662-3.464-4.805-5.264-.142-1.795 3.096-3.687 2.944-5.487-.152-1.794-3.748-3.477-3.91-5.276-.16-1.794 2.311-3.673 2.141-5.473-.17-1.794-.447-3.583-.627-5.38-.18-1.796.25-3.612.06-5.41-.189-1.795 5.984-3.843 5.786-5.642-.198-1.794-10.282-3.183-10.49-4.98-.208-1.795 4.94-3.816 4.723-5.614-.217-1.793 1.907-3.697 1.681-5.494-.226-1.793-7.544-3.256-7.778-5.053-.235-1.793 2.587-3.73 2.344-5.528-.244-1.793-1.004-3.558-1.257-5.355-.253-1.792 1.362-3.682 1.101-5.478-.26-1.792-5.628-3.306-5.898-5.102-.27-1.792 1.996-3.719 1.716-5.515-.278-1.79-2.523-3.465-2.81-5.26-.288-1.79 6.1-3.977 5.803-5.772-.296-1.79-1.298-3.543-1.603-5.337-.305-1.79-.27-3.606-.584-5.4-.313-1.789 1.715-3.737 1.393-5.53-.32-1.79-5.307-3.276-5.637-5.068-.33-1.789-.36-3.6-.699-5.392-.338-1.788-.2-3.61-.548-5.403-.347-1.789-5.285-3.247-5.64-5.039-.355-1.787 4.014-3.918 3.651-5.709-.364-1.787 1.828-3.769 1.456-5.56-.37-1.786-5.178-3.236-5.558-5.026-.379-1.786 3.216-3.885 2.828-5.674-.388-1.786.912-3.713.516-5.502-.396-1.785-4.202-3.298-4.607-5.086-.403-1.78-2.734-3.403-3.146-5.188-.41-1.78 1.315-3.744.895-5.528-.419-1.78 2.36-3.843 1.932-5.627-.427-1.78-3.85-3.302-4.285-5.085-.435-1.779 1.818-3.806 1.374-5.588-.443-1.779-1.749-3.487-2.2-5.268-.45-1.779-6.569-3.033-7.028-4.814-.459-1.778 2.095-3.84 1.628-5.62-.466-1.779-4.129-3.248-4.604-5.029-.474-1.777 1.905-3.832 1.422-5.612-.482-1.776 1.336-3.785.845-5.564-.489-1.776-7.983-2.843-8.48-4.622-.498-1.775 8.39-4.516 7.885-6.294-.505-1.774-9.207-2.697-9.72-4.474-.513-1.774 2.142-3.882 1.621-5.659-.52-1.773-.147-3.645-.676-5.42-.527-1.773.366-3.705-.17-5.48-.535-1.773-5.253-3.083-5.796-4.858-.543-1.772-3.809-3.234-4.36-5.007-.55-1.77 8.558-4.643 8-6.416-.559-1.77-5.294-3.064-5.86-4.837-.565-1.769-1.417-3.508-1.99-5.28-.573-1.768 2.373-3.959 1.792-5.73-.58-1.768-9.017-2.594-9.605-4.365-.587-1.767-1.849-3.447-2.444-5.217-.595-1.767-1.185-3.528-1.788-5.297-.602-1.766 4.656-4.262 4.046-6.03-.609-1.765-.75-3.593-1.368-5.36-.616-1.762-1.558-3.487-2.182-5.25-.623-1.762.654-3.774.023-5.538-.63-1.76-2.554-3.358-3.193-5.12-.637-1.76-1.569-3.486-2.215-5.248-.645-1.76-4.112-3.143-4.765-4.904-.652-1.759 3.855-4.22 3.195-5.982-.659-1.759-4.236-3.122-4.903-4.882-.667-1.758.921-3.833.246-5.592-.673-1.757-2.13-3.41-2.813-5.169-.68-1.756-5.744-2.893-6.432-4.65-.688-1.757 1.565-3.934.87-5.692-.696-1.754-.34-3.666-1.043-5.422-.702-1.754-1.259-3.534-1.969-5.289-.71-1.754-1.229-3.54-1.947-5.295-.715-1.75.118-3.739-.605-5.49-.723-1.75-3.144-3.25-3.874-5.002-.73-1.749-2.118-3.402-2.856-5.153-.737-1.749-5.984-2.804-6.729-4.554-.744-1.749-2.507-3.335-3.259-5.085-.75-1.748.108-3.745-.65-5.494-.759-1.747 5.431-4.6 4.665-6.348-.765-1.745-5.819-2.808-6.592-4.554-.772-1.745-2.435-3.346-3.215-5.092-.779-1.745 3.014-4.239 2.227-5.985-.787-1.744-3.616-3.158-4.41-4.904-.793-1.743-4.648-2.978-5.449-4.722-.8-1.743 2.377-4.158 1.57-5.903-.81-1.744-2.32-3.376-3.138-5.12' fill='%2355B9D5' mask='url(%23inv_b)'/></g></svg>");
  background-size: 100% 100%;
}
@media only screen and (max-width: 840px) {
  .section__invisalign .visual__element {
    display: none;
  }
}
.section__invisalign .innerwrapper {
  display: flex;
  padding-top: 10vw;
  color: #2d367f;
  align-items: center;
  padding-bottom: 6vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .section__invisalign .innerwrapper {
    flex-wrap: wrap;
  }
}
.section__invisalign .innerwrapper h2 {
  margin-bottom: 0.2em;
}
.section__invisalign .innerwrapper .column {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 840px) {
  .section__invisalign .innerwrapper .column {
    width: 100%;
  }
}
.section__invisalign .innerwrapper .column:nth-child(2) {
  background-color: #f5f5f0;
}
.section__invisalign .innerwrapper .column img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .section__invisalign .innerwrapper .column img {
    max-width: 480px;
  }
}
.section__invisalign .wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.section__invisalign .wave svg {
  width: 100%;
  height: auto;
}

.section__behandlung {
  background-color: #f5f5f0;
  color: #2d367f;
  position: relative;
  overflow: hidden;
}
.section__behandlung .innerwrapper {
  position: relative;
  z-index: 9;
}
.section__behandlung .visual__element {
  content: "";
  display: block;
  position: absolute;
  width: 75vw;
  height: 75vw;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-45%) translateY(-40%);
  top: 0;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='1519' height='1519' viewbox='0 0 1519 1519' xmlns='http://www.w3.org/2000/svg'><path d='M1517.5 764.73l-3.53-5.54.32-5.52 1.13-5.54 2.66-5.58-4.26-5.43.85-5.55.76-5.57v-5.53l.63-5.58-1.63-5.45.75-5.6-1.34-5.45 1.75-5.7-.63-5.52-.68-5.51-2.88-5.26-.68-5.49-3.23-5.17 1.84-5.8.63-5.67-2.92-5.17-.41-5.53.12-5.61-2.44-5.2 2-6-4.52-4.8.57-5.73-.35-5.57v-5.64l-1.49-5.35-2.31-5.16.86-5.88-4.3-4.68-1.94-5.21-2.49-5.06 1.52-6.09.88-6-6.09-4.07-.65-5.52-2.36-5.06-.69-5.55.69-6-4.31-4.45 2.31-6.55-4.34-4.4-3.57-4.63 2.7-6.79-3.37-4.69-3-4.79-4.55-4.2 1.54-6.49-4.83-4.05-2.41-5 .89-6.31-1.49-5.38-1.07-5.56-3.25-4.64-3-4.72-3.17-4.64-.08-6-6.62-3-.65-5.8-2.74-4.81-1.93-5.21-2.12-5.11-3-4.66-1.74-5.32-4.81-3.7-2-5.2.53-6.6-6-3-2.19-5.1-.41-6.15-3.56-4.32-2.35-5.05-4.92-3.48-3.23-4.49-.19-6.41-5.67-2.94.69-7-3.21-4.53-7.2-1.84-.49-6.34-2.26-5.17-6.73-2-1.26-5.89-3.81-4.06-3.89-4-2.76-4.82-1.29-6-5.07-3.08-4.75-3.3-3.12-4.56-3.7-4.1-.18-7-6.83-1.53-2.48-5.12-2.2-5.4-4.58-3.34-3.06-4.68-2.94-4.79-3.17-4.62-3.33-4.47-6.72-1.31-3.91-3.89-3.7-4.1-1.49-6.27-4.12-3.72-4.66-3.17-6.06-1.73-.71-7.19-4.93-2.87-2.93-5-7.18-.4-4.43-3.32-3.88-3.94-3.68-4.16-1.56-6.61h-7.3l-3.41-4.51-3.71-4.17-5.16-2.43-2.16-6.1-5.75-1.68-4.73-2.91-4-3.83-2.23-6.18-4.91-2.71-6-1.24-2.78-5.58-5.48-1.87-4.58-3.11-4.69-2.93-3.81-4.24-6.21-.69-4.66-3-4.3-3.51-4.3-3.52-4.11-3.84-6-.87-4.78-2.76-4-4-5.66-1.28-2.47-6.72-4.48-3.33-5.93-.79-4.58-3.14-5.34-1.77-5.43-1.57-3.4-5.4-6.72.93-5.13-2.08-4.52-3.27-3.9-4.6-4.29-3.87-5.21-1.95-6.84 1.6L1070 70l-3.78-5.1-7 2.3-4.71-3-5.28-1.67-3.7-5.5-5.37-1.51-6.23.73-3.75-5.62-4.9-2.72-5.43-1.3-5.25-1.77-6.48 1.74-3.82-5.88-6.49 1.93-5.55-.77-3.69-6.58-6.42 2L977 35l-4.55-4.12-6.26 1.73-5.12-2.18-4.78-3.49-5.24-1.86-6.33 2.39-4.95-3-5.72.16-5.28-1.67-5-2.81-5.55-.46-4.76-4.3-6.15 2.48-5.46-.87-5.27-1.84-5.09-3-5.55-.44-5.34-1.66-5.53-.5-5.62.14-5.95 2.6-5.2-2.68-5.24-2.68-5.6.23-5.3-2.43-5.47-1-5.63.61-5.45-1.29-5.79 2.78-5.25-3.87-5.65 1.38-5.49-1-5.54-.14-5.59 1.23-5.6 1.75-5.39-4.22-5.61 3-5.49-2.23-5.55 1.62-5.52-3.29-5.53 3.24-5.54-1.54-5.56-.67-5.47 2.39-5.54-.45-5.52.4-5.43 2.15-5.5.44-5.59-1-5.47.93-5.73-2.5-5.45 1.26-5.51.56-5.62-.57-5.52.48-5.39 1.63-5.14 3.6-6.08-4-5 4.13-5.6-.15-5.87-1.74-5.13 3-5.77-.95-4.74 5.1-5.31 1.62-6.37-4-5.37 1.46-5.41 1.21-5.41 1.23-4.55 5.08-6.34-3-4.69 4.23-5.89-.83-4.65 4.24-6.06-1.39-5.61.46-5.34 1.52-5.46 1.07-5.29 1.67-4.57 4.08-5.63.5-5.37 1.37-5.21 1.89-5.58.78-3.68 6.38-5.87-.1-4.57 3.63-6.94-2.92-4.06 5-5.66.65-5.77.45-4.34 4.1-5.58 1-3.63 5.68-6.05-.12-5.45 1.32-5.25 1.8-5.72.8-4.68 3.1-3.66 5.26-5.94.38-4.35 3.7-5.68 1-3.78 4.8-6.8-1.14-2.4 7.37-4.92 2.49-6.41-.27L393 95.5l-5.54 1.46-3.63 4.82-4 4.09-6.22.32-3.47 5-6.13.56-5 2.4-2.81 5.93-4.81 2.73-6 .87-2.43 6.36-7-.51-4.75 2.86-4.06 3.88-4 4-3.27 4.94-5.24 2.17-3.82 4.14-6.42.63-4.67 3-2.42 5.92-4 3.78-5.92 1.43-4.3 3.5-2.58 5.57-7 .17-.92 7.51-7.37-.13-1.61 6.6-5.46 2.16-5 2.72-1.06 7.07-6.23 1.37-2.45 5.47-5.39 2.35-5.81 1.93-2.06 5.84-3.47 4.35-4.27 3.54-3.25 4.56-6.47 1.43-.33 7.33-5.23 2.66-2.53 5.19-4.29 3.55-3.82 4-4.91 3-4.68 3.26-3.61 4.21L180 270l-.91 6.45-3.42 4.33-3.47 4.28-4.66 3.34-5.85 2.42-2.34 5.21L158 302l-4.63 3.43-1 6.1-7.05 1.68-1.88 5.48-2.22 5.2-1.6 5.61-6.1 2.5-4.16 3.88-1.93 5.37-4.63 3.58-3.09 4.62 1.15 7.29-6 2.78-1.48 5.58-4.36 3.83-1 5.85-3.6 4.29-.37 6.17-3.26 4.48-5.12 3.48.07 6.34-5.68 3.21-3.81 4.26.56 6.53-1.21 5.57-5.36 3.49-.23 6.05-6.31 3.1-.74 5.78 1 6.56-3.68 4.38-1.68 5.3-5.12 3.79 1.38 6.61-3.64 4.45-1 5.54-3.4 4.57-4.94 4 1.16 6.39-4.91 4.06 1 6.25-.47 5.7-5.74 3.84-.6 5.65-.69 5.6.19 5.87-2.58 5-4.88 4.26.95 6.07-3.63 4.7 1.48 6.17-2.84 4.94-3.36 4.82 1.25 6.05-3.73 4.75-2.86 5 4 6.65-2.58 5.06-2.35 5.13.82 5.83-4.08 4.79 1 5.83-5.14 4.64.71 5.77-.57 5.52-1.87 5.3 1.74 5.89-2.42 5.22-2.46 5.23 1 5.74-1.38 5.4-.8 5.48 1.1 5.7.86 5.65-5.07 5v5.58l-1 5.47 1.07 5.65 2.76 5.75-2.09 5.39.28 5.55-4 5.32.77 5.59 1.74 5.6-3.42 5.43.71 5.57 4.29 5.6-4 5.49-.62 5.54 2 5.53.59 5.52 2.06 5.48-4.59 5.65 4.39 5.39.33 5.5-1.23 5.59-1.7 5.63 1.27 5.47 3.44 5.3-5 5.92 5.68 5.08.71 5.47.48 5.49-.49 5.6.25 5.53-3 5.92.48 5.54 5.83 4.79-3.8 6.13 1.35 5.4 2.13 5.27 3.15 5.08-2 6-.07 5.64 1.34 5.39.56 5.54 3.29 5 3.39 4.93-2.63 6.23 2.36 5.15 2 5.21.42 5.58-.3 5.79 1.56 5.32 5.65 4.23.09 5.7-1.06 6 1.38 5.37 4.65 4.39.43 5.65 3.72 4.62-2.49 6.61 5 4.17-.62 6.05 2.05 5.15 3.06 4.78 2.73 4.89 2.54 5 2.51 4.94 1.51 5.33 2.35 5 .78 5.64-.18 6.06 4.91 3.93.33 5.88 2.59 4.9 1.36 5.46 2 5.16 4.6 4 3.13 4.63-.09 6.18 3.35 4.52 3.11 4.62 1.16 5.61 4.39 4 3.29 4.51 2.74 4.78-1 6.85 6.24 2.85.09 6.31 5.8 3 1.13 5.73 2 5.22 3.88 4.11-.28 6.67 6.37 2.54.88 6 4.93 3.39 3.58 4.26 3 4.63 1.08 6 4.39 3.68 3 4.62 3.46 4.32 1.72 5.58 3.14 4.57 3.82 4 3.47 4.32 5.69 2.59 2.63 4.94 2.73 4.88 4.12 3.78 3.78 4 2.74 4.9 2.14 5.42 5.35 2.7 4.47 3.42.5 6.92 3.85 4 3.81 4 3.19 4.6 6 1.95 3.64 4.15 2.38 5.38 4.33 3.5 3.09 4.73 4.22 3.62 4.82 3 5.64 2.11 1.59 6.33 5.21 2.53 5.13 2.59 2.75 5.16 4.17 3.63 3 4.91 6.68.76.59 7.78 6 1.48 3.22 4.78 6 1.44 2.62 5.54 3.63 4.33 5.2 2.37 4.57 3.14 4.59 3.12 3.12 5.06 7.73-1.13 1.53 7.26h6.84l4.06 3.83 5.48 1.77 3.39 4.81 3.47 4.74 5.9 1.12 5 2.39 3 5.52 4.11 3.88 6.77-.39 5.11 2.21 3.72 4.51 4.46 3.32 5 2.33 3.68 4.7 5.38 1.73 5 2.44 5 2.36 6.08.34 2.68 6.76h6.21l4.22 3.9 4.15 4.09 5.17 2.06 6.58-.91 5 2.37 4.18 4.11 6 .26 4.86 2.64 4.91 2.56 4.16 4.31 5.14 2.06 4.61 3.38 5.75.55 4.46 3.79 6.42-1.25 5.39 1.37 5.46 1.13 5.27 1.66 4.69 3.27 5 2.41 6-.61 3.92 5.79 6.12-1 4.63 3.71 5.82-.14 5.73.08 5 2.53 5 2.52 5.59.49 5 2.76 5.3 1.58 5.78-.33 5.62.21 4.86 3.45 5.84-.81 5.4 1.09 4.72 4.4 5.95-1.53 4.95 3.51 5.94-1.74 5.43 1 4.93 3.93 5.54.41 5.11 3.15 6.11-3.43 5 4.25 5.72-1 5.25 2.59 6-3.27 5.46.8 5.43 1.12 5.32 2.36 5.75-2.24 5.26 3.44 5.55.09 5.74-3 5.41 1.78 5.5.68 5.53-.11 5.39 3.77 5.54.08 5.61-2.91 5.48 3.72 5.55-.22 5.55-1.6 5.51-2.57 5.54 1.31 5.51-1 5.53.34 5.63 2.83 5.34-4.87 5.52-.07 5.53.19 5.54.17 5.42-1.63 5.58.55 5.81 3.15 5.49-.8 5.54-.3 5.46-1.14h5.57l5.11-3.87 6 3 4.8-5.8 6.16 4.07 5.25-2.36 5-4 6.19 3.55 5.56-.41 4.86-4.26 5.67.26 4.84-4.05 6.41 3.79 5.31-1.69 4.75-4.19 5.75.35 5-2.72 6 1.08 4.62-4.32 5.37-1.28 6.42 2.63 4.17-5.75 6.35 2.16 5.46-1.06 4.23-5.23 5.92.46 5-2.58 4.44-4.21 6.91 3.31 4-5.39 5.81-.12 4.1-5 6.27 1.12 5.41-1.33 4.65-3.35 5.89-.11 3.93-5.09 6.22.64 5-2.54 4.61-3.3 4.57-3.35 5.93-.22 5.93-.33 3.88-4.84 5.28-1.75 4.72-3 6.06-.19 3.31-5.79 6.81 1.23 3.16-6 5.21-1.95 5.52-1.39 4.69-3 5-2.36 4.53-3.24 4-4.11 4.42-3.38 5.75-1.11 6-.76 2.15-7.12 5.54-1.51 5.89-1 3.2-5.27 5.67-1.41 4.91-2.6 3.57-4.61 5.29-2 3.35-4.86 4.91-2.61h6.79l2.53-5.94 5.23-2.23 4.44-3.3 5.2-2.31 3.7-4.28 5.09-2.47 2.24-6.09 5.6-1.86 3-5 5.68-1.8 3.1-4.92 4.6-3.11 4.88-2.82 3.61-4.27 4.72-3 4.77-3 3.87-4 2.53-5.41 4-3.85 6.11-1.62 4.24-3.59.75-7.13 3.79-4 5.61-2.23 3-4.8 2.77-5 4.81-3.05 5.05-2.79 4.36-3.52 4.06-3.81 3.81-4 2.27-5.38 4-3.88 2-5.58 6.16-2 2.74-4.92 3.77-4.08 1.82-5.64 1.6-5.76 7.48-1.19.18-6.83 4.86-3.26 2-5.41 4.81-3.33 2.09-5.3 2.44-5 3.38-4.37 4.47-3.62 3.39-4.39 3.29-4.45 3.33-4.44 3.72-4.19-.03-6.65 6-2.77v-6.47l4.31-3.85 4.71-3.64-.36-6.63 6.2-2.81 2.34-5.05 1-5.79.13-6.23 4.29-3.95 5.13-3.55-1.31-6.92 3-4.67 5.15-3.6.67-5.84 1.57-5.37 4.74-3.87.54-5.85.9-5.65 5.8-3.46.63-5.77 2.39-5 2.95-4.76 2.23-5.07.92-5.6 3.88-4.42.69-5.66-.22-6 1.77-5.23 5.13-4 1.77-5.25 2.21-5.1 1.47-5.35 2.36-5.06-.88-6.09v-5.79l4.27-4.48 2.91-4.91 1-5.46 1.62-5.3-2.49-6.41 3.35-4.82.59-5.54 2.78-5 3.31-4.9.5-5.58.38-5.58.84-5.48 1.29-5.38-.71-5.78 4.66-4.73-3-6.19 4.34-4.83 1.13-5.43-2.79-6.06 2.73-5.16.36-5.53.45-5.52 3.88-5.06.76-5.49.27-5.55-3.44-6 3.29-5.21.83-5.48 1.92-5.38-.89-5.64 1.78-5.42-4.08-5.82 1-5.46-.78-5.57 2.48-5.41-1.78-5.59 2.88-5.43-2.58-5.59.21-5.51 4.12-5.47zm-264.6-1.88l-2.7 3.57-.14 3.59 1.68 3.64-1.87 3.53 1.15 3.64-1.61 3.53.51 3.62-.65 3.56 2.66 3.79-1.16 3.53.58 3.66-1.26 3.51-.54 3.57-2.14 3.39 2.24 3.87-.18 3.62-.47 3.53-2.53 3.3-.29 3.59-.23 3.6-1.78 3.36 1.82 4-.74 3.53-2.83 3.15 2 4-3 3.08.46 3.76-.84 3.5-.54 3.57-.25 3.64-.33 3.63-2.15 3.19-1.81 3.25-.39 3.62-2.18 3.13 1.62 4.17-1.05 3.45-.68 3.56-1.9 3.2-2.77 2.91v3.78l.58 4-1.54 3.3-1 3.48-1.44 3.32-1.15 3.42-3.34 2.62-1.15 3.4.14 3.9-.45 3.69-2.52 2.88-.61 3.64-1.44 3.3-1.93 3.1-1.55 3.25-.41 3.76-3.78 2.25-.59 3.68-.35 3.81-3.08 2.52-1 3.5-.44 3.8-3.35 2.34-1.94 3 .86 4.51-3.34 2.31-2.8 2.57-.08 4.06-.65 3.77-1.52 3.29-4 1.83.24 4.31-3.07 2.38-2.8 2.5v4.21l-3.91 1.81v4.29l-2.42 2.73-2.16 2.89-2.15 2.89-2.21 2.86-2.91 2.36-2.2 2.85-1.58 3.28-1.37 3.46-3.13 2.16-1.29 3.53-3.16 2.12-.12 4.45-4.87.77-1 3.75-1.19 3.67-2.45 2.66-1.78 3.21-4 1.33-1.28 3.63-2.6 2.52-1.48 3.51-2.48 2.62-2.64 2.49-2.84 2.29-3.34 1.81-3.13 2-1.8 3.25-1.95 3.12-3.65 1.46-2.48 2.6-.48 4.64-2.76 2.34-4 1.05-2.58 2.51-1.65 3.52-2.52 2.59-3.11 1.94-3.07 2-2.35 2.79-3.18 1.83-3 2-2 3.2-3.7 1.17-2 3.28-3.65 1.21-1.45 4-3.32 1.61-2.41 2.78-3.38 1.51-2.9 2.15-3.4 1.45-1.65 3.87h-4.42l-3.19 1.7-2.19 3.17-3.44 1.33-2.32 3-3.2 1.69-3.69.92-2.08 3.43-3.84.66-3.61 1-1.4 4.64-3.9.5-3.74.72-2.88 2.2-2.62 2.68-2.94 2.11-3.27 1.53-3.05 1.94-3.6.91-3.39 1.27-2.06 3.89-4.43-.8-2.16 3.77-3.94.12-3.07 1.93-3.45 1.14-2.52 3.15-3.86.21-3.86.15-3 2.18-3 2.15-3.22 1.65-4.05-.42-2.56 3.32-3.84.07-3 2.18-3.53.87-4.08-.73-2.67 3.24-3.78.08-2.63 3.5-4.49-2.15-2.9 2.74-3.25 1.68-3.85-.3-2.75 3.4-3.56.69-4.14-1.4-2.71 3.74-4.18-1.71-3.5.83-3 2.82-3.87-.7-3.29 1.76-3.74-.22-3.09 2.73-3.46 1.1-4.18-2.47-3.15 2.64-3.69-.17-3.17 2.77-3.62.27-4-2.31-3.23 2.59-3.42 1.53-4-2.65-3.13 3.78-3.88-2-3.33 2.52h-3.63l-3.55.74-3.61.2-3.57.52-3.79-2.05-3.63-.36-3.53 1.06-3.6-.11-3.61-.12h-3.59l-3.48 3.18-3.66-1.85-3.61-.22-3.58.66-3.61-.85-3.59 1.67-3.61 1-3.62.15-3.56-2.43-3.65 1.89h-3.62l-3.5-2.45-3.61.07-3.57-.44-3.53-1.16-3.74 1.93-3.61-.06-3.42-2.24-3.75 1.46-3.46-1.54-3.54-.73-3.55-.52-3.89 2.13-3.42-1.69-3.72.64-3.24-2.77-4 2.24-3.33-2.05-3.61-.27-3.21-2.56-3.53-.65-3.87 1.14-3.22-2.29-3.88 1-3.07-2.87-3.52-.7-3.8.52-3.17-2.24-3.66-.14-3.76.21-3.45-1-3.25-1.79-3.64-.32-3.27-1.64-3.26-1.65-3.73-.05-3.8.09-3-2.42-4 .64-2.55-3.76-3.92.39-3.27-1.57-3.05-2.13-3.43-1.08-3.56-.74-3.5-.89-4.19.82-2.9-2.47-3.75-.36-3-2.2-3.35-1.34-2.71-2.81-3.2-1.66-3.16-1.73-3.88-.16-2.72-2.68-3.25-1.54-4.29.59-3.36-1.34-2.7-2.66-2.75-2.54h-4l-1.75-4.4-4-.22-3.26-1.54-3.24-1.59-3.51-1.13-2.39-3-3.28-1.53-2.91-2.15-2.42-2.94-3.33-1.44-4.41.25-2.67-2.52-2-3.59-3.27-1.56-3.84-.73-2.26-3.09-2.21-3.13-3.57-1.16-2.64-2.49h-4.46l-1-4.73-5 .74-2-3.29-3-2-3-2.05-3.39-1.54-2.36-2.82-1.71-3.61-3.89-.94-2.1-3.11-3.92-1-.38-5.07-4.35-.49-2-3.2-2.71-2.36-1.79-3.37-3.34-1.68-3.39-1.65-1-4.12-3.67-1.38-3.14-1.94-2.75-2.36-2-3.08-2.82-2.28-1.55-3.5-2.37-2.71-3.93-1.27-2.07-3-2.48-2.62-2.51-2.6-.32-4.5-2.92-2.23-3.48-1.76-1.39-3.53-1.79-3.19-2.46-2.62-2.68-2.46-1.78-3.18-1.71-3.22-3.7-1.69-2.26-2.81-2.49-2.64-2.05-3-1.12-3.63-2.25-2.81-2-3-2.86-2.4-.71-3.87-1.95-3-2.33-2.77-3.21-2.21-.57-3.9-4.15-1.66.18-4.34-2.53-2.68-1.32-3.4-.74-3.73-3.78-2v-4.11l-4.07-1.85.66-4.47-1.79-3.11-2.14-2.93-2.86-2.58-.76-3.65-2-3-2.18-2.94.06-4-2-3-3-2.58-1.32-3.36-.88-3.55-1.69-3.2-.22-3.82-3.19-2.56.12-3.95-.51-3.67-1.53-3.25-1-3.47-1.64-3.22-1.65-3.22-1.78-3.19-2-3.11-1.33-3.36.4-3.93L289 912l1.62-4.3-2.42-3-.28-3.68-3-2.86-.9-3.5.69-3.93-.06-3.71-3.68-2.75-1-3.47.19-3.77-.27-3.63-1.31-3.4-1.54-3.35 1.71-4.05-2.21-3.21-2.13-3.25-.37-3.61-.87-3.51v-3.67l1.33-3.88-2-3.31-1.38-3.43-.88-3.52 2.47-4-3.8-3.12-.31-3.6 1.93-3.86-.17-3.6.32-3.65-.31-3.57-.46-3.56-3.7-3.31 3.25-3.86-2.24-3.45-.83-3.56 1.11-3.67.8-3.63-.22-3.59-2.85-3.51 3-3.67-1.34-3.57-.39-3.6-1.31-3.6.41-3.61 2.62-3.57-2.79-3.65-.47-3.62 2.23-3.54-1.13-3.65-.5-3.63 2.61-3.47-.18-3.61 1.36-3.51-1.79-3.74-.7-3.68.64-3.57v-3.63l3.3-3.27-.56-3.68-.72-3.72.53-3.56.9-3.52-.67-3.74 1.61-3.4 1.57-3.4-1.13-3.83 1.22-3.45.36-3.6-.45-3.76 3.34-3-.63-3.8 2.66-3.11-.54-3.8 1.53-3.34 1.68-3.3-2.58-4.32 1.87-3.26 2.42-3.09-.81-3.94 2.19-3.14 1.84-3.22-1-4 2.37-3-.62-4 3.18-2.77 1.68-3.24-.13-3.82.45-3.65.39-3.68 3.74-2.49.31-3.71-.63-4.08 3.2-2.64-.76-4.16 3.22-2.6 2.21-3 .68-3.61 2.38-2.9-.9-4.3 3.33-2.47 1.09-3.45 2.4-2.85-.65-4.27.48-3.76 4.11-2 .15-3.94 3.49-2.27.79-3.63-.36-4.26 2.48-2.77 3.7-2.09-.05-4.13 3.33-2.26 2.13-2.92.23-4 2.35-2.8.65-3.81 2.84-2.49 1-3.64 3.89-1.81-.75-4.74 2-3 3-2.33 1.25-3.5 2.71-2.52 4-1.63 1-3.66 1.44-3.38 1.22-3.57 4.6-1.09.68-4 3-2.24.9-3.85 1.52-3.39 3.81-1.58 3-2.17 2.26-2.79 2.23-2.81.59-4.21 2-3 2.35-2.74 3-2.12 3.2-2 2.49-2.6 2.79-2.31 1.65-3.37 3.4-1.74.22-4.77 4.22-.93 2.11-3 2.78-2.31 2.26-2.83 1.34-3.8 3.79-1.26 3.5-1.53 1.6-3.56 4-.89.69-4.61 3.25-1.77 3.56-1.4 1.05-4.3 4.79.08.6-4.88 4.59-.12 1.68-3.63 2.8-2.27 3.85-.93 2.64-2.46 1.58-3.86 3-2 4.19-.42 2.48-2.68 3.42-1.42 2.12-3.21 2.59-2.6 2.64-2.52 3.1-1.87 4.55.34 1.58-4.15 3.93-.56 3.13-1.78 1.83-3.86 3.28-1.56 4-.37 2.26-3.24 4.05-.21 2.62-2.66 2.36-3.14 3.61-1 3.35-1.39 4.17.18 3.21-1.62 1.56-4.8 4.42.74 2.46-3.12 3.7-.64 2.84-2.41 3.87-.25 2.37-3.42 3-2 3.73-.52 3.42-1.17 3.55-.87 3.93.09 2.37-3.7 3.63-.62 2.83-2.67 3.75-.29 3.69-.43 2.65-3.24 4.51 1.91 3-2.36 3.82.06 2.4-4.15 3.63-.51 3.39-1.24 3.5-.88 3.67-.33 3-2.66 3.45-1.08 3.55-.7 3.48-1 3.65-.3 3.95.9 3-2.76 3.84.54 3.05-2.75 4.13 1.92 3-3.3 3.53-.8 3.52-.79 3.49-1 4.15 2.59 3.46-1.06 3.08-3.31 3.76.61 3.35-1.95 3.81 1.13 3.65.09 3.28-2.69 4 2.61 3.34-2.34 3.51-1.06 3.6-.31 3.66.37 3.58-.36 3.55-.82 3.73 1.62 3.57-.6 3.64.65 3.58-.29 3.53-1.4 3.59-.26 3.61.29 3.57-1.56 3.61.44 3.61 1 3.6-2.11 3.6 2.14 3.61-1.06 3.57 1.45 3.66-1.93 3.51 2.75 3.64-1.14 3.64-.8 3.61.09 3.57.66 3.68-.9 3.42 2.52 3.77-1.81 3.55.84 3.66-.4 3.57.65 3.45 1.58 3.65-.14 3.41 1.74 3.39 1.74 3.87-1.69 3.66-.09 3.6.33 3.48 1.08 3.61.29 3.31 1.93 3.44 1.2 3.55.57 4-1.62 3.09 2.81 3.62.29 3.28 1.83L873 281l3.72-.1 3.23 1.92 4.12-1.56 3.41 1.21 3.11 2.27 3.34 1.42L898 285l3 2.68 3.3 1.51 4.18-1.3 2.4 4.28 3.62.51 4.22-1.26 2.49 3.82 4.21-1.12 3.43 1.15 3.53.84 3.19 1.78 2.45 3.65 4.05-.47 3.49 1 2.42 3.58 3.44 1.09 3.06 2 4.58-1.5 2.46 3.32 2.9 2.31 4.45-1 3.4 1.27 2.79 2.52 2.54 3 2.95 2.13 3.34 1.36 4.37-.61 2.21 3.52 3.54 1 3.47 1.16 3 2 3.86.51 2.92 2.17 1.6 4.38 3.69.83 2.62 2.62 3.11 1.79 3.89.57 2.67 2.5 2.81 2.29 2.79 2.29 3 1.93 4 .44 2.48 2.76 3.06 1.91 3 2 3.57 1.22 1.8 3.63 3.9.8 3.19 1.77 1.45 4 2.62 2.49 3.08 1.9 3.74 1.09 1.41 4 3.36 1.58 2.42 2.71 2.21 2.94h4.76l1 4.31 2.39 2.71 2.53 2.56 2.88 2.16 4.68.26 1.91 3.24 3.2 1.87.47 4.68 3.94 1.12 3 2.07 2.68 2.42 1 4.08 2.41 2.68 2.55 2.53 4.37.85 2.17 2.91 2.06 3 1.92 3.12 2 3 3 2.18 1.42 3.51 1.62 3.34 4.44 1 .13 4.55 2.4 2.67 2 3 3.09 2.15 3.31 2 .84 3.88 1.8 3.14 2.53 2.6 2.48 2.64.82 3.83 4.38 1.33 1.47 3.36.33 4.13 4.68 1.2 2.09 2.95-.45 4.58 3.69 1.92.12 4.17L1179 503l3.21 2.26 1.52 3.29 2.32 2.81.27 4 1.42 3.32 3.91 2-.35 4.29 1.29 3.39 3.13 2.41 1.13 3.46 2 3 1.38 3.34 1.25 3.39 1.79 3.13.42 3.77 4.31 2 .06 3.94 2.06 3 2 3.08 2.11 3 .7 3.62 1 3.5-.58 4.11 1.57 3.24L1220 583l-1 4.23 3 2.73 2 3.12 2.19 3.06-1.75 4.41 2.32 3 2.83 2.86-1.51 4.27 2.81 2.9-.46 3.9.46 3.61 1.53 3.3.41 3.61 4 2.66-.57 3.88-1 4 1.62 3.29 1.26 3.4 2.8 3-.55 3.82 1.5 3.36 1 3.48v3.68l.23 3.62-.38 3.73 2.95 3.13-1.27 3.88 1.58 3.38-.08 3.66.27 3.6 1.9 3.37-.41 3.69-1.2 3.77 2.11 3.37.44 3.58 1.87 3.42.45 3.59.41 3.59-1.14 3.71.87 3.55-.49 3.65 1.06 3.55-.41 3.63v3.6l-.5 3.63-.55 3.61 2.78 3.54-1.74 3.63-.73 3.61-.21 3.59 2.2 3.6z' fill='%2356BAD6' fill-rule='nonzero'/></svg>");
}
.section__behandlung:after {
  content: "";
  display: block;
  position: absolute;
  width: 40vw;
  height: 40vw;
  right: 0;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(65%) translateY(-50%);
  top: 0;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='1518' height='1519' viewbox='0 0 1518 1519' xmlns='http://www.w3.org/2000/svg'><path fill='%2355B9D5' d='M759.05 0l-5.523 3.244-5.547-1.548-5.551-.67-5.475 2.395-5.545-.448-5.517.399-5.427 2.151-5.498.434-5.59-.997-5.469.93-5.735-2.494-5.452 1.259-5.506.56-5.62-.572-5.522.479-5.391 1.632-5.134 3.592-6.086-4.006-5.029 4.127-5.603-.148-5.862-1.735-5.136 3.007-5.771-.949-4.737 5.094-5.31 1.622-6.37-3.972-5.368 1.455-5.411 1.213-5.408 1.223-4.553 5.082-6.337-2.96-4.698 4.227-5.889-.828-4.641 4.244-6.066-1.393-5.611.462-5.333 1.519-5.461 1.073-5.294 1.667-4.567 4.077-5.63.507-5.376 1.362-5.208 1.897-5.577.779-3.684 6.374-5.868-.091-4.57 3.626-6.938-2.924-4.06 4.976-5.665.651-5.768.445-4.336 4.098-5.582.956-3.634 5.68-6.042-.128-5.452 1.325-5.257 1.801-5.715.802-4.684 3.099-3.654 5.26-5.939.38-4.354 3.702-5.685.979-3.778 4.798-6.797-1.143-2.396 7.376-4.921 2.483-6.414-.267-5.143 2.135-5.532 1.462-3.633 4.824-4.019 4.091-6.224.319-3.47 4.979-6.129.562-5.035 2.4-2.816 5.926-4.804 2.736-6.029.867-2.432 6.36-6.99-.51-4.758 2.862-4.06 3.876-3.967 3.985-3.267 4.939-5.243 2.172-3.817 4.131-6.425.633-4.662 3.026-2.425 5.93-4.054 3.778-5.916 1.431-4.296 3.493-2.587 5.576-7.038.172-.922 7.503-7.37-.126-1.608 6.599-5.457 2.158-4.995 2.717-1.06 7.071-6.228 1.374-2.453 5.473-5.382 2.343-5.816 1.935-2.054 5.835-3.47 4.352-4.275 3.541-3.242 4.559-6.472 1.43-.336 7.334-5.223 2.661-2.535 5.181-4.29 3.552-3.816 3.994-4.915 3.024-4.683 3.26-3.61 4.208-3.136 4.607-.907 6.453-3.423 4.324-3.472 4.283-4.654 3.34-5.859 2.423-2.333 5.208-1.373 5.914-4.626 3.427-1.055 6.096-7.05 1.683-1.877 5.476-2.222 5.202-1.602 5.612-6.1 2.502-4.155 3.874-1.935 5.37-4.632 3.587-3.083 4.614 1.151 7.29-5.973 2.779-1.484 5.585-4.357 3.829-.995 5.849-3.607 4.293-.364 6.164-3.261 4.487-5.119 3.473.072 6.339-5.683 3.216-3.81 4.257.559 6.528-1.216 5.575-5.359 3.493-.226 6.048-6.309 3.098-.744 5.782 1.002 6.557-3.683 4.382-1.671 5.298-5.121 3.79 1.381 6.607-3.647 4.449-1.044 5.54-3.407 4.577-4.939 4.001 1.165 6.384-4.91 4.06.96 6.257-.475 5.696-5.734 3.836-.604 5.651-.691 5.602.191 5.871-2.575 4.965-4.88 4.267.947 6.072-3.629 4.692 1.474 6.177-2.836 4.938-3.356 4.82 1.245 6.05-3.729 4.751-2.865 4.999 3.967 6.645-2.578 5.062-2.352 5.131.822 5.83-4.088 4.786.971 5.835-5.133 4.639.704 5.772-.566 5.523-1.873 5.297 1.739 5.892-2.414 5.215-2.469 5.232 1.024 5.739-1.379 5.399-.805 5.48 1.104 5.702.86 5.652-5.072 5.027.047 5.576-.985 5.478 1.074 5.649 2.756 5.747-2.087 5.388.276 5.55-4.021 5.324.769 5.586 1.74 5.606L0 736.942l.719 5.567 4.287 5.604-4.034 5.483-.623 5.54 2.02 5.531.589 5.521 2.057 5.482-4.592 5.647 4.387 5.392.339 5.505-1.232 5.585-1.707 5.633 1.277 5.467 3.436 5.3-4.993 5.925 5.688 5.078.704 5.47.479 5.49-.49 5.596.251 5.528-2.962 5.928.487 5.533 5.823 4.796-3.797 6.125 1.352 5.403 2.131 5.269 3.144 5.082-2.036 5.959-.065 5.642 1.331 5.392.564 5.54 3.286 4.985 3.391 4.931-2.629 6.23 2.359 5.146 2.012 5.209.423 5.589-.302 5.785 1.562 5.325 5.646 4.226.092 5.695-1.061 6.045 1.379 5.372 4.651 4.392.433 5.644 3.719 4.624-2.489 6.605 5.016 4.176-.618 6.044 2.047 5.152 3.066 4.785 2.731 4.888 2.534 4.946 2.514 4.944 1.507 5.329 2.355 4.999.778 5.638-.186 6.062 4.911 3.933.337 5.871 2.588 4.907 1.358 5.456 2.026 5.165 4.608 3.959 3.126 4.626-.088 6.18 3.344 4.521 3.112 4.623 1.167 5.612 4.385 3.95 3.286 4.503 2.745 4.785-1.001 6.853 6.24 2.849.086 6.304 5.801 3.029 1.132 5.733 2.038 5.22 3.879 4.112-.274 6.673 6.371 2.54.876 5.997 4.935 3.394 3.579 4.25 2.995 4.634 1.078 5.948 4.396 3.685 3.032 4.621 3.458 4.32 1.72 5.579 3.139 4.565 3.824 4.055 3.468 4.312 5.691 2.593 2.621 4.947 2.732 4.879 4.119 3.773 3.787 4.031 2.735 4.899 2.139 5.423 5.35 2.704 4.476 3.42.501 6.912 3.847 3.992 3.808 4.026 3.19 4.591 6.028 1.951 3.642 4.155 2.381 5.376 4.335 3.507 3.087 4.731 4.215 3.619 4.819 2.993 5.647 2.109 1.585 6.331 5.211 2.535 5.133 2.584 2.749 5.169 4.17 3.627 3.038 4.907 6.677.764.589 7.774 6.016 1.479 3.216 4.78 5.986 1.441 2.617 5.544 3.63 4.335 5.198 2.365 4.57 3.144 4.587 3.114 3.124 5.057 7.733-1.128 1.53 7.262 6.842-.028 4.054 3.823 5.487 1.779 3.39 4.802 3.468 4.739 5.898 1.128 5.031 2.391 3.011 5.519 4.103 3.875 6.772-.39 5.112 2.216 3.72 4.506 4.457 3.316 5.038 2.336 3.68 4.695 5.385 1.73 4.973 2.442 5.013 2.36 6.083.345 2.677 6.756 6.214.044 4.219 3.897 4.148 4.091 5.168 2.06 6.582-.907 4.985 2.366 4.18 4.112 5.956.254 4.861 2.645 4.908 2.555 4.164 4.315 5.143 2.06 4.602 3.38 5.756.547 4.459 3.794 6.422-1.251 5.387 1.366 5.462 1.135 5.264 1.654 4.694 3.274 5.013 2.414 6.028-.61 3.914 5.786 6.122-.981 4.632 3.715 5.823-.144 5.73.08 5.009 2.533 5.03 2.514 5.59.497 4.986 2.751 5.303 1.586 5.777-.336 5.621.217 4.861 3.451 5.841-.81 5.405 1.086 4.72 4.398 5.947-1.53 4.945 3.511 5.947-1.741 5.422.995 4.93 3.931 5.541.407 5.114 3.148 6.11-3.433 4.981 4.251 5.719-.98 5.253 2.596 5.962-3.272 5.462.802 5.432 1.119 5.324 2.359 5.751-2.246 5.258 3.441 5.544.099 5.739-2.967 5.416 1.781 5.493.678 5.534-.11 5.389 3.775 5.547.075 5.61-2.906 5.47 3.722 5.553-.223 5.548-1.605 5.519-2.562 5.537 1.307 5.508-1.006 5.533.336 5.629 2.832 5.342-4.876 5.516-.069 5.534.189 5.54.171 5.418-1.624 5.573.544 5.814 3.155 5.494-.806 5.541-.299 5.454-1.136 5.576-.028 5.109-3.874 5.963 3.019 4.8-5.796 6.163 4.068 5.252-2.359 4.966-3.979 6.19 3.55 5.558-.41 4.86-4.26 5.677.262 4.838-4.051 6.411 3.789 5.313-1.69 4.75-4.192 5.747.349 5.043-2.715 5.952 1.079 4.621-4.324 5.37-1.281 6.422 2.636 4.17-5.749 6.349 2.154 5.467-1.061 4.224-5.223 5.918.457 4.991-2.58 4.445-4.216 6.91 3.312 4.026-5.384 5.807-.12 4.1-4.969 6.274 1.113 5.412-1.324 4.647-3.352 5.891-.11 3.931-5.097 6.222.643 4.943-2.539 4.614-3.295 4.571-3.349 5.933-.228 5.925-.326 3.88-4.837 5.284-1.752 4.717-2.961 6.06-.187 3.313-5.797 6.807 1.229 3.164-5.973 5.21-1.951 5.52-1.394 4.683-2.974 5.018-2.359 4.528-3.242 4.02-4.109 4.418-3.381 5.748-1.11 5.994-.76 2.144-7.123 5.547-1.512 5.89-1.013 3.195-5.272 5.669-1.411 4.913-2.599 3.567-4.61 5.289-2.05 3.355-4.863 4.909-2.609 6.788-.007 2.534-5.949 5.223-2.228 4.442-3.299 5.199-2.31 3.702-4.274 5.092-2.479 2.236-6.09 5.598-1.854 3.025-5.038 5.682-1.803 3.093-4.916 4.603-3.117 4.881-2.813 3.609-4.275 4.723-3.013 4.77-2.983 3.873-3.977 2.527-5.406 3.965-3.847 6.11-1.621 4.246-3.592.744-7.126 3.798-4 5.606-2.23 2.994-4.799 2.768-4.99 4.812-3.045 5.131-2.781 4.36-3.519 4.05-3.812 3.813-4.032 2.269-5.38 3.984-3.872 1.979-5.579 6.165-2.052 2.739-4.926 3.767-4.079 1.817-5.638 1.607-5.764 7.477-1.183.179-6.835 4.858-3.256 1.985-5.41 4.805-3.329 2.095-5.307 2.434-5.044 3.379-4.368 4.471-3.628 3.39-4.385 3.297-4.452 3.326-4.439 3.721-4.191-.048-6.588 5.994-2.77.046-6.471 4.309-3.847 4.712-3.641-.369-6.633 6.206-2.809 2.336-5.053.99-5.79.132-6.224 4.295-3.956 5.128-3.548-1.317-6.918 2.979-4.672 5.152-3.601.67-5.838 1.578-5.37 4.734-3.874.538-5.85.906-5.651 5.801-3.458.624-5.77 2.393-4.989 2.952-4.76 2.225-5.072.924-5.593 3.873-4.42.699-5.667-.22-5.988 1.766-5.227 5.134-4.02 1.766-5.25 2.206-5.101 1.472-5.35 2.365-5.055-.885-6.096-.038-5.793 4.266-4.472 2.916-4.911 1.042-5.466 1.616-5.299-2.488-6.403 3.35-4.821.588-5.549 2.785-4.999 3.309-4.897.496-5.575.385-5.588.838-5.478 1.287-5.381-.708-5.779 4.658-4.727-3.014-6.19 4.347-4.834 1.132-5.426-2.795-6.062 2.735-5.158.355-5.534.445-5.514 3.882-5.06.761-5.493.272-5.55-3.443-5.95 3.292-5.207.83-5.479 1.924-5.388-.889-5.632 1.781-5.421-4.087-5.823 1.002-5.464-.776-5.563 2.473-5.409-1.778-5.593 2.883-5.431-2.581-5.589.208-5.508 4.159-5.483-3.531-5.544.325-5.518 1.127-5.535 2.663-5.584v-.003l-4.258-5.427.843-5.551.766-5.563-.014-5.538.632-5.579-1.635-5.446.754-5.6-1.341-5.451 1.749-5.705-.627-5.514-.679-5.507-2.886-5.266-.676-5.488-3.23-5.172 1.84-5.8.627-5.667-2.916-5.174-.411-5.525.123-5.617-2.439-5.2 1.957-5.952-4.527-4.806.578-5.728-.35-5.567-.035-5.644-1.484-5.351-2.308-5.162.852-5.871-4.298-4.681-1.938-5.213-2.49-5.063 1.524-6.092.875-5.964-6.091-4.073-.618-5.558-2.361-5.061-.695-5.55.692-5.992-4.304-4.446 2.311-6.554-4.347-4.401-3.564-4.628 2.7-6.785-3.369-4.689-3.019-4.794-4.554-4.2 1.543-6.489-4.832-4.054-2.412-4.975.889-6.315-1.488-5.376-1.068-5.567-3.251-4.637-3.025-4.718-3.165-4.642-.084-6.046-6.618-3.016-.645-5.798-2.744-4.807-1.927-5.207-2.124-5.116-3.031-4.656-1.74-5.325-4.814-3.698-1.973-5.199.529-6.595-5.992-2.991-2.184-5.105-.411-6.147-3.566-4.326-2.345-5.047-4.924-3.48-3.235-4.489-.186-6.407-5.665-2.947.685-7.035-3.21-4.53-7.194-1.844-.493-6.34-2.258-5.171-6.738-2.028-1.252-5.883-3.813-4.061-3.89-3.994-2.763-4.824-1.286-5.962-5.075-3.081-4.747-3.298-3.121-4.562-3.696-4.105-.186-6.981-6.827-1.528-2.48-5.123-2.194-5.394-4.59-3.345-3.053-4.679-2.945-4.789-3.162-4.614-3.333-4.47-6.717-1.313-3.918-3.891-3.696-4.104-1.49-6.265-4.122-3.721-4.658-3.175-6.057-1.722-.719-7.195-4.922-2.873-2.936-4.964-7.177-.404-4.432-3.322-3.876-3.933-3.682-4.159-1.556-6.617h-7.308l-3.404-4.51-3.711-4.17-5.16-2.425-2.161-6.101-5.749-1.676-4.732-2.919-4.019-3.824-2.233-6.184-4.904-2.71-5.976-1.241-2.776-5.572-5.48-1.876-4.579-3.107-4.697-2.935-3.801-4.238-6.215-.687-4.66-2.959-4.294-3.514-4.303-3.519-4.109-3.842-5.975-.871-4.782-2.754-4.017-4.021-5.662-1.28-2.465-6.724-4.481-3.33-5.927-.784-4.587-3.139-5.335-1.779-5.433-1.563-3.403-5.399-6.715.928-5.128-2.079-4.528-3.276-3.898-4.596-4.283-3.874-5.218-1.943-6.84 1.598-4.446-3.549-3.778-5.105-7.046 2.301-4.702-3.02-5.282-1.666-3.707-5.503-5.362-1.511-6.229.733-3.753-5.619-4.897-2.723-5.433-1.298-5.254-1.769-6.475 1.733-3.821-5.878-6.489 1.937-5.549-.775-3.695-6.58-6.421 1.994-5.067-2.318-4.551-4.114-6.256 1.728-5.123-2.181-4.782-3.491-5.241-1.86-6.324 2.395-4.955-2.948-5.718.159-5.276-1.674-5.029-2.812-5.56-.456-4.752-4.304-6.152 2.48-5.457-.87-5.275-1.84-5.088-2.975-5.547-.443-5.342-1.66-5.533-.5-5.621.14-5.945 2.596-5.207-2.671-5.234-2.685-5.603.225-5.301-2.426-5.472-.995-5.631.611-5.449-1.297-5.782 2.779-5.258-3.867-5.648 1.378-5.487-1.002-5.539-.145-5.596 1.226-5.595 1.754-5.395-4.22-5.607 2.966-5.489-2.227-5.55 1.619z' fill-rule='evenodd'/></svg>");
}
.section__behandlung .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
  z-index: 9;
}
.section__behandlung .column__wrapper {
  margin-top: 3rem;
}
.section__behandlung p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__behandlung .innerwrapper {
  padding-bottom: calc(7% + 75px);
  padding-top: 7%;
}
@media only screen and (max-width: 840px) {
  .section__behandlung .innerwrapper {
    padding-top: 15%;
    padding-bottom: 130px;
  }
}
.section__behandlung h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.phone__button__footer {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 24px;
  background-color: #e9d9cc;
  height: 46px;
  line-height: 48px;
  color: #2d367f;
  font-size: 1.333rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer__bottom {
  background-color: #2d367f;
  color: #FFFFFF;
}
.footer__bottom .innerwrapper {
  height: 90px;
  display: flex;
  font-size: 15px;
  align-items: center;
}
@media only screen and (max-width: 880px) {
  .footer__bottom .innerwrapper {
    flex-wrap: wrap;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__bottom .innerwrapper .social {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .footer__bottom .innerwrapper .social {
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.footer__bottom .innerwrapper .social a {
  margin: 0 12px;
}
.footer__bottom .innerwrapper .social a:first-child {
  margin-left: 0;
}
.footer__bottom .innerwrapper .social a:last-child {
  margin-right: 0;
}
.footer__bottom .innerwrapper .social svg {
  height: 1.5rem;
  width: auto;
}
.footer__bottom .innerwrapper .generic {
  flex: 1;
  list-style-type: none;
  padding: 0;
  justify-content: flex-start;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .footer__bottom .innerwrapper .generic {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 480px) {
  .footer__bottom .innerwrapper .generic {
    width: 100%;
    flex: none;
    justify-content: center;
  }
}
.footer__bottom .innerwrapper .generic li {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 880px) {
  .footer__bottom .innerwrapper .generic li {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__bottom .innerwrapper .generic li {
    padding: 0 20px;
  }
}
.footer__bottom .innerwrapper .generic li a {
  color: inherit;
  text-decoration: none;
}
.footer__bottom .innerwrapper .generic li a:hover {
  text-decoration: underline;
}
.footer__bottom .innerwrapper .copy {
  text-align: right;
}
@media only screen and (max-width: 880px) {
  .footer__bottom .innerwrapper .copy {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

footer {
  background-color: #2d367f;
}
footer .abensberg__contact {
  margin: 0 auto;
  text-align: left;
  font-size: 1.333rem;
  color: #FFFFFF;
  max-width: 23em;
  line-height: 1.2;
}
footer .abensberg__contact p:first-child {
  margin-top: 0;
}
footer .abensberg__contact strong {
  color: #55B9D5;
  font-size: 0.85em;
  font-weight: 400;
}
footer .innerwrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  flex-wrap: wrap;
}
footer .innerwrapper h3 {
  color: #55B9D5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
footer .innerwrapper .small__column {
  width: 50%;
  font-size: 0.833rem;
  color: #f5f5f0;
  text-align: left;
  line-height: 1.4;
}
footer .innerwrapper .small__column img {
  width: calc(100% + 30px);
  height: auto;
}
footer .innerwrapper .small__column p {
  padding-right: 30px;
}
footer .innerwrapper .small__column a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1040px) {
  footer .innerwrapper .small__column {
    width: 100%;
    margin: 1.5rem 0;
    font-size: 1rem;
  }
  footer .innerwrapper .small__column p {
    padding-right: 0;
  }
}
footer .innerwrapper .small__column h3 + p {
  margin-top: 0;
}
footer .innerwrapper .small__column h3 {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0.5em;
}
footer .innerwrapper .small__column h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #55B9D5;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .innerwrapper .small__column table {
  width: 100%;
  border-spacing: 0;
}
footer .innerwrapper .small__column table td:first-child {
  width: 45px;
}
footer .innerwrapper .small__column table td {
  vertical-align: top;
  padding: 0;
}
footer .innerwrapper .column {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1040px) {
  footer .innerwrapper .column {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 840px) {
  footer .innerwrapper .column {
    width: 100%;
    margin: 2rem 0;
  }
}
footer .innerwrapper .column.small__column__wrapper {
  display: flex;
  margin-top: 3rem;
}
@media only screen and (max-width: 1040px) {
  footer .innerwrapper .column.small__column__wrapper {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 840px) {
  footer .innerwrapper .column.small__column__wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }
}
footer .innerwrapper .column.profile__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .innerwrapper .column.profile__column h3 {
  padding-left: 25px;
  flex: 1;
}
footer .innerwrapper .column.profile__column ul {
  width: 100%;
  display: flex;
  -moz-column-count: 2;
       column-count: 2;
  color: #f5f5f0;
  font-size: 0.833rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 15px;
}
footer .innerwrapper .column.profile__column ul li {
  width: 50%;
  text-align: left;
  margin: 0.3rem 0;
}
@media only screen and (max-width: 480px) {
  footer .innerwrapper .column.profile__column ul li {
    width: 100%;
  }
}
footer .innerwrapper .column.profile__column .profile {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
footer .innerwrapper .column.profile__column .profile img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__form div.wpcf7-response-output {
  margin-top: 1em;
  font-size: 0.833rem;
  color: #f5f5f0;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.footer__form__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__form__wrapper p {
  width: calc(50% - 10px);
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .footer__form__wrapper p {
    width: 100%;
  }
}
.footer__form__wrapper input[type=submit],
.footer__form__wrapper button {
  background-color: #e9d9cc;
  display: block;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0;
  color: #2d367f;
}
@media only screen and (max-width: 480px) {
  .footer__form__wrapper input[type=submit],
  .footer__form__wrapper button {
    width: 100%;
  }
}
.footer__form__wrapper .single__form-line {
  width: calc(50% - 10px);
  margin: 8px 0;
}
.footer__form__wrapper .single__form-line > p {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .footer__form__wrapper .single__form-line {
    width: 100%;
  }
}
.footer__form__wrapper .single__form-line .edd-body {
  background-color: transparent;
}
.footer__form__wrapper .single__form-line .edd-arrow {
  right: 3px;
}
.footer__form__wrapper .single__form-line .edd-arrow::before {
  border-right: 1px solid #f5f5f0;
  border-bottom: 1px solid #f5f5f0;
}
@media only screen and (max-width: 620px) {
  .footer__form__wrapper .single__form-line .edd-arrow::before {
    border-right: 3px solid #f5f5f0;
    border-bottom: 3px solid #f5f5f0;
  }
}
.footer__form__wrapper .single__form-line .edd-root {
  color: #f5f5f0;
}
.footer__form__wrapper .single__form-line .edd-option, .footer__form__wrapper .single__form-line .edd-value {
  background-color: #2d367f;
  padding-left: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-right: 30px;
}
.footer__form__wrapper .single__form-line .edd-option:hover, .footer__form__wrapper .single__form-line .edd-value:hover {
  color: #f5f5f0 !important;
}
.footer__form__wrapper .single__form-line .edd-option {
  border-top: 0;
  background-color: #e9d9cc !important;
  border-bottom: 1px solid #2d367f;
  padding-left: 10px;
  padding-right: 10px;
  color: #2d367f !important;
}
.footer__form__wrapper .single__form-line .edd-option:hover {
  color: #2d367f !important;
  background-color: #55B9D5 !important;
}
.footer__form__wrapper .single__form-line input[type=text],
.footer__form__wrapper .single__form-line input[type=email],
.footer__form__wrapper .single__form-line textarea {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-bottom: 1px solid #f5f5f0;
  color: #f5f5f0;
}
.footer__form__wrapper .single__form-line input[type=text].wpcf7-not-valid,
.footer__form__wrapper .single__form-line input[type=email].wpcf7-not-valid,
.footer__form__wrapper .single__form-line textarea.wpcf7-not-valid {
  border: 1px solid transparent;
  border-bottom: 1px solid red;
}
.footer__form__wrapper .single__form-line input[type=text]::-moz-placeholder, .footer__form__wrapper .single__form-line input[type=email]::-moz-placeholder, .footer__form__wrapper .single__form-line textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f5f5f0;
  opacity: 1; /* Firefox */
}
.footer__form__wrapper .single__form-line input[type=text]::placeholder,
.footer__form__wrapper .single__form-line input[type=email]::placeholder,
.footer__form__wrapper .single__form-line textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f5f5f0;
  opacity: 1; /* Firefox */
}
.footer__form__wrapper .single__form-line input[type=text]:-ms-input-placeholder,
.footer__form__wrapper .single__form-line input[type=email]:-ms-input-placeholder,
.footer__form__wrapper .single__form-line textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f5f5f0;
}
.footer__form__wrapper .single__form-line input[type=text]::-ms-input-placeholder,
.footer__form__wrapper .single__form-line input[type=email]::-ms-input-placeholder,
.footer__form__wrapper .single__form-line textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #f5f5f0;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-color: transparent !important;
  position: absolute;
  border: 0;
  width: calc(7.7272727273vw + 1 * -16.3636363636px);
  height: calc(7.7272727273vw + 1 * -16.3636363636px);
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1480px) {
  .flickity-prev-next-button {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 600px) {
  .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 5%;
  background-image: url(../images/arrow__prev.svg);
}

.flickity-prev-next-button.next {
  right: 5%;
  background-image: url(../images/arrow__next.svg);
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.section__slider {
  width: 100%;
}
.section__slider .single__slide {
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.section__slider .single__slide img {
  width: 100%;
  height: auto;
}

.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.edd-root {
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "BryantWeb";
  font-weight: 300;
  font-size: 14px;
  color: #2d367f;
  margin: 0;
}

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.edd-head {
  position: relative;
  overflow: hidden;
}

.edd-option,
.edd-value {
  height: 44px;
  background-color: #f5f5f0;
  font-size: 0.8333rem;
  line-height: 32px;
  padding: 7px 50px 5px 15px;
  font-family: "BryantWeb";
  text-align: left;
  font-weight: 400;
}

.edd-option {
  height: auto;
  line-height: 1.3;
  white-space: normal !important;
}

.edd-option {
  padding-right: 20px;
  border-top: 1px solid #e9d9cc;
}

.edd-value {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.edd-arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 8px);
  right: 20px;
  transition: transform 150ms;
  pointer-events: none;
  color: #666;
}
@media only screen and (max-width: 620px) {
  .edd-arrow {
    transform: scale(0.6);
    right: 10px;
  }
}

.edd-root-disabled .edd-arrow {
  color: #ccc;
}

.edd-arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 1px solid #2d367f;
  border-bottom: 1px solid #2d367f;
  top: 0;
  right: 2px;
  transform: rotate(45deg);
  transform-origin: 75% 50%;
}
@media only screen and (max-width: 620px) {
  .edd-arrow::before {
    border-right: 3px solid #2d367f;
    border-bottom: 3px solid #2d367f;
  }
}

.edd-root-open .edd-arrow {
  transform: rotate(180deg);
  top: calc(50% - 5px);
}
@media only screen and (max-width: 620px) {
  .edd-root-open .edd-arrow {
    transform: scale(0.6) rotate(180deg);
  }
}

.edd-value,
.edd-option,
.edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
  cursor: pointer;
}

.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0;
}

.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.edd-body {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  background: #FFFFFF;
  border-top: 0;
  text-align: left;
}

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-root-open-above .edd-body {
  bottom: 100%;
}

.edd-root-open-below .edd-body {
  top: 100%;
}

.edd-items-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-overflow-scrolling: touch;
}

.edd-items-list::-webkit-scrollbar {
  display: none;
}

.edd-group-label {
  font-size: 13px;
  padding: 4px 8px 4px 0;
  color: #555;
  font-weight: 600;
}

.edd-group-has-label {
  padding-left: 22px;
}

.edd-option {
  position: relative;
}

.edd-option-selected {
  font-weight: 400;
  display: none !important;
}

.edd-option-selected::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  left: 6px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

.edd-option-focused:not(.edd-option-disabled) {
  color: #2d367f;
}

.edd-option-disabled,
.edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc;
}

.edd-gradient-top,
.edd-gradient-bottom {
  content: "";
  position: absolute;
  left: 2px;
  right: 12px;
  height: 32px;
  background-repeat: repeat-x;
  background-size: 100% 200%;
  pointer-events: none;
  transition: opacity 100ms;
  opacity: 0;
}

.edd-gradient-top {
  background-position: bottom;
  top: 0;
}

.edd-gradient-bottom {
  background-position: top;
  bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
  opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.fadeout-page {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-out;
}
.fadeout-page.visible {
  opacity: 1;
  pointer-events: auto;
}

.overlay {
  width: 550px;
  position: fixed;
  left: 0;
  top: 0;
  padding-left: 60px;
  height: 100%;
  background-color: #e9d9cc;
  z-index: 9998;
  pointer-events: none;
  transform: translateX(-550px);
  transition: transform 300ms ease-out;
  overflow-y: auto;
}
@media only screen and (max-width: 1030px) {
  .overlay {
    width: 100%;
    padding-left: 0;
    height: calc(100% - 60px);
    transform: translateX(0) translateY(130%);
  }
}
.overlay .overlay__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #2d367f;
  text-align: left;
}
.overlay .overlay__inner h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 40px;
}
.overlay .overlay__inner h3 {
  font-size: 24px;
  line-height: 1.375;
  text-align: left;
}
.overlay .overlay__inner h3:not(:first-child) {
  margin-top: 60px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0.5em;
}
.overlay .overlay__inner h3:not(:first-child):before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #2d367f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay .overlay__inner .overlay__top {
  padding: 90px 90px 30px 90px;
}
@media only screen and (max-width: 1030px) {
  .overlay .overlay__inner .overlay__top {
    padding: 30px;
  }
}
.overlay .overlay__inner .small {
  font-size: 0.833rem;
}
.overlay .overlay__inner .overlay__sprechzeiten {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 20px;
}
.overlay .overlay__inner .overlay__sprechzeiten table tr td {
  vertical-align: top;
  padding-right: 1rem;
}
.overlay .overlay__inner .overlay__sprechzeiten p {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.overlay .overlay__inner .overlay__sprechzeiten p:not(:last-child):before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #2d367f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay .overlay__inner .overlay__bottom {
  flex: 1;
  position: relative;
}
.overlay .overlay__inner .overlay__bottom .wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.overlay .overlay__inner .overlay__bottom .wave svg {
  width: 100%;
  height: auto;
}
.overlay .overlay__inner .overlay__map {
  width: 100%;
  height: 100%;
}
.overlay.visible {
  transform: translateX(0px);
  pointer-events: auto;
}
@media only screen and (max-width: 1030px) {
  .overlay.visible {
    transform: translateY(0px);
  }
}
.overlay .close__overlay {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1030px) {
  .overlay .close__overlay {
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
.overlay .close__overlay img,
.overlay .close__overlay svg {
  width: 100%;
  height: auto;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

.section__map {
  width: 100%;
  position: relative;
}
.section__map .map__breaker {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.section__map .pin {
  width: 11%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(12%);
  font-size: 0;
  line-height: 0;
  z-index: 998;
}
.section__map .pin .read-more {
  width: 220px;
  border-radius: 24px;
  background-color: #55B9D5;
  height: 46px;
  line-height: 48px;
  color: #f5f5f0;
  font-size: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
}
.section__map .pin svg {
  width: 100%;
  height: auto;
}
.section__map .wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.section__map .wave svg {
  width: 104%;
  height: auto;
  margin-left: -2%;
}
.section__map #map {
  width: 100%;
  height: 35vw;
}
@media only screen and (max-width: 840px) {
  .section__map #map {
    height: 45vw;
  }
}
@media only screen and (max-width: 600px) {
  .section__map #map {
    height: 60vw;
  }
}

span.wpcf7-list-item {
  margin-left: 0 !important;
}

.section__karriere-floater {
  background-color: #55B9D5;
  color: #2d367f;
  margin-bottom: -10%;
}
.section__karriere-floater .innerwrapper {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}
.section__karriere-floater .floater__wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.section__karriere-floater .floater__wrapper .single__floater {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .section__karriere-floater .floater__wrapper .single__floater {
    flex-direction: column;
    align-items: center;
    padding-bottom: 3em;
  }
}
.section__karriere-floater .floater__wrapper .single__floater .image {
  font-size: 0;
  line-height: 0;
  width: 37%;
}
@media only screen and (max-width: 600px) {
  .section__karriere-floater .floater__wrapper .single__floater .image {
    order: 1 !important;
    width: 50%;
  }
}
.section__karriere-floater .floater__wrapper .single__floater .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.section__karriere-floater .floater__wrapper .single__floater .content {
  flex: 1;
  text-align: left;
  padding-left: 4em;
}
@media only screen and (max-width: 600px) {
  .section__karriere-floater .floater__wrapper .single__floater .content {
    order: 2 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    flex: none;
    width: 100%;
  }
}
.section__karriere-floater .floater__wrapper .single__floater:nth-child(even) {
  align-items: center;
}
.section__karriere-floater .floater__wrapper .single__floater:nth-child(even) .image {
  order: 2;
}
.section__karriere-floater .floater__wrapper .single__floater:nth-child(even) .content {
  order: 1;
  padding-left: 0;
  padding-right: 4em;
}

.section__behandlung-top {
  padding-top: 100px;
  position: relative;
  background-color: #f5f5f0;
  color: #2d367f;
}
@media only screen and (max-width: 1030px) {
  .section__behandlung-top {
    padding-top: 0;
  }
}
.section__behandlung-top .innerwrapper {
  padding-top: 5%;
  padding-bottom: calc(3% + 75px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .section__behandlung-top .innerwrapper {
    padding-top: 15%;
  }
}
.section__behandlung-top .innerwrapper p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__behandlung-top.section__karriere .innerwrapper {
  font-size: 1.5em;
  padding-bottom: calc(3% + 100px);
}
.section__behandlung-top.section__karriere .innerwrapper h1 {
  margin-bottom: 0;
}
.section__behandlung-top.section__karriere .innerwrapper h1 + p {
  margin-top: 0;
}
.section__behandlung-top .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__behandlung-top .icon__behandlung {
  width: 60%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.section__behandlung-top .icon__behandlung svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .section__behandlung-top .icon__behandlung svg {
    width: 85%;
  }
}
.section__behandlung-top .icon__koala {
  width: 60%;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.section__behandlung-top .icon__koala svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .section__behandlung-top .icon__koala svg {
    width: 85%;
  }
}
.section__behandlung-top .circle {
  position: absolute;
  width: 32vw;
  height: 32vw;
  right: 0;
  top: -18%;
  transform: translateY(0%) translateX(55%);
  z-index: 4;
  background-image: url("data:image/svg+xml;utf8,<svg width='577' height='575' viewbox='0 0 577 575' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='donut_a' d='M0 0h576.38v574.769H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='donut_b' fill='%23fff'><use xlink:href='%23donut_a'/></mask><path d='M574.182 287.426c0-1.809 1.306-3.651 1.27-5.452-.032-1.808.992-3.69.925-5.49-.067-1.808-3.585-3.477-3.685-5.276-.102-1.806-.725-3.564-.86-5.361-.133-1.803 2.454-3.843 2.285-5.637-.17-1.801-3.924-3.229-4.126-5.02-.203-1.797 2.866-3.991 2.63-5.777-.237-1.793-4.381-3.022-4.651-4.803-.27-1.788 3.198-4.167 2.895-5.943-.305-1.782-.268-3.655-.606-5.426-.338-1.775-3.49-2.992-3.861-4.756-.372-1.768.063-3.702-.341-5.458-.405-1.761 1.853-4.184 1.415-5.932-.44-1.752-5.53-2.295-6.001-4.035-.473-1.744 2.058-4.317 1.553-6.048-.505-1.734-1.132-3.447-1.67-5.168-.537-1.725.6-4.023.032-5.733-.571-1.713-5.597-1.899-6.2-3.599-.603-1.702 1.504-4.38.869-6.067-.636-1.69-4.093-2.273-4.76-3.949-.668-1.677 3.548-5.362 2.85-7.024-.7-1.665-6.726-1.034-7.455-2.683-.732-1.651-1.545-3.207-2.307-4.841-.762-1.637-1.24-3.354-2.032-4.973-.794-1.622 1.977-5.019 1.153-6.624-.824-1.606-2.993-2.522-3.846-4.111-.855-1.59-2.573-2.696-3.455-4.269-.885-1.573 1.603-5.107.69-6.662-.914-1.557-4.864-1.319-5.807-2.857-.943-1.539-2.545-2.645-3.516-4.165-.972-1.521.85-4.875-.15-6.376-1-1.502-2.271-2.863-3.3-4.346-1.03-1.483-3.612-1.885-4.668-3.347-1.057-1.463-2.213-2.849-3.296-4.292-1.084-1.443-4.473-1.081-5.583-2.503-1.112-1.422 1.529-5.816.392-7.216-1.137-1.402-2.538-2.623-3.701-4.002-1.164-1.379-5.07-.39-6.26-1.747-1.188-1.357 1.023-5.754-.192-7.088-1.215-1.334-2.593-2.576-3.832-3.887-1.24-1.311-3.97-1.219-5.233-2.507-1.264-1.287-.937-4.202-2.224-5.466-1.288-1.263-4.815-.227-6.126-1.466-1.312-1.239-3.22-1.803-4.554-3.018-1.334-1.214-.64-4.698-1.997-5.887-1.357-1.189-5.473.85-6.852-.314-1.38-1.163-.725-4.748-2.126-5.885-1.401-1.137-1.951-3.378-3.373-4.489-1.421-1.11-4.012-.721-5.456-1.805-1.442-1.083-1.257-4.419-2.72-5.476-1.463-1.056-5.408 1.377-6.892.348-1.481-1.028-.766-5.307-2.267-6.307s-3.78-.87-5.3-1.842c-1.521-.971-2.266-3.246-3.805-4.189-1.538-.942-3.4-1.432-4.956-2.345-1.556-.913-2.801-2.459-4.375-3.343-1.572-.883-5.314 2.161-6.904 1.307-1.59-.853-1.874-4.181-3.481-5.005-1.603-.823-5.105 2.182-6.727 1.389-1.62-.792-2.752-2.492-4.39-3.255-1.633-.761-3.518-.86-5.168-1.591-1.648-.73-1.518-5.558-3.183-6.258-1.662-.698-4.804 2.233-6.482 1.565-1.675-.667-2.606-3.195-4.297-3.83-1.686-.635-2.831-2.795-4.533-3.399-1.7-.602-4.75 2.761-6.464 2.189-1.71-.569-3.398-1.041-5.123-1.579-1.721-.537-2.85-2.927-4.583-3.432-1.73-.504-3.106-2.263-4.851-2.735-1.74-.471-4.242 2.059-5.995 1.62-1.747-.437-2.78-3.777-4.54-4.182-1.756-.404-3.254-2.086-5.022-2.457-1.763-.371-3.534-.889-5.308-1.226-1.77-.337-4.155 2.7-5.936 2.396-1.777-.304-3.536-.54-5.324-.81-1.781-.27-3.35-1.952-5.141-2.188-1.786-.236-3.442-1.64-5.237-1.843-1.79-.202-3.882 2.563-5.682 2.395-1.793-.169-3.497-1.105-5.3-1.24-1.796-.134-3.642.923-5.448.822-1.798-.101-3.416-4.004-5.224-4.071-1.8-.067-3.69 2.925-5.5 2.891-1.8-.033-3.578 1.486-5.386 1.486-1.81 0-3.638-4.265-5.438-4.232-1.81.034-3.51 3.489-5.31 3.556-1.807.068-3.571.159-5.37.26-1.805.101-3.792-2.79-5.59-2.655-1.802.135-3.79-1.537-5.583-1.369-1.8.169-3.584.911-5.376 1.112-1.796.203-2.99 5.261-4.776 5.497-1.793.237-3.952-2.314-5.733-2.045-1.788.271-3.215 2.645-4.991 2.949-1.783.304-4.116-2.508-5.886-2.17-1.776.338-2.736 4.651-4.5 5.022-1.768.372-3.59.259-5.345.663-1.761.406-4.76-4.324-6.508-3.886-1.752.439-3.098 2.582-4.84 3.053-1.743.472-2.41 4.716-4.14 5.22-1.734.506-4.275-1.754-5.995-1.217-1.725.538-2.885 2.774-4.595 3.344-1.714.571-4.888-3.073-6.587-2.471-1.702.604-2.648 3.37-4.336 4.005-1.69.635-2.683 3.051-4.357 3.718-1.678.668-3.754.321-5.416 1.019-1.665.7-3.384 1.267-5.033 1.997-1.651.731-4.4-.895-6.033-.134-1.637.763-1.826 4.593-3.446 5.385-1.622.794-4.74-1.362-6.344-.539-1.606.824-3.531 1.156-5.12 2.009-1.591.855-.75 6.158-2.321 7.041-1.573.885-4.952-1.377-6.507-.463-1.557.914-1.514 4.501-3.051 5.443-1.54.944-2.69 2.447-4.21 3.419s-4.627-.507-6.128.493c-1.502 1.001-2.854 2.248-4.336 3.276-1.483 1.029-3.48 1.366-4.943 2.422-1.463 1.057-.78 5.018-2.222 6.102-1.443 1.084-3.388 1.461-4.81 2.571-1.423 1.112-3.383 1.524-4.783 2.661-1.402 1.138-2.686 2.406-4.065 3.569-1.38 1.164-2.45 2.666-3.807 3.856a285.085 285.085 0 0 0-4.014 3.606c-1.334 1.215-3.435 1.595-4.745 2.834-1.312 1.24-1.422 3.71-2.71 4.973-1.287 1.265-1.964 3.089-3.228 4.377-1.264 1.288-2.698 2.356-3.937 3.668-1.24 1.311-4.164 1.038-5.378 2.373-1.215 1.334-.295 4.548-1.484 5.905-1.19 1.357-2.886 2.225-4.05 3.604-1.163 1.379-1.614 3.295-2.75 4.696-1.137 1.4-5.86-.061-6.97 1.362-1.111 1.421-1.003 3.805-2.087 5.248-1.083 1.442-2.53 2.633-3.587 4.097-1.056 1.462 1.056 5.143.027 6.626-1.028 1.482-4.456 1.3-5.456 2.802-1 1.501.22 4.421-.753 5.942-.97 1.52-3.028 2.317-3.97 3.856-.943 1.538-1.073 3.525-1.987 5.082-.912 1.555-4.556 1.529-5.441 3.103-.883 1.572.126 4.182-.73 5.772-.851 1.589-.923 3.554-1.748 5.16-.822 1.605-3.584 2.219-4.378 3.841-.792 1.62-2.553 2.793-3.315 4.429-.762 1.634.299 4.102-.432 5.753-.73 1.648.623 4.158-.076 5.822-.698 1.662-6.21 1.349-6.877 3.026-.667 1.675 3.019 5.034 2.383 6.724-.634 1.688-1.794 3.142-2.397 4.844-.603 1.698-3.57 2.575-4.141 4.288-.57 1.711-1.47 3.334-2.008 5.058-.537 1.721 1.809 4.304 1.303 6.039-.504 1.73-2.241 3.09-2.714 4.834-.471 1.739-.546 3.568-.984 5.32-.438 1.748-2.103 3.197-2.507 4.957-.404 1.756 1.27 3.957.9 5.725-.371 1.763-4.416 2.793-4.754 4.567-.337 1.77.962 3.859.658 5.639-.303 1.776 2.293 4 2.023 5.786-.271 1.782-1.4 3.402-1.636 5.194-.235 1.786-1.586 3.416-1.788 5.212-.202 1.79-3.753 3.258-3.922 5.058-.168 1.792 5.072 4.046 4.937 5.848-.135 1.797-4.698 3.299-4.8 5.105-.101 1.798 1.045 3.681.978 5.488-.068 1.8-.6 3.607-.632 5.415-.034 1.802.052 3.626.052 5.436 0 1.809.547 3.621.58 5.422.035 1.808 1.385 3.572 1.453 5.372.067 1.808-1.25 3.674-1.15 5.473.102 1.806-.36 3.661-.225 5.458.134 1.803 1.803 3.481 1.97 5.275.17 1.801-.911 3.731-.71 5.522.204 1.797-1.437 3.851-1.202 5.638.238 1.792 3.283 3.209 3.553 4.991.27 1.787-1.794 3.97-1.49 5.746.304 1.782 4.793 2.809 5.13 4.579.338 1.775.432 3.562.803 5.326.372 1.768 2.064 3.198 2.468 4.954.405 1.762-.233 3.723.204 5.471.44 1.753-.567 3.857-.096 5.596.472 1.744-.046 3.766.458 5.497.504 1.734 2.419 3.039 2.957 4.76.539 1.724-1.201 4.189-.63 5.899.57 1.713 3.396 2.657 3.999 4.356.603 1.703 3.307 2.597 3.942 4.284.636 1.691-4.325 5.546-3.658 7.22.668 1.678 6.305 1.328 7.004 2.99.699 1.664.837 3.528 1.567 5.176.73 1.651 1.71 3.149 2.473 4.783.763 1.637-.105 4.027.688 5.647.793 1.622-.772 4.448.05 6.053.825 1.606 1.645 3.267 2.498 4.856.855 1.59 6.07.783 6.954 2.355.885 1.574.337 3.934 1.25 5.489.914 1.557-.433 4.482.509 6.02.943 1.539 2.578 2.677 3.55 4.197.972 1.521 4.113 1.62 5.113 3.122 1 1.502.748 3.839 1.777 5.321 1.028 1.483.159 4.337 1.214 5.799 1.057 1.464 3.386 2.027 4.47 3.469 1.084 1.443 3.005 2.252 4.116 3.674 1.11 1.422 2.116 2.927 3.252 4.327 1.138 1.402 1.919 3.102 3.083 4.481 1.163 1.379.923 4 2.113 5.357 1.189 1.357 5.756-.302 6.97 1.033 1.215 1.334 1.998 3.021 3.238 4.332 1.239 1.311 3.55 1.528 4.815 2.815 1.265 1.288 2.147 2.88 3.435 4.144 1.288 1.263.908 4.221 2.219 5.46 1.312 1.24 1.816 3.36 3.15 4.574 1.335 1.215 1.655 3.615 3.01 4.804 1.359 1.189 3.204 1.875 4.583 3.038 1.379 1.163 4.047.796 5.448 1.933 1.4 1.137 3.083 1.911 4.506 3.022 1.42 1.11.766 4.969 2.21 6.053 1.442 1.083 4.706-.261 6.168.795 1.463 1.056 3.297 1.574 4.78 2.603 1.482 1.028 3.14 1.768 4.642 2.768 1.502 1 2.885 2.149 4.407 3.12 1.519.971 3.927.463 5.466 1.406 1.538.942 1.437 4.583 2.995 5.497 1.554.913 2.124 3.607 3.698 4.491 1.57.883 5.18-1.919 6.772-1.065 1.588.853 3.23 1.542 4.836 2.366 1.605.823 1.627 4.811 3.249 5.604 1.619.792 3.78.509 5.417 1.272 1.634.761 3.198 1.714 4.85 2.445 1.647.73 4.287-.851 5.952-.151 1.66.698 1.786 5.18 3.464 5.848 1.675.666 4.257-.937 5.946-.302 1.688.635 2.867 2.711 4.569 3.315 1.7.602 3.299 1.607 5.012 2.178 1.71.569 3.539.897 5.264 1.436 1.72.536 3.14 2.236 4.875 2.742 1.73.504 4.558-2.817 6.302-2.345 1.74.471 3.858-.635 5.61-.197 1.748.438 3.597.234 5.357.639 1.756.404 2.406 5.791 4.174 6.163 1.763.37 3.52.977 5.295 1.315 1.77.337 4.485-4.594 6.265-4.29 1.776.304 3.419 1.113 5.205 1.383 1.782.27 3.133 3.447 4.926 3.683 1.785.236 3.422 1.88 5.218 2.083 1.79.202 3.61.478 5.41.647 1.794.168 3.607.585 5.409.72 1.797.134 3.708-.996 5.514-.895 1.798.101 3.616.25 5.422.317 1.8.068 3.647-1.149 5.455-1.115 1.8.033 3.6-2.17 5.41-2.17 1.809 0 3.634 3.606 5.435 3.573 1.808-.034 3.58-1.465 5.38-1.532 1.81-.068 3.467-2.669 5.266-2.769 1.806-.101 3.776 2.744 5.574 2.61 1.804-.135 3.803 1.824 5.597 1.656 1.8-.169 3.052-5.561 4.843-5.763 1.797-.203 4.072 3.662 5.858 3.426 1.793-.236 3.629-.31 5.41-.579 1.788-.271 3.674-.107 5.45-.41 1.78-.305 3.393-1.677 5.162-2.014 1.776-.338 3.904.946 5.668.575 1.769-.372 2.646-4.812 4.4-5.216 1.763-.406 3.809.471 5.557.033 1.753-.439 3.629-.385 5.368-.856 1.744-.473 3.375-1.334 5.106-1.838 1.734-.506 2.72-3.382 4.442-3.919 1.725-.538 4.912 3.485 6.622 2.914 1.714-.57 2.892-2.766 4.59-3.369 1.703-.603 3.348-1.377 5.035-2.011 1.69-.636 4.049.4 5.724-.267 1.678-.668 1.374-6.148 3.036-6.846 1.664-.7 3.353-1.195 5.002-1.925 1.65-.732 4.489 1.22 6.123.458 1.637-.762 2.489-3.127 4.109-3.919 1.62-.793 5.175 2.253 6.78 1.431 1.606-.825 3.085-1.989 4.673-2.842 1.59-.855.627-6.338 2.2-7.221 1.574-.885 4.436.54 5.99-.373 1.558-.914 4.053-.284 5.59-1.226 1.539-.943 2.717-2.502 4.236-3.474 1.52-.972 2.976-2.068 4.477-3.068 1.502-1.001 2.973-2.066 4.456-3.094 1.482-1.029 2.113-3.257 3.575-4.312 1.464-1.057 3.058-1.91 4.5-2.993 1.444-1.084 4.616.065 6.038-1.046 1.423-1.111 3.22-1.826 4.62-2.963 1.4-1.138 1.26-4.184 2.64-5.347 1.38-1.164 4.096-.81 5.454-1.999 1.357-1.19-.705-6.203.629-7.417 1.335-1.215 3.738-1.224 5.049-2.463 1.31-1.24 2.21-2.869 3.499-4.133 1.287-1.264 3.543-1.535 4.806-2.823 1.264-1.288 1.253-3.773 2.492-5.085 1.24-1.311 2.325-2.713 3.539-4.048 1.214-1.334 5.816.353 7.005-1.005 1.189-1.356.26-4.559 1.425-5.938 1.163-1.379 3.37-1.901 4.508-3.303 1.137-1.4 1.988-3.048 3.1-4.47 1.11-1.422-.344-4.785.74-6.227 1.083-1.443 3.837-1.621 4.892-3.084 1.056-1.463 2.194-2.86 3.222-4.343 1.028-1.482.629-3.908 1.629-5.41 1-1.501 3.875-1.759 4.848-3.28.97-1.52.298-4.053 1.24-5.592.943-1.538 4.457-1.531 5.37-3.087.914-1.556 1.67-3.229 2.555-4.803.883-1.572-.921-4.614-.067-6.204.853-1.589 3.84-2.044 4.663-3.651.824-1.604-.81-4.423-.016-6.045.792-1.619 2.35-2.838 3.113-4.475.76-1.633.904-3.516 1.635-5.166.73-1.649 3.898-2.234 4.597-3.898.699-1.662 2.68-2.83 3.348-4.507.667-1.675 2.119-3.099 2.755-4.789.635-1.687-3.774-5.225-3.171-6.927.602-1.698 4.53-2.243 5.103-3.957.569-1.71-1.24-4.188-.702-5.912.538-1.721-.677-3.927-.172-5.661.504-1.731 1.622-3.236 2.093-4.98.472-1.739 2.655-3.004 3.093-4.756.438-1.748 3.63-2.852 4.035-4.612.405-1.756.67-3.587 1.042-5.354.37-1.763-.251-3.757.087-5.531.337-1.77-1.053-3.857-.75-5.638.305-1.776 3.856-3.05 4.126-4.838.27-1.781-.083-3.698.155-5.49.235-1.785-2.902-3.993-2.7-5.789.202-1.79 3.437-3.273 3.606-5.073.168-1.793-3.755-3.927-3.62-5.729.134-1.797 1.697-3.472 1.797-5.277.1-1.799-.86-3.622-.792-5.43.067-1.8 3.19-3.51 3.223-5.318.033-1.802-2.816-3.627-2.816-5.436m-156.645 0c0 1.824-1.358 3.556-1.433 5.361-.077 1.823-1.257 3.46-1.41 5.262-.152 1.816 3.08 3.924 2.853 5.718-.23 1.807 0 3.703-.302 5.486-.306 1.796-3.345 3.037-3.723 4.806-.382 1.78 2.69 4.37 2.236 6.121-.458 1.762-4.14 2.609-4.67 4.341-.531 1.739 2.629 4.708 2.025 6.415-.605 1.715-4.81 2.087-5.487 3.768-.68 1.687-1.703 3.146-2.45 4.796-.75 1.656 1.046 4.509.228 6.127-.82 1.622-2.426 2.851-3.312 4.433-.888 1.585-4.162 1.705-5.114 3.248-.954 1.547 2.086 5.664 1.069 7.165-1.02 1.504-4.638 1.197-5.718 2.654-1.081 1.459-2.087 2.929-3.227 4.34-1.141 1.411-3.632 1.588-4.831 2.95-1.201 1.362 1.033 5.864-.223 7.174-1.256 1.31-4.606.563-5.916 1.819-1.31 1.255-.63 4.721-1.991 5.92-1.362 1.2-6.15-1.69-7.562-.549-1.41 1.141.7 6.817-.76 7.898-1.457 1.079-2.975 2.274-4.48 3.292-1.5 1.017-3.284 1.803-4.83 2.757-1.543.951-5.15-1.565-6.735-.677-1.582.885-2.452 3.041-4.074 3.86-1.617.817-2.85 2.485-4.506 3.235-1.65.747-4.817-2.159-6.504-1.481-1.68.676-2.09 4.581-3.804 5.187-1.707.603-3.227 1.915-4.966 2.448-1.73.529-4.374-2.215-6.136-1.758-1.751.455-3.37 1.133-5.15 1.515-1.768.379-3.16 2.558-4.954 2.864-1.783.303-3.57.679-5.377.908-1.793.227-3.362 3.318-5.177 3.471-1.803.151-3.945-4.525-5.767-4.449-1.807.076-3.551.412-5.375.412-1.825 0-3.733 3.566-5.54 3.491-1.82-.076-3.341-4.758-5.143-4.909-1.817-.153-3.543-.168-5.337-.395-1.808-.23-3.851 1.518-5.634 1.214-1.795-.305-3.09-2.888-4.858-3.267-1.78-.383-4.246 2.313-5.998 1.859-1.762-.458-3.796-.116-5.528-.645-1.74-.533-2.508-4.008-4.216-4.612-1.715-.606-4.934 2.698-6.615 2.022-1.686-.678-2.154-4.334-3.804-5.082-1.657-.75-2.642-2.786-4.26-3.603-1.622-.82-4.076.007-5.658-.878-1.586-.888-1.685-4.189-3.23-5.141-1.545-.954-5.363 1.653-6.864.636-1.504-1.018-.692-5.273-2.15-6.352-1.458-1.081-3.665-1.077-5.076-2.218-1.411-1.142-1.752-3.434-3.113-4.633-1.362-1.2-2.99-1.967-4.301-3.222-1.31-1.256-2.012-2.977-3.268-4.287-1.256-1.31-5.76.394-6.96-.969-1.198-1.361-.227-4.573-1.368-5.985-1.141-1.41-5.642-.276-6.723-1.735-1.08-1.458-1.34-3.634-2.357-5.138-1.017-1.501-2.637-2.738-3.591-4.284-.952-1.542 1.98-5.4 1.094-6.985-.885-1.581-5.187-1.36-6.006-2.982-.818-1.617.199-4.173-.55-5.828-.747-1.651.054-3.937-.623-5.624-.676-1.68-5.23-1.93-5.835-3.645-.604-1.708-1.275-3.522-1.807-5.262-.53-1.731.845-4.085.387-5.846-.454-1.751.41-3.828.028-5.608-.38-1.768-3.754-3.013-4.06-4.808-.303-1.783 2.396-4.066 2.167-5.873-.228-1.793.9-3.691.747-5.506-.152-1.802-.102-3.548-.178-5.37-.075-1.806-3.524-3.543-3.524-5.367 0-1.825-.008-3.705.067-5.511.076-1.822 1.635-3.578 1.786-5.38.152-1.816 1.527-3.476 1.755-5.27.228-1.808-2.435-4.056-2.131-5.839.306-1.795 1.437-3.491 1.816-5.26.38-1.78-.326-3.887.128-5.639.458-1.761 4.635-2.483 5.164-4.214.533-1.74-1.79-4.415-1.186-6.122.606-1.716-.154-4.047.52-5.727.68-1.687 5.345-1.709 6.092-3.36.75-1.657-1.53-4.782-.712-6.4a132.64 132.64 0 0 1 2.593-4.892c.888-1.586 4.42-1.646 5.372-3.19.954-1.546 3.438-2.012 4.455-3.513 1.019-1.504 1.558-3.222 2.637-4.68 1.08-1.459-1.653-5.888-.513-7.299 1.142-1.412 4.51-1.017 5.709-2.379 1.2-1.363.898-4.161 2.154-5.471 1.255-1.31 4.8-.357 6.112-1.613 1.309-1.256-.06-5.484 1.303-6.683 1.36-1.2 3.157-2.058 4.569-3.2 1.41-1.14 6.08 1.946 7.539.865 1.458-1.08 1.866-3.494 3.37-4.512 1.5-1.017.933-5.299 2.479-6.253 1.543-.952 4.622.598 6.208-.289 1.58-.885 2.378-3.316 4-4.135 1.617-.817 5.163 2.449 6.818 1.7 1.65-.747 2.358-3.522 4.045-4.2 1.68-.676 2.723-3.095 4.437-3.701 1.708-.603 3.809-.129 5.548-.661 1.73-.529 3.526-.869 5.286-1.327 1.75-.454 4.068 1.686 5.847 1.304 1.769-.379 2.875-4.028 4.67-4.334 1.784-.304 4.03 2.723 5.838 2.494 1.794-.228 3.54.192 5.356.04 1.803-.152 3.272-5.307 5.094-5.383 1.807-.075 3.7 3.529 5.527 3.529 1.824 0 3.696-3.059 5.5-2.984 1.824.076 3.749-.469 5.55-.317 1.817.152 3.338 3.265 5.132 3.493 1.807.229 3.61.223 5.394.526 1.795.306 3.366 1.504 5.135 1.883 1.78.382 4.387-2.694 6.138-2.239 1.762.457 3.336 1.821 5.067 2.351 1.74.532 3.212 1.963 4.92 2.567 1.715.606 3.485 1.105 5.165 1.781 1.688.679 3.556.998 5.207 1.745 1.657.75 3.335 1.537 4.954 2.354 1.622.82 2.697 2.694 4.279 3.58 1.585.888 4.035.354 5.578 1.306 1.547.954 3.578 1.302 5.079 2.319 1.504 1.018 2.89 2.358 4.348 3.438 1.459 1.081 1.496 4.056 2.906 5.196 1.412 1.142 4.656.182 6.019 1.381 1.36 1.2 2.275 3.021 3.586 4.276 1.309 1.257 3.276 1.988 4.532 3.298 1.256 1.31-.896 5.771.303 7.134 1.2 1.361 3.51 1.72 4.652 3.132 1.139 1.41 1.87 3.105 2.952 4.564 1.079 1.457 5.294.748 6.312 2.252 1.017 1.502-.43 4.673.525 6.219.952 1.543 4.155 1.83 5.043 3.415.885 1.582.61 3.878 1.43 5.5.818 1.617 2.456 2.929 3.205 4.585.747 1.65-1.447 4.59-.77 6.277.678 1.681 3.323 2.627 3.929 4.342.603 1.708 2 3.232 2.532 4.971.529 1.731-1.077 4.113-.62 5.874.455 1.751-.188 3.738.194 5.517.379 1.769 2.67 3.165 2.976 4.96.304 1.784 2.795 3.33 3.024 5.137.228 1.794-4.77 4.161-4.618 5.976.15 1.802 4.905 3.326 4.982 5.149.075 1.806-.475 3.722-.475 5.547' fill='%2355B9D5' mask='url(%23donut_b)'/></g></svg>");
  background-size: 100% 100%;
}
@media only screen and (max-width: 1030px) {
  .section__behandlung-top .circle {
    display: none;
  }
}
.section__behandlung-blue {
  position: relative;
  background-color: #55B9D5;
  color: #2d367f;
}
.section__behandlung-blue .innerwrapper {
  padding-top: 3%;
  padding-bottom: calc(4% + 75px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .section__behandlung-blue .innerwrapper {
    padding-top: 10%;
  }
}
.section__behandlung-blue .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}

.section__behandlung-rose {
  position: relative;
  background-color: #e9d9cc;
  color: #2d367f;
}
.section__behandlung-rose .innerwrapper {
  padding-top: 3%;
  padding-bottom: calc(4% + 75px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .section__behandlung-rose .innerwrapper {
    padding-top: 10%;
  }
}
.section__behandlung-rose .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}

.image__faq {
  width: 27%;
  font-size: 0;
  line-height: 0;
  margin: -1.5rem auto 3.5rem auto;
}
@media only screen and (max-width: 840px) {
  .image__faq {
    width: 50%;
    margin-top: 3rem;
  }
}
.image__faq img {
  width: 100%;
  height: auto;
}

.beratung__image {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 920px) {
  .beratung__image {
    overflow: hidden;
  }
}
.beratung__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 920px) {
  .beratung__image img {
    width: 145%;
    margin-left: -35%;
  }
}

.section__subpage-top {
  padding-top: 100px;
  position: relative;
  background-color: #55B9D5;
  color: #2d367f;
}
.section__subpage-top .circle {
  position: absolute;
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  border: 10vw solid #e9d9cc;
  right: 0;
  top: 74%;
  transform: translateY(-50%) translateX(55%);
  z-index: 4;
}
@media only screen and (max-width: 1030px) {
  .section__subpage-top .circle {
    display: none;
  }
}
.section__subpage-top .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__subpage-top h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section__subpage-top .innerwrapper {
  padding-top: 8%;
  padding-bottom: calc(3% + 75px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 840px) {
  .section__subpage-top .innerwrapper {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 1030px) {
  .section__subpage-top {
    padding-top: 0;
  }
}

.section__faq-main,
.section__empfehlung-main {
  background-color: #f5f5f0;
  color: #2d367f;
  position: relative;
}
.section__faq-main .wave__start-bottom,
.section__empfehlung-main .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__faq-main h3,
.section__empfehlung-main h3 {
  font-size: calc(2.2727272727vw + 1 * 16.3636363636px);
  font-weight: 400;
  line-height: 1.32;
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}
@media (min-width: 1480px) {
  .section__faq-main h3,
  .section__empfehlung-main h3 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .section__faq-main h3,
  .section__empfehlung-main h3 {
    font-size: 30px;
  }
}
.section__faq-main .innerwrapper,
.section__empfehlung-main .innerwrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section__faq-main .single__faq,
.section__empfehlung-main .single__faq {
  font-size: 1.4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 8%;
}
.section__faq-main .single__faq:after,
.section__empfehlung-main .single__faq:after {
  content: "";
  display: block;
  width: 56%;
  height: 3px;
  font-size: 0;
  line-height: 0;
  background-color: #55B9D5;
  margin-left: 22%;
  margin-top: 8%;
}
.section__faq-main.section__karriere-bottom,
.section__empfehlung-main.section__karriere-bottom {
  margin-bottom: -8%;
  padding-top: 20%;
}
.section__faq-main.section__karriere-bottom:after,
.section__empfehlung-main.section__karriere-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='1488' height='268' viewbox='0 0 1488 268' xmlns='http://www.w3.org/2000/svg'><path d='M833 253.222c546.762 0 990-83.996 990-187.611C1823-38.003 1379.762-122 833-122S-157-38.003-157 65.611c0 103.615 443.238 187.611 990 187.611' fill='%2355B9D5' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: 0;
}
.section__faq-main.section__karriere-bottom .innerwrapper,
.section__empfehlung-main.section__karriere-bottom .innerwrapper {
  position: relative;
  z-index: 3;
}
.section__faq-main.section__karriere-bottom .innerwrapper h4,
.section__empfehlung-main.section__karriere-bottom .innerwrapper h4 {
  font-size: 1.666em;
  font-weight: 500;
}
.section__faq-main.section__karriere-bottom .innerwrapper .read-more,
.section__empfehlung-main.section__karriere-bottom .innerwrapper .read-more {
  background-color: #2d367f;
  color: #f5f5f0;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.section__faq-main.section__karriere-bottom .faq__form,
.section__empfehlung-main.section__karriere-bottom .faq__form {
  padding-top: 5%;
  margin-top: 5em;
}

@media (max-width: 600px) {
  .page-template-page_empfehlung-php .section__subpage-top h1 {
    -webkit-hyphens: auto;
            hyphens: auto;
    font-size: 36px;
  }
  .page-template-page_empfehlung-php .section__subpage-top h1 br {
    display: none;
  }
}

.section__empfehlung-main .innerwrapper {
  padding-top: 2em;
  padding-bottom: calc(7% + 75px);
}

.empfehlung_main_inner {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.empfehlung_button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 600px) {
  .empfehlung_button_wrapper {
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.empfehlung_button_wrapper .button-hover {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .empfehlung_button_wrapper .button-hover {
    margin: 0.5rem 0;
  }
}

.section__subpage-main {
  background-color: #f5f5f0;
  color: #2d367f;
  position: relative;
}
.section__subpage-main a {
  color: inherit;
}
.section__subpage-main a:hover {
  text-decoration: none;
}
.section__subpage-main .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__subpage-main h3 {
  font-size: calc(2.2727272727vw + 1 * 16.3636363636px);
  font-weight: 400;
  line-height: 1.32;
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: -0.2em;
  margin-top: 1em;
}
@media (min-width: 1480px) {
  .section__subpage-main h3 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .section__subpage-main h3 {
    font-size: 30px;
  }
}
.section__subpage-main .innerwrapper {
  padding-top: 3%;
  padding-bottom: calc(5% + 80px);
}

.faq__form {
  width: 100%;
  background-color: #e9d9cc;
  border-radius: 50%;
  padding: 10% 10% 2% 10%;
  position: relative;
  z-index: 9;
}
.faq__form h3 {
  font-size: 1.666em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 840px) {
  .faq__form {
    border-radius: 50px;
    padding: 30px;
  }
}
.faq__form textarea {
  height: 156px;
  resize: none;
}
.faq__form .column__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  .faq__form .column__wrapper {
    flex-wrap: wrap;
  }
}
.faq__form .column__wrapper .column {
  width: calc(50% - 13px);
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .faq__form .column__wrapper .column {
    width: 100%;
    margin: 0;
  }
  .faq__form .column__wrapper .column:last-child .single__form-line {
    margin-top: 0;
  }
}

.section__clouds {
  position: relative;
  margin-top: -17%;
}
@media only screen and (max-width: 920px) {
  .section__clouds {
    margin-top: -31%;
  }
}
.section__clouds .round__image {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 50%;
  position: absolute;
  z-index: 9;
}
@media only screen and (max-width: 920px) {
  .section__clouds .round__image {
    width: 42%;
  }
}
@media only screen and (max-width: 670px) {
  .section__clouds .round__image {
    width: 35%;
  }
}
.section__clouds .round__image.round__image01 {
  top: -60%;
  left: -5%;
}
@media only screen and (max-width: 920px) {
  .section__clouds .round__image.round__image01 {
    top: -15%;
    left: -36%;
  }
}
@media only screen and (max-width: 670px) {
  .section__clouds .round__image.round__image01 {
    top: -9%;
    left: -3%;
  }
}
.section__clouds .round__image.round__image02 {
  top: -52%;
  right: -5%;
}
@media only screen and (max-width: 920px) {
  .section__clouds .round__image.round__image02 {
    top: -10%;
    right: -35%;
  }
}
@media only screen and (max-width: 670px) {
  .section__clouds .round__image.round__image02 {
    top: -7%;
    right: -3%;
  }
}
.section__clouds .round__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.section__clouds .sc__background {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 50%;
  bottom: 0;
  background-color: #f5f5f0;
}
.section__clouds .wave__start-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 150px;
}
.section__clouds:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='1356' height='169' viewbox='0 0 1356 169' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='wavetop_a' d='M0 0h2690.463v717.62H0z'/></defs><g transform='translate(-815)' fill='none' fill-rule='evenodd'><mask id='wavetop_b' fill='%23fff'><use xlink:href='%23wavetop_a'/></mask><path d='M2690.463 717.62c-19.444-123.061-65.643-238.529-135.42-337.894v-3.387h-2.41a772.422 772.422 0 0 0-11.959-16.42C2280.526 13.227 1804.252-25.12 1420.932 37.283c-200.354 32.616-405.316 70.661-608.002 46.165C729.232 73.331 644.67 46.614 570.89-.001H5.113c-24.703 217.733 40.01 440.856 195.675 577.714 75.88 66.713 155.413 109.331 237.28 133.921v5.986h2252.394z' fill='%2355B9D5' mask='url(%23wavetop_b)'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: 0;
}
.section__clouds:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='1488' height='268' viewbox='0 0 1488 268' xmlns='http://www.w3.org/2000/svg'><path d='M833 253.222c546.762 0 990-83.996 990-187.611C1823-38.003 1379.762-122 833-122S-157-38.003-157 65.611c0 103.615 443.238 187.611 990 187.611' fill='%2355B9D5' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: 0;
}
@media only screen and (max-width: 920px) {
  .section__clouds:after {
    bottom: 13%;
  }
}
.section__clouds .innerwrapper {
  color: #f5f5f0;
  padding-bottom: calc(3% + 150px);
}
@media only screen and (max-width: 480px) {
  .section__clouds .innerwrapper {
    padding-bottom: calc(3% + 130px);
  }
}
.section__clouds .second__bg {
  position: absolute;
  width: 100%;
  height: 66%;
  left: 0;
  top: 10%;
  z-index: 1;
  background-color: #55B9D5;
}
@media only screen and (max-width: 920px) {
  .section__clouds .second__bg {
    top: 8%;
    height: 77%;
  }
}
.section__clouds .wave__start-bottom {
  z-index: 7;
}

.cloud-column__wrapper {
  width: 100%;
  padding-top: 5%;
  counter-reset: clouds;
}
.cloud-column__wrapper .koala__waving {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 12;
  margin-top: -20%;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .koala__waving {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40%;
    text-align: center;
    width: 80%;
  }
}
.cloud-column__wrapper .koala__waving img {
  opacity: 0;
  pointer-events: none;
}
.cloud-column__wrapper .koala__waving .koala__waving--holder {
  width: 68%;
  max-width: 360px;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .koala__waving .koala__waving--holder {
    transform: translateX(35%);
  }
}
.cloud-column__wrapper .koala__waving .koala__waving--holder img {
  width: 100%;
  height: auto;
}
.cloud-column__wrapper .koala__waving #lottie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cloud-column__wrapper .koala__waving #lottie svg {
  width: 189% !important;
  height: auto !important;
  transform: translate(-27%, -25%) !important;
  pointer-events: none;
}
.cloud-column__wrapper .column {
  text-align: center;
  padding: 2.5rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column {
    text-align: center;
    padding-left: 0;
    max-width: 400px;
  }
}
@media only screen and (max-width: 670px) {
  .cloud-column__wrapper .column {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .cloud-column__wrapper .column p {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.cloud-column__wrapper .column h2 {
  color: #f5f5f0;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column h2 {
    text-align: center;
  }
}
.cloud-column__wrapper .column h2:before {
  counter-increment: clouds;
  content: counter(clouds);
  display: block;
  text-align: center;
  font-size: 8rem;
  color: #2d367f;
  text-stroke: 2px #f5f5f0;
  -webkit-text-stroke: 2px #f5f5f0;
}
.cloud-column__wrapper .column .column__inner {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 0 auto;
}
.cloud-column__wrapper .column:nth-child(even) {
  width: 50%;
  margin-left: 50%;
  margin-right: auto;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(even) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cloud-column__wrapper .column:nth-child(odd) {
  width: 50%;
  margin-right: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(odd) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cloud-column__wrapper .column:nth-child(1) {
  z-index: 3;
}
.cloud-column__wrapper .column:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 280%;
  height: 164%;
  background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='none' width='834' height='712' viewbox='0 0 834 712' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='cloud03_a' d='M0 0h833.578v711.58H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='cloud03_b' fill='%23fff'><use xlink:href='%23cloud03_a'/></mask><path d='M365.974 703.8c-2.855-.413-6.26 2.67-9.094 2.21-2.848-.463-4.745-6.432-7.569-6.942-2.84-.511-5.685-.714-8.502-1.274-2.828-.56-6.46 2.81-9.265 2.202-2.819-.61-5.093-3.637-7.888-4.294-2.807-.66-5.71-.86-8.493-1.566-2.794-.708-5.36-2.212-8.13-2.967-2.782-.759-5.793-.637-8.549-1.442-2.768-.808-5.234-2.553-7.975-3.406-2.753-.858-5.378-2.015-8.102-2.918-2.738-.907-5.009-3.04-7.718-3.99-2.719-.957-6.203.303-8.894-.697-2.702-1.004-5.476-1.79-8.147-2.838-2.684-1.055-4.272-4.734-6.924-5.832-2.663-1.102-7.459 2.835-10.09 1.69-2.643-1.151-4.784-3.5-7.393-4.696-2.62-1.2-5.317-2.29-7.904-3.532-2.598-1.25-5.638-1.67-8.202-2.962-2.575-1.296-3.877-5.093-6.415-6.432-2.55-1.345-4.28-4.148-6.795-5.536-2.524-1.392-4.957-2.856-7.444-4.29-2.497-1.442-6.432-.41-8.89-1.893-2.469-1.488-4.58-3.564-7.01-5.094-2.44-1.536-5.728-1.776-8.128-3.353-2.409-1.582-3.544-5.076-5.912-6.698-2.379-1.631-4.48-3.626-6.817-5.298-2.346-1.677-5.812-1.812-8.116-3.528-2.312-1.723-4.11-4.135-6.378-5.897-2.277-1.77-3.85-4.405-6.082-6.213-2.24-1.814-3.525-4.726-5.719-6.58-2.203-1.86-6.32-1.463-8.476-3.36-2.165-1.906-5.107-2.974-7.223-4.916-2.124-1.95-1.959-6.337-4.033-8.322-2.08-1.995-5.6-2.495-7.633-4.525-2.039-2.037-2.746-5.361-4.733-7.434-1.995-2.08-4.41-3.73-6.353-5.845-1.949-2.122-4.125-4.021-6.02-6.178-1.902-2.164-4.71-3.553-6.558-5.75-1.854-2.207-4.318-3.943-6.115-6.182-1.804-2.246-3.416-4.684-5.162-6.962-1.753-2.287-2.384-5.432-4.077-7.75a376.218 376.218 0 0 1-5.028-7.015c-1.645-2.365-3.105-4.852-4.689-7.248-1.589-2.401-5.817-3.142-7.345-5.574-1.53-2.44.59-7.135-.879-9.603-1.473-2.476-3.982-4.332-5.39-6.837-1.412-2.51-3.086-4.88-4.43-7.418-1.35-2.543-.32-6.284-1.603-8.854-1.285-2.577-3.69-4.567-4.908-7.168-1.22-2.608-2.355-5.225-3.507-7.858-1.152-2.637-2.792-5.05-3.873-7.71-1.085-2.667.427-6.3-.584-8.989-1.014-2.692-5.106-4.231-6.047-6.947-.942-2.719.232-6.114-.636-8.853-.87-2.743-3.863-4.82-4.658-7.582-.795-2.764-4.147-4.877-4.865-7.66-.72-2.786 3.713-6.836 3.07-9.637-.64-2.804-4.51-4.898-5.076-7.718-.564-2.818 2.51-6.293 2.023-9.127-.485-2.832-.769-5.623-1.175-8.471-.405-2.844-2.397-5.434-2.723-8.293-.323-2.854-4.472-5.357-4.716-8.224-.243-2.863 5.574-6.15 5.412-9.024-.162-2.868-.249-5.649-.328-8.526-.079-2.87-1.314-5.652-1.31-8.532.003-2.87-2.876-5.772-2.79-8.651.084-2.87 2.91-5.61 3.078-8.486.167-2.865 1.265-5.601 1.516-8.472.25-2.858-1.134-5.836-.802-8.7.331-2.85.295-5.73.71-8.584.414-2.855.407-5.758.898-8.584.495-2.84.48-5.774 1.051-8.586.576-2.826 4.12-4.962 4.773-7.757.657-2.805-1.487-6.269-.754-9.045.736-2.786-1.242-6.377-.429-9.131.816-2.763 4.036-4.832 4.928-7.563.895-2.738 1.201-5.704 2.17-8.409.973-2.712 6.265-3.77 7.312-6.448 1.048-2.68-1.315-6.71-.194-9.355 1.126-2.65 5.722-3.722 6.92-6.337 1.197-2.615-3.467-8.017-2.196-10.597 1.271-2.582 6.803-3.017 8.144-5.56 1.344-2.544 2.351-5.23 3.763-7.737 1.413-2.504-.805-7.156.677-9.622 1.48-2.466 8.548-1.47 10.096-3.894 1.548-2.423-1.303-7.718.31-10.1 1.612-2.38 3.035-4.963 4.711-7.302 1.675-2.335 5.716-2.958 7.454-5.252 1.735-2.29.512-6.93 2.31-9.178 1.792-2.244 3.605-4.585 5.46-6.787 1.85-2.197 8.161-.555 10.071-2.708 1.906-2.15 1.165-6.686 3.13-8.792 1.96-2.1 3.49-4.662 5.507-6.718 2.011-2.05 4.827-3.338 6.894-5.344 2.06-1.998 2.913-5.334 5.028-7.287 2.11-1.949 5.155-2.928 7.316-4.832 2.154-1.897 4.515-3.6 6.72-5.451 2.2-1.846 3.608-4.72 5.857-6.52 2.242-1.793 6.257-1.355 8.546-3.102 2.284-1.742 3.693-4.669 6.024-6.363 2.321-1.689 5.331-2.43 7.7-4.07 2.358-1.636 4.362-3.811 6.767-5.4 2.394-1.582 5.885-1.452 8.325-2.987 2.43-1.528 5.18-2.47 7.651-3.95 2.463-1.477 2.688-6.792 5.192-8.22 2.495-1.422 4.677-3.535 7.211-4.909 2.524-1.367 5.32-2.365 7.881-3.684 2.553-1.315 7.753 2.648 10.343 1.383 2.58-1.26 3.907-5.076 6.522-6.287 2.606-1.207 4.937-3.033 7.577-4.19 2.63-1.152 6.24.03 8.903-1.072 2.652-1.1 4.823-3.327 7.507-4.376 2.673-1.044 5.422-1.85 8.127-2.844 2.695-.991 5.041-2.938 7.765-3.88 2.712-.937 5.178-2.657 7.92-3.544 2.73-.884 5.292-2.402 8.05-3.236 2.748-.83 6.627 2.24 9.402 1.46 2.764-.777 4.517-5.264 7.306-5.99 2.777-.722 6.075.597 8.877-.075 2.791-.67 5.414-2.063 8.227-2.681 2.804-.617 5.074-3.928 7.9-4.494 2.815-.563 5.93.213 8.767-.3 2.825-.51 5.935.539 8.781.08 2.834-.457 5.911.755 8.765.35 2.842-.405 5.837.635 8.697.28 2.85-.352 5.553-1.586 8.42-1.887 2.855-.299 5.713-.163 8.584-.41 2.86-.248 5.485-3.319 8.361-3.514 2.863-.196 5.847 1.82 8.727 1.676 2.865-.144 5.673-1.165 8.553-1.256 2.868-.091 5.726-.016 8.607-.056 2.871-.04 5.735-2.345 8.62-2.333 2.87.01 5.733 1.529 8.617 1.591 2.871.063 5.89-3.674 8.77-3.56 2.87.113 5.56 4.502 8.438 4.666 2.866.163 5.581 2.228 8.456 2.443 2.865.213 5.696.322 8.57.587 2.858.263 6.271-4.862 9.138-4.548 2.856.315 5.465 2.989 8.328 3.354 2.85.362 5.805.095 8.661.508 2.855.415 5.633 1.38 8.467 1.841 2.847.465 5.113 4.17 7.94 4.68 2.838.512 5.593 1.171 8.41 1.73 2.83.562 6.456-2.829 9.262-2.22 2.82.61 5.937.012 8.732.67 2.807.66 4.856 4.46 7.64 5.167 2.794.71 6.045-.325 8.815.431 2.782.758 5.807.732 8.563 1.535 2.767.808 5.094 3.131 7.835 3.985 2.751.857 4.966 3.345 7.691 4.247 2.736.907 6.13-.143 8.838.81 2.72.954 6.016.387 8.705 1.387 2.703 1.005 5.053 3.01 7.725 4.06 2.683 1.053 5.497 1.845 8.148 2.943 2.664 1.102 5.866 1.034 8.498 2.181 2.643 1.151 4.546 4.04 7.157 5.234 2.621 1.2 5.47 1.964 8.057 3.207 2.6 1.248 4.842 3.263 7.406 4.555 2.574 1.296 3.537 5.674 6.075 7.014 2.55 1.345 6.811-.521 9.326.867 2.523 1.392 3.35 5.757 5.837 7.191 2.497 1.441 7.204-.877 9.662.606 2.47 1.489 3.02 6.09 5.45 7.62 2.44 1.535 5.833 1.556 8.233 3.132 2.408 1.584 6.524.678 8.893 2.302 2.38 1.63 3.211 5.531 5.548 7.203 2.347 1.676 3.835 4.517 6.14 6.234 2.311 1.725 3.317 5.097 5.585 6.86 2.277 1.769 8.32-1.21 10.552.597 2.242 1.816.688 8.218 2.883 10.07 2.203 1.861 4.737 3.254 6.894 5.15 2.163 1.905 6.837 1.003 8.953 2.945 2.124 1.95 2.076 6.213 4.15 8.2 2.082 1.993 6.096 2.001 8.128 4.03 2.04 2.037 2.45 5.67 4.437 7.743 1.995 2.08 5.527 2.715 7.47 4.828a397.06 397.06 0 0 1 5.783 6.44c1.903 2.165 5.116 3.256 6.964 5.454 1.854 2.206 2.963 5.088 4.76 7.326 1.804 2.246 1.967 5.803 3.713 8.082 1.752 2.286 1.705 5.88 3.4 8.198 1.7 2.327 2.725 5.053 4.364 7.41 1.646 2.364 4.946 3.544 6.532 5.94 1.59 2.403 3.515 4.563 5.042 6.995 1.531 2.439 4.988 3.715 6.456 6.184 1.472 2.476 1.827 5.626 3.234 8.13 1.412 2.51.504 6.262 1.851 8.8 1.35 2.542 5.092 3.832 6.374 6.403 1.285 2.576 3.138 4.903 4.356 7.505 1.22 2.608-1.504 6.972-.353 9.606 1.152 2.637 6.456 3.503 7.538 6.164 1.084 2.666.46 6.019 1.473 8.707 1.014 2.694 1.9 5.425 2.84 8.14.943 2.719 1.995 5.393 2.863 8.132.87 2.743 2.25 5.334 3.045 8.096.793 2.764 1.176 5.648 1.896 8.43.72 2.786-1.426 6.228-.785 9.03.643 2.802 2.613 5.26 3.177 8.08.565 2.818 1.484 5.537 1.97 8.371.484 2.834-.022 5.78.384 8.629.406 2.844.5 5.67.824 8.53.325 2.853 4.434 5.326 4.678 8.192.243 2.863 1.396 5.723 1.56 8.596.16 2.868-3.645 5.921-3.566 8.8.08 2.87 4.1 5.707 4.097 8.587-.003 2.87-3.199 5.726-3.284 8.606-.087 2.868.667 5.776.5 8.653-.169 2.863-1.438 5.647-1.689 8.517-.249 2.86.451 5.815.12 8.678-.332 2.85-.29 5.77-.705 8.623-.413 2.855-3.4 5.274-3.892 8.1-.496 2.841 3.436 6.522 2.863 9.334-.576 2.825-.967 5.764-1.62 8.56-.657 2.806-5 4.72-5.733 7.495-.736 2.786 1.522 6.425.708 9.18-.814 2.764-4.553 4.638-5.444 7.368-.894 2.737-3.589 4.805-4.558 7.51-.972 2.71-1.755 5.412-2.803 8.088-1.048 2.683 1.714 6.905.59 9.552-1.124 2.649-4.573 4.288-5.77 6.901-1.198 2.616-.24 6.272-1.51 8.851-1.272 2.582-3.98 4.457-5.323 7-1.344 2.545-4.96 3.812-6.374 6.317-1.412 2.505-.283 6.462-1.763 8.928-1.48 2.465-2.586 5.188-4.134 7.614-1.547 2.423-6.44 2.617-8.054 5-1.61 2.38-1.735 5.734-3.412 8.072-1.673 2.337-2.489 5.29-4.227 7.583-1.735 2.292-2.205 5.596-4.003 7.845-1.793 2.245-7.315 1.408-9.17 3.61-1.852 2.197-.386 7.232-2.296 9.386-1.907 2.15-3.217 4.903-5.182 7.008-1.96 2.1-7.73.54-9.749 2.596-2.01 2.05-1.565 6.528-3.632 8.533-2.06 2-3.809 4.356-5.923 6.31-2.109 1.95-6.758 1.05-8.919 2.955-2.154 1.896-.88 7.779-3.086 9.63-2.2 1.846-6.657.966-8.907 2.765-2.24 1.794-3.726 4.544-6.017 6.29-2.282 1.742-6.344 1.05-8.673 2.745-2.322 1.688-1.724 7.486-4.09 9.129-2.36 1.635-6.505.668-8.908 2.256-2.396 1.584-5.969 1.267-8.408 2.802-2.43 1.529-2.033 7.654-4.506 9.135-2.463 1.476-4.505 3.802-7.009 5.23-2.494 1.422-5.899 1.323-8.433 2.697-2.525 1.367-5.249 2.432-7.81 3.751-2.553 1.315-6.458-.065-9.048 1.2-2.579 1.26-4.538 3.79-7.152 5-2.606 1.207-3.814 5.597-6.454 6.755-2.629 1.153-7.542-3.02-10.204-1.918-2.652 1.098-4.997 2.853-7.68 3.904-2.676 1.044-3.574 6.826-6.278 7.822-2.694.99-7.378-3.562-10.103-2.62-2.712.937-3.662 7.178-6.404 8.064-2.73.885-5.572 1.63-8.33 2.465-2.748.83-5.44 2.087-8.215 2.866-2.763.777-5.87.513-8.66 1.239-2.776.721-5.9.214-8.702.886-2.79.67-6.18-1.274-8.995-.654-2.803.615-5.649.897-8.475 1.462-2.814.563-4.877 5.118-7.714 5.63-2.825.51-6.333-2.925-9.179-2.466-2.835.458-5.36 2.882-8.215 3.288-2.843.404-5.624 1.392-8.485 1.745-2.849.351-5.57 2.123-8.438 2.423-2.855.3-6.028-2.536-8.9-2.288-2.86.248-5.586 2.325-8.462 2.52-2.864.196-5.69 1.646-8.568 1.788-2.866.144-5.836-1.486-8.716-1.393-2.868.09-5.752.311-8.633.351-2.87.04-5.753-1.817-8.636-1.83-2.87-.01-5.773 2.02-8.657 1.957-2.87-.062-5.8.871-8.683.758-2.869-.114-5.585-3.586-8.465-3.75-2.865-.163-6.064 4.376-8.939 4.161-2.864-.213-5.583-2.695-8.456-2.96-2.859-.265-5.729-.657-8.597-.972-2.855-.313-5.978 1.302-8.842.937-2.849-.362-5.562-2.062-8.418-2.476' fill='%232d367f' mask='url(%23cloud03_b)'/></g></svg>");
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-63%, -42%);
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(1):after {
    width: 170%;
    height: 120%;
    transform: translate(-50%, -46%);
  }
}
@media only screen and (max-width: 480px) {
  .cloud-column__wrapper .column:nth-child(1):after {
    width: 150%;
    height: 120%;
  }
}
.cloud-column__wrapper .column:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='none' width='1011' height='776' viewbox='0 0 1011 776' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='cloud01_a' d='M0 0h1010.566v775.67H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='cloud01_b' fill='%23fff'><use xlink:href='%23cloud01_a'/></mask><path d='M622.74 736.881c-2.705.905-5.49 1.53-8.195 2.401-2.714.873-5.912.139-8.627.978-2.724.841-5.643.916-8.367 1.722-2.734.811-4.439 5.1-7.172 5.875-2.743.778-6.144-.865-8.886-.122-2.752.746-5.2 2.558-7.949 3.268-2.76.713-6.022-.669-8.78.008-2.77.68-4.412 6.017-7.177 6.662-2.777.647-5.727.593-8.499 1.205-2.784.614-6.415-2.799-9.195-2.221-2.79.581-4.763 5.141-7.55 5.685-2.798.546-5.284 2.857-8.076 3.367-2.804.513-5.933-.699-8.733-.223-2.809.478-6.004-1.422-8.808-.98-2.815.443-5.299 3.051-8.107 3.458-2.822.409-5.57 1.434-8.383 1.805-2.826.374-5.944-1.559-8.762-1.223-2.829.338-5.656.588-8.479.889-2.832.302-5.772-.667-8.597-.402-2.838.266-5.527 1.997-8.356 2.225-2.84.23-5.762-.891-8.59-.7-2.846.193-5.614 1.231-8.447 1.386-2.845.155-5.71-.555-8.544-.437-2.848.118-5.713-1.462-8.549-1.382-2.849.08-5.628 1.356-8.464 1.398-2.85.042-5.66 2.322-8.497 2.326-2.849.004-5.685-.622-8.522-.657-2.849-.035-5.754 2.551-8.588 2.477-2.849-.075-5.633-2.327-8.467-2.441-2.847-.115-5.652-.9-8.483-1.054-2.847-.154-5.542-2.261-8.37-2.455-2.845-.195-5.599-.931-8.425-1.166-2.84-.237-6.193 5.289-9.015 5.013-2.838-.279-5.332-3.879-8.15-4.197-2.832-.32-5.82.696-8.632.335-2.828-.363-5.683-.567-8.49-.97-2.822-.407-6.003 1.39-8.803.943-2.816-.449-5.466-2.085-8.258-2.576-2.808-.494-5.574-1.341-8.358-1.877-2.804-.538-5.362-2.342-8.14-2.923-2.795-.584-5.096-3.339-7.863-3.966-2.784-.63-5.219-2.53-7.975-3.203-2.773-.676-6.173 1.283-8.918.564-2.759-.724-6.283 1.322-9.014.556-2.747-.772-4.866-3.764-7.583-4.578-2.733-.82-5.426-1.75-8.127-2.613-2.717-.868-4.662-3.992-7.347-4.904-2.7-.918-5.67-.944-8.337-1.906-2.683-.967-4.816-3.283-7.463-4.295-2.664-1.018-5.672-1.024-8.299-2.087-2.642-1.07-6.876 1.677-9.48.562-2.622-1.121-3.173-6.929-5.754-8.096-2.598-1.174-4.755-3.132-7.312-4.352-2.572-1.228-7.74 2.879-10.27 1.605-2.549-1.282-3.759-5.181-6.263-6.51-2.519-1.336-5.628-1.582-8.102-2.964-2.489-1.392-3.82-4.773-6.263-6.211-2.455-1.447-5.058-2.588-7.466-4.082-2.423-1.503-4.087-4.11-6.46-5.66-2.387-1.56-5.753-1.587-8.087-3.194-2.349-1.616-5.975-1.441-8.269-3.105-2.306-1.673-5-2.906-7.252-4.627-2.265-1.73-1.955-6.749-4.163-8.527-2.219-1.788-5.858-1.829-8.018-3.664-2.172-1.845-2.82-5.402-4.93-7.295-2.122-1.901-3.942-4.045-6.002-5.995-2.066-1.958-3.114-4.848-5.118-6.854-2.01-2.014-7.616-.501-9.564-2.563-1.953-2.07-3.56-4.51-5.448-6.628-1.892-2.125-.893-6.723-2.717-8.896-1.829-2.179-5.933-2.463-7.69-4.69-1.765-2.232-4.22-3.967-5.912-6.246-1.694-2.283-4.364-3.939-5.986-6.269-1.623-2.333 1.227-7.674-.322-10.054-1.549-2.381-7.434-2.031-8.908-4.46-1.474-2.427 2.02-7.751.622-10.225-1.396-2.472-8.374-1.907-9.692-4.425-1.317-2.513-.748-6.055-1.986-8.615-1.236-2.554-2.292-5.229-3.449-7.828-1.152-2.591-1.089-5.713-2.162-8.348-1.069-2.626-3.389-4.782-4.379-7.452-.984-2.658 1.153-6.401.25-9.102-.905-2.704-2.937-4.986-3.75-7.704-.819-2.73-4.859-4.565-5.585-7.308-.73-2.754 2.556-6.507 1.917-9.273-.64-2.774-5.712-4.613-6.263-7.399-.552-2.792-.022-5.851-.484-8.654-.462-2.807 3.397-6.241 3.025-9.058-.373-2.82-3.96-5.236-4.244-8.064-.284-2.829.792-5.775.597-8.611-.195-2.836-2.753-5.566-2.86-8.408-.108-2.839-1.105-5.73-1.125-8.575-.02-2.841.752-5.749.818-8.594.066-2.839.027-5.747.177-8.589.151-2.835 1.886-5.607 2.12-8.445.233-2.828.072-5.723.387-8.554.315-2.82-.04-5.769.355-8.59.395-2.809 3.078-5.289 3.551-8.097.472-2.797-1.473-6.063-.923-8.858.55-2.782.863-5.679 1.488-8.459.621-2.766 1.232-5.605 1.931-8.368.693-2.749 6.14-4.237 6.91-6.982.763-2.73.993-5.565 1.83-8.29.831-2.71-1.829-6.544-.926-9.247.9-2.689 4.38-4.498 5.347-7.179.962-2.666.212-5.981 1.243-8.639 1.024-2.642 4.65-4.238 5.741-6.872 1.085-2.617-1.66-6.889-.509-9.498 1.144-2.592 1.411-5.662 2.62-8.244 1.2-2.567 4.837-4.02 6.101-6.576 1.254-2.54 2.914-4.898 4.232-7.427 1.308-2.512.742-6.07 2.111-8.571 1.36-2.485 5.3-3.56 6.718-6.033 1.41-2.458 3.817-4.318 5.285-6.763 1.458-2.429-.754-7.136.76-9.551 1.506-2.401 3.033-4.862 4.594-7.248 1.55-2.37 3.753-4.37 5.356-6.726 1.593-2.341 3.452-4.553 5.1-6.879 1.636-2.312 3.038-4.848 4.727-7.144 1.677-2.282 4.3-3.904 6.028-6.171 1.717-2.252 4.646-3.584 6.413-5.821 1.756-2.223 1.16-6.374 2.964-8.58 1.795-2.194 4.145-3.986 5.987-6.161 1.831-2.163 4.494-3.653 6.371-5.799 1.867-2.132 4.531-3.576 6.443-5.691 1.902-2.103 5.123-2.984 7.067-5.068 1.935-2.072 4.147-3.848 6.125-5.902 1.968-2.042 3.88-4.102 5.89-6.125 1.998-2.011.311-7.763 2.351-9.754 2.03-1.982 5.897-2.102 7.966-4.064 2.06-1.95 6.571-1.255 8.671-3.185 2.088-1.92 1.425-6.865 3.551-8.764 2.116-1.889 4.138-3.92 6.291-5.788 2.144-1.858 4.466-3.541 6.646-5.377 2.17-1.828 5.777-1.93 7.984-3.735 2.194-1.797 3.076-5.228 5.306-7.003 2.22-1.765 4.407-3.604 6.662-5.348 2.242-1.733 4.232-3.832 6.51-5.543 2.263-1.702 5.915-1.553 8.213-3.233 2.288-1.672 3.101-5.414 5.424-7.063 2.31-1.642 5.79-1.646 8.133-3.264 2.333-1.611 4.78-3.06 7.144-4.648 2.355-1.58 4.511-3.467 6.897-5.024 2.377-1.55 3.777-4.648 6.184-6.174 2.395-1.519 6.88.293 9.307-1.202 2.415-1.489 3.93-4.444 6.374-5.908 2.435-1.459 4.907-2.854 7.372-4.288 2.454-1.428 4.41-3.738 6.89-5.141 2.472-1.397 5.727-1.394 8.226-2.766 2.484-1.364 3.204-6.027 5.715-7.366 2.503-1.333 6.818.754 9.348-.554 2.518-1.303 3.38-5.893 5.926-7.171 2.536-1.272 6.45.201 9.012-1.046 2.552-1.242 4.397-3.983 6.975-5.199 2.57-1.212 6.113-.336 8.706-1.521 2.583-1.181 3.436-6.253 6.044-7.407 2.598-1.15 6.383.359 9.004-.765 2.608-1.117 6.127-.063 8.757-1.153 2.623-1.088 5.6-1.243 8.246-2.303 2.636-1.057 4.127-4.991 6.787-6.021 2.651-1.027 4.93-3.072 7.601-4.071 2.661-.995 5.012-2.907 7.693-3.874 2.676-.965 6.417 1.042 9.114.105 2.687-.934 4.241-5.236 6.948-6.142 2.704-.905 6.84 2.559 9.544 1.688 2.714-.873 4.373-5.07 7.087-5.91 2.723-.841 5.715-.827 8.438-1.634 2.734-.81 5.373-1.965 8.104-2.74 2.743-.778 6.627 2.629 9.368 1.886 2.752-.746 5.433-1.587 8.184-2.296 2.76-.714 4.464-5.543 7.223-6.22 2.767-.681 6.543 2.927 9.308 2.282 2.777-.647 4.19-7.274 6.962-7.886 2.784-.614 6.438 2.822 9.22 2.244 2.79-.58 5.928.727 8.714.183 2.798-.547 4.782-5.297 7.574-5.808 2.806-.512 5.424-2.156 8.223-2.632 2.81-.478 6.361 3.599 9.164 3.158 2.816-.443 5.5-1.557 8.31-1.964 2.82-.408 4.988-5.553 7.803-5.924 2.825-.374 6.26 4.074 9.078 3.738 2.83-.338 5.161-5.107 7.983-5.408 2.834-.302 6.276 5.559 9.1 5.294 2.838-.266 5.183-6.02 8.011-6.249 2.84-.229 5.852 1.743 8.683 1.551 2.843-.192 5.753.94 8.586.785 2.844-.156 5.745 1.554 8.58 1.437 2.846-.118 5.624-.981 8.46-1.06 2.847-.081 5.628-2.185 8.463-2.227 2.85-.042 5.691 2.88 8.527 2.877 2.85-.004 5.676-2.24 8.511-2.204 2.85.035 5.69-.406 8.525-.332 2.85.075 5.575 2.832 8.407 2.947 2.848.114 5.998-6.271 8.828-6.117 2.846.155 5.675 1.141 8.505 1.336 2.843.195 5.3 5.402 8.125 5.637 2.841.237 5.703-.192 8.524.085 2.838.278 5.883-1.586 8.7-1.268 2.833.32 5.86-.876 8.671-.515 2.83.363 5.46 2.237 8.267 2.64 2.823.406 5.065 4.439 7.864 4.886 2.816.45 6.663-5.307 9.455-4.816 2.81.494 5.696.798 8.48 1.334 2.804.539 5.422 2.188 8.198 2.769 2.795.584 5.531 1.551 8.3 2.177 2.783.631 5.32 2.367 8.076 3.04 2.773.676 5.866.143 8.611.862 2.76.724 5.096 3.056 7.827 3.823 2.747.771 5.702.841 8.418 1.655 2.733.82 5.304 2.181 8.006 3.044 2.717.868 4.835 3.503 7.521 4.415 2.7.917 4.953 2.98 7.62 3.942 2.682.968 6.74-1.816 9.388-.803 2.662 1.018 4.962 2.994 7.588 4.057 2.643 1.07 5.29 2.141 7.894 3.255 2.621 1.122 6.17.199 8.751 1.366 2.596 1.175 4.993 2.887 7.55 4.106 2.573 1.228 5.548 1.747 8.078 3.021 2.547 1.282 2.174 8.194 4.676 9.521 2.52 1.337 5.856 1.048 8.33 2.43 2.49 1.392 5.467 1.878 7.908 3.316 2.457 1.447 3.585 5.01 5.993 6.504 2.422 1.502 5.064 2.539 7.436 4.09 2.386 1.559 4.258 3.762 6.592 5.369 2.348 1.616 5.932 1.391 8.226 3.055 2.308 1.673 5.253 2.469 7.506 4.19 2.266 1.73 3.197 5.123 5.405 6.902 2.22 1.788 7.14.318 9.301 2.154 2.171 1.844 1.888 6.52 4 8.413 2.12 1.901 4.816 3.141 6.875 5.09 2.067 1.958 4.911 3.123 6.916 5.129 2.012 2.014 3.311 4.73 5.258 6.792 1.953 2.07 3.904 4.137 5.79 6.256a290.085 290.085 0 0 1 5.566 6.456c1.828 2.178 5.057 3.248 6.817 5.475 1.763 2.231.88 6.494 2.571 8.774 1.695 2.282 2.588 5.066 4.21 7.397 1.622 2.333 6.944 2.172 8.493 4.553 1.55 2.381.83 6.219 2.304 8.648 1.473 2.427 5.01 3.674 6.407 6.148 1.396 2.472-.792 6.892.528 9.41 1.316 2.514 4.603 4.004 5.841 6.564 1.236 2.553-.723 6.538.434 9.138 1.152 2.59 2.27 5.089 3.342 7.724 1.07 2.626 6.641 3.48 7.63 6.151.984 2.657 2.421 5.227 3.325 7.928.905 2.704 2.055 5.397 2.87 8.115.816 2.729-3.83 6.982-3.105 9.724.731 2.754 7.385 4.028 8.024 6.794.641 2.774-1.575 6.205-1.024 8.991.552 2.792-2.13 6.116-1.668 8.918.461 2.808 4.058 5.098 4.431 7.915.373 2.82 1.547 5.56 1.831 8.388.284 2.829-3.463 5.964-3.269 8.8.196 2.836 4.891 5.408 5 8.25.105 2.839-4.563 5.759-4.543 8.604.02 2.841 3.015 5.654 2.95 8.498-.066 2.84 1.237 5.747 1.087 8.589-.15 2.835-.165 5.72-.4 8.557-.233 2.829-1.503 5.585-1.818 8.416-.314 2.819 1.545 5.96 1.15 8.78-.395 2.809-.2 5.796-.675 8.605-.473 2.797-1.077 5.664-1.628 8.459-.548 2.783-7.42 4.237-8.045 7.016-.622 2.767 2.462 6.388 1.765 9.151-.693 2.748-2.943 5.085-3.71 7.829-.765 2.73 2.474 6.671 1.637 9.395-.832 2.71-5.393 4.264-6.297 6.968-.899 2.687 1.991 6.735 1.023 9.416-.963 2.666-4.434 4.453-5.465 7.111-1.024 2.642-2.16 5.266-3.252 7.9-1.084 2.617-5.079 3.978-6.23 6.586-1.144 2.593-1.79 5.368-2.997 7.951-1.2 2.566-1.103 5.739-2.366 8.296-1.256 2.54-3.225 4.708-4.543 7.236-1.308 2.514-1.697 5.512-3.065 8.014-1.36 2.485-5.305 3.496-6.724 5.969-1.41 2.457.953 7.12-.515 9.565-1.458 2.429-3.342 4.632-4.857 7.048-1.505 2.401-4.457 3.886-6.017 6.273-1.55 2.37-2.246 5.313-3.85 7.669-1.593 2.341-3.788 4.273-5.434 6.599-1.637 2.312-4.316 3.858-6.005 6.154-1.677 2.283-.89 6.416-2.62 8.683-1.717 2.253-3.075 4.832-4.84 7.069-1.759 2.223-4.599 3.611-6.404 5.818-1.794 2.193-5.859 2.488-7.7 4.664-1.832 2.163-3.122 4.759-4.999 6.904-1.867 2.133-4.13 3.882-6.043 5.997-1.9 2.103-4.12 3.871-6.067 5.955-1.935 2.072.158 7.979-1.819 10.032-1.968 2.042-6.377 1.734-8.386 3.756-1.998 2.012-6.015 1.96-8.055 3.952-2.029 1.981-.728 7.419-2.798 9.38-2.059 1.95-4.82 3.181-6.92 5.111-2.088 1.92-6.546 1.21-8.672 3.108-2.116 1.889-1.598 6.761-3.75 8.629-2.144 1.858-3.557 4.617-5.737 6.454-2.169 1.827-7.592-.26-9.798 1.546-2.195 1.796-4.35 3.589-6.58 5.364-2.219 1.766-4.627 3.236-6.882 4.98-2.242 1.733-1.317 7.616-3.594 9.327-2.265 1.702-7.669-.831-9.969.849-2.288 1.672-1.58 7.501-3.9 9.15-2.314 1.642-4.41 3.651-6.754 5.27-2.334 1.611-6.252.93-8.617 2.518-2.355 1.581-3.647 4.795-6.033 6.352-2.375 1.55-6.43.502-8.838 2.029-2.397 1.519-5.18 2.387-7.605 3.883-2.416 1.489-3.847 4.581-6.292 6.046-2.435 1.459-3.91 4.57-6.375 6.003-2.454 1.428-5.263 2.282-7.744 3.685-2.472 1.397-4.847 3.009-7.345 4.38-2.485 1.364-4.315 4.003-6.827 5.341-2.502 1.334-6.506-.151-9.035 1.157-2.519 1.303-4.032 4.612-6.577 5.889-2.536 1.273-5.853 1.004-8.415 2.251-2.553 1.242-4.814 3.117-7.39 4.333-2.569 1.212-4.926 2.922-7.518 4.108-2.584 1.181-6.665-.968-9.273.187-2.598 1.15-3.56 6.057-6.184 7.181-2.608 1.117-6.392-.535-9.023.556-2.624 1.088-5.494 1.534-8.139 2.594-2.638 1.057-3.959 5.471-6.618 6.501-2.65 1.027-5.577 1.392-8.25 2.391-2.66.995-5.63 1.183-8.314 2.15-2.675.965-5.776.73-8.473 1.668-2.686.933-3.976 6.021-6.684 6.927' fill='%232d367f' mask='url(%23cloud01_b)'/></g></svg>");
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(2):after {
    width: 190%;
    height: 116%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 480px) {
  .cloud-column__wrapper .column:nth-child(2):after {
    width: 170%;
    height: 110%;
    transform: translate(-48%, -50%);
  }
}
.cloud-column__wrapper .column:nth-child(3) {
  margin-top: -10%;
  z-index: 9;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(3) {
    margin-top: 0;
    z-index: 2;
  }
}
.cloud-column__wrapper .column:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  height: 140%;
  background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='none' width='834' height='712' viewbox='0 0 834 712' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='cloud03_a' d='M0 0h833.578v711.58H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='cloud03_b' fill='%23fff'><use xlink:href='%23cloud03_a'/></mask><path d='M365.974 703.8c-2.855-.413-6.26 2.67-9.094 2.21-2.848-.463-4.745-6.432-7.569-6.942-2.84-.511-5.685-.714-8.502-1.274-2.828-.56-6.46 2.81-9.265 2.202-2.819-.61-5.093-3.637-7.888-4.294-2.807-.66-5.71-.86-8.493-1.566-2.794-.708-5.36-2.212-8.13-2.967-2.782-.759-5.793-.637-8.549-1.442-2.768-.808-5.234-2.553-7.975-3.406-2.753-.858-5.378-2.015-8.102-2.918-2.738-.907-5.009-3.04-7.718-3.99-2.719-.957-6.203.303-8.894-.697-2.702-1.004-5.476-1.79-8.147-2.838-2.684-1.055-4.272-4.734-6.924-5.832-2.663-1.102-7.459 2.835-10.09 1.69-2.643-1.151-4.784-3.5-7.393-4.696-2.62-1.2-5.317-2.29-7.904-3.532-2.598-1.25-5.638-1.67-8.202-2.962-2.575-1.296-3.877-5.093-6.415-6.432-2.55-1.345-4.28-4.148-6.795-5.536-2.524-1.392-4.957-2.856-7.444-4.29-2.497-1.442-6.432-.41-8.89-1.893-2.469-1.488-4.58-3.564-7.01-5.094-2.44-1.536-5.728-1.776-8.128-3.353-2.409-1.582-3.544-5.076-5.912-6.698-2.379-1.631-4.48-3.626-6.817-5.298-2.346-1.677-5.812-1.812-8.116-3.528-2.312-1.723-4.11-4.135-6.378-5.897-2.277-1.77-3.85-4.405-6.082-6.213-2.24-1.814-3.525-4.726-5.719-6.58-2.203-1.86-6.32-1.463-8.476-3.36-2.165-1.906-5.107-2.974-7.223-4.916-2.124-1.95-1.959-6.337-4.033-8.322-2.08-1.995-5.6-2.495-7.633-4.525-2.039-2.037-2.746-5.361-4.733-7.434-1.995-2.08-4.41-3.73-6.353-5.845-1.949-2.122-4.125-4.021-6.02-6.178-1.902-2.164-4.71-3.553-6.558-5.75-1.854-2.207-4.318-3.943-6.115-6.182-1.804-2.246-3.416-4.684-5.162-6.962-1.753-2.287-2.384-5.432-4.077-7.75a376.218 376.218 0 0 1-5.028-7.015c-1.645-2.365-3.105-4.852-4.689-7.248-1.589-2.401-5.817-3.142-7.345-5.574-1.53-2.44.59-7.135-.879-9.603-1.473-2.476-3.982-4.332-5.39-6.837-1.412-2.51-3.086-4.88-4.43-7.418-1.35-2.543-.32-6.284-1.603-8.854-1.285-2.577-3.69-4.567-4.908-7.168-1.22-2.608-2.355-5.225-3.507-7.858-1.152-2.637-2.792-5.05-3.873-7.71-1.085-2.667.427-6.3-.584-8.989-1.014-2.692-5.106-4.231-6.047-6.947-.942-2.719.232-6.114-.636-8.853-.87-2.743-3.863-4.82-4.658-7.582-.795-2.764-4.147-4.877-4.865-7.66-.72-2.786 3.713-6.836 3.07-9.637-.64-2.804-4.51-4.898-5.076-7.718-.564-2.818 2.51-6.293 2.023-9.127-.485-2.832-.769-5.623-1.175-8.471-.405-2.844-2.397-5.434-2.723-8.293-.323-2.854-4.472-5.357-4.716-8.224-.243-2.863 5.574-6.15 5.412-9.024-.162-2.868-.249-5.649-.328-8.526-.079-2.87-1.314-5.652-1.31-8.532.003-2.87-2.876-5.772-2.79-8.651.084-2.87 2.91-5.61 3.078-8.486.167-2.865 1.265-5.601 1.516-8.472.25-2.858-1.134-5.836-.802-8.7.331-2.85.295-5.73.71-8.584.414-2.855.407-5.758.898-8.584.495-2.84.48-5.774 1.051-8.586.576-2.826 4.12-4.962 4.773-7.757.657-2.805-1.487-6.269-.754-9.045.736-2.786-1.242-6.377-.429-9.131.816-2.763 4.036-4.832 4.928-7.563.895-2.738 1.201-5.704 2.17-8.409.973-2.712 6.265-3.77 7.312-6.448 1.048-2.68-1.315-6.71-.194-9.355 1.126-2.65 5.722-3.722 6.92-6.337 1.197-2.615-3.467-8.017-2.196-10.597 1.271-2.582 6.803-3.017 8.144-5.56 1.344-2.544 2.351-5.23 3.763-7.737 1.413-2.504-.805-7.156.677-9.622 1.48-2.466 8.548-1.47 10.096-3.894 1.548-2.423-1.303-7.718.31-10.1 1.612-2.38 3.035-4.963 4.711-7.302 1.675-2.335 5.716-2.958 7.454-5.252 1.735-2.29.512-6.93 2.31-9.178 1.792-2.244 3.605-4.585 5.46-6.787 1.85-2.197 8.161-.555 10.071-2.708 1.906-2.15 1.165-6.686 3.13-8.792 1.96-2.1 3.49-4.662 5.507-6.718 2.011-2.05 4.827-3.338 6.894-5.344 2.06-1.998 2.913-5.334 5.028-7.287 2.11-1.949 5.155-2.928 7.316-4.832 2.154-1.897 4.515-3.6 6.72-5.451 2.2-1.846 3.608-4.72 5.857-6.52 2.242-1.793 6.257-1.355 8.546-3.102 2.284-1.742 3.693-4.669 6.024-6.363 2.321-1.689 5.331-2.43 7.7-4.07 2.358-1.636 4.362-3.811 6.767-5.4 2.394-1.582 5.885-1.452 8.325-2.987 2.43-1.528 5.18-2.47 7.651-3.95 2.463-1.477 2.688-6.792 5.192-8.22 2.495-1.422 4.677-3.535 7.211-4.909 2.524-1.367 5.32-2.365 7.881-3.684 2.553-1.315 7.753 2.648 10.343 1.383 2.58-1.26 3.907-5.076 6.522-6.287 2.606-1.207 4.937-3.033 7.577-4.19 2.63-1.152 6.24.03 8.903-1.072 2.652-1.1 4.823-3.327 7.507-4.376 2.673-1.044 5.422-1.85 8.127-2.844 2.695-.991 5.041-2.938 7.765-3.88 2.712-.937 5.178-2.657 7.92-3.544 2.73-.884 5.292-2.402 8.05-3.236 2.748-.83 6.627 2.24 9.402 1.46 2.764-.777 4.517-5.264 7.306-5.99 2.777-.722 6.075.597 8.877-.075 2.791-.67 5.414-2.063 8.227-2.681 2.804-.617 5.074-3.928 7.9-4.494 2.815-.563 5.93.213 8.767-.3 2.825-.51 5.935.539 8.781.08 2.834-.457 5.911.755 8.765.35 2.842-.405 5.837.635 8.697.28 2.85-.352 5.553-1.586 8.42-1.887 2.855-.299 5.713-.163 8.584-.41 2.86-.248 5.485-3.319 8.361-3.514 2.863-.196 5.847 1.82 8.727 1.676 2.865-.144 5.673-1.165 8.553-1.256 2.868-.091 5.726-.016 8.607-.056 2.871-.04 5.735-2.345 8.62-2.333 2.87.01 5.733 1.529 8.617 1.591 2.871.063 5.89-3.674 8.77-3.56 2.87.113 5.56 4.502 8.438 4.666 2.866.163 5.581 2.228 8.456 2.443 2.865.213 5.696.322 8.57.587 2.858.263 6.271-4.862 9.138-4.548 2.856.315 5.465 2.989 8.328 3.354 2.85.362 5.805.095 8.661.508 2.855.415 5.633 1.38 8.467 1.841 2.847.465 5.113 4.17 7.94 4.68 2.838.512 5.593 1.171 8.41 1.73 2.83.562 6.456-2.829 9.262-2.22 2.82.61 5.937.012 8.732.67 2.807.66 4.856 4.46 7.64 5.167 2.794.71 6.045-.325 8.815.431 2.782.758 5.807.732 8.563 1.535 2.767.808 5.094 3.131 7.835 3.985 2.751.857 4.966 3.345 7.691 4.247 2.736.907 6.13-.143 8.838.81 2.72.954 6.016.387 8.705 1.387 2.703 1.005 5.053 3.01 7.725 4.06 2.683 1.053 5.497 1.845 8.148 2.943 2.664 1.102 5.866 1.034 8.498 2.181 2.643 1.151 4.546 4.04 7.157 5.234 2.621 1.2 5.47 1.964 8.057 3.207 2.6 1.248 4.842 3.263 7.406 4.555 2.574 1.296 3.537 5.674 6.075 7.014 2.55 1.345 6.811-.521 9.326.867 2.523 1.392 3.35 5.757 5.837 7.191 2.497 1.441 7.204-.877 9.662.606 2.47 1.489 3.02 6.09 5.45 7.62 2.44 1.535 5.833 1.556 8.233 3.132 2.408 1.584 6.524.678 8.893 2.302 2.38 1.63 3.211 5.531 5.548 7.203 2.347 1.676 3.835 4.517 6.14 6.234 2.311 1.725 3.317 5.097 5.585 6.86 2.277 1.769 8.32-1.21 10.552.597 2.242 1.816.688 8.218 2.883 10.07 2.203 1.861 4.737 3.254 6.894 5.15 2.163 1.905 6.837 1.003 8.953 2.945 2.124 1.95 2.076 6.213 4.15 8.2 2.082 1.993 6.096 2.001 8.128 4.03 2.04 2.037 2.45 5.67 4.437 7.743 1.995 2.08 5.527 2.715 7.47 4.828a397.06 397.06 0 0 1 5.783 6.44c1.903 2.165 5.116 3.256 6.964 5.454 1.854 2.206 2.963 5.088 4.76 7.326 1.804 2.246 1.967 5.803 3.713 8.082 1.752 2.286 1.705 5.88 3.4 8.198 1.7 2.327 2.725 5.053 4.364 7.41 1.646 2.364 4.946 3.544 6.532 5.94 1.59 2.403 3.515 4.563 5.042 6.995 1.531 2.439 4.988 3.715 6.456 6.184 1.472 2.476 1.827 5.626 3.234 8.13 1.412 2.51.504 6.262 1.851 8.8 1.35 2.542 5.092 3.832 6.374 6.403 1.285 2.576 3.138 4.903 4.356 7.505 1.22 2.608-1.504 6.972-.353 9.606 1.152 2.637 6.456 3.503 7.538 6.164 1.084 2.666.46 6.019 1.473 8.707 1.014 2.694 1.9 5.425 2.84 8.14.943 2.719 1.995 5.393 2.863 8.132.87 2.743 2.25 5.334 3.045 8.096.793 2.764 1.176 5.648 1.896 8.43.72 2.786-1.426 6.228-.785 9.03.643 2.802 2.613 5.26 3.177 8.08.565 2.818 1.484 5.537 1.97 8.371.484 2.834-.022 5.78.384 8.629.406 2.844.5 5.67.824 8.53.325 2.853 4.434 5.326 4.678 8.192.243 2.863 1.396 5.723 1.56 8.596.16 2.868-3.645 5.921-3.566 8.8.08 2.87 4.1 5.707 4.097 8.587-.003 2.87-3.199 5.726-3.284 8.606-.087 2.868.667 5.776.5 8.653-.169 2.863-1.438 5.647-1.689 8.517-.249 2.86.451 5.815.12 8.678-.332 2.85-.29 5.77-.705 8.623-.413 2.855-3.4 5.274-3.892 8.1-.496 2.841 3.436 6.522 2.863 9.334-.576 2.825-.967 5.764-1.62 8.56-.657 2.806-5 4.72-5.733 7.495-.736 2.786 1.522 6.425.708 9.18-.814 2.764-4.553 4.638-5.444 7.368-.894 2.737-3.589 4.805-4.558 7.51-.972 2.71-1.755 5.412-2.803 8.088-1.048 2.683 1.714 6.905.59 9.552-1.124 2.649-4.573 4.288-5.77 6.901-1.198 2.616-.24 6.272-1.51 8.851-1.272 2.582-3.98 4.457-5.323 7-1.344 2.545-4.96 3.812-6.374 6.317-1.412 2.505-.283 6.462-1.763 8.928-1.48 2.465-2.586 5.188-4.134 7.614-1.547 2.423-6.44 2.617-8.054 5-1.61 2.38-1.735 5.734-3.412 8.072-1.673 2.337-2.489 5.29-4.227 7.583-1.735 2.292-2.205 5.596-4.003 7.845-1.793 2.245-7.315 1.408-9.17 3.61-1.852 2.197-.386 7.232-2.296 9.386-1.907 2.15-3.217 4.903-5.182 7.008-1.96 2.1-7.73.54-9.749 2.596-2.01 2.05-1.565 6.528-3.632 8.533-2.06 2-3.809 4.356-5.923 6.31-2.109 1.95-6.758 1.05-8.919 2.955-2.154 1.896-.88 7.779-3.086 9.63-2.2 1.846-6.657.966-8.907 2.765-2.24 1.794-3.726 4.544-6.017 6.29-2.282 1.742-6.344 1.05-8.673 2.745-2.322 1.688-1.724 7.486-4.09 9.129-2.36 1.635-6.505.668-8.908 2.256-2.396 1.584-5.969 1.267-8.408 2.802-2.43 1.529-2.033 7.654-4.506 9.135-2.463 1.476-4.505 3.802-7.009 5.23-2.494 1.422-5.899 1.323-8.433 2.697-2.525 1.367-5.249 2.432-7.81 3.751-2.553 1.315-6.458-.065-9.048 1.2-2.579 1.26-4.538 3.79-7.152 5-2.606 1.207-3.814 5.597-6.454 6.755-2.629 1.153-7.542-3.02-10.204-1.918-2.652 1.098-4.997 2.853-7.68 3.904-2.676 1.044-3.574 6.826-6.278 7.822-2.694.99-7.378-3.562-10.103-2.62-2.712.937-3.662 7.178-6.404 8.064-2.73.885-5.572 1.63-8.33 2.465-2.748.83-5.44 2.087-8.215 2.866-2.763.777-5.87.513-8.66 1.239-2.776.721-5.9.214-8.702.886-2.79.67-6.18-1.274-8.995-.654-2.803.615-5.649.897-8.475 1.462-2.814.563-4.877 5.118-7.714 5.63-2.825.51-6.333-2.925-9.179-2.466-2.835.458-5.36 2.882-8.215 3.288-2.843.404-5.624 1.392-8.485 1.745-2.849.351-5.57 2.123-8.438 2.423-2.855.3-6.028-2.536-8.9-2.288-2.86.248-5.586 2.325-8.462 2.52-2.864.196-5.69 1.646-8.568 1.788-2.866.144-5.836-1.486-8.716-1.393-2.868.09-5.752.311-8.633.351-2.87.04-5.753-1.817-8.636-1.83-2.87-.01-5.773 2.02-8.657 1.957-2.87-.062-5.8.871-8.683.758-2.869-.114-5.585-3.586-8.465-3.75-2.865-.163-6.064 4.376-8.939 4.161-2.864-.213-5.583-2.695-8.456-2.96-2.859-.265-5.729-.657-8.597-.972-2.855-.313-5.978 1.302-8.842.937-2.849-.362-5.562-2.062-8.418-2.476' fill='%232d367f' mask='url(%23cloud03_b)'/></g></svg>");
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(3):after {
    width: 190%;
    height: 126%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 480px) {
  .cloud-column__wrapper .column:nth-child(3):after {
    width: 170%;
    height: 110%;
  }
}
.cloud-column__wrapper .column:nth-child(4) {
  margin-top: 0;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(4) {
    margin-top: 0;
  }
}
.cloud-column__wrapper .column:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='none' width='763' height='776' viewbox='0 0 763 776' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='cloud04_a' d='M0 0h762.77v775.147H0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='cloud04_b' fill='%23fff'><use xlink:href='%23cloud04_a'/></mask><path d='M593.308 713.588c-2.404 1.56-3.43 5.349-5.855 6.846-2.44 1.505-6.327.649-8.79 2.089-2.472 1.448-5.048 2.695-7.543 4.077-2.506 1.389-3.966 4.75-6.492 6.075-2.538 1.329-5.004 2.9-7.561 4.165-2.568 1.269-6.045.702-8.632 1.905-2.596 1.209-6.516-.605-9.13.537-2.624 1.147-5.221 2.163-7.862 3.244-2.65 1.084-3.598 6.413-6.264 7.432-2.675 1.02-5.248 2.425-7.94 3.38-2.696.957-5.041 3.13-7.753 4.02-2.72.894-6.018.13-8.751.957-2.74.829-5.678 1.073-8.43 1.835-2.756.764-6.348-1.697-9.117-1-2.775.699-4.252 6.868-7.036 7.5-2.79.633-6.183-1.324-8.983-.757-2.803.566-5.337 2.739-8.15 3.239-2.816.502-6.291-2.916-9.114-2.481-2.826.435-5.427 2.333-8.26 2.702-2.835.369-5.828-.75-8.67-.447-2.843.303-5.693.099-8.541.336-2.85.236-5.34 5.73-8.192 5.9-2.853.17-5.953-4.254-8.81-4.15-2.855.106-5.685.25-8.541.29-2.858.039-5.676-1.608-8.533-1.635-2.86-.026-5.675.62-8.532.53-2.856-.093-5.84 2.97-8.693 2.813-2.854-.157-5.673-1.101-8.522-1.322-2.85-.222-5.824.715-8.668.429-2.844-.286-5.558-1.91-8.394-2.26-2.837-.35-5.487-2.01-8.316-2.424-2.827-.414-5.574-1.17-8.393-1.647-2.817-.478-5.804.084-8.612-.457-2.805-.54-5.904.306-8.7-.297-2.792-.603-4.606-5.414-7.387-6.08-2.778-.664-6.277 1.675-9.041.948-2.764-.726-5.716-.798-8.465-1.587-2.746-.787-5.236-2.455-7.968-3.304-2.727-.848-5.817-.61-8.53-1.518-2.707-.91-4.793-3.617-7.484-4.586-2.687-.968-5.923-.465-8.592-1.494-2.664-1.026-5.554-1.555-8.2-2.641-2.641-1.085-4.705-3.573-7.326-4.717-2.617-1.144-4.81-3.198-7.406-4.4-2.592-1.2-4.635-3.466-7.204-4.724-2.564-1.257-7.042 1.288-9.582-.026-2.535-1.312-3.548-5.514-6.06-6.884-2.505-1.367-4.5-3.576-6.982-5-2.475-1.422-7.106.814-9.555-.665-2.444-1.475-2.794-6.344-5.21-7.876-2.411-1.528-4.627-3.28-7.01-4.864-2.377-1.581-4.14-3.97-6.486-5.605-2.342-1.631-8.252 1.736-10.564.049-2.305-1.682-4.602-3.493-6.877-5.23-2.27-1.732-3.911-4.36-6.148-6.144-2.23-1.781-1.826-6.79-4.023-8.623-2.191-1.83-6.176-1.534-8.334-3.415-2.15-1.876-3.686-4.451-5.802-6.38-2.11-1.921-3.932-4.14-6.006-6.112-2.066-1.966-2.484-5.577-4.514-7.594-2.024-2.01-7.343-.761-9.33-2.821-1.981-2.055-1.003-6.897-2.946-9.001-1.935-2.096-4.82-3.292-6.718-5.438-1.89-2.137-6.624-1.842-8.476-4.028-1.843-2.176.91-8.165-.893-10.39-1.797-2.215-4.52-3.631-6.277-5.893-1.75-2.254-6.032-2.581-7.742-4.882-1.701-2.29.043-7.068-1.618-9.403-1.652-2.326-3.454-4.484-5.065-6.855-1.604-2.36-7.655-1.772-9.217-4.176-1.562-2.405.445-7.078-1.058-9.502-1.51-2.436-3.41-4.596-4.861-7.052-1.46-2.466-4.602-3.951-6.002-6.437-1.406-2.496-1.604-5.656-2.951-8.17-1.352-2.526-5.313-3.71-6.606-6.252-1.3-2.553-2.538-5.19-3.777-7.76-1.243-2.58-.507-6.114-1.691-8.71-1.187-2.606-1.624-5.537-2.75-8.158-1.132-2.63-2.771-5.04-3.842-7.684-1.074-2.653-1.07-5.715-2.084-8.383-1.017-2.676-5.443-4.113-6.4-6.801-.958-2.698-1.51-5.586-2.408-8.295-.9-2.718-.307-5.941-1.146-8.67-.842-2.736-.8-5.734-1.58-8.48-.782-2.753-1.48-5.521-2.201-8.283-.721-2.77-1.77-5.453-2.43-8.23-.661-2.785 1.336-6.14.738-8.931-.602-2.798-2.196-5.346-2.734-8.15-.54-2.81-1.572-5.501-2.048-8.316-.48-2.822-2.47-5.396-2.886-8.221-.416-2.831-.062-5.77-.416-8.602-.354-2.84 1.194-5.868.903-8.71-.292-2.845-2.515-5.49-2.744-8.335-.231-2.852 1.49-5.815 1.323-8.665-.168-2.857-.018-5.678-.122-8.532-.106-2.86-3.713-5.615-3.755-8.47-.042-2.861 1.465-5.736 1.486-8.592.02-2.86 1.242-5.678 1.326-8.533.082-2.86-3.917-5.895-3.77-8.747.146-2.857 6.349-5.326 6.559-8.175.209-2.853-3.825-6.035-3.553-8.88.273-2.846-.465-5.832-.13-8.67.335-2.84 3.322-5.351 3.72-8.18.397-2.831 2.094-5.436 2.553-8.255.46-2.822-3.687-6.458-3.164-9.266a383.02 383.02 0 0 1 1.698-8.468c.586-2.8 4.05-4.99 4.699-7.772.648-2.784-1.3-6.231-.59-9 .71-2.768.733-5.79 1.504-8.54.773-2.753 2.204-5.382 3.038-8.115.835-2.734 4.24-4.684 5.136-7.397.897-2.715 1.7-5.463 2.657-8.155.957-2.694.922-5.77 1.94-8.44 1.018-2.67.536-5.983 1.614-8.63 1.077-2.647 7.48-3.054 8.619-5.676 1.139-2.621.483-6 1.682-8.595 1.198-2.594 4.522-4.126 5.779-6.693 1.257-2.566-1.085-6.918.233-9.456 1.315-2.535 1.082-5.945 2.458-8.452 1.374-2.504 5.628-3.414 7.06-5.888 1.433-2.472 1.272-5.902 2.763-8.342 1.489-2.437 3.45-4.61 4.998-7.014 1.546-2.402 3.695-4.42 5.299-6.788 1.6-2.365 4.55-3.776 6.209-6.106 1.655-2.327 1.627-5.872 3.34-8.163 1.71-2.287 1.708-5.94 3.475-8.19 1.763-2.244 6.984-1.732 8.804-3.94 1.814-2.203 4.817-3.336 6.687-5.501a363.153 363.153 0 0 1 5.618-6.377c1.917-2.115 2.177-5.71 4.148-7.783 1.965-2.068 1.788-6.25 3.809-8.276 2.014-2.021 6.147-1.911 8.214-3.89 2.062-1.973 3.798-4.283 5.913-6.214 2.107-1.923 1.985-6.404 4.146-8.284 2.15-1.872 5.59-2.32 7.793-4.147 2.195-1.822 6.252-1.344 8.499-3.121 2.237-1.77 1.739-7.115 4.027-8.84 2.278-1.716 7.246.192 9.574-1.48 2.317-1.662 4.827-2.99 7.194-4.607 2.356-1.608 3.927-4.354 6.33-5.915 2.406-1.561 4.289-3.928 6.717-5.426 2.44-1.505 4.13-4.296 6.59-5.736 2.474-1.447 6.539-.106 9.034-1.488 2.505-1.39 5.707-1.377 8.233-2.701 2.538-1.33 4.847-2.961 7.404-4.225 2.567-1.27 3.757-5.356 6.343-6.56 2.597-1.21 5.309-2.188 7.923-3.331 2.624-1.146 6.623 1.045 9.264-.036 2.65-1.084 3.414-6.901 6.079-7.92 2.675-1.021 5.146-2.755 7.835-3.71 2.698-.957 5.716-1.148 8.429-2.04 2.719-.893 6.375 1.147 9.108.319 2.738-.828 5.596-1.14 8.347-1.901 2.759-.764 4.588-5.067 7.357-5.764 2.775-.7 5.704-.948 8.489-1.58 2.79-.633 6.515 3.146 9.315 2.58 2.804-.567 5.009-4.138 7.82-4.638 2.817-.501 5.953 1.012 8.776.578 2.827-.435 5.613-.9 8.445-1.268 2.836-.368 5.576-1.307 8.417-1.61 2.844-.302 5.638-.95 8.485-1.186 2.85-.237 5.78 1.079 8.633.908 2.853-.171 5.649-.678 8.505-.783 2.856-.105 5.629-3.667 8.486-3.706 2.859-.04 5.753.592 8.612.618 2.858.027 5.803-1.783 8.66-1.691 2.857.092 5.76.609 8.615.766 2.854.157 5.694 1.285 8.544 1.506 2.85.222 5.608 1.746 8.453 2.033 2.843.286 5.992-1.805 8.829-1.455 2.836.35 5.466 2.569 8.295 2.984 2.827.414 5.013 4.763 7.832 5.24 2.817.478 5.789-.184 8.596.357 2.806.54 5.908-.468 8.704.135 2.792.603 5.072 3.346 7.853 4.01 2.779.666 6.069-.81 8.834-.082 2.763.727 5.847.342 8.596 1.13 2.745.788 4.735 4.1 7.466 4.949 2.728.849 6.422-1.28 9.133-.37 2.708.908 4.574 4.275 7.265 5.244 2.687.968 6.677-1.491 9.346-.463 2.665 1.027 5.29 2.323 7.935 3.409 2.642 1.085 4.955 3.074 7.576 4.219 2.617 1.142 5.836 1.082 8.43 2.284 2.592 1.2 3.16 6.685 5.73 7.943 2.564 1.257 6.864-.913 9.404.402 2.536 1.312 2.959 6.606 5.47 7.976 2.506 1.367 4.586 3.386 7.066 4.81 2.477 1.423 7.712-1.848 10.16-.37 2.445 1.476 1.93 7.728 4.346 9.259 2.41 1.529 8.298-2.29 10.68-.704 2.378 1.58 1.552 7.889 3.9 9.525 2.342 1.632 6.87.185 9.183 1.87 2.307 1.684 5.01 2.903 7.285 4.639 2.269 1.733 3.953 4.276 6.19 6.062 2.23 1.78 2.868 5.513 5.066 7.348 2.19 1.828 4.578 3.392 6.736 5.273 2.15 1.876 3.217 4.915 5.333 6.843 2.109 1.922 8.252-.47 10.326 1.503 2.066 1.966-.203 8.407 1.826 10.424 2.024 2.01 4.423 3.58 6.41 5.642 1.98 2.053 6.279 1.909 8.222 4.013 1.935 2.096.988 6.779 2.886 8.925 1.89 2.136 8.315.359 10.167 2.544 1.843 2.176 3.527 4.578 5.33 6.802 1.797 2.215-.564 7.745 1.192 10.007 1.75 2.254 4.82 3.472 6.53 5.772 1.7 2.29 2.26 5.382 3.92 7.717 1.654 2.326 2.284 5.303 3.896 7.675 1.604 2.36 6.346 2.61 7.906 5.015 1.562 2.404 4.664 3.86 6.168 6.284 1.51 2.436 2.047 5.499 3.5 7.954 1.458 2.467.72 6.196 2.119 8.68 1.407 2.498 5.118 3.725 6.464 6.24a401.413 401.413 0 0 1 3.983 7.63c1.299 2.553-1.635 7.175-.397 9.745 1.244 2.58 2.856 4.91 4.04 7.506 1.188 2.607 4.52 4.22 5.648 6.84 1.132 2.632 1.1 5.72 2.17 8.364 1.076 2.654 6.706 3.536 7.72 6.203 1.017 2.677.91 5.825 1.868 8.513.959 2.698 1.57 5.555 2.47 8.264.899 2.718-1.12 6.37-.281 9.098.842 2.737 5.034 4.49 5.814 7.236.782 2.754-1.546 6.366-.825 9.128.72 2.77 2.149 5.349 2.809 8.127.66 2.784-.937 6.048-.337 8.84.6 2.798 4.047 4.994 4.585 7.798.539 2.81-.168 5.84.309 8.656.478 2.822 2.01 5.47 2.425 8.295.417 2.832-2.488 6.083-2.134 8.917.355 2.84 3.994 5.275 4.286 8.116.292 2.847-.437 5.782-.208 8.629.229 2.852.283 5.7.449 8.55.168 2.856.055 5.705.159 8.56.104 2.858 2.8 5.656 2.842 8.512.042 2.86-2.237 5.738-2.258 8.595-.02 2.86 2.025 5.765 1.94 8.62-.082 2.86-1.385 5.688-1.532 8.54-.145 2.856.752 5.794.544 8.643-.21 2.853-2.484 5.537-2.756 8.38-.273 2.847-.076 5.733-.411 8.57-.335 2.84 1.81 6.025 1.414 8.854-.398 2.832-.313 5.795-.774 8.614-.461 2.822-1.007 5.693-1.53 8.502-.522 2.81-4.29 5.007-4.876 7.804-.587 2.798 1.84 6.288 1.193 9.07-.648 2.785-4.2 4.887-4.91 7.654-.712 2.77.238 5.998-.533 8.75-.772 2.752-.834 5.757-1.667 8.49-.835 2.734-5.113 4.387-6.008 7.1-.896 2.715-1.561 5.48-2.517 8.173-.957 2.694.16 6.154-.856 8.824-1.02 2.67-1.36 5.648-2.437 8.295-1.08 2.647-4.818 4.188-5.957 6.81-1.138 2.62 1.368 6.904.169 9.5-1.198 2.594-6.548 3.236-7.806 5.803-1.257 2.566.608 6.718-.708 9.256-1.316 2.535-4.724 3.983-6.1 6.489-1.373 2.505-.831 6.117-2.265 8.59-1.431 2.473-3.654 4.52-5.145 6.96-1.49 2.438-5.8 3.096-7.347 5.5-1.546 2.403-2.038 5.462-3.641 7.83-1.601 2.366-1.911 5.63-3.57 7.96-1.654 2.327-4.313 3.932-6.026 6.223-1.71 2.286-3.302 4.657-5.067 6.907-1.764 2.246-5.644 2.746-7.462 4.954-1.814 2.203-.907 6.674-2.778 8.838-1.866 2.16-4.862 3.322-6.783 5.442-1.917 2.114-1.206 6.706-3.177 8.78-1.965 2.069-7.155 1.024-9.176 3.052-2.013 2.02-2.745 5.333-4.814 7.312-2.061 1.974-4.79 3.23-6.905 5.162-2.107 1.923-5.215 2.679-7.375 4.559-2.151 1.873-3.651 4.458-5.855 6.287-2.194 1.82-3.561 4.65-5.807 6.426a363.04 363.04 0 0 1-6.784 5.253c-2.277 1.716-3.311 5.183-5.64 6.853-2.316 1.664-5.498 2.169-7.865 3.785-2.356 1.609-6.417.642-8.822 2.204' fill='%232d367f' mask='url(%23cloud04_b)'/></g></svg>");
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .cloud-column__wrapper .column:nth-child(4):after {
    width: 190%;
    height: 135%;
    transform: translate(-50%, -45%);
  }
}
@media only screen and (max-width: 480px) {
  .cloud-column__wrapper .column:nth-child(4):after {
    height: 110%;
    transform: translate(-50%, -50%);
  }
}

.BorlabsCookie ._brlbs-content-blocker {
  font-size: 0;
  line-height: 0;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 30rem;
}
