@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat+Brush&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
@keyframes shake {
  0% {
    transform: rotate(-2deg); }
  20% {
    transform: rotate(2deg);
    filter: blur(0.2px); }
  40% {
    transform: rotate(-2deg);
    filter: blur(0.5px); }
  50% {
    transform: rotate(0deg);
    filter: blur(1px); }
  60% {
    transform: rotate(2deg);
    filter: blur(0.5px); }
  80% {
    transform: rotate(-2deg);
    filter: blur(0.2px); }
  100% {
    transform: rotate(0deg); } }
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  color: #080E10; }

select {
  -webkit-appearance: none;
  appearance: none; }

body, html {
  overscroll-behavior-y: contain;
  overscroll-behavior: none; }

hr {
  display: block;
  max-width: 750px;
  border: 0;
    border-bottom: 7.5px #FFEB3B solid;
  margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
  padding: 0; }

.shadow-container {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
  position: relative; }
  .shadow-container.one {
    z-index: 4; }
  .shadow-container.two {
    z-index: 3; }
  .shadow-container.three {
    z-index: 2; }
  .shadow-container.four {
    z-index: 1; }

a {
  color: inherit;
  text-decoration: inherit; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

.global-button-small {
  transition: all 0.25s;
  display: inline-block;
  border: 4px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box; }
  .global-button-small:hover {
    border: 4px solid white; }

.global-button-large {
  transition: all 0.25s;
  display: inline-block;
  border: 8px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box; }
  .global-button-large:hover {
    border: 8px solid white; }

.global-button-pagewidth {
  transition: all 0.25s;
  display: flex;
  cursor: pointer;
  color: #333333;
  background-color: #32CD32;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 20px;
  filter: brightness(95%) hue-rotate(0deg);
  z-index: 2; }
  .global-button-pagewidth.yellow {
    background: #FFEB3B; }
    .global-button-pagewidth.yellow .global-button-pagewidth-text {
      color: #333333; }
  .global-button-pagewidth.green {
    background: #32CD32; }
  .global-button-pagewidth.blue {
    background: #ADD8E6; }
  .global-button-pagewidth.gray {
    background: #333333;
    color: #FFFFFF; }
  .global-button-pagewidth.darkblue {
    background: #74B2C6; }
  .global-button-pagewidth.darkgreen {
    background: #389E38; }
  .global-button-pagewidth.darkyellow {
    background: #E5C746; }
  .global-button-pagewidth:hover {
    filter: brightness(100%) hue-rotate(0deg); }
    .global-button-pagewidth:hover .global-button-pagewidth-arrow {
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.05); }
  .global-button-pagewidth .global-button-pagewidth-text {
    transition: all 0.25s;
    flex: 1;
    text-align: center;
    padding: 20px 40px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    width: 100%;
    color: white; }
  .global-button-pagewidth .global-button-pagewidth-arrow {
    position: relative;
    right: 0;
    transition: all 0.25s;
    padding: 20px 40px;
    height: 20px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.21); }
    .global-button-pagewidth .global-button-pagewidth-arrow img {
      height: 20px;
      width: 20px; }

.clear {
  clear: both; }

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue", sans-serif; }

.mobile-menu-fixed {
  position: fixed;
  width: 100%;
  top: 125px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  backdrop-filter: blur(2px); }
  .mobile-menu-fixed .menu-container {
    position: relative;
    background-color: rgba(8, 14, 16, 0.98);
    color: #FFFFFF;
    text-align: center;
    height: 100%;
    box-sizing: border-box; }
    .mobile-menu-fixed .menu-container .header-menu {
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      padding: 24px;
      box-sizing: border-box;
      transform: translateY(-50%); }
      .mobile-menu-fixed .menu-container .header-menu .header-menu-item-text {
        font-size: 34px;
        margin-top: 20px; }
        .mobile-menu-fixed .menu-container .header-menu .header-menu-item-text:hover {
          opacity: 0.85; }
      .mobile-menu-fixed .menu-container .header-menu .header-menu-item-subs-item {
        font-size: 24px;
        margin-top: 8px; }
        .mobile-menu-fixed .menu-container .header-menu .header-menu-item-subs-item:hover {
          color: #ADD8E6; }
          .mobile-menu-fixed .menu-container .header-menu .header-menu-item-subs-item:hover.yellow {
            color: #FFEB3B; }
          .mobile-menu-fixed .menu-container .header-menu .header-menu-item-subs-item:hover.blue {
            color: #ADD8E6; }
          .mobile-menu-fixed .menu-container .header-menu .header-menu-item-subs-item:hover.green {
            color: #32CD32; }

header {
  transition: all 0.25s, width 0s, background-color 0s;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 6;
  background-color: #080E10;
  backdrop-filter: blur(2px); }
  header.scrolling {
    background-color: rgba(8, 14, 16, 0.9);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.6); }
    header.scrolling .header-logo-container {
      transition: all 0.25s;
      transform: translateX(0px);
      margin-right: 0px; }
    header.scrolling .header-menu-container {
      padding-left: 0px; }
  header.menu-open {
    background-color: rgba(8, 14, 16, 0.98) !important;
    box-shadow: none !important; }
  header .header-logo-container {
    transition: all 0.25s;
    display: inline-block;
    height: 120px;
    padding-left: 120px;
    transform: translateX(-120px);
    margin-right: -120px;
    background-image: url("/img/icon.svg");
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat; }
  header .header-mobile-menu-container {
    display: none;
    float: right;
    padding: 40px;
    box-sizing: border-box; }
    header .header-mobile-menu-container .mobile-menu-hamburger {
      cursor: pointer; }
      header .header-mobile-menu-container .mobile-menu-hamburger.close img {
        content: url("/img/assets/close.svg"); }
      header .header-mobile-menu-container .mobile-menu-hamburger img {
        height: 40px;
        width: 40px; }
  header .header-menu-container {
    transition: all 0.25s;
    display: inline-block;
    padding: 40px;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    box-sizing: border-box; }
    header .header-menu-container .header-menu .header-menu-item {
      transition: all 0.1s;
      display: inline-block;
      float: left;
      color: #FFFFFF; }
      header .header-menu-container .header-menu .header-menu-item:hover {
        background: #74B2C6;
        color: #FFEB3B; }
        header .header-menu-container .header-menu .header-menu-item:hover .header-menu-item-subs {
          opacity: 1;
          pointer-events: all; }
      header .header-menu-container .header-menu .header-menu-item .header-menu-item-text {
        padding: 8px 12px;
        transition: transform 0.1s;
        transform-origin: center; }
      header .header-menu-container .header-menu .header-menu-item:hover .header-menu-item-text {
        transform: scale(1.09); }
      header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs {
        transition: all 0.25s;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background: rgba(173, 216, 230, 0.95);
        color: #333333;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.6); }
        header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item {
          transition: all 0.1s;
          padding: 8px 12px; }
          header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item .header-menu-item-subs-item-text {
            transition: transform 0.1s;
            transform-origin: center; }
          header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item:hover .header-menu-item-subs-item-text {
            transform: scale(1.05); }
          header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item.blue {
            background-color: #ADD8E6;
            color: #FFEB3B; }
          header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item.green {
            background-color: #32CD32;
            color: #080E10; }
          header .header-menu-container .header-menu .header-menu-item .header-menu-item-subs .header-menu-item-subs-item.yellow {
            background-color: #FFEB3B;
            color: #080E10; }
    header .header-menu-container .header-action-button {
      display: inline-block;
      float: right; }
      header .header-menu-container .header-action-button .header-action-item {
        transition: all 0.1s;
        color: #FFEB3B; }
        header .header-menu-container .header-action-button .header-action-item:hover {
          background-color: #FFEB3B;
          color: #333333; }
        header .header-menu-container .header-action-button .header-action-item .header-action-item-text {
          padding: 8px 12px;
          transition: transform 0.1s;
          transform-origin: center; }
        header .header-menu-container .header-action-button .header-action-item:hover .header-action-item-text {
          transform: scale(1.09); }

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background-color: #080E10; }
  .hero .hero-background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .hero .hero-background-container .hero-background {
      width: 100%;
      height: 100%;
      background-image: url("/img/backgrounds/hero.jpg");
      background-position: center;
      background-size: cover; }
  .hero .hero-content-container {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 2;
    background: linear-gradient(360deg, rgba(173, 216, 230, 0.21) 0%, rgba(17, 17, 17, 0) 33%, rgba(17, 17, 17, 0.1) 66%, #080e10 100%); }
    .hero .hero-content-container .hero-content {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .hero .hero-content-container .hero-content .hero-logo {
        display: inline-block;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 24px; }
        .hero .hero-content-container .hero-content .hero-logo img {
          display: inline-block;
          float: left;
          width: 100%;
          max-width: 150px;
          height: auto; }
      .hero .hero-content-container .hero-content .hero-heading {
        font-size: 86px;
        font-weight: 100;
        line-height: 0.85em;
        font-family: "Bebas Neue", sans-serif;
        text-transform: capitalize;
        color: #FFFFFF; }
      .hero .hero-content-container .hero-content .hero-subheading {
        font-size: calc(86px * 0.61);
        font-weight: 100;
        font-family: "Caveat Brush", cursive;
        text-transform: capitalize;
        color: #FFEB3B;
        margin-top: -0.5em; }
      .hero .hero-content-container .hero-content .hero-button-container {
        margin-top: 24px; }
  .hero .hero-global-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4; }

.info-section {
  display: flex;
  background-image: url("/img/icon-faint.svg");
  background-size: 110%; }
  .info-section.yellow {
    background-color: #FFEB3B; }
  .info-section.green {
    background-color: #32CD32; }
  .info-section.blue {
    background-color: #ADD8E6; }
  .info-section.gray {
    background-color: #333333;
    color: #FFFFFF; }
  .info-section.left {
    background-position: 200px top; }
    .info-section.left .info-section-image {
      float: left; }
  .info-section.right {
    background-position: -300px top; }
    .info-section.right .info-section-image {
      float: right; }
  .info-section .info-section-image {
    display: inline-block;
    width: calc(100%/3);
    padding-bottom: calc(100%/4);
    background-color: #080E10;
    background-size: cover;
    background-color: black;
    background-position: center; }
  .info-section .info-section-content-container {
    flex: 1;
    box-sizing: border-box; }
    .info-section .info-section-content-container .info-section-content {
      padding: 100px; }
      .info-section .info-section-content-container .info-section-content h3 {
        color: #333333;
        font-size: 48px;
        margin-bottom: 24px; }
      .info-section .info-section-content-container .info-section-content p {
        text-align: justify;
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px;
        margin: 8px 0; }
      .info-section .info-section-content-container .info-section-content ul {
        color: rgba(255, 255, 255, 0.9);
        font-size: 18px;
        margin: 8px 0;
        list-style-position: outside;
        list-style-type: inherit;
        list-style-image: url("/img/assets/bullet-point.svg");
        vertical-align: middle;
        padding: 0;
        margin: 24px 40px;
        box-sizing: border-box; }

.value-section {
  background: linear-gradient(180deg, #333333 0%, #080E10 100%); }
  .value-section .value-section-container {
    margin: 0 auto;
    justify-self: center;
    padding: 100px;
    box-sizing: border-box; }
    .value-section .value-section-container .value-section-content-container {
      padding: 32px 24px;
      box-sizing: border-box;
      display: flex;
      width: 100%;
      max-width: 900px; }
      .value-section .value-section-container .value-section-content-container.right {
        text-align: right;
        float: right; }
      .value-section .value-section-container .value-section-content-container .value-section-image {
        width: 50%;
        padding-bottom: 22%;
        background-color: black;
        background-size: cover;
        background-position: center; }
      .value-section .value-section-container .value-section-content-container .value-section-content {
        flex-grow: 1;
        width: 50%;
        padding: 16px 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        overflow: visible; }
        .value-section .value-section-container .value-section-content-container .value-section-content h3 {
          font-size: 48px;
          color: #FFFFFF;
          font-family: "Caveat Brush", cursive; }
        .value-section .value-section-container .value-section-content-container .value-section-content h4 {
          position: relative;
          font-size: 74px; }
          .value-section .value-section-container .value-section-content-container .value-section-content h4::before, .value-section .value-section-container .value-section-content-container .value-section-content h4::after {
            position: absolute;
            width: 300px;
            height: 200px;
            transform: translateY(50px);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.arrow-left::after {
            display: none; }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.arrow-left::before {
            display: inline-block;
            left: calc(-100%); }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.arrow-right::after {
            display: inline-block;
            right: calc(-100%); }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.arrow-right::before {
            display: none; }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.green {
            color: #32CD32; }
            .value-section .value-section-container .value-section-content-container .value-section-content h4.green::before, .value-section .value-section-container .value-section-content-container .value-section-content h4.green::after {
              content: " ";
              background-image: url("/img/assets/arrow-green.png"); }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.blue {
            color: #ADD8E6; }
            .value-section .value-section-container .value-section-content-container .value-section-content h4.blue::before, .value-section .value-section-container .value-section-content-container .value-section-content h4.blue::after {
              content: " ";
              background-image: url("/img/assets/arrow-blue.png"); }
          .value-section .value-section-container .value-section-content-container .value-section-content h4.yellow {
            color: #FFEB3B; }
            .value-section .value-section-container .value-section-content-container .value-section-content h4.yellow::before, .value-section .value-section-container .value-section-content-container .value-section-content h4.yellow::after {
              content: " ";
              background-image: url("/img/assets/arrow-yellow.png"); }
        .value-section .value-section-container .value-section-content-container .value-section-content p {
          font-size: 28px;
          color: rgba(255, 255, 255, 0.8); }

.section-tac {
  padding-top: calc(120px);
  background: linear-gradient(180deg, #333333 0%, #333333 100%);
  color: #FFFFFF;
  font-family: sans-serif;
  text-align: left; }
  .section-tac .tac-padding {
    padding: 82px 40px;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box; }
    .section-tac .tac-padding a {
      color: #FFEB3B; }
      .section-tac .tac-padding a:hover {
        color: #E5C746; }
    .section-tac .tac-padding h1 {
      font-family: "Bebas Neue", sans-serif;
      font-size: 48px;
      margin: 20px 0;
      color: #32CD32;
      font-weight: 100; }
    .section-tac .tac-padding h2 {
      font-family: "Bebas Neue", sans-serif;
      font-size: 24px;
      margin: 18px 0;
      font-weight: 100; }
    .section-tac .tac-padding h4 {
      font-family: "Bebas Neue", sans-serif;
      font-size: 18px;
      margin: 14px 0;
      font-weight: 100; }
    .section-tac .tac-padding p {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      margin: 6px 0; }
    .section-tac .tac-padding ul {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      margin: 24px 0;
      list-style-position: outside;
      list-style-type: inherit;
      list-style-image: url("/img/assets/bullet-point.svg"); }
      .section-tac .tac-padding ul li {
        margin: 6px 0; }

.class-section {
  padding-top: calc(120px);
  background-repeat: no-repeat;
  background-size: 120%; }
  .class-section.darkblue {
    background-image: url("/img/icon-faint.svg"), linear-gradient(#ADD8E6, #74B2C6);
    color: #FFFFFF; }
    .class-section.darkblue h1 {
      color: #FFEB3B; }
    .class-section.darkblue h3 {
      color: #FFEB3B; }
  .class-section.darkyellow {
    background-image: url("/img/icon-faint.svg"), linear-gradient(#FFEB3B, #E5C746);
    color: #FFFFFF; }
    .class-section.darkyellow h1 {
      color: #333333; }
    .class-section.darkyellow h3 {
      color: #333333; }
  .class-section.darkgray {
    background-image: url("/img/icon-faint.svg"), linear-gradient(#333333, #080E10);
    color: #FFFFFF; }
    .class-section.darkgray h1 {
      color: #32CD32; }
    .class-section.darkgray h3 {
      color: #32CD32; }
  .class-section.lightgray {
    background-image: url("/img/icon-faint.svg"), linear-gradient(#D3D3D3, #BEBEBE);
    color: #080E10; }
    .class-section.lightgray h1 {
      color: #080E10; }
    .class-section.lightgray h3 {
      color: #080E10; }
  .class-section.darkgraylines {
    background-color: rgba(8, 14, 16, 0.75);
    background-size: cover;
    background-position: center;
    color: #FFFFFF; }
    .class-section.darkgraylines h1 {
      color: #32CD32; }
    .class-section.darkgraylines h3 {
      color: #32CD32; }
  .class-section.darkgreen {
    background-image: url("/img/icon-faint.svg"), linear-gradient(#32CD32, #389E38);
    color: #FFFFFF; }
    .class-section.darkgreen h1 {
      color: #333333; }
    .class-section.darkgreen h3 {
      color: #333333; }
  .class-section .class-section-container {
    padding: 40px;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto; }
    .class-section .class-section-container .table-container {
      overflow-y: scroll;
      max-width: 1000px;
      margin: 0 auto; }
    .class-section .class-section-container table {
      border-collapse: collapse;
      color: #FFFFFF;
      width: 100%;
      margin: 0;
      box-sizing: border-box;
      border-bottom: 2px rgba(8, 14, 16, 0.21) solid !important; }
      .class-section .class-section-container table tr {
        margin: 0;
        padding: 0; }
        .class-section .class-section-container table tr.sec {
          border-top: 2px rgba(8, 14, 16, 0.21) solid !important; }
        .class-section .class-section-container table tr th {
          font-size: 32px; }
          .class-section .class-section-container table tr th.day {
            color: #FFFFFF !important; }
        .class-section .class-section-container table tr th, .class-section .class-section-container table tr td {
          margin: 0;
          padding: 24px 4px;
          text-align: center; }
          .class-section .class-section-container table tr th.day, .class-section .class-section-container table tr td.day {
            min-width: 100px;
            color: #333333; }
          .class-section .class-section-container table tr th.y, .class-section .class-section-container table tr td.y {
            font-size: 1.2em;
            color: #FFEB3B; }
          .class-section .class-section-container table tr th.c, .class-section .class-section-container table tr td.c {
            text-align: left;
            font-size: 1.4em;
            color: #FFFFFF; }
          .class-section .class-section-container table tr th.title, .class-section .class-section-container table tr td.title {
            text-align: left;
            font-size: 2em;
            font-family: "Caveat Brush", cursive;
            text-transform: uppercase;
            color: #FFFFFF; }
          .class-section .class-section-container table tr th.s, .class-section .class-section-container table tr td.s {
            color: #FFFFFF; }
    .class-section .class-section-container .class-section-title h1 {
      text-align: center;
      font-family: "Caveat Brush", cursive;
      font-size: 128px;
      text-transform: uppercase; }
    .class-section .class-section-container .class-section-title h2 {
      text-align: center;
      font-size: 68px; }
    .class-section .class-section-container .class-section-title p {
      margin-top: 32px;
      font-size: 24px; }
    .class-section .class-section-container .class-section-title img {
      width: 100%;
      max-width: 350px;
      display: inline-block;
      float: right;
      margin: 40px; }
    .class-section .class-section-container .class-section-title .button {
      margin-top: 40px;
      padding: 40px;
      text-align: center; }
  .class-section .class-section-style {
    max-width: 900px;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
    .class-section .class-section-style h2 {
      font-family: "Caveat Brush", cursive;
      font-size: 48px;
      margin-bottom: 40px;
      text-align: center;
      text-transform: lowercase; }
    .class-section .class-section-style h3 {
      font-size: 48px;
      margin-bottom: 40px; }
    .class-section .class-section-style p {
      font-size: 28px; }
      .class-section .class-section-style p.comp-value {
        margin: 0 auto;
        font-size: 42px;
        max-width: 550px; }
    .class-section .class-section-style .button {
      margin-top: 40px;
      padding: 40px;
      text-align: center; }
  .class-section.comp .group {
    padding: 40px;
    box-sizing: border-box; }
  .class-section.comp .class-section-title h1 {
    text-align: center !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 148px !important;
    text-transform: uppercase !important; }
  .class-section.comp .class-section-title h2 {
    font-size: 68px; }
  .class-section.comp .class-section-style h2 {
    text-align: center;
    font-size: 100px;
    line-height: 0.7em;
    vertical-align: top;
    font-family: "Caveat Brush", cursive;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .class-section.comp .class-section-style h2.green {
      color: #32CD32; }
    .class-section.comp .class-section-style h2.blue {
      color: #ADD8E6; }
    .class-section.comp .class-section-style h2.yellow {
      color: #FFEB3B; }
  .class-section.comp .class-section-style h3 {
    text-align: center;
    font-size: 72px;
    line-height: 0.7em;
    vertical-align: top;
    font-family: "Caveat Brush", cursive;
    text-transform: capitalize;
    margin-bottom: 0; }
    .class-section.comp .class-section-style h3.green {
      color: #32CD32; }
    .class-section.comp .class-section-style h3.blue {
      color: #ADD8E6; }
    .class-section.comp .class-section-style h3.yellow {
      color: #FFEB3B; }
    .class-section.comp .class-section-style h3 .alt {
      color: #FFFFFF;
      font-family: "Bebas Neue", sans-serif;
      font-size: 56px;
      margin-right: 20px; }
  .class-section.comp .class-section-style p {
    opacity: 0.9;
    text-align: center; }
  .class-section.timetable.info .class-section-container {
    max-width: 750px; }
    .class-section.timetable.info .class-section-container h5 {
      font-size: 40px;
      color: #FFFFFF;
      font-family: "Caveat Brush", cursive;
      text-align: center; }
  .class-section.timetable .class-section-container {
    max-width: 1200px; }
  .class-section.timetable .class-section-title h1 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .class-section.timetable .class-section-title h1 .alt {
      font-family: "Bebas Neue", sans-serif;
      font-size: 0.6em;
      vertical-align: middle;
      color: #FFFFFF; }
  .class-section.timetable .class-section-title h2 {
    font-size: 54px;
    color: #333333;
    margin-bottom: 0; }
  .class-section.timetable .contact-details {
    text-align: center;
    padding: 40px; }
    .class-section.timetable .contact-details .item {
      margin: 12px;
      font-size: 24px; }
      .class-section.timetable .contact-details .item a:hover {
        color: #FFEB3B; }
      .class-section.timetable .contact-details .item .alt {
        display: block;
        font-family: "Caveat Brush", cursive;
        font-size: 1.4em;
        color: #FFEB3B;
        margin-right: 8px;
        text-transform: uppercase; }
  .class-section.timetable .form {
    text-align: center; }
    .class-section.timetable .form select, .class-section.timetable .form input, .class-section.timetable .form textarea {
      cursor: text;
      width: 100% !important;
      font-family: "Caveat Brush", cursive;
      font-size: 24px;
      color: #080E10 !important;
      background-color: rgba(255, 255, 255, 0.98);
      border: 0px rgba(0, 0, 0, 0) solid;
      width: 100%;
      padding: 12px;
      height: auto;
      margin-bottom: 24px;
      line-height: 1em;
      box-sizing: border-box;
      resize: none;
      background-size: 0 0;
      background-repeat: no-repeat;
      background-position: right 18px center; }
      .class-section.timetable .form select.error, .class-section.timetable .form input.error, .class-section.timetable .form textarea.error {
        border: 5px #FF5050 solid !important; }
      .class-section.timetable .form select.correct, .class-section.timetable .form input.correct, .class-section.timetable .form textarea.correct {
        border: 5px #32CD32 solid !important; }
      .class-section.timetable .form select:default, .class-section.timetable .form input:default, .class-section.timetable .form textarea:default {
        color: #080E10; }
      .class-section.timetable .form select::placeholder, .class-section.timetable .form input::placeholder, .class-section.timetable .form textarea::placeholder {
        color: rgba(8, 14, 16, 0.21); }
      .class-section.timetable .form select option, .class-section.timetable .form input option, .class-section.timetable .form textarea option {
        color: #080E10; }
      .class-section.timetable .form select:focus, .class-section.timetable .form input:focus, .class-section.timetable .form textarea:focus {
        outline: none; }
    .class-section.timetable .form select {
      font-size: 24px;
      height: auto;
      font-family: "Caveat Brush", cursive; }
    .class-section.timetable .form textarea {
      height: calc((24px * 2) + (36px * 3));
      margin-bottom: 0; }
    .class-section.timetable .form .note {
      font-size: 24px;
      font-family: "Caveat Brush", cursive;
      margin: 40px; }
      .class-section.timetable .form .note .message {
        font-family: "Bebas Neue", sans-serif;
        color: #FF5050;
        margin-bottom: 24px; }
        .class-section.timetable .form .note .message.shake {
          animation-name: shake;
          animation-duration: 0.4s; }
      .class-section.timetable .form .note .yellow {
        color: #FFEB3B; }
    .class-section.timetable .form button {
      display: inline-block;
      margin: 0 auto;
      background: none;
      font-family: "Bebas Neue", sans-serif; }
    .class-section.timetable .form label {
      display: block;
      text-align: left;
      font-family: "Caveat Brush", cursive;
      font-size: 24px;
      color: #FFFFFF !important;
      padding-bottom: 12px !important; }
  .class-section.timetable .button {
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0; }
  .class-section.timetable .class-section-style h3 {
    text-align: center;
    font-size: 72px;
    vertical-align: top;
    font-family: "Caveat Brush", cursive;
    text-transform: capitalize;
    margin-top: 40px; }
    .class-section.timetable .class-section-style h3.green {
      color: #32CD32; }
    .class-section.timetable .class-section-style h3.blue {
      color: #ADD8E6; }
    .class-section.timetable .class-section-style h3.yellow {
      color: #FFEB3B; }
    .class-section.timetable .class-section-style h3 .alt {
      color: #FFFFFF;
      font-family: "Bebas Neue", sans-serif;
      font-size: 56px;
      margin-right: 20px; }
  .class-section.timetable .class-section-style p {
    opacity: 0.9;
    text-align: center; }

.age-group-section {
  width: 100%;
  height: auto; }
  .age-group-section .age-group-container .age-group {
    transition: all 0.25s;
    flex: 1;
    box-sizing: border-box;
    mask-repeat: repeat;
    mask-size: 100% 100%;
    background-image: url("/img/icon-faint.svg");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: top left; }
    .age-group-section .age-group-container .age-group.f {
      padding-top: 125px; }
    .age-group-section .age-group-container .age-group .age-group-padding {
      padding: 75px 0;
      box-sizing: border-box; }
      .age-group-section .age-group-container .age-group .age-group-padding h1 {
        text-transform: uppercase;
        text-align: center;
        font-size: 128px;
        font-family: "Caveat Brush", cursive; }
        .age-group-section .age-group-container .age-group .age-group-padding h1 .alt {
          font-family: "Bebas Neue", sans-serif;
          font-size: 56px;
          display: block;
          color: #FFFFFF; }
    .age-group-section .age-group-container .age-group.minis {
      background-color: #ADD8E6;
      color: #FFEB3B; }
    .age-group-section .age-group-container .age-group.juniors {
      background-color: #FFEB3B;
      color: #333333; }
    .age-group-section .age-group-container .age-group.teens {
      background-color: #32CD32;
      color: #333333; }

.message-confirmation {
  background-color: #333333;
  color: #FFFFFF;
  padding-top: 120px; }
  .message-confirmation .confirmation-container {
    padding: 40px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box; }
    .message-confirmation .confirmation-container h1 {
      padding: 0;
      margin: 0;
      font-size: 64px;
      font-family: "Bebas Neue", sans-serif;
      text-transform: uppercase;
      margin-bottom: 24px; }
    .message-confirmation .confirmation-container h2 {
      font-family: "Caveat Brush", cursive;
      text-transform: uppercase; }
      .message-confirmation .confirmation-container h2 .name {
        color: #32CD32; }
  .message-confirmation .button {
    padding: 40px; }

footer {
  display: relative;
  background-color: #080E10; }
  footer .footer-texture {
    pointer-events: none;
    position: absolute;
    width: 100vw;
    height: 100px;
    background-image: url("/img/assets/footer-edge.webp");
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-99%); }
    footer .footer-texture.two {
      transform: translateY(-115%); }
  footer .footer-container {
    padding: 40px;
    box-sizing: border-box; }
    footer .footer-container .footer-socials {
      text-align: center; }
      footer .footer-container .footer-socials .link {
        transition: all 0.25s;
        display: inline-block;
        margin: 8px;
        opacity: 0.8; }
        footer .footer-container .footer-socials .link:hover {
          opacity: 1; }
        footer .footer-container .footer-socials .link img {
          width: 32px;
          height: 32px; }
    footer .footer-container .footer-links {
      text-align: center;
      display: flex;
      justify-content: center; }
      footer .footer-container .footer-links .link-container {
        display: inline-block;
        margin: 8px; }
        footer .footer-container .footer-links .link-container a {
          transition: all 0.25s;
          font-size: 24px;
          color: #FFEB3B; }
          footer .footer-container .footer-links .link-container a:hover {
            color: #FFFFFF; }
    footer .footer-container .footer-copyright {
      text-align: center;
      color: #FFFFFF; }
      footer .footer-container .footer-copyright .inf {
        margin-left: 0.5em;
        font-size: 0.75em;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.75); }
    footer .footer-container .footer-design {
      text-align: center;
      color: #FFFFFF; }
      footer .footer-container .footer-design a {
        color: #FFEB3B; }
      footer .footer-container .footer-design .inf {
        margin-left: 0.5em;
        font-size: 0.75em;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.75); }
    footer .footer-container .footer-logo {
      padding: 32px;
      text-align: center; }
      footer .footer-container .footer-logo img {
        height: 68px;
        width: auto; }

@media only screen and (max-width: 1000px) {
  h4::before, h4::after {
    display: none !important; }

  .value-section-content h4 {
    font-size: 56px !important; }
  .value-section-content p {
    font-size: 24px !important; } }
@media only screen and (max-width: 850px) {
  .value-section-content h4 {
    font-size: 48px !important; } }
@media only screen and (max-width: 800px) {
  .hero-heading {
    font-size: 58px !important; }

  .hero-subheading {
    font-size: calc(58px * 0.61) !important; }

  header {
    display: block !important; }

  .header-menu-container {
    display: none !important; }

  .header-mobile-menu-container {
    display: inline-block !important; }

  h4 {
    position: relative !important;
    font-size: 74px !important; }
    h4::before, h4::after {
      display: none !important; }

  .info-section {
    width: 100% !important;
    flex-direction: column !important; }
    .info-section.right {
      flex-direction: column-reverse !important; }
    .info-section .info-section-content {
      padding: 34px !important; }
    .info-section .info-section-image {
      width: 100%;
      padding-bottom: 100% !important; }

  .value-section-container {
    padding: 0 !important; }

  .value-section-content-container {
    padding: 34px !important;
    flex-direction: column !important;
    text-align: center !important;
    padding-bottom: 0 !important; }
    .value-section-content-container.right {
      flex-direction: column-reverse !important; }
    .value-section-content-container .value-section-image {
      width: 100% !important;
      display: block !important;
      padding-bottom: 50% !important; }
    .value-section-content-container .value-section-content {
      width: 100% !important;
      display: block !important;
      padding: 24px 0 !important; }

  .class-section {
    text-align: center !important;
    padding: 0 !important;
      padding-top: calc(125px) !important; }
    .class-section.timetable .class-section-title .alt {
      display: block !important; }
    .class-section.comp .class-section-title h1 {
      font-size: 68px !important; }
    .class-section.comp .class-section-title h2 {
      font-size: 32px !important; }
    .class-section .class-section-title h1 {
      font-size: 68px !important; }
    .class-section .class-section-title h2 {
      font-size: 48px !important;
      margin-bottom: 34px !important; }

  .class-section-container {
    padding: 34px !important; }

  .class-section-style {
    text-align: center !important;
    padding: 0 !important; }

  .class-section-image {
    float: none !important;
    margin: 0 !important; }

  .class-section-style {
    padding: 48px 34px !important; }
    .class-section-style .group {
      padding: 34px !important; }
      .class-section-style .group h3 {
        font-size: 32px !important;
        margin-bottom: 10px !important; }
        .class-section-style .group h3 .alt {
          font-size: 1em !important;
          margin-right: 5px !important; }
      .class-section-style .group h2 {
        font-size: 68px !important; }

  .age-group h1 {
    font-size: 68px !important; }
    .age-group h1 .alt {
      font-size: 32px !important; }

  .section-tac .tac-padding {
    padding: 34px !important; }
    .section-tac .tac-padding h1 {
      font-size: 48px !important;
      margin: 20px 0 !important; }
    .section-tac .tac-padding h2 {
      font-size: 24px !important;
      margin: 18px 0 !important; }
    .section-tac .tac-padding h4 {
      font-size: 18px !important;
      margin: 14px 0 !important; }
    .section-tac .tac-padding p {
      font-size: 16px !important;
      margin: 6px 0 !important; }
    .section-tac .tac-padding ul {
      font-size: 16px !important;
      margin: 6px 0 !important; } }

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