@font-face {
  font-family: Dmsans-OWN;
  src: url('../fonts/DMSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans-OWN;
  src: url('../fonts/DMSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sinn-beige: #f4e1cf;
  --black: black;
  --sinn-blue: #042940;
  --midnight-blue: #042940;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  text-align: right;
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 23px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.image {
  width: auto;
  max-height: 300px;
  padding-bottom: 5px;
}

.heading-8 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 29px;
  line-height: 39px;
}

.date {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-block-4 {
  text-align: left;
  font-size: 13px;
  line-height: 23px;
}

.cms-bio {
  display: block;
}

.rich-text-block-3 {
  column-count: 2;
  line-height: 25px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding-left: 0;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.collection-item {
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-end;
  min-height: 260px;
  margin-top: 15px;
  display: block;
}

.text-block-7 {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.normalbtn-2 {
  color: #000;
  text-align: right;
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 100px;
  margin: 20px auto 0;
  padding-left: 75px;
  padding-right: 75px;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.normalbtn-2:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-2.w--current {
  background-image: none;
}

.modalwrapper {
  z-index: 99999999;
  background-color: #00000078;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalcontent {
  color: #000;
  text-align: left;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modaloverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modalheadlinecalendar {
  margin-bottom: 5px;
}

.bold-text {
  font-weight: 600;
}

.modalcontainer {
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  min-height: 500px;
  display: block;
  position: relative;
  inset: auto;
}

.html-embed-2 {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalsubtle {
  color: #000000b3;
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  opacity: 1;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.modalinformation {
  text-align: left;
  margin-top: 7px;
}

.div-block-10 {
  float: right;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: static;
  inset: 3% 3% auto auto;
}

.image-6 {
  opacity: .39;
  width: 37px;
  height: 37px;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.heading-7 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.informationcalendarpre {
  color: #fff;
  width: 100%;
  font-size: 14px;
}

.text-block-2 {
  color: #000;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.text-block-3 {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
}

.normalbtn-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  width: 100%;
  margin-top: 20px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.normalbtn-3:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-3.calendar {
  color: #000;
  border-color: #000;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: block;
}

.normalbtn-3.calendar {
  background-color: #0000;
  border-width: 1px;
  border-color: #000;
  border-radius: 100px;
  height: 40px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}

.normalbtn-3.calendar:hover {
  color: #fff;
  background-color: #000;
}

.html-embed-4 {
  display: none;
}

.footer {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footerlink {
  color: #000;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.created {
  padding-top: 3px;
}

.rightfooter {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
}

.imprintsection {
  color: #fff;
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 97px;
}

.normalheadingimprint {
  color: #000;
  font-size: 63px;
  font-weight: 400;
  line-height: 85px;
}

.rich-text-block-2 {
  color: #000;
}

.imprintsection-2 {
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 68px;
}

.normalheadingimprint-2 {
  color: #000;
  font-size: 63px;
  font-weight: 400;
  line-height: 85px;
}

.privacycontent {
  color: #000;
}

.collection-list-wrapper {
  margin-top: 30px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  width: 100%;
  height: 475px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrappercalendar {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.informationwrapper {
  z-index: 50;
  transition: opacity .2s;
  position: relative;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
}

.linecalendar {
  background-color: #0000004d;
  width: 40%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.headlinecalendar {
  color: #000;
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  font-size: 31px;
}

.moreinformationwrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
  position: relative;
}

.calendargradient {
  z-index: 40;
  background-color: #fff0;
  background-image: linear-gradient(to top, #fff, #fff0 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.calendar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.openmodal {
  z-index: 50;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.menu {
  min-height: 100vh;
}

.heading-12 {
  color: #f4e1cf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 400;
  line-height: 47px;
  text-decoration: none;
}

.navlink {
  color: #fff;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 50px;
  transition: transform .4s;
  display: inline;
}

.navlink:hover {
  transform: translate(15px);
}

.navlink.w--current {
  color: #fff;
  width: auto;
  min-width: 0;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
}

.navlink.smaller {
  padding-top: 0;
  font-size: 40px;
  display: block;
}

.link-block-2 {
  z-index: 100;
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2.w--current {
  z-index: 22;
  color: #f4e1cf;
  position: relative;
}

.nav-container {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000069;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  min-width: 100vw;
  padding: 15px 5vw;
  position: relative;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #f4e1cf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.nav-menu {
  z-index: 20;
  background-color: #0000;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.menu-button {
  z-index: 90;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: block;
  position: static;
  top: 50%;
  left: auto;
  right: 5vw;
}

.menu-button.w--open {
  z-index: 30;
  background-color: #0000;
  position: static;
  transform: none;
}

.burgerwrapper {
  width: 84px;
  padding-left: 18px;
}

.nav-bar {
  z-index: 9999;
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: 0;
  transform: none;
}

.nav-bar.ex {
  transform: none;
}

.linkwrappernav {
  background-color: #181818;
  background-image: url('../images/nav-bg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: scroll;
}

.burgerline {
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  width: 100%;
  height: 3px;
  margin: 13px auto 10px;
  padding-top: 0;
}

.burgerline:focus {
  background-color: #fff;
  transform: rotate(45deg);
}

.burgerline.line1 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line1.start {
  background-color: #fff;
}

.burgerline.line2 {
  float: right;
  background-color: #000;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.burgerline.line2:focus {
  background-color: #fff;
  transform: none;
}

.burgerline.line2.start {
  background-color: #fff;
  width: 100%;
}

.burgerline.line3 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line3:focus {
  transform: rotate(-45deg);
}

.burgerline.line3.start {
  background-color: #fff;
  margin-bottom: 0;
}

.linkwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100vw;
  display: grid;
}

.buttons {
  cursor: auto;
  background-color: #ac5e5e;
  padding: 121px;
}

.button_white_outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  padding: 11px 100px;
}

.button_white_outline:hover {
  color: #fff;
  background-color: #000;
}

.button_black_outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 11px 100px;
}

.button_black_outline:hover {
  color: #000;
  background-color: #fff;
}

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

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  color: #000;
}

.bottom-cookie-wrapper {
  z-index: 99999;
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-span {
  color: #000;
  border-bottom-style: none;
  font-weight: 400;
}

.cookie-button-bottom {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.white-x {
  background-image: url('../images/x-2.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  width: 90%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  background-image: url('../images/hero-2-web.jpg');
  background-position: 100% 76%;
  background-size: cover;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hero-section.k {
  background-image: url('../images/hero-k-2-web.jpg');
  background-position: 50% 0;
  justify-content: flex-end;
}

.hero-section.p {
  background-image: url('../images/Padagogik_Titel-web.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.standard-body {
  color: #000;
  background-color: #efefef;
  font-family: Dmsans-OWN, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.standard-body.black {
  background-color: #010101;
}

.hero-content {
  color: var(--sinn-beige);
  padding-left: 10vw;
  position: relative;
}

.hero-content.k {
  padding-left: 0;
  padding-right: 10vw;
}

.hero-content.ex {
  padding-left: 5vw;
}

.hero-content.is--black {
  color: var(--black);
}

.hero-big-heading {
  margin-top: 0;
  font-size: 140px;
  font-weight: 400;
  line-height: 130px;
}

.hero-big-heading._2 {
  margin-bottom: 0;
  margin-left: 147px;
}

.hero-big-heading.black {
  color: #000;
}

.hero-big-heading.is--small {
  font-size: 80px;
  line-height: 100%;
}

.hero-sub-line {
  opacity: .44;
  background-color: #f4e1cf;
  width: 60%;
  height: 2px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.hero-sub-line.black {
  background-color: #000;
}

.hero-sub-heading {
  text-align: center;
  font-size: 59px;
  font-weight: 400;
  line-height: 60px;
}

.hero-sub-heading.black {
  color: #000;
}

.nav-btn {
  color: #f4e1cf;
  background-color: #0000;
  border: 1px solid #f4e1cf;
  border-radius: 1000px;
  align-self: center;
  padding: 11px 30px;
  transition: color .3s, background-color .3s;
}

.nav-btn:hover {
  color: #000;
  background-color: #f4e1cf;
}

.dates-section {
  background-image: url('../images/first-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 95%;
  width: 100vw;
  min-height: 600px;
  padding-top: 98px;
}

.dates-section.ex {
  background-position: 0 10%;
  background-size: auto 800px;
  min-height: 100vh;
  padding-top: 184px;
  padding-bottom: 80px;
}

.language-switch {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-left: 15px;
  display: none;
}

.language-link {
  color: #f4e1cf;
  text-align: center;
  align-self: center;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.language-link.not-active {
  opacity: .6;
  align-self: center;
  width: 100%;
}

.language-divider {
  opacity: 1;
  background-color: #f4e1cf;
  align-self: stretch;
  width: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.normal-content {
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.normal-content.is--vita {
  padding-top: 100px;
}

.normal-content.is--students {
  margin-bottom: 44px;
}

.heading-wrapper {
  justify-content: center;
  display: flex;
}

.heading-wrapper.hide {
  display: none;
}

.normal-heading {
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  font-size: 110px;
  font-weight: 400;
  line-height: 90px;
}

.normal-heading.black {
  color: #fff;
}

.normal-heading.big {
  text-align: center;
  line-height: 110px;
}

.normal-heading.big.smaller {
  font-size: 80px;
  line-height: 80px;
}

.normal-sub-heading {
  opacity: .6;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  display: none;
}

.normal-sub-heading.black {
  color: #fff;
}

.calendarcms {
  margin: 60px auto 30px;
}

.calendarcms.mobile {
  display: none;
}

.collection-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 25% 40% 35%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 8px;
  padding-bottom: 10px;
  display: grid;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
}

.div-block-16 {
  padding-right: 20px;
}

.kalendertitle {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-5 {
  font-weight: 400;
  display: inline-block;
}

.normal-btn {
  color: #042940;
  background-color: #0000;
  border: 1px solid #042940;
  border-radius: 100px;
  padding: 12px 60px;
  transition: color .4s, background-color .4s;
}

.normal-btn:hover {
  color: #fff;
  background-color: #042940;
}

.normal-btn.bogger {
  color: #042940;
  border-color: #042940;
  padding: 24px 120px;
  font-size: 29px;
}

.normal-btn.bogger:hover {
  color: #fff;
  background-color: #042940;
}

.normal-btn.is--white {
  color: #fff;
  border-color: #fff;
  padding: 8px 44px;
}

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

.repertoire-section {
  width: 100vw;
  min-height: 500px;
  margin-bottom: 80px;
  padding-top: 112px;
}

.text-span-8 {
  opacity: .43;
}

.heading-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.heading-21.sub {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.text-block-12 {
  color: #fff;
  white-space: pre-wrap;
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 19px;
  line-height: 24px;
}

.dropdown-sub {
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
}

.dropdown-sub.sub {
  border-bottom-color: #00000021;
  padding-top: 10px;
}

.heading-23 {
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
}

.list-item {
  margin-top: 5px;
  list-style-type: disc;
}

.dropdown-list-2 {
  width: 100%;
  padding-bottom: 300px;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.dropdown-list-2.sub {
  padding-bottom: 0;
}

.hiring-list-text {
  font-size: 15px;
  line-height: 24px;
}

.grid-repertoire {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 95px;
}

.div-block-31 {
  justify-content: center;
  margin-top: 27px;
  display: flex;
}

.dropdown-2 {
  width: 100%;
  margin-top: 5px;
}

.repertoire-rich-text {
  font-size: 19px;
}

.pegagogy-section {
  background-image: url('../images/3-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding-top: 120px;
}

.pegagoy-content {
  margin-top: 50px;
}

.quote-pegagoy-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
}

.quote-pedagogy-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-pedagogy-row.first {
  justify-content: center;
  margin-left: -168px;
  padding-left: 0;
}

.quote-pedagogy-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.quote-pegagogy-img {
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
}

.quote-pegagogy-img.last {
  margin-right: 0;
}

.text-pegagogy-content {
  border-top: 1px solid #000;
  margin-top: 34px;
  margin-left: -70px;
}

.pegagogy-text {
  column-count: 2;
  column-gap: 34px;
  margin-top: 10px;
  line-height: 25px;
}

.media-section {
  background-image: url('../images/4-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 900px;
  width: 100vw;
  margin-bottom: 97px;
  padding-top: 221px;
  overflow: hidden;
}

.swiper-container {
  flex: none;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: visible;
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 900px;
  display: flex;
  overflow: hidden;
}

.swiper-slide.galler {
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 460px;
  max-width: 720px;
  display: block;
  overflow: visible;
}

.media-text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.arrow-container {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.swiper-button-prev {
  cursor: pointer;
  width: 65px;
  margin-right: 5px;
}

.swiper-button-next {
  cursor: pointer;
  width: 65px;
  margin-left: 5px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.blog-section {
  background-image: url('../images/5-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 130px;
}

.blog-section.ex {
  background-size: auto 1300px;
  padding-top: 195px;
  padding-bottom: 74px;
}

.collection-item-6 {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.collection-item-6.ex {
  justify-content: flex-start;
  margin-top: 56px;
  display: flex;
}

.collection-list-wrapper-2 {
  max-width: 1300px;
  margin: 26px auto 48px;
}

.image-7 {
  width: 100%;
}

.heading-24 {
  margin-top: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
}

.heading-25 {
  opacity: .58;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.rich-text-block-5 {
  margin-top: 12px;
  line-height: 25px;
}

.body {
  color: #000;
  font-family: DM Sans;
}

.contact-section {
  background-color: #000;
  background-image: url('../images/6-bg.svg'), url('../images/contact-web.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin-top: 116px;
  display: flex;
}

.contact-content {
  padding-left: 10vw;
}

.news-wrapper {
  margin-top: 0;
  padding-top: 5px;
  padding-left: 35px;
  padding-right: 30px;
  position: relative;
}

.news-wrapper.contact {
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

.contactcontent {
  z-index: 10;
  margin-top: 30px;
  margin-left: 0;
  position: relative;
}

.contactinformation {
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  width: 35px;
}

.link {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-family: Dmsans-OWN, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contactinformation-3 {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.link-3-copy {
  color: #fff;
  margin-left: 10px;
  font-family: DM Sans;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.bg-wrapper {
  background-image: url('../images/2-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.short-copy-section {
  background-image: linear-gradient(#efefef42, #efefef42), url('../images/bg-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.short-copy-section.is-hidden {
  display: none;
}

.heading-26 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.short-copy-content {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.big {
  font-family: Librebaskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph.big.new-font {
  opacity: .7;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  text-align: right;
  max-width: 600px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.block-quote {
  font-size: 16px;
  line-height: 23px;
}

.video-start-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.full-video {
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  background-image: url('../images/2-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 36vh;
  margin-top: 0;
  margin-bottom: 69px;
  padding-bottom: 60px;
}

.cms-bio-2 {
  z-index: 10;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.tabs-content {
  margin-top: 20px;
}

.text-block-16 {
  font-size: 22px;
  line-height: 27px;
}

.dropdown-3 {
  z-index: 0;
  width: 100%;
  display: block;
}

.dropdown-3.bio {
  display: block;
}

.text-block-11 {
  font-size: 18px;
  line-height: 26px;
}

.tabs {
  margin-top: 30px;
}

.tab-link-tab-2-2 {
  opacity: .44;
  background-color: #0000;
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left: 1px solid #fff;
}

.rich-text-block-6 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block-6.bio {
  margin-top: 0;
}

.tab-link-tab-1-2 {
  opacity: .44;
  background-color: #0000;
  border-right: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1-2.w--current {
  opacity: 1;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-list-3 {
  width: 100%;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.button-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-wrapper {
  justify-content: space-around;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.swiper-container-2 {
  flex: none;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
  overflow: visible;
}

.image-8 {
  max-height: 368px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.swiper-button-prev-2 {
  cursor: pointer;
  width: 65px;
  margin-right: 5px;
}

.swiper-button-next-2 {
  cursor: pointer;
  width: 65px;
  margin-left: 5px;
}

.blog-full-section {
  min-height: 100vh;
  margin-bottom: 110px;
  padding-top: 210px;
}

.image-9 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-32 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  padding-top: 493px;
}

.html-embed-5 {
  margin-top: 43px;
}

.html-embed-5.is-hidden {
  display: none;
}

.paragraph-copy {
  text-align: right;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-sub-2 {
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-sub-2.sub {
  border-bottom-color: #00000021;
  padding-top: 10px;
}

.dropdown-trigger {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-list {
  height: auto;
  overflow: hidden;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.rich-text-block-7 {
  margin-top: 10px;
}

.image-video-box {
  width: 100%;
}

.contact-section-2 {
  background-color: #000;
  background-image: url('../images/6-bg.svg'), none;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  align-items: center;
  width: 100vw;
  min-height: 850px;
  margin-top: 100px;
  display: flex;
}

.heading-28 {
  margin-top: 0;
}

.image-10 {
  margin-bottom: 19px;
}

.normal-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.normal-heading-2.nav {
  color: #fff;
  font-size: 40px;
}

.link-block {
  color: #000;
  font-size: 21px;
  text-decoration: none;
}

.nav-wrapper-links {
  margin-top: 10px;
}

.headingimg {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-option.not-active {
  opacity: .4;
}

.nav-link {
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #000;
}

.div-block-27 {
  background-color: #131313;
  background-image: url('../images/nav-bg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: scroll;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-own-wrapper {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-heading {
  color: #fff;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.1;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: 12px;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_form {
  color: #fff;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-manager2_button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_submit {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 0 20px 0 0;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #000000ba;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 20px 0 0;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_text {
  font-size: 13px;
  line-height: 18px;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #000;
  background-size: auto;
  border-color: #000;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  margin-left: -8px;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper.prefer {
  margin-left: 0;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #0006;
  border: 1px solid #fff;
  border-radius: 10px;
}

.fs-cc-banner2_button.fs-cc-button-alt.preferences {
  border-width: 0 0 1px;
  border-color: #fff9;
  border-radius: 0;
  min-width: 0;
  margin-left: 0;
  padding: 0;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.map-wrapper.is--off {
  display: none;
}

.g-map-show {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.block-content-g-map {
  background-image: linear-gradient(#0009, #0009), url('../images/world.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  justify-content: center;
  margin-top: 21px;
  display: flex;
}

.card-load-btn {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 80px;
}

.rich-text-block-8 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-8 p {
  font-family: Librebaskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
}

.rich-text-block-9 {
  margin-top: 31px;
  margin-bottom: 21px;
}

.rich-text-block-9 p {
  margin-bottom: 10px;
}

.rich-text-block-9 blockquote {
  font-size: 18px;
  line-height: 1.5;
}

.rich-text-block-9 strong {
  display: block;
}

.rich-text-block-9 h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.dropdown-4 {
  z-index: 0;
  width: 100%;
  margin-top: 5px;
}

.dropdown-list-4 {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.dropdown-list-4.sub {
  padding-bottom: 0;
}

.dropdown-list-4.sub.w--open {
  padding-top: 32px;
}

.grid-repertoire-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00000026;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
}

.rich-text-block-10 {
  margin-top: 46px;
}

.collection-item-7 {
  margin-top: 50px;
}

.heading-29 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Dmsans-OWN, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  color: #fff;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}

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

.link-2 {
  color: #fff;
}

.heading-30 {
  display: none;
}

.calendar {
  margin-top: 0;
  padding-top: 0;
}

.calendar h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.calendar h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block-11 {
  margin-top: -10px;
}

.div-block-34 {
  align-self: center;
}

.rich-text-block-12 {
  max-width: 600px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-12.no-margin {
  margin-top: 10px;
}

.div-block-35 {
  background-image: url('../images/thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-11 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11.ex {
  margin-bottom: 41px;
}

.image-11.first {
  max-width: 400px;
}

.image-12 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13 {
  max-width: 600px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu-2 {
  justify-content: center;
  margin-bottom: 44px;
  display: flex;
}

.tab-link {
  border: 1px solid var(--sinn-blue);
  color: var(--sinn-blue);
  background-color: #0000;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 44px;
  padding-right: 44px;
}

.tab-link.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
}

.navbar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.kor-name_placer {
  position: absolute;
  inset: 0% 0% auto auto;
}

.kor-name_placer.is--artist {
  right: 20%;
}

.cc-prefs_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_label-2 {
  color: var(--sinn-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_content-2 {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_submit-2 {
  background-color: var(--sinn-beige);
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-banner2_buttons-wrapper-2 {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  color: #fff;
  background-color: #081b29;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-2 {
  z-index: 1;
  border-width: 2px;
  border-color: var(--sinn-blue);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-2.w--redirected-checked {
  border-color: var(--sinn-blue);
  background-color: var(--sinn-blue);
  background-size: auto;
}

.fs-cc-prefs2_form-2 {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_button-2 {
  color: #081b29;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button-2.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-manager2_button-2 {
  background-color: var(--midnight-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button-2:hover {
  opacity: .7;
}

.fs-cc-prefs2_close-2 {
  background-color: var(--sinn-blue);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.cc-manager_component {
  z-index: 999;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text-2 {
  font-size: 15px;
}

.fs-cc-prefs2_button-2 {
  background-color: var(--sinn-blue);
  text-align: center;
  border: 1px solid #007aff;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button-2.fs-cc-button-alt {
  border-color: var(--sinn-blue);
  color: var(--sinn-blue);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-prefs2_overlay-2 {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_title-2 {
  color: #081b29;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.italic-text {
  font-family: Librebaskerville, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.div-block-36 {
  padding-top: 2rem;
}

.news-items-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.max-width-32 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.news-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-media-items {
  width: 100%;
  max-width: 350px;
}

.img-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-contents {
  width: 100%;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.h3-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.text-align-right {
  text-align: right;
  width: 100%;
}

.richtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.news-video {
  width: 100%;
}

.empty-state {
  display: none;
}

.nav-dropdown {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-dropdown-body {
  width: 100%;
  overflow: hidden;
}

.padding-bottom-2rem {
  padding-bottom: 2rem;
}

@media screen and (min-width: 1920px) {
  .normal-heading-2 {
    z-index: 29;
  }
}

@media screen and (max-width: 991px) {
  .heading-8 {
    font-size: 21px;
  }

  .date {
    font-size: 15px;
    line-height: 21px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    font-size: 26px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .mycontain-2 {
    padding-top: 70px;
  }

  .normalheadingimprint-2 {
    font-weight: 400;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .navlink {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    line-height: 6vw;
  }

  .navlink.w--current {
    font-size: 6vw;
  }

  .navlink.smaller {
    font-size: 5vw;
  }

  .menu-button {
    align-self: center;
    align-items: flex-start;
  }

  .menu-button.w--open {
    z-index: 9999;
    padding-right: 0;
  }

  .burgerline.line1 {
    float: right;
    background-color: #000;
    width: 48px;
    margin-top: 0;
    margin-bottom: 11px;
  }

  .burgerline.line1.start {
    width: 100%;
    margin-bottom: 0;
  }

  .burgerline.line2 {
    float: right;
    background-color: #000;
    width: 53px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .burgerline.line2.start {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .burgerline.line3 {
    float: right;
    background-color: #000;
    width: 45px;
    margin-top: 11px;
    margin-bottom: 0;
  }

  .burgerline.line3.start {
    width: 100%;
    margin-top: 0;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .hero-section {
    align-items: flex-end;
  }

  .hero-section.p {
    background-position: 50%;
  }

  .hero-content {
    margin-bottom: 216px;
  }

  .hero-content.ex {
    display: none;
  }

  .hero-big-heading {
    font-size: 100px;
    line-height: 90px;
  }

  .hero-sub-line {
    margin-top: 17px;
  }

  .hero-sub-heading {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .calendarcms {
    width: 90%;
  }

  .collection-item-5 {
    grid-template-columns: 30% minmax(35%, 1fr) minmax(147px, 1fr);
    grid-auto-flow: column dense;
  }

  .heading-16 {
    font-size: 22px;
  }

  .normal-btn.bogger.second {
    margin-top: 30px;
  }

  .pegagogy-section {
    background-size: auto 40%;
  }

  .quote-pegagoy-wrapper {
    width: 100%;
  }

  .quote-pedagogy-headline {
    font-size: 33px;
  }

  .swiper-slide {
    max-width: 660px;
  }

  .collection-item-6 {
    width: 100%;
  }

  .collection-item-6.ex {
    flex-wrap: wrap;
  }

  .image-7 {
    width: 100%;
  }

  .blog-text-content {
    margin-bottom: 0;
  }

  .contact-section {
    background-image: url('../images/6-bg.svg'), url('../images/contact-mobile-2-web.jpg');
    background-size: auto 51%, 70%;
    justify-content: center;
    padding-bottom: 90px;
  }

  .contact-content {
    margin-top: 505px;
    padding-left: 0;
  }

  .news-wrapper {
    z-index: 33;
  }

  .bg-wrapper {
    background-size: 50%;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .btn-wrapper {
    flex-wrap: wrap;
  }

  .contact-section-2 {
    background-image: url('../images/6-bg.svg'), none;
    background-size: auto 51%, 70%;
    justify-content: center;
    padding-bottom: 90px;
  }

  .nav-link {
    text-align: center;
    width: 100%;
  }

  .div-block-27 {
    background-position: 0 100%;
    background-size: 90%;
  }

  .nav-holder {
    display: none;
  }

  .div-block-25 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area-2";
  }

  .dropdown-list-4.w--open {
    padding-bottom: 0;
  }

  .dropdown-list-4.sub {
    transition: none;
  }

  .heading-30.ex {
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    line-height: 100px;
    display: flex;
  }

  .image-11.first {
    margin-bottom: 24px;
  }

  .image-13 {
    width: 90vw;
  }

  .news-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .cms-aktuelles {
    display: none;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image {
    max-height: none;
  }

  .cms-bio {
    display: block;
  }

  .rich-text-block-3 {
    column-count: 1;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .modalwrapper {
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    display: none;
    overflow: scroll;
  }

  .modalcontainer {
    margin-top: 30px;
    overflow: scroll;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .normalbtn-3.calendar {
    margin-top: 5px;
  }

  .footer, .imprintsection {
    margin-left: 0;
  }

  .normalheadingimprint {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .imprintsection-2 {
    margin-left: 0;
  }

  .normalheadingimprint-2 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .navlink {
    font-size: 7vw;
    line-height: 7vw;
  }

  .navlink.w--current {
    font-size: 8vw;
  }

  .navlink.smaller {
    padding-top: 20px;
    font-size: 7vw;
  }

  .nav-container {
    grid-template-columns: auto 1fr;
  }

  .div-block-12 {
    position: relative;
  }

  .menu-button, .menu-button.w--open {
    width: auto;
  }

  .burgerwrapper {
    width: 84px;
    min-width: 84px;
    position: relative;
  }

  .burgerline.line1, .burgerline.line2, .burgerline.line3 {
    background-color: #000;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .hero-section.k {
    background-position: 14% 0;
  }

  .hero-content {
    display: none;
  }

  .dates-section {
    background-size: auto 50%;
  }

  .dates-section.ex {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .normal-heading {
    font-size: 70px;
    line-height: 70px;
  }

  .normal-heading.big.smaller {
    font-size: 12vw;
    line-height: 14vw;
  }

  .normal-sub-heading {
    font-size: 43px;
    line-height: 38px;
  }

  .calendarcms {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: none;
  }

  .calendarcms.mobile, .calendarcms.ex {
    display: block;
  }

  .collection-list-6 {
    width: 90vw;
  }

  .collection-item-5 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 15px;
  }

  .heading-16 {
    font-size: 28px;
  }

  .kalendertitle {
    margin-top: 0;
  }

  .text-span-8 {
    display: block;
  }

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

  .text-block-12 {
    white-space: pre-wrap;
  }

  .dropdown-list-2.sub {
    width: 90%;
  }

  .grid-repertoire {
    grid-template-columns: 1fr;
  }

  .quote-pegagoy-wrapper {
    padding-left: 0;
  }

  .quote-pedagogy-row.first {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .quote-pedagogy-headline {
    font-size: 4vw;
  }

  .quote-pegagogy-img {
    height: 73px;
  }

  .text-pegagogy-content {
    margin-left: 0;
  }

  .pegagogy-text {
    column-count: 1;
  }

  .swiper-slide {
    flex-wrap: wrap;
    width: 90%;
    max-width: 90vw;
  }

  .blog-section.ex {
    background-image: none;
  }

  .collection-item-6 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .contact-section {
    background-size: auto 40%, 70%;
  }

  .contactcontent {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .short-copy-section {
    background-image: linear-gradient(#efefef42, #efefef42), url('../images/bg-1.png');
    background-size: auto, auto 70%;
  }

  .cms-bio-2 {
    display: block;
  }

  .text-block-16 {
    font-size: 19px;
  }

  .tab-link-tab-2-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .rich-text-block-6 {
    column-count: 1;
  }

  .tab-link-tab-1-2.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contact-section-2 {
    background-size: auto 40%, 70%;
  }

  .headingwrapper {
    margin-top: 40px;
  }

  .div-block-25 {
    grid-row-gap: 0px;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .dropdown-list-4.sub {
    width: 90%;
  }

  .grid-repertoire-2 {
    grid-template-columns: 1fr;
  }

  .heading-30 {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    display: block;
  }

  .heading-30.ex {
    color: #000;
    text-align: center;
    justify-content: center;
  }

  .image-11.ex {
    width: 90vw;
  }

  .fs-cc-banner2_buttons-wrapper-2 {
    margin-top: 12px;
  }

  .fs-cc-banner2_button-2 {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs2_title-2 {
    font-size: 20px;
  }

  .news-item {
    flex-flow: column;
  }

  .news-media-items {
    max-width: none;
  }

  .h3-text {
    font-size: 20px;
  }

  .nav-dropdown-body {
    overflow: visible;
  }

  .padding-bottom-2rem {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .normalbtn-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modalwrapper {
    height: 100vh;
    top: 0%;
    overflow: scroll;
  }

  .modalcontainer {
    object-fit: fill;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
    top: auto;
    overflow: scroll;
  }

  .div-block-10 {
    float: right;
    clear: none;
    position: static;
  }

  .normalbtn-3.calendar {
    margin-bottom: 5px;
  }

  .footer {
    margin-left: 0;
  }

  .mycontain-2 {
    padding-top: 0;
  }

  .normalheadingimprint {
    font-size: 9.8vw;
    font-weight: 700;
    line-height: 70px;
  }

  .normalheadingimprint-2 {
    font-size: 7.4vw;
    line-height: 70px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .openmodal {
    width: 90%;
    font-size: 12px;
  }

  .heading-12 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .navlink {
    font-size: 10vw;
    line-height: 11vw;
  }

  .navlink.w--current, .navlink.smaller {
    font-size: 10vw;
  }

  .div-block-12 {
    flex-wrap: wrap;
    align-content: center;
  }

  .heading-13 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .menu-button {
    width: auto;
    padding: 5px 0;
  }

  .menu-button.w--open {
    width: auto;
    padding-left: 0;
  }

  .linkwrappernav {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .burgerline.line1, .burgerline.line2 {
    background-color: #000;
    margin-top: 0;
  }

  .burgerline.line3 {
    background-color: #000;
    margin-top: 11px;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero-section {
    background-position: 92% 76%;
    background-repeat: no-repeat;
    height: 95vh;
  }

  .hero-section.k {
    background-position: 21% 0;
  }

  .hero-section.p {
    background-size: 150%;
  }

  .nav-btn {
    border-radius: 100px;
    padding: 4px 20px;
    font-size: 4.5vw;
    line-height: 9vw;
  }

  .language-switch {
    align-items: stretch;
  }

  .language-link {
    font-size: 15px;
  }

  .language-link.not-active {
    line-height: 17px;
  }

  .normal-heading {
    font-size: 18vw;
    line-height: 18vw;
  }

  .normal-heading.black {
    text-align: right;
    font-size: 49px;
    line-height: 40px;
  }

  .normal-heading.big {
    padding-left: 40px;
    font-size: 14vw;
    line-height: 11vw;
  }

  .normal-heading.big.smaller {
    padding-left: 0;
  }

  .normal-sub-heading {
    font-size: 43px;
    line-height: 32px;
  }

  .normal-sub-heading.black {
    font-size: 31px;
  }

  .normal-sub-heading.big {
    font-size: 9vw;
    line-height: 7vw;
  }

  .calendarcms {
    display: none;
  }

  .normal-btn.second {
    margin-top: 20px;
  }

  .normal-btn.full {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .normal-btn.bogger {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 24px;
    line-height: 10px;
  }

  .text-span-8 {
    display: block;
  }

  .heading-21 {
    white-space: pre-wrap;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-12 {
    white-space: pre-line;
    font-size: 18px;
  }

  .button {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-pedagogy-row {
    flex-wrap: wrap;
  }

  .quote-pedagogy-headline {
    font-size: 8vw;
    line-height: 12vw;
  }

  .quote-pedagogy-headline._100 {
    text-align: center;
    width: 100%;
  }

  .swiper-slide, .swiper-slide.galler {
    width: 90vw;
  }

  .contact-section {
    background-image: url('../images/contact-mobile-2-web.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 101%;
    min-height: 660px;
    margin-top: 80px;
  }

  .contact-content {
    margin-top: 396px;
  }

  .news-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .link, .link-3-copy {
    margin-left: 9px;
    font-size: 13px;
  }

  .paragraph.big.new-font {
    font-size: 18px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .rich-text-block-6 {
    font-size: 13px;
  }

  .btn-wrapper {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .contact-section-2 {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 101%;
    min-height: 660px;
  }

  .normal-heading-2 {
    font-size: 10.5vw;
    line-height: 16vw;
  }

  .div-block-27 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 11px;
    line-height: 16px;
  }

  .card-load-btn {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    text-align: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30.ex {
    font-size: 54px;
  }

  .image-11.first {
    width: 90vw;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs2_label-2 {
    font-size: 14px;
  }

  .fs-cc-prefs2_content-2 {
    padding: 24px;
  }

  .fs-cc-prefs2_submit-2 {
    margin-top: 8px;
  }

  .cc-banner_component {
    width: 100%;
  }

  .fs-cc-prefs2_close-2 {
    padding: 8px;
  }

  .fs-cc-prefs2_button-2.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_title-2, .italic-text {
    font-size: 18px;
  }
}

#w-node-bc58c30f-d9fe-6722-da08-fcd5aa2e510d-bbbb8c0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_80113b69-26ef-27d9-c443-be61bbbb8c16-bbbb8c0d {
  justify-self: end;
}

#w-node-e3df1acd-1a9a-d94c-c513-22b6b10bbcd5-b10bbcbc {
  place-self: center end;
}

#w-node-_4371a303-b2db-4251-12f3-818bc1e85396-cb327073, #w-node-_772f11b0-b1af-bd10-f380-4bb6c1edfbf1-165e0bd6, #w-node-_772f11b0-b1af-bd10-f380-4bb6c1edfbf8-165e0bd6, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddbe-0c9a0503, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddc5-0c9a0503, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddee-0c9a0503, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddf5-0c9a0503 {
  align-self: center;
}

#w-node-_2cba9e39-a072-b502-4659-da675069f078-5069f06f {
  justify-self: end;
}

#w-node-_2efacbb8-8714-361a-7437-0e2490a5edff-10563097 {
  grid-area: Area;
}

#w-node-_8fde2c12-5bec-26ab-f0a6-708d105630b2-10563097 {
  place-self: center end;
}

#w-node-c34505e2-92d3-1722-f86a-322ce726579c-504a8e20 {
  grid-area: Area;
}

#w-node-c34505e2-92d3-1722-f86a-322ce72657b5-504a8e20 {
  place-self: center end;
}

#w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddbe-504a8e20, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddc5-504a8e20, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddee-504a8e20, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddf5-504a8e20, #w-node-_4371a303-b2db-4251-12f3-818bc1e85396-4a69bf28 {
  align-self: center;
}

#w-node-_7e0551af-70be-308e-eed9-4714bd9de89c-bd9de893 {
  justify-self: end;
}

#w-node-_604e7c89-5f50-dea5-fe81-032bde9bcd2e-aa276077 {
  grid-area: Area;
}

#w-node-_5b4466d3-89fb-c798-0c49-0e71aa276092-aa276077 {
  place-self: center end;
}

#w-node-dce6e626-9716-7c4b-77f6-100b0fde689d-e3767c42, #w-node-dce6e626-9716-7c4b-77f6-100b0fde68a4-e3767c42 {
  align-self: center;
}

#w-node-c34505e2-92d3-1722-f86a-322ce726579c-f5a679c9 {
  grid-area: Area;
}

#w-node-c34505e2-92d3-1722-f86a-322ce72657b5-f5a679c9 {
  place-self: center end;
}

#w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddbe-f5a679c9, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddc5-f5a679c9, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddee-f5a679c9, #w-node-_464f36d2-a2e9-c181-5b5c-c00b077cddf5-f5a679c9, #w-node-_4371a303-b2db-4251-12f3-818bc1e85396-89709f38, #w-node-dce6e626-9716-7c4b-77f6-100b0fde689d-fa6a7cb0, #w-node-dce6e626-9716-7c4b-77f6-100b0fde68a4-fa6a7cb0 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_80113b69-26ef-27d9-c443-be61bbbb8c0f-bbbb8c0d, #w-node-_80113b69-26ef-27d9-c443-be61bbbb8c16-bbbb8c0d {
    justify-self: center;
  }

  #w-node-e3df1acd-1a9a-d94c-c513-22b6b10bbcd5-b10bbcbc {
    align-self: auto;
  }

  #w-node-_3a0e51fe-dc3d-fbfe-d0c7-3f13b66e5321-b10bbcbc, #w-node-bc6f76ee-ac30-dec3-e689-77b8d8230a9a-b10bbcbc, #w-node-e3df1acd-1a9a-d94c-c513-22b6b10bbccb-b10bbcbc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2cba9e39-a072-b502-4659-da675069f071-5069f06f, #w-node-_2cba9e39-a072-b502-4659-da675069f078-5069f06f {
    justify-self: center;
  }

  #w-node-_8fde2c12-5bec-26ab-f0a6-708d105630b2-10563097 {
    align-self: auto;
  }

  #w-node-_15f7c3cb-e4b5-240a-9019-13278d33bb65-10563097, #w-node-_8fde2c12-5bec-26ab-f0a6-708d105630a6-10563097, #w-node-_8fde2c12-5bec-26ab-f0a6-708d105630aa-10563097, #w-node-c34505e2-92d3-1722-f86a-322ce72657ab-504a8e20, #w-node-c34505e2-92d3-1722-f86a-322ce72657ad-504a8e20, #w-node-c34505e2-92d3-1722-f86a-322ce72657a9-504a8e20 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c34505e2-92d3-1722-f86a-322ce72657b5-504a8e20 {
    align-self: auto;
  }

  #w-node-_7e0551af-70be-308e-eed9-4714bd9de895-bd9de893, #w-node-_7e0551af-70be-308e-eed9-4714bd9de89c-bd9de893 {
    justify-self: center;
  }

  #w-node-_5b4466d3-89fb-c798-0c49-0e71aa276092-aa276077 {
    align-self: auto;
  }

  #w-node-a25a6fff-3268-19c6-ed1d-e05f48643f01-aa276077, #w-node-_5b4466d3-89fb-c798-0c49-0e71aa276086-aa276077, #w-node-_5b4466d3-89fb-c798-0c49-0e71aa27608a-aa276077, #w-node-c34505e2-92d3-1722-f86a-322ce72657ab-f5a679c9, #w-node-c34505e2-92d3-1722-f86a-322ce72657ad-f5a679c9, #w-node-c34505e2-92d3-1722-f86a-322ce72657a9-f5a679c9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c34505e2-92d3-1722-f86a-322ce72657b5-f5a679c9 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3df1acd-1a9a-d94c-c513-22b6b10bbcbe-b10bbcbc, #w-node-_2efacbb8-8714-361a-7437-0e2490a5edff-10563097, #w-node-c34505e2-92d3-1722-f86a-322ce726579c-504a8e20, #w-node-_604e7c89-5f50-dea5-fe81-032bde9bcd2e-aa276077, #w-node-c34505e2-92d3-1722-f86a-322ce726579c-f5a679c9 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Dmsans-OWN';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans-OWN';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}