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

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

.projectsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  max-width: 800px;
  margin-right: 60px;
}

.image {
  display: block;
  max-width: 800px;
}

.herosection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Asset-18-50.jpg');
  background-position: 21% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  margin-top: 5px;
}

.nav-link {
  padding-bottom: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  padding-bottom: 10px;
  border-bottom: 3px solid #3f9eea;
  color: #3f9eea;
  font-weight: 400;
}

.nav-container {
  position: static;
  top: 0px;
  z-index: 999999;
  min-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: rgba(27, 87, 112, 0);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999999;
  background-color: #fff;
}

.heading {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 56px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 217px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-container {
  margin-top: auto;
  margin-bottom: auto;
}

.button {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: rgba(56, 152, 236, 0);
}

.button:hover {
  background-color: #fff;
  color: #3f9eea;
}

.picture-container {
  width: 680px;
  height: 800px;
  background-image: url('../images/06_new.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-container {
  max-width: 600px;
  margin-right: 60px;
  margin-left: 0px;
}

.content-container.right {
  margin-right: 0px;
  margin-left: 60px;
}

.heading-2 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Droid Serif', serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.heading-2.light {
  min-height: 0px;
  line-height: 54px;
  font-weight: 300;
}

.heading-2.white {
  color: #b9b9b9;
}

.heading-2.center {
  color: #fff;
  text-align: center;
}

.heading-2.center.black {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: #000;
}

.heading-2.center.white {
  margin-bottom: 16px;
  padding-bottom: 0px;
}

.heading-2.big {
  position: static;
  margin-bottom: 10px;
  font-size: 110px;
  line-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2.small {
  margin-left: 20px;
}

.paragraph-large {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.paragraph-large.hero {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

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

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  margin-top: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2 Area-4 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 220px;
  margin-left: 220px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-wrapper.muse {
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaching-programs {
  margin-top: auto;
  padding-top: 60px;
  padding-right: 220px;
  padding-left: 220px;
  background-color: #ffc2c2;
}

.teaching-programs.adults {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdddc;
}

.teaching-programs.teens {
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #ffdddc;
}

.grid-4 {
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  max-width: 600px;
}

.paragraph-2 {
  margin-top: 40px;
}

.grid-5 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.logo {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.image-4 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.heading-6 {
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 2px solid #000;
  font-family: 'Droid Serif', serif;
  font-size: 24px;
}

.class-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5 {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  text-align: center;
}

.h5.white {
  color: #fff;
}

.activities-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.paragraph {
  text-align: center;
}

.paragraph.white {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: left;
}

.image-5 {
  margin-bottom: 20px;
}

.grid-6 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-4 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.recognition-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 66, 143, 0.5)), to(rgba(30, 66, 143, 0.5))), url('../images/shutterstock_407349148_low.jpg');
  background-image: linear-gradient(180deg, rgba(30, 66, 143, 0.5), rgba(30, 66, 143, 0.5)), url('../images/shutterstock_407349148_low.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.paragraph-sub {
  margin-bottom: 60px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph-sub.black {
  color: #000;
}

.paragraph-sub.underline {
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.image-6 {
  display: block;
  max-width: 62px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.div-block-4 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.45);
}

.div-block-5 {
  padding: 20px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.heading-9 {
  margin-bottom: 20px;
  text-align: center;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
}

.paragraph-6.left {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.grid-for-teens {
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-for-adults {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-wrapper {
  min-height: 0px;
}

.grid-9 {
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.line {
  height: 0px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 3px 208px 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #000;
}

.line.adults {
  padding-top: 2px;
}

.line.teens {
  padding-top: 2px;
  padding-right: 219px;
}

.list {
  list-style-type: disc;
}

.container-courses {
  margin-bottom: 80px;
}

.div-block-7 {
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-10 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 22px;
  font-family: 'Droid Serif', serif;
}

.container-2 {
  position: static;
  top: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms cubic-bezier(.86, 0, .07, 1);
  transition: opacity 500ms cubic-bezier(.86, 0, .07, 1);
  -o-object-fit: fill;
  object-fit: fill;
}

.list-item {
  padding-bottom: 4px;
}

.list-item.big {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.container-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.container-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.contact-section {
  padding-top: 140px;
  padding-bottom: 140px;
  border-bottom: 1px solid #ffc2c2;
  background-color: #ffc2c2;
  background-image: url('../images/color-splash-pink.jpg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: repeat-y;
  -webkit-transition: opacity 400ms cubic-bezier(.755, .05, .855, .06);
  transition: opacity 400ms cubic-bezier(.755, .05, .855, .06);
}

.heading-11 {
  text-align: center;
}

.text-field {
  display: block;
  margin-top: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ffc2c2;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  font-size: 14px;
}

.text-field:active {
  border-bottom-color: #3f9eea;
}

.text-field-2 {
  display: block;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ffc2c2;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.text-field-2:active {
  border-bottom-color: #3f9eea;
}

.textarea {
  display: block;
  max-width: 520px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 110px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffc2c2;
  background-color: hsla(0, 0%, 100%, 0.11);
}

.textarea:active {
  border-bottom-color: #3f9eea;
}

.form-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.success-message {
  background-color: hsla(0, 0%, 100%, 0.35);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button {
  margin-top: 16px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: box-shadow 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: box-shadow 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
}

.submit-button:hover {
  box-shadow: 0 4px 8px 0 rgba(63, 158, 234, 0.62);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.container-5 {
  display: block;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.formblock {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 40px;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0.82);
  box-shadow: 4px 4px 20px 5px rgba(207, 118, 118, 0.5);
}

.formblock.contact {
  position: relative;
  margin-bottom: 0px;
}

.column {
  padding-right: 8px;
  padding-left: 182px;
}

.column-2 {
  padding-right: 0px;
}

.linkedin {
  margin-right: 16px;
}

.facebook {
  margin-right: 16px;
}

.grid-10 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-column-gap: 34px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  margin-top: auto;
}

.link {
  text-decoration: none;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: static;
  margin-top: 0px;
  float: left;
  font-size: 12px;
}

.text-block.matrioshkin {
  margin-top: 12px;
  margin-bottom: 5px;
}

.brand {
  position: static;
  margin-right: auto;
}

.paragraph-7 {
  float: left;
}

.paragraph-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  text-align: center;
}

.heading-4.white {
  color: #fff;
}

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

.h3 {
  font-size: 32px;
}

.h3.white {
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom: 1px none #000;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 28px;
  text-align: center;
}

.about-us-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

.image-7 {
  position: static;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-8 {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
}

.image-9 {
  margin-bottom: 40px;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.2);
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  margin-right: 23px;
}

.paragraph-9 {
  max-width: 600px;
  margin: 24px auto 0px;
  font-size: 12px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: auto;
}

.paragraph-10 {
  margin-bottom: auto;
}

.div-block-15 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  height: 1px;
  margin-top: 24px;
  background-color: #ffc2c2;
}

.link-2 {
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .image-11 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 42px;
    line-height: 50px;
  }

  .teaching-programs.adults {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .class-activities {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-for-teens {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-for-adults {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-courses {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .image-11 {
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    height: 80vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Asset-18-50.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Asset-18-50.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .heading {
    margin-bottom: 24px;
  }

  .heading-2.big {
    font-size: 80px;
    line-height: 90px;
  }

  .teaching-programs.adults {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .heading-6 {
    line-height: 28px;
  }

  .activities-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-sub.underline {
    margin-bottom: 40px;
  }

  .div-block-4 {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .div-block-5 {
    padding: 16px;
  }

  .line.adults {
    padding-right: 102px;
  }

  .line.teens {
    padding-right: 114px;
  }

  .container-courses {
    margin-bottom: 0px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .submit-button {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
    clear: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .formblock {
    padding: 16px;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    display: block;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-8 {
    margin-bottom: 0px;
  }

  .about-us-section {
    max-height: 100%;
    padding: 40px 20px;
  }

  .image-7 {
    max-width: 40%;
    margin-right: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-8 {
    max-width: 40%;
    margin-left: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .logo-wrapper {
    margin-top: 24px;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .container-7 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-10 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-14 {
    margin-top: 38px;
  }

  .image-11 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 30%;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
  }

  .paragraph-11 {
    margin-bottom: 5px;
  }
}

#w-node-_7bc2b50e-8611-889a-fc57-865a5b1644cc-02faa5ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7a29f1ce-3c2b-1fd2-38bd-b293a44faf62-02faa5ee {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_514fca1d-f472-334a-9e8e-091776ef16c2-02faa5ee {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f94e80c3-6ebf-d034-59ce-22a4154ba103-02faa5ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e2ebd7fb-991d-eacc-12aa-2ecf24a4370f-02faa5ee {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ea46228a-32d9-f506-0657-a2f1bd660972-02faa5ee {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ae4fdb6d-c5ee-eaf6-277e-0f9e55d637eb-02faa5ee {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e2ebd7fb-991d-eacc-12aa-2ecf24a4370f-02faa5ee {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

