.hide {
  display: none !important; }

.flex {
  display: flex !important; }

h1, h2, h3, h4 {
  font-family: "museo", serif;
  color: #282d71; }

@media screen and (max-width: 1024px) {
  .video-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto; }
    .video-wrapper iframe {
      top: 0;
      left: 0;
      width: 100%;
      border: 0; } }
.overflow {
  overflow: hidden; }

.container-title {
  border-bottom: 5px solid #282d71;
  width: fit-content;
  width: -moz-fit-content;
  margin: 20px auto;
  padding-bottom: 10px; }

.button, .cta-btn {
  border: none;
  border-radius: 100px;
  font-size: inherit;
  background-color: #fc581d;
  color: #fff;
  padding: 15px 30px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -ms-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .button:hover, .cta-btn:hover, .button:focus, .cta-btn:focus {
    background-color: #ff7b4b;
    outline: none; }

.cta-btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid;
  text-decoration: none; }
  .cta-btn:hover {
    color: #282d71;
    background-color: #fff; }
  .cta-btn:active, .cta-btn:focus {
    box-shadow: 0 0 18px 4px rgba(255, 255, 255, 0); }

.divider {
  display: block;
  height: 3px;
  width: 200px;
  margin: 0 auto; }

a.link {
  text-decoration: underline;
  color: #fc581d;
  font-style: italic; }
  a.link:hover {
    color: #ff7b4b; }

.back-to-top {
  background: none;
  display: none;
  margin: 0;
  position: fixed;
  bottom: 250px;
  right: 23px;
  width: 35px;
  height: 35px;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  opacity: .5;
  background-color: rgba(9, 9, 9, 0.6);
  border-radius: 60px;
  -ms-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .back-to-top i {
    font-size: 38px;
    position: relative;
    left: -1.5px;
    top: -1.5px; }
  .back-to-top:hover {
    opacity: 1; }

.cd-container {
  padding: 0 20px;
  align-self: center;
  width: 100%; }
  .cd-container ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .cd-container ul li {
      text-align: center;
      list-style: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-transform: uppercase;
      font-size: 1em;
      color: #fff; }
      .cd-container ul li span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4em;
        border: 2px solid #fff;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 100px;
        width: 120px;
        height: 120px;
        margin: 0;
        margin-bottom: 20px; }
  @media (max-width: 700px) {
    .cd-container ul li span {
      width: 90px;
      height: 90px;
      font-size: 3em; } }

@media (max-width: 520px) {
  .cd-container {
    padding: 0; }
    .cd-container ul li {
      font-size: 15px; }
      .cd-container ul li span {
        width: 70px;
        height: 70px;
        font-size: 2.5em; } }
.package-container {
  padding: 50px 30px;
  text-align: center;
  background: #f1f1f1; }
  .package-container .package {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    .package-container .package #package-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .package-container .package #package-items .package-item {
        position: relative;
        width: 100%;
        max-width: 300px;
        min-width: 253px;
        padding: 4px;
        margin-bottom: 20px;
        transition: all linear .15s;
        -ms-transition: all linear .15s;
        -moz-transition: all linear .15s;
        -webkit-transition: all linear .15s; }
        .package-container .package #package-items .package-item .content {
          height: 200px;
          padding: 10px;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          background-size: cover;
          background-position: center;
          position: relative; }
          .package-container .package #package-items .package-item .content.active {
            opacity: 0.6; }
          .package-container .package #package-items .package-item .content .buy-btn {
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 111;
            transform: translate(-50%, -50%);
            background: #282d71;
            color: #fff !important;
            padding: 10px 40px !important;
            font-size: 18px;
            line-height: 31px;
            text-align: center;
            border-radius: 100px;
            height: 30px;
            transition: all .05s;
            -ms-transition: all  .12s  ease-out;
            -moz-transition: all  .12s  ease-out;
            -webkit-transition: all  .12s ease-out; }
            .package-container .package #package-items .package-item .content .buy-btn:hover, .package-container .package #package-items .package-item .content .buy-btn:active, .package-container .package #package-items .package-item .content .buy-btn:focus {
              box-shadow: 0 0 15px 4px rgba(244, 67, 54, 0.48); }
          .package-container .package #package-items .package-item .content .overlay-link {
            position: absolute;
            bottom: 0px;
            left: 0px;
            top: 0px;
            right: 0px;
            z-index: 10;
            transition: all linear .15s;
            -ms-transition: all linear .15s;
            -moz-transition: all linear .15s;
            -webkit-transition: all linear .15s; }
        .package-container .package #package-items .package-item .item-label {
          color: #222;
          font-size: 17px;
          line-height: 23px;
          text-align: left;
          z-index: 11;
          display: flex;
          align-items: center; }
          .package-container .package #package-items .package-item .item-label .inner {
            padding: 10px;
            font-family: "effra", sans-serif;
            font-weight: 600; }
            .package-container .package #package-items .package-item .item-label .inner .speaker-name {
              font-weight: bold;
              display: block;
              margin-bottom: 14px;
              padding-bottom: 6px;
              border-bottom: 1px solid #282d71; }
        .package-container .package #package-items .package-item:hover .buy-btn {
          opacity: 1; }
        .package-container .package #package-items .package-item:hover .overlay-link {
          background-color: rgba(0, 0, 0, 0.4); }
          .package-container .package #package-items .package-item:hover .overlay-link::after {
            content: "\f04b";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 25px;
            background-color: white;
            padding: 10px;
            padding-left: 14px;
            border-radius: 50px;
            opacity: .8; }
    @media (max-width: 674px) {
      .package-container .package #package-items {
        justify-content: center; } }

#header {
  position: relative;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 50vh;
  width: 100%;
  border-top: 2px solid #282d71; }
  #header .header-content {
    height: 100%;
    width: 100%;
    padding: 20px 50px;
    padding-bottom: 30px; }
    #header .header-content .text {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      font-family: "museo", serif;
      text-align: center;
      padding: 30px 20px;
      width: 100%;
      max-width: 700px;
      align-self: center;
      transition: all .3s ease-out; }
      #header .header-content .text h1 {
        font-weight: 800;
        color: #fff;
        margin: 0;
        margin-right: 20px;
        font-size: 2.5em; }
      @media (min-width: 790px) {
        #header .header-content .text h1 {
          display: inline; } }
      #header .header-content .text p {
        font-size: 20px;
        margin-bottom: 40px;
        text-shadow: 1px 1px 10px #000; }
    #header .header-content .image img {
      width: 100%;
      max-width: 600px; }
    #header .header-content #preview-item {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; }
  @media (max-width: 950px) {
    #header .header-content .image {
      margin: 30px; }
      #header .header-content .image img {
        max-width: 500px; } }
  @media (max-width: 880px) {
    #header .header-content .text h1 {
      margin: 0 0 20px 0;
      font-size: 2em; } }
  @media (max-width: 520px) {
    #header .header-content {
      padding: 20px; } }
  #header.item-header {
    background: #fff; }

#faq {
  background-color: #f1f1f1;
  padding: 50px 0;
  border-top: 1px solid #d1d1d1; }
  #faq .faq-header {
    color: #222;
    text-align: center; }
    #faq .faq-header .divider {
      background-color: #282d71; }
  #faq .faq-info {
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box; }
    #faq .faq-info ul {
      list-style: none;
      padding: 0;
      width: 100%;
      max-width: 600px;
      margin: auto; }
      #faq .faq-info ul .inner {
        padding: 1em;
        overflow: hidden;
        display: none;
        line-height: 1.5em;
        border: 1px solid #b3b3b3;
        border-top: none;
        border-bottom-right-radius: .3em;
        border-bottom-left-radius: .3em; }
        #faq .faq-info ul .inner .question {
          padding: 10px 0; }
          #faq .faq-info ul .inner .question h3 {
            margin: 0.4em 0; }
          #faq .faq-info ul .inner .question p {
            margin: 0; }
      #faq .faq-info ul li {
        margin: .5em 0; }
        #faq .faq-info ul li a.toggle {
          display: block;
          border: 1px solid #bababa;
          color: #444;
          text-decoration: none;
          padding: .75em;
          border-radius: .3em;
          -ms-transition: 0.2s all ease;
          -moz-transition: 0.2s all ease;
          -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease; }
          #faq .faq-info ul li a.toggle:hover {
            background: rgba(0, 0, 0, 0.1); }
          #faq .faq-info ul li a.toggle.active {
            border-color: #b3b3b3;
            border-bottom: 1px solid #f1f1f1;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background-color: rgba(0, 0, 0, 0.07);
            color: #222;
            font-weight: 500; }
  @media (max-width: 950px) {
    #faq .faq-info {
      flex-direction: column; }
      #faq .faq-info ul {
        width: 80%;
        margin: 0 auto; } }
  @media (max-width: 600px) {
    #faq .faq-info ul {
      width: 90%; } }

#footer {
  background: #282d71;
  color: #fff;
  padding: 40px 20px;
  text-align: center; }
  #footer h2 {
    font-family: "museo", serif;
    margin-top: 0;
    color: #fff; }
  #footer .divider {
    background-color: #fff; }
  #footer #ip {
    font-family: "museo", serif;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .4;
    font-weight: 600;
    margin: 0;
    -ms-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out; }
    #footer #ip:hover {
      opacity: 1; }

@media (max-width: 950px) {
  #footer {
    flex-direction: column; }
    #footer .f-left, #footer .f-right-container {
      text-align: center;
      justify-content: center;
      margin: 10px 0; }
    #footer .f-right-container .f-right #ip {
      margin: 10px 0; } }
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  background-color: #fff;
  padding: 0;
  font-family: "effra", sans-serif;
  font-weight: 400;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  body .social-top {
    position: relative;
    background-color: #282d71;
    padding: 8px 100px;
    z-index: 3; }
    body .social-top img {
      width: 20px;
      margin: 0 5px;
      opacity: .7;
      cursor: pointer;
      -ms-transition: .3s all ease-out;
      -moz-transition: .3s all ease-out;
      -webkit-transition: .3s all ease-out;
      transition: .3s all ease-out; }
      body .social-top img:hover {
        opacity: 1; }
    body .social-top.footer {
      background: none;
      padding: 7px 0;
      display: block; }
  @media (max-width: 789px) {
    body .social-top {
      padding: 5px 20px; } }
  body #nav-wrapper {
    width: 100%;
    box-sizing: border-box;
    font-family: "effra", sans-serif;
    font-size: 1em;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 5px 100px; }
    body #nav-wrapper .nav-container {
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 5px; }
      body #nav-wrapper .nav-container ul {
        list-style: none;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        animation-duration: 0.5s; }
        body #nav-wrapper .nav-container ul li {
          display: inline;
          text-align: center;
          margin: 0 15px;
          -ms-transition: .3s all ease-out;
          -moz-transition: .3s all ease-out;
          -webkit-transition: .3s all ease-out;
          transition: .3s all ease-out; }
          body #nav-wrapper .nav-container ul li:hover, body #nav-wrapper .nav-container ul li:focus {
            filter: brightness(155%); }
          body #nav-wrapper .nav-container ul li a {
            color: #111;
            text-decoration: none;
            text-transform: uppercase;
            color: #282d71;
            font-weight: 600;
            -ms-transition: .3s all ease-out;
            -moz-transition: .3s all ease-out;
            -webkit-transition: .3s all ease-out;
            transition: .3s all ease-out; }
            body #nav-wrapper .nav-container ul li a:hover {
              opacity: .8; }
        body #nav-wrapper .nav-container ul .login-button {
          margin-left: auto; }
      body #nav-wrapper .nav-container .nav-logo {
        display: flex;
        align-items: center;
        color: #111; }
        body #nav-wrapper .nav-container .nav-logo .logo {
          width: 190px; }
    body #nav-wrapper .hamburger {
      z-index: 4; }
    @media (min-width: 790px) {
      body #nav-wrapper .hamburger {
        display: none; } }
  @media (min-width: 790px) {
    body #menu.animated {
      -ms-animation: none;
      -moz-animation: none;
      -webkit-animation: none;
      animation: none; } }
  @media (max-width: 789px) {
    body #nav-wrapper {
      padding: 0; }
      body #nav-wrapper .nav-container {
        position: relative;
        padding-left: 25px; }
        body #nav-wrapper .nav-container ul {
          flex-direction: column;
          justify-content: center;
          padding-left: 0;
          position: fixed;
          background-color: #fff;
          height: 100vh;
          width: 100vw;
          top: 0;
          left: 0;
          overflow: hidden;
          display: none;
          z-index: 2; }
          body #nav-wrapper .nav-container ul li {
            margin: 20px 0; }
          body #nav-wrapper .nav-container ul .login-button {
            margin: 20px 0; }
          body #nav-wrapper .nav-container ul.slideInDown {
            display: flex; } }
  body .text-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px; }
    body .text-section .text {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      padding: 20px 0; }
      body .text-section .text h2 {
        font-size: 1.6em;
        margin-bottom: 40px; }
      body .text-section .text ul li {
        margin: 15px 0;
        font-size: 1.2em; }
      body .text-section .text #cta-text {
        text-align: center;
        font-size: 20px;
        background-color: #282d71;
        padding: 25px 10px;
        color: #fff; }
        body .text-section .text #cta-text a {
          text-decoration: none;
          font-style: normal; }
    body .text-section .block-section {
      padding: 50px 20px;
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      body .text-section .block-section h3 {
        font-size: 1.5em;
        margin: 10px; }
      body .text-section .block-section .price-block {
        margin: 10px;
        font-size: 1.9em;
        font-family: "museo", serif;
        font-weight: 700;
        color: #fc581d;
        border: 6px solid #282d71;
        padding: 10px 15px; }
      body .text-section .block-section.single {
        max-width: 900px;
        background-color: #f1f1f1;
        padding: 20px; }
        body .text-section .block-section.single .day-pass-container {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: space-between;
          width: 100%;
          max-width: 500px;
          margin: 0 auto; }
          body .text-section .block-section.single .day-pass-container button {
            margin: 10px; }
            body .text-section .block-section.single .day-pass-container button b {
              font-weight: 800; }
          @media (max-width: 615px) {
            body .text-section .block-section.single .day-pass-container {
              justify-content: center; } }

/*# sourceMappingURL=style.scss.map */

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