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

body {
  background-color: #0d0e0e;
  font-family: Visbycf, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.hero {
  width: 100%;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero.default {
  display: flex;
  overflow: hidden;
}

.hero.large {
  display: none;
}

.container {
  max-width: 1128px;
}

.hero-content {
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-content-logo {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-block {
  width: 240px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.hero-content-title---1 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  padding: 8px 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-content-label {
  color: #fff;
  text-align: left;
  flex: none;
  font-family: Visbycf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.hero-content-bubbles {
  width: 200%;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 260px;
  right: auto;
}

.hero-band {
  grid-column-gap: 16px;
  color: #fff;
  border-top: 1px solid #ff0064;
  border-bottom: 1px solid #ff0064;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  transform: rotate(-6deg);
}

.hero-band-label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: 1rem;
  font-weight: 500;
}

.hero-band-label.black {
  color: #0d0e0e;
}

.image {
  flex: none;
}

.hero-band-block {
  height: 300px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button {
  z-index: 99;
  color: #0d0e0e;
  letter-spacing: -.5px;
  white-space: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 12px;
  padding: 12px 40px;
  font-weight: 600;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about {
  padding-bottom: 160px;
}

.about-abstract {
  grid-column-gap: 48px;
  grid-row-gap: 52px;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.symbol-rotate {
  margin-top: 16px;
  margin-bottom: 16px;
  transform: rotate(135deg);
}

.text-span {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}

.about-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 42px;
  font-weight: 600;
}

.about-title.gallery-title {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 64px;
}

.about-content {
  padding-left: 48px;
  padding-right: 160px;
}

.about-description {
  opacity: .9;
  color: #fff;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.about-paragraph {
  color: #9e9f9f;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.about-button {
  color: #0d0e0e;
  background-color: #fff;
  padding: 12px 32px;
  font-weight: 600;
}

.about-button.mobile {
  display: block;
}

.about-columns {
  align-items: flex-start;
  display: flex;
}

.program {
  padding-top: 80px;
  padding-bottom: 160px;
}

.program-band-block {
  height: 300px;
  align-items: center;
  margin-bottom: 160px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.program-band {
  grid-column-gap: 24px;
  border-top: 1px solid #009f7a;
  border-bottom: 1px solid #009f7a;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  transform: rotate(6deg);
}

.program-band-separator {
  margin-top: -32px;
  margin-bottom: -32px;
}

.program-day-heading {
  grid-column-gap: 8px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.program-day-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
}

.program-day-date {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.program-day-box {
  color: #fff;
  border: 1px solid #fff;
  padding: 24px 20px;
  box-shadow: -4px 2px #fff;
}

.program-day-box-heading {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block {
  color: #9e9f9f;
}

.program-day-box-description {
  height: 52px;
  color: #9e9f9f;
  align-items: center;
  margin-top: 16px;
  margin-right: 0%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.program-day-list {
  width: 90%;
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.awards-photos {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.awards-content {
  color: #fff;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 56px;
  display: flex;
}

.awards-photos-1 {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: relative;
}

.awards-photos-2 {
  z-index: 4;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.awards-photos-3 {
  z-index: 3;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.awards-photos-4 {
  z-index: 2;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.awards-photos-5 {
  z-index: 1;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns {
  display: flex;
}

.awards-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.awards-label {
  color: #9e9f9f;
  font-weight: 300;
}

.awards-location {
  color: #414141;
  margin-top: 96px;
  margin-bottom: 24px;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.awards-conference-name {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.awards-conference-logo {
  height: 70px;
}

.mentors {
  padding-top: 160px;
  padding-bottom: 160px;
}

.mentors-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.mentors-box {
  max-width: 230px;
}

.mentors-box-name {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
}

.faq {
  padding-top: 80px;
  padding-bottom: 160px;
}

.faq-2 {
  max-width: 840px;
  background-color: rgba(255, 255, 255, .95);
  padding: 100px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  width: 100%;
  border-top: 1px solid #2e2e2e;
  overflow: hidden;
}

.accordion-toggle {
  height: 88px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  display: flex;
}

.accordion-icon {
  color: #fff;
  font-size: 20px;
}

.text-block-2 {
  width: 100%;
  color: #fff;
  white-space: normal;
  flex: none;
  padding-right: 48px;
  font-size: 20px;
  line-height: 32px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 48px;
  display: block;
  position: static;
}

.faq-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.faq-title.gallery-title {
  margin-top: 160px;
  margin-bottom: 56px;
  font-size: 38px;
  line-height: 46px;
}

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

.accordion-content {
  color: #9e9f9f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.list-item-2 {
  border-bottom: 1px solid #000;
}

.faq-accordions {
  margin-left: 112px;
  margin-right: 112px;
  padding-left: 0;
}

.coming-soon {
  padding-top: 80px;
  padding-bottom: 80px;
}

.soon-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16%;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

.next-event {
  background-color: #181818;
  padding: 54px 48px;
  position: relative;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff0064;
  border-radius: 20px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 8px 24px;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.follow-social-media {
  grid-column-gap: 8px;
  list-style-type: none;
  display: flex;
}

.next-event-columns {
  align-items: center;
  display: flex;
}

.atolye15 {
  padding-top: 80px;
  padding-bottom: 300px;
}

.atolye15-band-block {
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.atolye15-band {
  grid-column-gap: 24px;
  background-color: #9ac63f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  transform: rotate(-6deg);
}

.atolye15-website {
  box-shadow: none;
  color: #0d0e0e;
  text-align: left;
  background-color: #1a1b1b;
  margin-left: 80px;
  margin-right: 80px;
  padding: 32px 48px 24px;
  position: relative;
}

.atolye15-website-title {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Untitledserif, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.atolye15-website-description {
  letter-spacing: -.24px;
  font-family: Untitledsans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.atolye15-website-content {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.atolye15-website-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.atolye15-website-button {
  background-color: #0d0e0e;
  padding: 12px 24px;
  font-family: Untitledsans, sans-serif;
  font-size: 14px;
}

.atolye15-website-button.mobile {
  display: none;
}

.image-2 {
  margin-bottom: -80px;
  margin-right: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-list-item {
  width: 30px;
  height: 30px;
}

.footer-social-item {
  width: 30px;
  height: 30px;
  opacity: 1;
  color: #fff;
}

.footer-link-item {
  color: #9e9f9f;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

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

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.footer-brand {
  width: 110px;
  height: 33px;
  align-items: center;
  display: inline-block;
}

.footer-logo-colors {
  width: 110px;
  height: 33px;
  opacity: 1;
  display: inline-block;
  position: absolute;
}

.footer {
  -webkit-text-fill-color: inherit;
  background-color: #181818;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.footer-logo {
  width: 110px;
  height: 33px;
  color: #b0b6bd;
  display: inline-block;
  position: absolute;
}

.footer-motto {
  color: #9e9f9f;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.mobileapply {
  display: none;
}

.social-list {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  padding-left: 0;
  display: flex;
}

.list {
  grid-row-gap: 8px;
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.program-band-label {
  color: #fff;
  flex: none;
  font-size: 1rem;
  font-weight: 500;
}

.atolye15-band-label {
  color: #0d0e0e;
  text-transform: uppercase;
  flex: none;
  font-weight: 500;
}

.about-symbol.first {
  transform: rotate(45deg);
}

.background-video {
  height: 100%;
  object-fit: cover;
}

.footer-band {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  overflow: hidden;
}

.footer-band-image {
  width: 50%;
}

.footer-band-mobile {
  width: 100%;
  display: none;
}

.pattern {
  justify-content: center;
  display: flex;
}

.footer-text {
  color: #7a7a7a;
}

.footer-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.list-2 {
  grid-column-gap: 0px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.footer-link {
  color: #fff;
  padding: 12px;
  text-decoration: none;
}

.text-block-5, .text-block-6 {
  color: #fff;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.text-block-7 {
  color: #9e9f9f;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.atolye15-website-hero-sticker {
  height: 200px;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: -16px;
  left: auto;
  right: -88px;
}

.atolye15-website-caption {
  color: #9e9f9f;
  margin-bottom: 8px;
  font-family: Untitledsans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.atolye15-website-header {
  padding-right: 20%;
}

.our-values-link-paragraph {
  margin-top: 8px;
  font-family: Untitledsans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.our-values-title {
  margin-top: 0;
  font-family: Untitledserif, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.our-values-link-title {
  align-items: center;
  margin-bottom: 0;
  font-family: Untitledsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.our-values-paragraph {
  color: #9e9f9f;
  margin-top: 8px;
  font-family: Untitledsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-value-sticker.mobile {
  display: none;
}

.flex-columns {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.our-values-padding {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.flex-column {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.flex-column.about {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.our-values-grid {
  margin-top: 32px;
}

.our-values-sticker {
  width: 230px;
  height: 340px;
  max-width: none;
  margin-top: 32px;
  margin-left: -130px;
  position: absolute;
}

.our-values-link-block {
  color: #171717;
  margin-bottom: 0;
  padding-right: 24px;
  text-decoration: none;
}

.case-study---box-link {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.case-study---box-link-div {
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.case-study---box-link-text {
  color: #171717;
  font-family: Untitledsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-underline-bar {
  z-index: 2;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline-bg {
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.case-study---box-link-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
  margin-top: -2px;
  margin-left: 4px;
}

.image-3 {
  box-shadow: -9px 9px #141414;
}

.case-study---box-link-2 {
  color: #fff;
  align-items: flex-start;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.case-study---box-link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.program-columns.desktop---mobile {
  display: block;
}

.program-columns.tablet {
  display: none;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.gallery-photos {
  padding-bottom: 112px;
}

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

.gallery-video {
  margin-bottom: 16px;
}

@media screen and (min-width: 1440px) {
  .hero.default {
    display: none;
  }

  .hero.large {
    display: flex;
  }

  .hero-content-logo {
    z-index: 9;
    opacity: 1;
    position: relative;
  }

  .hero-content-logo.blur {
    z-index: 0;
    opacity: .6;
    filter: blur(80px);
    position: absolute;
  }

  .hero-band-block {
    height: 400px;
  }

  .hero-button {
    margin-top: 24px;
    margin-left: 0;
  }

  .symbol-rotate {
    transform: none;
  }

  .program {
    padding-top: 40px;
  }

  .program-band-block {
    height: 400px;
  }

  .awards-photos {
    flex: 1;
    align-self: stretch;
  }

  .awards-content {
    padding: 48px 88px 48px 64px;
  }

  .awards-photos-1 {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
  }

  .awards-photos-2, .awards-photos-3, .awards-photos-4, .awards-photos-5 {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .columns {
    align-items: stretch;
  }

  .awards-title {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.2em;
  }

  .awards-label {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .awards-conference-name {
    font-size: 1.6em;
  }

  .awards-conference-logo {
    height: 5em;
  }

  .atolye15 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .atolye15-band-block {
    height: 400px;
    justify-content: flex-start;
  }

  .atolye15-band {
    position: static;
  }

  .atolye15-website-button.mobile {
    display: none;
  }

  .program-band-label {
    color: #fff;
    flex: none;
  }

  .atolye15-band-label {
    color: #0d0e0e;
    flex: none;
    font-size: 1rem;
    font-weight: 500;
  }

  .about-symbol {
    transform: rotate(0);
  }

  .italic-text {
    letter-spacing: .24px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }

  .italic-text-2, .italic-text-3 {
    font-style: normal;
  }
}

@media screen and (max-width: 991px) {
  .hero-content-block {
    width: 180px;
  }

  .hero-content-title---1 {
    grid-column-gap: 6px;
    align-items: center;
  }

  .hero-content-label {
    flex: 0 auto;
    font-size: .9rem;
  }

  .hero-content-bubbles {
    width: 120%;
    left: 192px;
  }

  .hero-band-block {
    margin-bottom: 120px;
  }

  .hero-button {
    padding: 8px 24px;
    font-size: 14px;
  }

  .about {
    padding-bottom: 120px;
  }

  .about-abstract {
    grid-row-gap: 78px;
  }

  .about-content {
    padding-left: 32px;
    padding-right: 0;
  }

  .about-columns {
    padding-left: 32px;
    padding-right: 32px;
  }

  .program {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .program-band-block, .program-day.tablet {
    margin-bottom: 80px;
  }

  .program-day-heading.tablet {
    margin-bottom: 16px;
  }

  .program-day-title, .program-day-date {
    flex: none;
  }

  .program-day-list {
    width: 100%;
  }

  .awards-content {
    padding: 32px 24px;
  }

  .columns {
    flex-direction: row;
  }

  .awards-title {
    font-size: 32px;
    line-height: 40px;
  }

  .awards-label {
    font-size: 14px;
    line-height: 26px;
  }

  .awards-location {
    margin-top: 48px;
    margin-bottom: 16px;
    font-size: 2.5em;
  }

  .awards-conference-name {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .awards-conference-logo {
    height: 40px;
  }

  .mentors {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mentors-title {
    margin-bottom: 32px;
    font-size: 26px;
  }

  .grid {
    grid-column-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq {
    padding-bottom: 80px;
  }

  .faq-title {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 42px;
  }

  .faq-accordions {
    margin-left: 48px;
    margin-right: 48px;
  }

  .coming-soon {
    padding-left: 32px;
    padding-right: 32px;
  }

  .soon-title {
    line-height: 42px;
  }

  .atolye15 {
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .atolye15-band-block {
    margin-bottom: 120px;
  }

  .atolye15-website-title {
    font-size: 32px;
    line-height: 40px;
  }

  .atolye15-website-content {
    margin-bottom: 40px;
  }

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

  .footer-bottom {
    padding-left: 24px;
  }

  .footer-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .italic-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

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

  .our-values-padding {
    margin-top: 24px;
  }

  .our-values-sticker {
    width: 170px;
    height: auto;
    top: auto;
    bottom: -108px;
    left: 32px;
    right: auto;
  }

  .zmir-label {
    height: 16px;
  }

  .program-columns {
    flex-direction: row;
    align-items: center;
  }

  .program-columns.desktop---mobile {
    display: none;
  }

  .program-columns.tablet {
    padding-left: 120px;
    padding-right: 120px;
    display: block;
  }

  .gallery-photos {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-block {
    width: 135px;
  }

  .hero-content-label {
    flex: 0 auto;
  }

  .hero-content-bubbles {
    left: 146px;
  }

  .hero-button {
    margin-top: 16px;
    margin-left: 0;
  }

  .about-abstract {
    width: 241.602px;
  }

  .about-content {
    padding-left: 0;
  }

  .about-columns {
    padding-left: 24px;
    padding-right: 24px;
  }

  .program-band-block {
    margin-bottom: 0;
  }

  .awards-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .awards-location {
    font-size: 1.5em;
  }

  .awards-conference-name {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 24px;
  }

  .faq-title {
    padding-left: 56px;
    padding-right: 56px;
    font-size: 26px;
  }

  .faq-accordions {
    margin-left: 24px;
    margin-right: 24px;
  }

  .coming-soon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .next-event-columns {
    flex-direction: column;
  }

  .atolye15-website {
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .atolye15-website-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .mobile-columns {
    margin-bottom: 48px;
  }

  .atolye15-website-hero-sticker {
    height: 150px;
    bottom: -8px;
    right: -40px;
  }

  .atolye15-website-caption {
    font-size: 16px;
  }

  .atolye15-website-header {
    padding-right: 24%;
  }

  .flex-column.about {
    display: none;
  }

  .coming-soon-box {
    padding-left: 0;
    padding-right: 0;
  }

  .program-columns.desktop---mobile {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .program-columns.tablet, .column {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    height: auto;
    padding: 80px 16px 0;
  }

  .hero-content-logo {
    width: 60%;
  }

  .hero-content-block {
    width: 100%;
    align-items: center;
  }

  .hero-content-title---1 {
    border-bottom-left-radius: 8px;
    justify-content: center;
    align-self: center;
  }

  .hero-content-label {
    text-align: center;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .hero-content-bubbles {
    width: 100%;
    align-items: center;
    margin-top: 24px;
    position: static;
    left: 0;
  }

  .hero-band {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-band-label {
    font-size: .6rem;
  }

  .hero-band-block {
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-button {
    align-self: stretch;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-abstract {
    display: none;
  }

  .text-span {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .about-title.gallery-title {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-button.mobile {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    margin-top: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    display: flex;
  }

  .about-columns {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .program {
    padding-top: 0;
    padding-bottom: 0;
  }

  .program-band-block {
    height: auto;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .program-band {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .program-band-separator {
    width: 32px;
  }

  .program-day {
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .program-day-heading {
    margin-bottom: 16px;
  }

  .program-day-box-description {
    height: auto;
  }

  .program-day-list {
    width: 100%;
  }

  .awards-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns {
    display: block;
  }

  .awards-bottom {
    line-height: 1.2px;
  }

  .awards-location {
    font-size: 2.5rem;
  }

  .awards-conference-name {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .mentors {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .accordion-item {
    margin-top: 0;
  }

  .accordion-toggle {
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-icon {
    order: 1;
    margin-right: 0;
    position: static;
  }

  .text-block-2 {
    width: 100%;
    flex: 1;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
  }

  .dropdown-list {
    color: #9e9f9f;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .faq-title {
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    line-height: 36px;
  }

  .accordion-content {
    margin-bottom: 24px;
  }

  .accordion-content.custom-padding---32 {
    margin-top: 32px;
  }

  .faq-accordions {
    margin-left: 16px;
    margin-right: 16px;
  }

  .coming-soon {
    padding: 40px 16px 0;
  }

  .soon-title {
    margin-right: 0%;
    font-size: 34px;
    line-height: 44px;
  }

  .next-event {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-3 {
    margin-top: 12px;
    margin-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .next-event-columns {
    flex-direction: column;
    display: flex;
  }

  .atolye15 {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .atolye15-band-block {
    height: auto;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .atolye15-band {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .atolye15-band-separator {
    width: 24px;
  }

  .atolye15-website {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0 40px;
    overflow: visible;
  }

  .atolye15-website-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .atolye15-website-description {
    margin-bottom: 24px;
  }

  .atolye15-website-content {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 52px;
  }

  .atolye15-website-heading {
    display: block;
  }

  .atolye15-website-button {
    display: none;
  }

  .atolye15-website-button.mobile {
    text-align: center;
    margin-bottom: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .image-2 {
    margin-bottom: -120px;
    position: relative;
  }

  .footer {
    padding: 5rem 6px;
  }

  .mobileapply {
    z-index: 99;
    opacity: 1;
    text-align: center;
    letter-spacing: -.5px;
    background-color: #ff8aa4;
    border-radius: 200px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-link-col {
    margin-bottom: 48px;
  }

  .social-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .program-band-label, .atolye15-band-label {
    font-size: .6rem;
  }

  .mobile-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 350px;
    max-width: 100%;
  }

  .footer-band-image {
    width: 250%;
    max-width: 250%;
    display: block;
  }

  .footer-band-image.mobile-none {
    display: none;
  }

  .footer-text {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    order: -1;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .text-block-7 {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .atolye15-website-hero-sticker {
    display: none;
  }

  .atolye15-website-caption {
    font-size: 16px;
    line-height: 32px;
  }

  .atolye15-website-header {
    padding-right: 0%;
  }

  .our-values-link-paragraph {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .our-values-title {
    text-align: left;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .our-values-link-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .our-values-paragraph {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .about-value-sticker.mobile {
    width: 40%;
    float: right;
    margin-bottom: -132px;
    margin-right: 8px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .flex-columns {
    flex-direction: column;
    position: relative;
  }

  .our-values-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .flex-column.about {
    padding-left: 0;
    padding-right: 0;
  }

  .our-values-grid {
    float: left;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
  }

  .mobile-column {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .our-values-sticker {
    width: 180px;
    height: 100%;
    margin-top: 32px;
    display: none;
  }

  .our-values-link-block {
    margin-bottom: 0;
    padding-right: 0;
  }

  .case-study---box-link {
    margin-top: 24px;
  }

  .case-study---box-link-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .image-3 {
    box-shadow: none;
    object-fit: cover;
  }

  .case-study---box-link-2 {
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .case-study---box-link-text-2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .coming-soon-box {
    order: -1;
    margin-bottom: 40px;
  }

  .program-columns.desktop---mobile {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .gallery-photos {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

#w-node-b6ccd2df-5b3c-2c54-81a1-b031795554a7-234a0d2d, #w-node-_91e1c25c-b0ca-1323-d9e0-f4a060d87809-234a0d2d, #w-node-_37cf3868-2120-04a3-8711-7274a073ee8c-234a0d2d, #w-node-d3774f59-417a-9a5a-a85e-30bd676127e6-234a0d2d, #w-node-_2d99fb44-ca3e-d402-99d5-74b40a7cebd0-234a0d2d, #w-node-_794237ce-0edd-e045-8d3f-272a4b4a5701-234a0d2d, #w-node-_6d55dcd9-6835-0e68-09e4-0b4d90cfdbdf-234a0d2d, #w-node-_86e6b793-05fa-204d-0c16-432598748ec7-234a0d2d, #w-node-dda36683-f64b-3ebd-f1c2-0023851597be-234a0d2d, #w-node-_4a42c298-0412-7b68-7d99-fd8e20037f24-234a0d2d, #w-node-c662a301-d646-bd2e-f69b-f1cb04e5e8c6-234a0d2d, #w-node-b670c320-6e85-26ec-bb50-9effc3253363-234a0d2d, #w-node-_2560f13d-3006-46e6-8f96-0676f4553b0a-234a0d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledserif';
  src: url('../fonts/UntitledSerif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledserif';
  src: url('../fonts/UntitledSerif-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}