@font-face {
  font-family: "Ostia Antica";
  font-weight: normal;
  src: url("fonts/Ostia_Antica_WEB-Regular.woff2") format("woff2"), url("fonts/Ostia_Antica_WEB-Regular.woff") format("woff"), url("fonts/OstiaAntica-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Ostia Antica Italic";
  font-weight: normal;
  font-style: italic;
  src: url("fonts/Ostia_Antica_WEB-Italic.woff2") format("woff2"), url("fonts/Ostia_Antica_WEB-Italic.woff") format("woff"), url(fonts/OstiaAntica-Italic.otf) format("opentype"); }
@font-face {
  font-family: "Ostia Antica Light";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Ostia_Antica_WEB-Light.woff2") format("woff2"), url("fonts/Ostia_Antica_WEB-Light.woff") format("woff"), url("fonts/OstiaAntica-Light.otf") format("opentype"); }
@font-face {
  font-family: "Ostia Antica LightItalic";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Ostia_Antica_WEB-Light_Italic.woff2") format("woff2"), url("fonts/Ostia_Antica_WEB-Light_Italic.woff") format("woff"), url(fonts/OstiaAntica-LightItalic.otf) format("opentype"); }
.font-medium,
.font-bold {
  font-weight: normal; }

.template-2021 * {
  font-family: "Ostia Antica", sans-serif;
  box-sizing: border-box; }
.template-2021__cover {
  background: #1a243b;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    .template-2021__cover {
      padding-top: 90px; } }
  .template-2021__cover .template-2021__container {
    padding: 0; }
  .template-2021__cover img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto; }
.template-2021__container {
  max-width: 1360px;
  margin: 0 auto; }
  @media only screen and (max-width: 1399px) {
    .template-2021__container {
      padding: 0 20px; } }
.template-2021__section {
  padding: 4rem 0;
  background: #ffffff;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .template-2021__section {
      padding: 5rem 0; } }
  @media (min-width: 1536px) {
    .template-2021__section {
      padding: 6rem 0; } }
  .template-2021__section--no-padding-top {
    padding-top: 0; }
  .template-2021__section--no-padding-bottom {
    padding-bottom: 0; }
  .template-2021__section--navy {
    background: #1a243b; }
.template-2021__intro {
  position: relative;
  font-family: "Ostia Antica", sans-serif;
  max-width: 950px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 5rem 0; }
  .template-2021__intro__inside {
    position: relative;
    z-index: 1; }
  .template-2021__intro__shape {
    position: absolute;
    z-index: 0;
    max-width: 25%; }
    .template-2021__intro__shape--1 {
      top: 0;
      left: 0; }
      @media (min-width: 1024px) {
        .template-2021__intro__shape--1 {
          top: -5rem;
          left: -10rem; } }
    .template-2021__intro__shape--2 {
      bottom: 0;
      right: 0; }
      @media (min-width: 1280px) {
        .template-2021__intro__shape--2 {
          bottom: -2rem;
          right: 0; } }
    .template-2021__intro__shape img {
      display: block;
      width: 100%;
      height: auto; }
  .template-2021__intro em {
    font-family: "Ostia Antica LightItalic", sans-serif;
    font-style: normal; }
  @media (min-width: 1024px) {
    .template-2021__intro {
      font-size: 2rem; } }
  @media (min-width: 1280px) {
    .template-2021__intro {
      font-size: 2.5rem; } }
  @media (min-width: 1536px) {
    .template-2021__intro {
      font-size: 3rem; } }
@media (min-width: 1024px) {
  .template-2021__ctas {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem; } }
.template-2021__cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #1a243b;
  margin: 1rem 0; }
  @media (min-width: 1024px) {
    .template-2021__cta {
      width: 33.33333%;
      margin: 0 1rem; } }
  .template-2021__cta__title, .template-2021__cta__content {
    border: 5px solid #1a243b;
    padding: 2rem; }
  .template-2021__cta__title {
    border-bottom: 0;
    width: auto;
    padding: 1rem 2rem;
    font-size: 1.35rem;
    background: #ffffff; }
    @media (min-width: 1024px) {
      .template-2021__cta__title {
        font-size: 1.5rem; } }
  .template-2021__cta__content {
    width: 100%; }
    .template-2021__cta__content p {
      font-size: 1.2rem; }
      @media (min-width: 1024px) {
        .template-2021__cta__content p {
          font-size: 1.3rem; } }
      .template-2021__cta__content p em {
        font-family: "Ostia Antica LightItalic", sans-serif;
        font-style: normal; }
  .template-2021__cta__btn {
    padding: 0.5rem 1rem;
    display: block;
    background: #ffffff;
    border: 5px solid #1a243b;
    float: left; }
  .template-2021__cta::after {
    display: block;
    content: " ";
    clear: both; }
  .template-2021__cta:hover .template-2021__cta__btn {
    background: #fc63a3;
    font-family: "Ostia Antica LightItalic", sans-serif;
    color: #ffffff; }
  .template-2021__cta--pink .template-2021__cta__content {
    background: #fc63a3; }
  .template-2021__cta--pink:hover .template-2021__cta__btn {
    background: #2dfd66;
    color: #1a243b; }
  .template-2021__cta--beige .template-2021__cta__content {
    background: #ede2d5; }
  .template-2021__cta--green .template-2021__cta__content {
    background: #2dfd66; }
    .template-2021__cta--green .template-2021__cta__content:hover .template-2021__cta__btn {
      background: #0f32c9; }
.template-2021__sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 500px; }
  .template-2021__sponsors__heading, .template-2021__sponsors__action {
    display: block;
    border: 5px solid #1a243b;
    border-color: #fc63a3;
    color: #1a243b;
    background: #ffffff;
    padding: 2rem; }
  .template-2021__sponsors__heading {
    border-bottom: 0;
    background: #2dfd66; }
    .template-2021__sponsors__heading h2 {
      margin: 0;
      font-weight: normal;
      font-size: 1.35rem;
      color: #1a243b; }
      @media (min-width: 1024px) {
        .template-2021__sponsors__heading h2 {
          font-size: 1.5rem; } }
  .template-2021__sponsors__action {
    width: 100%;
    font-family: "Ostia Antica Italic", sans-serif;
    padding: 1rem 2rem; }
    .template-2021__sponsors__action:hover {
      color: #fc63a3 !important; }

.btLogoArea .logo img {
  height: 30px !important; }
  @media (min-width: 1280px) {
    .btLogoArea .logo img {
      height: 50px !important; } }

.festival-cover {
  width: 100%;
  height: 100vh;
  background: #1a243b;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .festival-cover {
      height: 55vh; } }
  .festival-cover video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .festival-cover .template-2021__cover {
    padding-top: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .festival-cover a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: url("cover-cursor.png"), pointer;
    cursor: -webkit-image-set(url("cover-cursor.png") 1x, url("cover-cursor@2x.png") 2x), pointer; }

.festival-cover-content {
  background: #ffffff;
  z-index: 1;
  position: relative; }

body.btMenuHorizontal.btStickyHeaderActive .mainHeader {
  z-index: 10;
  top: 0; }

/*# sourceMappingURL=festival2021.css.map */
