/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Moderat';
  src: url("./?a=69033");
  src: url("./?a=69033#iefix") format("embedded-opentype"), url("./?a=69036") format("woff2"), url("./?a=69035") format("woff"), url("./?a=69034") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Moderat';
  src: url("./?a=69029");
  src: url("./?a=69029?#iefix") format("embedded-opentype"), url("./?a=69032") format("woff2"), url("./?a=69031") format("woff"), url("./?a=69030") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Moderat';
  src: url("./?a=69037");
  src: url("./?a=69037?#iefix") format("embedded-opentype"), url("./?a=69040") format("woff2"), url("./?a=69039") format("woff"), url("./?a=69038") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Moderat';
  src: url("./?a=69045");
  src: url("./?a=69045?#iefix") format("embedded-opentype"), url(".?a=69048") format("woff2"), url("./?a=69047") format("woff"), url("./?a=69046") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Moderat';
  src: url("./?a=69041");
  src: url("./?a=69041?#iefix") format("embedded-opentype"), url("/__data/assets/file/0023/69044/Moderat-Medium.woff2") format("woff2"), url("./?a=69043") format("woff"), url("./?a=69042") format("truetype");
  font-weight: 500;
  font-style: normal; }
.animate-bounce {
  -moz-animation: bounce3 2s infinite;
  -webkit-animation: bounce3 2s infinite;
  animation: bounce3 2s infinite; }

.zoomOut {
  -moz-animation: zoomOut 2s;
  -webkit-animation: zoomOut 2s;
  animation: zoomOut 2s; }

@keyframes bounce3 {
  0%, 20%, 100% {
    transform: translateY(0); }
  40%, 60% {
    transform: translateY(-30px); } }
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
body {
  font-size: 0.75rem;
  line-height: 1.4;
  font-family: "Moderat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-family: "Moderat", sans-serif;
  font-weight: bold;
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #000000; }

a:focus {
  box-shadow: none; }

#wrapper-navbar {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

#wrapper-content:focus {
  outline: none; }

.skip-link:focus {
  position: absolute !important;
  top: 60px;
  left: 0;
  z-index: 5000; }
.skip-link.btn {
  padding: 14px 50px; }

#content {
  width: 100%;
  height: 0; }
  
.terms-of-use p, li {
    text-align: left;
}


.privacy-policy p, li {
      text-align: left;
}

.privacy-policy h2 {
    text-align:left;
        font-size: 1.3125rem;
    font-weight: bold;
}

.external-links h3 a {
    font-size: 1.3rem;
}

.navbar {
  height: 40px;
  /*-moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  */
  background-color: rgba(0, 0, 0, 0.8);
  /*
  .navbar-vertical-toggler {
      position: relative;
      display: block;
      height: 100%;
      @include font-size($font_size_default);
      white-space: nowrap;
  }
  */ }
  .navbar .plus-button {
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
    z-index: 101;
    color: #ffffff;
    text-decoration: none; }
    .navbar .plus-button .plus-button-icon {
      display: inline-block;
      position: relative;
      height: 15px;
      width: 15px;
      vertical-align: middle; }
    .navbar .plus-button .plus-button-icon .vertical-line {
      position: absolute;
      background-color: #ffffff;
      width: 3px;
      height: 15px;
      left: 50%;
      top: 0;
      margin-left: -1.5px;
      transition: background-color 0.5s ease-in-out; }
    .navbar .plus-button .plus-button-icon .horizontal-line {
      position: absolute;
      background-color: #ffffff;
      width: 15px;
      height: 3px;
      left: 0;
      top: 50%;
      margin-top: -1.5px;
      transition: background-color 0.5s ease-in-out; }
    .navbar .plus-button .plus-button-text {
      display: inline-block;
      margin-left: 5px;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1rem;
      vertical-align: middle; }
    .navbar .plus-button.closed .plus-button-icon .vertical-line {
      transition: all 0.5s ease-in-out;
      transform: rotate(-90deg); }
    .navbar .plus-button.closed .plus-button-icon .horizontal-line {
      transition: all 0.5s ease-in-out;
      transform: rotate(-90deg);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .navbar .plus-button.opened .plus-button-icon .vertical-line {
      transition: all 0.5s ease-in-out;
      transform: rotate(90deg); }
    .navbar .plus-button.opened .plus-button-icon .horizontal-line {
      transition: all 0.5s ease-in-out;
      transform: rotate(90deg);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .navbar .plus-button.dark .plus-button-icon .vertical-line, .navbar .plus-button.dark .plus-button-icon .horizontal-line {
      background-color: #000000; }
  .navbar .navbar-collapse-hanging {
    position: fixed;
    width: 230px;
    max-height: 100%;
    top: 40px;
    right: 0;
    z-index: 50;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
    transition: height 0.25s ease-in-out;
    /*
    .lang-menu .lang-link:hover {
        text-decoration: none;
    }
    
    
    .lang-menu .lang-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        height: 1px;
        width: 0;
        background-color: $color_black;
        border-radius: 1px;
        
        transition: width $animation_delay_one_third $animation_easing;
    }
    
    .lang-menu .lang-item.active .lang-link::after,
    .lang-menu .lang-link:hover::after {
        width: 100%;
    }
    */ }
    .navbar .navbar-collapse-hanging.show {
      height: auto; }
    .navbar .navbar-collapse-hanging .lang-menu-container-inner {
      margin: 20px 15px 20px 30px;
      overflow: hidden; }
    .navbar .navbar-collapse-hanging .lang-menu-container-inner .lang-menu-scroller {
      height: 100%;
      overflow: auto; }
    .navbar .navbar-collapse-hanging .lang-menu {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0 15px 0 0; }
    .navbar .navbar-collapse-hanging .lang-menu .lang-item {
      padding: 0;
      margin: 0; }
    .navbar .navbar-collapse-hanging .lang-menu .lang-link {
      display: block;
      margin: 1px;
      padding: 7px 0;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: 500;
      color: #000000;
      text-transform: uppercase; }
    .navbar .navbar-collapse-hanging .lang-menu .lang-item.active .lang-link::after {
      width: 100%; }
    .navbar .navbar-collapse-hanging .trans-disclaimer {
      margin: 20px 0;
      padding-left: 1px; }
    .navbar .navbar-collapse-hanging .trans-disclaimer a {
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: 300;
      color: #000000; }
  .navbar .navbar-horizontal {
    display: block;
    position: absolute;
    top: 2px;
    right: 16px;
    z-index: 1;
    /*.navbar-nav .nav-link::after {
        background-color: $color_white;
    }*/ }
    .navbar .navbar-horizontal .navbar-nav {
      margin-top: 1px;
      -ms-flex-direction: row;
      flex-direction: row; }
    .navbar .navbar-horizontal .navbar-nav .nav-item {
      margin-right: 14px;
      overflow: visible; }
    .navbar .navbar-horizontal .nav-item .dropdown-arrow::before,
    .navbar .navbar-horizontal .nav-item .dropdown-arrow::after {
      background-color: #ffffff; }
    .navbar .navbar-horizontal .navbar-nav .nav-link {
      padding-left: 0;
      padding-right: 0;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1rem;
      color: #ffffff;
      text-transform: uppercase; }
    .navbar .navbar-horizontal .navbar-nav .nav-link.underlined-link::after {
      bottom: 4px; }
    .navbar .navbar-horizontal .navbar-nav .nav-item.register-button {
      display: none; }
    .navbar .navbar-horizontal .navbar-nav .nav-item.lang-button {
      margin-right: 0; }
    .navbar .navbar-horizontal .navbar-nav .nav-link.underlined-link::after {
      background-color: #ffffff; }
    .navbar .navbar-horizontal .nav-item.lang-button .nav-link .loader {
      display: none;
      width: 12px;
      height: 12px;
      vertical-align: top;
      margin-top: 5px;
      margin-right: -6px;
      background: transparent url("./?a=69272") center center no-repeat;
      background-size: 100% auto; }
    .navbar .navbar-horizontal .nav-item.lang-button .nav-link .dropdown-arrow {
      margin-left: 6px; }
  .navbar .navbar-collapse-fixed {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    transition: background-color 0.5s ease-in-out; }
    .navbar .navbar-collapse-fixed:not(.show) {
      background-color: transparent; }
    .navbar .navbar-collapse-fixed.show {
      background-color: rgba(0, 0, 0, 0.4); }
    .navbar .navbar-collapse-fixed .navbar-vertical {
      width: 100%;
      height: 100%;
      margin-left: -100%;
      overflow: hidden;
      background-color: #ffffff;
      transition: margin-left 0.3s ease-in-out; }
    .navbar .navbar-collapse-fixed .navbar-vertical.perform {
      margin-left: 0; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-divider {
      overflow: hidden; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-divider:first-child {
      height: 100%; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-divider:last-child {
      display: none;
      height: 160px; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:first-child .navbar-vertical-inner {
      height: calc(100% - 70px);
      margin: 70px 30px 0; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:first-child .navbar-vertical-inner .navbar-vertical-scroller {
      height: 100%;
      overflow: auto; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:last-child .navbar-vertical-inner {
      margin: 40px 30px 40px;
      text-align: center; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-title {
      margin-bottom: 18px;
      font-size: 0.875rem;
      font-weight: 900;
      letter-spacing: 4px;
      color: #000000; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-nav {
      display: block; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-nav .nav-item {
      overflow: hidden; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-nav .nav-link {
      margin: 1px;
      padding: 7px 0;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05rem;
      color: #000000;
      text-transform: uppercase;
      animation: slideInDown 0.3s ease-in-out backwards; }
    .navbar .navbar-collapse-fixed .navbar-vertical .navbar-nav .nav-link.underlined-link::after {
      bottom: 4px; }
    .navbar .navbar-collapse-fixed .navbar-vertical .nav-item .dropdown-arrow {
      animation: slideInDown 0.3s ease-in-out backwards; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:last-child .register-msg {
      margin-bottom: 5px;
      font-weight: 900;
      color: #000000;
      text-align: center;
      text-transform: uppercase; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:last-child .btn {
      margin: 0 auto;
      width: 220px;
      border: 1px solid #000000; }
    .navbar .navbar-collapse-fixed .navbar-vertical-divider:last-child .btn:hover {
      background-color: transparent;
      color: #000000; }
    .navbar .navbar-collapse-fixed .navbar-vertical .nav-item.active > .underlined-link::after {
      width: 100%; }
  .navbar .nav-item {
    overflow: hidden;
    /*
    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        height: 1px;
        width: 0;
        background-color: $color_black;
        border-radius: 1px;
        
        transition: width $animation_delay_one_third $animation_easing;
    }
    
    .nav-link:hover::after {
        width: 100%;
    }
    */ }
    .navbar .nav-item.dropdown .nav-link {
      display: inline-block;
      padding-right: 0; }
    .navbar .nav-item .nav-link {
      display: block; }
    .navbar .nav-item .nav-link .dropdown-arrow {
      position: relative;
      display: inline-block;
      margin-left: 7px;
      cursor: pointer;
      vertical-align: top;
      font-size: 0;
      letter-spacing: 0; }
    .navbar .nav-item .dropdown-arrow::before,
    .navbar .nav-item .dropdown-arrow::after {
      content: '';
      display: inline-block;
      width: 5px;
      height: 2px;
      margin-top: 10px;
      background-color: #000000;
      transition: all .1s linear; }
    .navbar .nav-item .dropdown-arrow::before {
      transform: skewY(-40deg); }
    .navbar .nav-item .dropdown-arrow::after {
      transform: skewY(40deg); }
    .navbar .nav-item .nav-link.collapsed .dropdown-arrow::before {
      transform: skewY(40deg); }
    .navbar .nav-item .nav-link.collapsed .dropdown-arrow::after {
      transform: skewY(-40deg); }
    .navbar .nav-item .dropdown-menu {
      position: static;
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
      border: none; }
    .navbar .nav-item .dropdown-menu > .nav-item {
      padding: 0;
      margin: 0; }
    .navbar .nav-item .dropdown-menu > .nav-item > .dropdown-item {
      margin: 1px;
      padding: 7px 0;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05rem;
      color: #6f6f71;
      text-transform: uppercase; }
    .navbar .nav-item .dropdown-menu > .nav-item > .dropdown-item:hover {
      background-color: transparent; }
    .navbar .nav-item .dropdown-menu > .nav-item > .dropdown-item:active,
    .navbar .nav-item .dropdown-menu > .nav-item > .dropdown-item:focus {
      background-color: transparent; }
    .navbar .nav-item .dropdown-menu > .nav-item > .dropdown-item::after {
      background-color: #6f6f71; }
  .navbar .page-title {
    display: none;
    width: 100%;
    text-align: center; }
    .navbar .page-title h1 {
      margin-bottom: 0;
      font-size: 0.875rem;
      font-family: "Moderat", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1rem;
      color: #ffffff;
      text-transform: uppercase; }

.navbar-spacer {
  height: 40px;
  background-color: #000000; }

.wrapper {
  padding: 0; }

.section {
  position: relative;
  overflow: hidden;
  font-size: 1.078125rem;
  font-weight: 300;
  z-index: 5;
  /*
  &:not(.full-width):not(.full-height) {
      .section-inner {
          margin: 70px 0;
      }
  }
  */ }
  .section:not(.full-width) {
    /*
    .section-inner {
        text-align: center;
    }
    
    .section-inner .section-content-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    */ }
  .section.full-width .section-inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0; }
  .section.full-height:not(.full-width) {
    height: auto; }
  .section .section-content-wrapper {
    text-indent: 0;
    /*
    &.hide-elements p,
    &.hide-elements h2,
    &.hide-elements h3,
    &.hide-elements ul > li {
        text-indent: -9999px;
    }
    
    &.hide-elements ul > li::before {
        display: none;
    }
    
    &.hide-elements ul {
        list-style: none;
    }
    
    &.hide-elements .section-separator {
        border-top: none;
    }
    
    &.hide-elements .board,
    &.hide-elements .board-item {
        border: none !important;
    }
    
    &.hide-elements .board-item-number {
        text-indent: -9999px;
    }*/
    /*
    &.show-elements > * {
        position: static;
    }
    */ }
    .section .section-content-wrapper.hide-elements p, .section .section-content-wrapper.hide-elements h2, .section .section-content-wrapper.hide-elements h3, .section .section-content-wrapper.hide-elements .section-separator, .section .section-content-wrapper.hide-elements .board {
      visibility: hidden; }
    .section .section-content-wrapper.hide-elements .board p {
      visibility: visible; }
  .section .section-inner {
    width: 100%;
    margin: 50px 0;
    padding: 0 20px;
    text-align: center; }
    .section .section-inner .section-content-wrapper {
      margin: 0 auto; }
  .section .section-title {
    margin-bottom: 25px;
    font-size: 1.1875rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .section .section-title .light-text {
      font-weight: 300; }
  .section .section-small-title {
    margin-bottom: 15px;
    font-size: 1.078125rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .section .big-text {
    font-size: 1.1875rem;
    font-weight: normal; }
  .section p {
    margin-bottom: 15px; }
    .section p:last-child {
      margin-bottom: 0; }
  .section ul, .section ol, .section dl {
    padding-left: 20px; }
  .section .section-image-holder {
    margin-bottom: 30px;
    text-align: center; }
    .section .section-image-holder > img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .section .section-image-holder .section-image-caption {
      margin-top: 4px;
      text-align: right;
      font-size: 0.860625rem;
      font-weight: 300;
      color: #808285; }
    .section .section-image-holder .section-image-caption .caption-title {
      font-weight: bold; }
  .section .row {
    margin-left: -30px;
    margin-right: -30px; }
  .section .col, .section .col-1, .section .col-2, .section .col-3, .section .col-4, .section .col-5, .section .col-6, .section .col-7, .section .col-8, .section .col-9, .section .col-10, .section .col-11, .section .col-12,
  .section .col-sm-1, .section .col-sm-2, .section .col-sm-3, .section .col-sm-4, .section .col-sm-5, .section .col-sm-6, .section .col-sm-7, .section .col-sm-8, .section .col-sm-9, .section .col-sm-10, .section .col-sm-11, .section .col-sm-12,
  .section .col-md-1, .section .col-md-2, .section .col-md-3, .section .col-md-4, .section .col-md-5, .section .col-md-6, .section .col-md-7, .section .col-md-8, .section .col-md-9, .section .col-md-10, .section .col-md-11, .section .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px; }
  .section .section-scroller {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 25px;
    height: 25px;
    z-index: 5;
    transform: translate3d(-50%, 0, 0); }
    .section .section-scroller .section-scroll-button {
      display: block;
      width: 100%;
      height: 100%; }
    .section .section-scroller .section-scroll-button:hover {
      text-decoration: none; }
    .section .section-scroller .section-scroll-button::after {
      display: none; }
    .section .section-scroller .section-scroll-button .scroll-arrow {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0; }
    .section .section-scroller .section-scroll-button .scroll-arrow::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 4px solid #ffffff;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .section .section-scroller .section-scroll-button .scroll-arrow.dark::before {
      border-color: #000000; }
  .section .section-separator {
    height: 30px;
    border-top: 1px solid #000000; }

.call-to-action-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 0 auto 40px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-width: 1px 0; }
  .call-to-action-box .call-to-action-box-col:first-child {
    width: 100%; }
  .call-to-action-box .call-to-action-box-col:last-child {
    width: 100%;
    position: relative; }
    .call-to-action-box .call-to-action-box-col:last-child .btn {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px;
      background-color: #ffffff;
      border: 1px solid #ffffff;
      font-size: 1.1875rem;
      line-height: 1.2;
      color: #000000;
      text-align: center;
      overflow: visible; }
    .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
      background-color: transparent;
      color: #ffffff; }
    .call-to-action-box .call-to-action-box-col:last-child .btn::before {
      content: '';
      display: none;
      position: absolute;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      top: 3px;
      left: 3px;
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
    .call-to-action-box .call-to-action-box-col:last-child .btn:focus {
      box-shadow: none; }
    .call-to-action-box .call-to-action-box-col:last-child .btn:focus::before {
      display: block; }
    .call-to-action-box .call-to-action-box-col:last-child .btn::after {
      display: none; }
  .call-to-action-box .big-text {
    font-weight: bold;
    text-transform: uppercase; }
  .call-to-action-box strong {
    font-weight: bold;
    /*font-weight: 500;*/ }
  .call-to-action-box .call-to-action-box-col:first-child .call-to-action-box-col-inner {
    margin: 0 0 30px 0;
    text-align: center; }

.section.footer .section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .section.footer .section-inner > .container {
    margin-left: 0;
    margin-right: 0; }
  .section.footer .section-inner .section-content-wrapper {
    padding: 100px 0; }
  .section.footer .section-inner .section-content-wrapper .logo-footer {
    width: 250px; }
  .section.footer .section-inner .footer-content {
    margin-bottom: 40px; }
  .section.footer .section-inner .footer-content .container {
    padding-left: 0;
    padding-right: 0; }
  .section.footer .section-inner .footer-content .site-info {
    font-size: 0.925rem; }
  .section.footer .section-inner .site-info .copyright {
    margin-top: 20px; }
  .section.footer .section-inner .site-info a {
    font-weight: 300; }
  .section.footer .section-inner .footer-content .site-info a.underlined-link::after {
    bottom: -2px;
    background-color: #ffffff; }
  .section.footer .section-inner .site-info strong {
    font-weight: bold;
    /*font-weight: 500;*/ }
  .section.footer .section-inner .footer-content .footer-logos {
    margin-top: 50px; }
  .section.footer .section-inner .footer-logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: middle; }
  .section.footer .section-inner .footer-logos ul li {
    display: inline-block;
    width: 140px;
    padding: 0;
    margin-right: 25px; }
  .section.footer .section-inner .footer-logos ul li:last-child {
    margin-right: 0; }
  .section.footer .section-inner .footer-logos ul li > a {
    display: block;
    text-decoration: none; }
  .section.footer .section-inner .footer-logos ul li > a:hover {
    text-decoration: none; }
  .section.footer .section-inner .footer-logos ul li > a > img {
    display: block;
    width: 100%;
    height: auto; }
.section.footer .call-to-action-box {
  font-size: 0.9375rem; }
  .section.footer .call-to-action-box .call-to-action-box-col:last-child .btn {
    padding: 20px;
    font-size: 1.1875rem; }

.section.section-style4.footer .section-inner .footer-content .call-to-action-box {
  border-color: #000000; }
.section.section-style4.footer .section-inner .footer-content .site-info a.underlined-link::after {
  background-color: #000000; }
.section.section-style4.footer .section-inner .call-to-action-box .call-to-action-box-col:last-child .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
.section.section-style4.footer .section-inner .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
  background-color: transparent;
  color: #000000; }

.section-style1 {
  background-color: #3f3e40;
  color: #ffffff; }
  .section-style1 .section-title,
  .section-style1 p, .section-style1 a {
    color: #ffffff; }

.section-style2 {
  background-color: #ffffff;
  color: #000000; }
  .section-style2 .section-title,
  .section-style2 p {
    color: #000000; }
  .section-style2 p.light {
    color: rgba(0, 0, 0, 0.9); }

.section-style3 {
 background: #060606 url("./?a=69278") top center no-repeat;
  background-size: 100% auto;
  color: #ffffff; }
  .section-style3.v2 {
 background: #060606 url("./?a=69278") top center no-repeat;
    background-size: 100% auto; }
  .section-style3 .section-title,
  .section-style3 p, .section-style3 a {
    color: #ffffff; }
  .section-style3 .section-separator {
    border-color: #ffffff; }

.section-style4 {
  background: #ffffff url("./?a=69280") center center no-repeat;
  background-size: cover;
  color: #000000; }
  .section-style4.v2 {
background: #ffffff url("./?a=69279") center bottom no-repeat;
    background-size: 100% auto; }
  .section-style4 .section-title,
  .section-style4 p {
    color: #000000; }
  .section-style4 p.light {
    color: rgba(0, 0, 0, 0.9); }

.section-style5 {
 background: #060606 url("./?a=69278") top center no-repeat;
  background-size: 100% auto;
  color: #ffffff; }
  .section-style5 .section-title,
  .section-style5 p {
    color: #ffffff; }
  .section-style5 .section-separator {
    border-color: #ffffff; }

.section-style6 {
  background: #ffffff url("./?a=69282") center center no-repeat;
  background-size: cover;
  color: #000000; }
  .section-style6 .section-title,
  .section-style6 p {
    color: #000000; }

.section-error404 {
  height: calc(100vh - 40px) !important;
 background: #ffffff url("./?a=69260") center center no-repeat;
  background-size: auto 100%;
  color: #ffffff; }
  .section-error404 .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-error404 .section-inner > .container {
      margin-left: 0;
      margin-right: 0; }
  .section-error404 .section-title,
  .section-error404 p {
    color: #ffffff; }

#mobile-register-button {
  display: block;
  position: fixed;
  padding-bottom: calc(2 * env(safe-area-inset-bottom));
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  z-index: 500;
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s; }
  #mobile-register-button .btn {
    display: block;
    font-size: 1.1875rem;
    background-color: #000000;
    color: #ffffff; }
  #mobile-register-button.show {
    transform: translate3d(0, 0, 0); }

.tasmanian-grid {
  max-width: 1000px;
  margin: 0 auto; }
  .tasmanian-grid .row {
    margin-left: -15px;
    margin-right: -15px; }
  .tasmanian-grid .col, .tasmanian-grid .col-1, .tasmanian-grid .col-2, .tasmanian-grid .col-3, .tasmanian-grid .col-4, .tasmanian-grid .col-5, .tasmanian-grid .col-6, .tasmanian-grid .col-7, .tasmanian-grid .col-8, .tasmanian-grid .col-9, .tasmanian-grid .col-10, .tasmanian-grid .col-11, .tasmanian-grid .col-12,
  .tasmanian-grid .col-sm-1, .tasmanian-grid .col-sm-2, .tasmanian-grid .col-sm-3, .tasmanian-grid .col-sm-4, .tasmanian-grid .col-sm-5, .tasmanian-grid .col-sm-6, .tasmanian-grid .col-sm-7, .tasmanian-grid .col-sm-8, .tasmanian-grid .col-sm-9, .tasmanian-grid .col-sm-10, .tasmanian-grid .col-sm-11, .tasmanian-grid .col-sm-12,
  .tasmanian-grid .col-md-1, .tasmanian-grid .col-md-2, .tasmanian-grid .col-md-3, .tasmanian-grid .col-md-4, .tasmanian-grid .col-md-5, .tasmanian-grid .col-md-6, .tasmanian-grid .col-md-7, .tasmanian-grid .col-md-8, .tasmanian-grid .col-md-9, .tasmanian-grid .col-md-10, .tasmanian-grid .col-md-11, .tasmanian-grid .col-md-12 {
    padding-left: 15px;
    padding-right: 15px; }
  .tasmanian-grid .tasmanian-grid-cell {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    /*
    .tasmanian-wrapper:hover .tasmanian-image-holder {
        opacity: 1;
    }
    
    .tasmanian-wrapper:hover .tasmanian-info {
        transform: translate3d(0, 0, 0);
    }
    */ }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      height: 100%;
      overflow: hidden;
      background-color: #ffffff; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-wrapper .tasmanian-image-holder {
      overflow: hidden;
      text-align: center;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-image-holder > img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-wrapper .tasmanian-info {
      padding: 20px;
      /*
      transform: translate3d(0, 102%, 0);
      
      -webkit-transition: transform $animation_delay_half $animation_delay_one_fourth;
      -moz-transition: transform $animation_delay_half $animation_delay_one_fourth;
      -o-transition: transform $animation_delay_half $animation_delay_one_fourth;
      transition: transform $animation_delay_half $animation_delay_one_fourth;
      */ }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info .tasmanian-info-inner {
      height: 100%;
      overflow-y: auto; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info .tasmanian-info-inner .tasmanian-info-wrapper {
      overflow: hidden;
      text-align: left;
      color: #000000; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info-wrapper .tasmanian-name {
      margin-bottom: 10px;
      font-size: 1.1875rem;
      font-weight: bold;
      letter-spacing: 2px; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info-wrapper .tasmanian-desc {
      margin-bottom: 10px;
      font-size: 1.078125rem;
      font-weight: normal; }
  .tasmanian-grid .row .tasmanian-grid-cell:nth-child(-n + 2) {
    display: inline-block; }
  .tasmanian-grid.show-all .row .tasmanian-grid-cell {
    display: inline-block; }

.tasmanian-more-items {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 2s;
  -moz-transition: height 2s;
  -o-transition: height 2s;
  transition: height 2s; }
  .tasmanian-more-items .tasmanian-grid-cell {
    display: inline-block !important; }
  .tasmanian-more-items.show {
    /*
    .tasmanian-grid-cell {
        display: inline-block !important;
    }
    */ }

.tasmanian-showmore .tasmanian-showmore-button {
  text-decoration: underline; }

.case-study-grid {
  margin: 0 auto;
  max-width: 1000px; }
  .case-study-grid .case-study-grid-filter {
    margin-bottom: 20px; }
    .case-study-grid .case-study-grid-filter > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
    .case-study-grid .case-study-grid-filter > ul > li {
      padding: 0;
      margin: 5px;
      display: inline-block; }
    .case-study-grid .case-study-grid-filter > ul > li > .case-study-filter {
      display: block;
      padding: 7px 15px;
      background-color: #000000;
      color: #ffffff;
      font-size: 1.078125rem;
      font-weight: bold;
      text-transform: uppercase; }
    .case-study-grid .case-study-grid-filter > ul > li > .case-study-filter::after {
      display: none; }
    .case-study-grid .case-study-grid-filter > ul > li > .case-study-filter:hover {
      background-color: #ffffff;
      color: #000000;
      text-decoration: none; }
    .case-study-grid .case-study-grid-filter > ul > li > .case-study-filter.active {
      background-color: #555555; }
    .case-study-grid .case-study-grid-filter > ul > li > .case-study-filter.active:hover {
      color: #ffffff; }
  .case-study-grid .row {
    margin-left: -15px;
    margin-right: -15px; }
  .case-study-grid .col, .case-study-grid .col-1, .case-study-grid .col-2, .case-study-grid .col-3, .case-study-grid .col-4, .case-study-grid .col-5, .case-study-grid .col-6, .case-study-grid .col-7, .case-study-grid .col-8, .case-study-grid .col-9, .case-study-grid .col-10, .case-study-grid .col-11, .case-study-grid .col-12,
  .case-study-grid .col-sm-1, .case-study-grid .col-sm-2, .case-study-grid .col-sm-3, .case-study-grid .col-sm-4, .case-study-grid .col-sm-5, .case-study-grid .col-sm-6, .case-study-grid .col-sm-7, .case-study-grid .col-sm-8, .case-study-grid .col-sm-9, .case-study-grid .col-sm-10, .case-study-grid .col-sm-11, .case-study-grid .col-sm-12,
  .case-study-grid .col-md-1, .case-study-grid .col-md-2, .case-study-grid .col-md-3, .case-study-grid .col-md-4, .case-study-grid .col-md-5, .case-study-grid .col-md-6, .case-study-grid .col-md-7, .case-study-grid .col-md-8, .case-study-grid .col-md-9, .case-study-grid .col-md-10, .case-study-grid .col-md-11, .case-study-grid .col-md-12 {
    padding-left: 15px;
    padding-right: 15px; }
  .case-study-grid .case-study-grid-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    /*
    .case-study-readmore > a:hover {
        text-decoration: none;
    }
    
    .case-study-readmore > a::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 5px;
        border: 2px solid $color_black;
        border-width:0 2px 2px 0;
        
        -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
       -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
        transform: translate3d(0, -50%, 0) rotate(-45deg);
        
        -webkit-transition: right $animation_delay_one_fourth;
        -moz-transition: right $animation_delay_one_fourth;
        -o-transition: right $animation_delay_one_fourth;
        transition: right $animation_delay_one_fourth;
    }
    
    .case-study-readmore > a:hover::after {
        right: 0;
    }
    */ }
    .case-study-grid .case-study-grid-cell .case-study-wrapper {
      display: block;
      height: 100%;
      overflow: hidden; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-link {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 301px;
      top: 0;
      left: 0;
      background-color: #000000;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: 1;
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-image-holder {
      height: 100%;
      overflow: hidden;
      text-align: center;
      transform: translate3d(0, 0, 0);
      -webkit-transition: transform 7s;
      -moz-transition: transform 7s;
      -o-transition: transform 7s;
      transition: transform 7s; }
    .case-study-grid .case-study-grid-cell .case-study-image-holder > img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-cat {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      padding: 7px 20px;
      font-size: 0.860625rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #000000;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: 3;
      -webkit-transition: opacity 1s;
      -moz-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
      position: absolute;
      width: 100%;
      max-height: 100%;
      left: 0;
      bottom: 0;
      overflow: hidden;
      padding: 5px 15px 15px;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 2;
      transform: translate3d(0, 100%, 0) translate3d(0, -28px, 0);
      -webkit-transition: transform 0.5s, background-color 0.25s;
      -moz-transition: transform 0.5s, background-color 0.25s;
      -o-transition: transform 0.5s, background-color 0.25s;
      transition: transform 0.5s, background-color 0.25s; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
      height: 20px;
      font-size: 0.7rem;
      font-weight: bold;
      letter-spacing: 1px;
      color: #ffffff;
      text-align: left;
      text-transform: uppercase; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-details {
      height: calc(100% - 40px);
      overflow: hidden;
      color: #ffffff;
      text-align: left;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transform: translate3d(0, 50px, 0);
      -webkit-transition: opacity 1.5s, transform 0.5s ease-in-out;
      -moz-transition: opacity 1.5s, transform 0.5s ease-in-out;
      -o-transition: opacity 1.5s, transform 0.5s ease-in-out;
      transition: opacity 1.5s, transform 0.5s ease-in-out;
      transition-delay: 0.1s; }
    .case-study-grid .case-study-grid-cell .case-study-info .case-study-info-inner {
      height: 100%;
      overflow: auto; }
    .case-study-grid .case-study-grid-cell .case-study-info .case-study-info-inner .case-study-info-wrapper {
      overflow: hidden;
      text-align: left;
      color: #ffffff; }
    .case-study-grid .case-study-grid-cell .case-study-info-wrapper .case-study-desc {
      margin-bottom: 5px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 0.860625rem;
      font-weight: 300; }
    .case-study-grid .case-study-grid-cell .case-study-readmore > span,
    .case-study-grid .case-study-grid-cell .case-study-readmore > a {
      display: inline-block;
      padding: 2px 0;
      position: relative;
      font-size: 0.860625rem;
      font-weight: bold;
      color: #ffffff;
      cursor: pointer; }
    .case-study-grid .case-study-grid-cell .case-study-readmore > a::after {
      display: none;
      background-color: #ffffff; }
    .case-study-grid .case-study-grid-cell .case-study-link:focus .case-study-image-holder,
    .case-study-grid .case-study-grid-cell .case-study-link:hover .case-study-image-holder {
      transform: scale3d(1.1, 1.1, 1); }
    .case-study-grid .case-study-grid-cell .case-study-link:focus .case-study-info,
    .case-study-grid .case-study-grid-cell .case-study-link:hover .case-study-info {
      background-color: transparent;
      transform: translate3d(0, 0, 0); }
    .case-study-grid .case-study-grid-cell .case-study-link:focus .case-study-info > .case-study-details,
    .case-study-grid .case-study-grid-cell .case-study-link:hover .case-study-info > .case-study-details {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .case-study-grid .case-study-grid-cell .case-study-link:focus .case-study-cat,
    .case-study-grid .case-study-grid-cell .case-study-link:hover .case-study-cat {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .case-study-grid .case-study-grid-cell .case-study-link:focus::after,
    .case-study-grid .case-study-grid-cell .case-study-link:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6;
      transform: translate3d(0, 0, 0); }

.board {
  margin: 70px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .board .board-inner {
    padding: 50px 0; }
    .board .board-inner .row {
      margin-left: 0;
      margin-right: 0; }
    .board .board-inner .board-item {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #000000; }
    .board .board-inner .board-item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .board .board-inner .board-item .board-item-number {
      font-size: 1.915625rem;
      font-weight: bold; }
  .board.light {
    border-color: #ffffff; }
    .board.light .board-inner .board-item {
      border-color: #ffffff; }

/*
.workshops-grid {
    margin: 0 auto;
    
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .workshops-grid-cell {
        padding-top: 10px;
        padding-bottom: 10px;
        
        .workshop-wrapper {
            display: block;
            position: relative;
            height: 100%;
            overflow: hidden;
            cursor: pointer;
            background-color: $color_light_gray3;
        }
        
        .workshop-wrapper .workshop-info {
            position: relative;
            display: flex;
            //height: 100%;
            margin-top: 0;
            margin-bottom: 0;
            overflow: hidden;
            align-content: center;
            align-items: center;
            justify-content: center;
            @include font-size($font_size_big);
            letter-spacing: 2px;
        }
        
        .workshop-info .workshop-contactus-button {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 100%;
            background-color: $color_gray4;
            opacity: 0;
            
            -webkit-transition: opacity $animation_delay_half;
            -moz-transition: opacity $animation_delay_half;
            -o-transition: opacity $animation_delay_half;
            transition: opacity $animation_delay_half;
        }
        
        .workshop-booknow-button {
            display: block;
            position: absolute;
            width: 50%;
            height: 100%;
            top: -100%;
            left: 0;
            background-color: $color_gray4;
            
            -webkit-transition: top $animation_delay_half;
            -moz-transition: top $animation_delay_half;
            -o-transition: top $animation_delay_half;
            transition: top $animation_delay_half;
        }
        
        .workshop-moreinfo-button {
            display: block;
            position: absolute;
            width: 50%;
            height: 100%;
            top: 100%;
            right: 0;
            background-color: $color_light_gray4;
            
            -webkit-transition: top $animation_delay_half;
            -moz-transition: top $animation_delay_half;
            -o-transition: top $animation_delay_half;
            transition: top $animation_delay_half;
        }
        
        .workshop-booknow-button a,
        .workshop-moreinfo-button a,
        .workshop-contactus-button a {
            display: flex;
            width: 100%;
            height: 100%;
            align-content: center;
            align-items: center;
            justify-content: center;
            @include font-size($font_size_bigger);
            font-weight: bold;
            color: $color_white;
            text-transform: uppercase;
        }
        
        .workshop-moreinfo-button a {
            color: $color_gray5;
        }
        
        .workshop-booknow-button a:hover,
        .workshop-moreinfo-button a:hover,
        .workshop-contactus-button a:hover {
            text-decoration: none;
        }
        
        .workshop-booknow-button a span,
        .workshop-moreinfo-button a span, {
            display: block;
            margin: 0 40px;
        }
        
        .workshop-wrapper .workshop-date {
            display: block;
            width: 100%;
            padding: 7px 0;
            background-color: $color_white;
            color: $color_black;
            @include font-size($font_size_medium);
            font-weight: bold;
        }
        
        .workshop-info .workshop-info-wrapper {
            margin: 70px 50px 90px;
        }
        
        .workshop-info h2,
        .workshop-info p {
            color: $color_black;
        }
        
        .workshop-wrapper.coming-soon:hover .workshop-contactus-button {
            left: 0;
            opacity: 1;
        }
        
        .workshop-wrapper:not(.coming-soon):hover .workshop-booknow-button {
            top: 0;
        }
        
        .workshop-wrapper:not(.coming-soon):hover .workshop-moreinfo-button {
            top: 0;
        }
        
        .workshop-wrapper:not(.coming-soon):hover .workshop-date {
            color: $color_light_gray5;
        }
    }
    
}
*/
.workshops-grid {
  margin: 0 auto; }
  .workshops-grid .row {
    margin-left: -10px;
    margin-right: -10px; }
  .workshops-grid .col, .workshops-grid .col-1, .workshops-grid .col-2, .workshops-grid .col-3, .workshops-grid .col-4, .workshops-grid .col-5, .workshops-grid .col-6, .workshops-grid .col-7, .workshops-grid .col-8, .workshops-grid .col-9, .workshops-grid .col-10, .workshops-grid .col-11, .workshops-grid .col-12,
  .workshops-grid .col-sm-1, .workshops-grid .col-sm-2, .workshops-grid .col-sm-3, .workshops-grid .col-sm-4, .workshops-grid .col-sm-5, .workshops-grid .col-sm-6, .workshops-grid .col-sm-7, .workshops-grid .col-sm-8, .workshops-grid .col-sm-9, .workshops-grid .col-sm-10, .workshops-grid .col-sm-11, .workshops-grid .col-sm-12,
  .workshops-grid .col-md-1, .workshops-grid .col-md-2, .workshops-grid .col-md-3, .workshops-grid .col-md-4, .workshops-grid .col-md-5, .workshops-grid .col-md-6, .workshops-grid .col-md-7, .workshops-grid .col-md-8, .workshops-grid .col-md-9, .workshops-grid .col-md-10, .workshops-grid .col-md-11, .workshops-grid .col-md-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .workshops-grid .workshops-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper {
      display: block;
      height: 100%;
      overflow: hidden;
      background-color: #d1d3d4; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-link {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000000;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: 1;
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    .workshops-grid .workshops-grid-cell .workshop-full-content {
      display: none; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-image-holder {
      overflow: hidden;
      text-align: center;
      transform: translate3d(0, 0, 0);
      -webkit-transition: transform 7s;
      -moz-transition: transform 7s;
      -o-transition: transform 7s;
      transition: transform 7s; }
    .workshops-grid .workshops-grid-cell .workshop-image-holder > img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info {
      position: absolute;
      width: 100%;
      height: 45px;
      max-height: 100%;
      left: 0;
      bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-line-pack: center;
      -webkit-align-content: center;
      align-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 5px 15px 15px;
      background-color: rgba(0, 0, 0, 0.8);
      overflow: hidden;
      z-index: 2;
      -webkit-transition: height 0.5s, background-color 0.25s;
      -moz-transition: height 0.5s, background-color 0.25s;
      -o-transition: height 0.5s, background-color 0.25s;
      transition: height 0.5s, background-color 0.25s; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
      height: 30px;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: center;
      text-transform: uppercase;
      transform: translate3d(0, 63px, 0);
      -webkit-transition: transform 0.6s ease-in-out;
      -moz-transition: transform 0.6s ease-in-out;
      -o-transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out; }
    .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-details {
      color: #ffffff;
      text-align: center;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transform: translate3d(0, 50px, 0);
      -webkit-transition: opacity 1.5s, transform 0.5s ease-in-out;
      -moz-transition: opacity 1.5s, transform 0.5s ease-in-out;
      -o-transition: opacity 1.5s, transform 0.5s ease-in-out;
      transition: opacity 1.5s, transform 0.5s ease-in-out;
      transition-delay: 0.1s; }
    .workshops-grid .workshops-grid-cell .workshop-info .workshop-info-inner {
      height: 100%; }
    .workshops-grid .workshops-grid-cell .workshop-info .workshop-info-inner .workshop-info-wrapper {
      overflow: hidden;
      text-align: center;
      color: #ffffff; }
    .workshops-grid .workshops-grid-cell .workshop-info-wrapper .workshop-desc {
      margin: 0 15px 15px;
      font-size: 0.9375rem;
      font-weight: 300; }
    .workshops-grid .workshops-grid-cell .workshop-buttons > span,
    .workshops-grid .workshops-grid-cell .workshop-buttons > a {
      display: inline-block;
      position: relative;
      font-size: 0.9375rem;
      font-weight: bold;
      color: #ffffff; }
    .workshops-grid .workshops-grid-cell .workshop-buttons > a::after {
      background-color: #ffffff; }
    .workshops-grid .workshops-grid-cell .workshop-link:focus .workshop-image-holder,
    .workshops-grid .workshops-grid-cell .workshop-link:hover .workshop-image-holder {
      transform: scale3d(1.1, 1.1, 1); }
    .workshops-grid .workshops-grid-cell .workshop-link:focus .workshop-info,
    .workshops-grid .workshops-grid-cell .workshop-link:hover .workshop-info {
      height: 100%;
      background-color: transparent; }
    .workshops-grid .workshops-grid-cell .workshop-link:focus .workshop-info > .workshop-name,
    .workshops-grid .workshops-grid-cell .workshop-link:hover .workshop-info > .workshop-name {
      transform: translate3d(0, 0, 0); }
    .workshops-grid .workshops-grid-cell .workshop-link:focus .workshop-info > .workshop-details,
    .workshops-grid .workshops-grid-cell .workshop-link:hover .workshop-info > .workshop-details {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .workshops-grid .workshops-grid-cell .workshop-link:focus::after,
    .workshops-grid .workshops-grid-cell .workshop-link:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6;
      transform: translate3d(0, 0, 0); }

.workshop-popup-modal {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.078125rem;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transform: translate3d(0, -100%, 0); }
  .workshop-popup-modal.show {
    /*display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .workshop-popup-modal .workshop-card {
    position: relative;
    width: 90%;
    height: calc(100% - 60px);
    background-color: #ffffff;
    color: #000000;
    text-align: center; }
    .workshop-popup-modal .workshop-card .workshop-card-inner {
      height: calc(100% - 80px);
      margin: 40px 20px 0; }
    .workshop-popup-modal .workshop-card .workshop-card-pages {
      position: relative;
      height: 100%;
      overflow: hidden; }
    .workshop-popup-modal .workshop-card .workshop-card-page {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      background-color: #ffffff;
      transition: transform 1s ease-in-out; }
    .workshop-popup-modal .workshop-card .workshop-card-page.prev {
      transform: translate3d(-100%, 0, 0); }
    .workshop-popup-modal .workshop-card .workshop-card-page.next {
      transform: translate3d(100%, 0, 0); }
    .workshop-popup-modal .workshop-card .workshop-card-page.active {
      transform: translate3d(0, 0, 0) !important; }
    .workshop-popup-modal .workshop-card .workshop-card-page.layer1 {
      z-index: 1; }
    .workshop-popup-modal .workshop-card .workshop-card-page.layer2 {
      z-index: 2; }
    .workshop-popup-modal .workshop-card .workshop-card-page.layer3 {
      z-index: 3; }
    .workshop-popup-modal .workshop-card .workshop-card-scroller {
      height: 100%;
      overflow: auto; }
    .workshop-popup-modal .workshop-card .workshop-card-inner .close-button {
      position: absolute;
      top: 10px;
      right: 15px;
      overflow: hidden; }
    .workshop-popup-modal .workshop-card .workshop-details {
      margin: 10px; }
    .workshop-popup-modal .workshop-card .close-button > span {
      position: relative;
      display: block;
      width: 20px;
      text-indent: -9999px;
      transform: translate3d(0, 50%, 0); }
    .workshop-popup-modal .workshop-card .close-button > span::before,
    .workshop-popup-modal .workshop-card .close-button > span::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      top: 0;
      left: 0;
      background-color: #57575a;
      transform-origin: center center; }
    .workshop-popup-modal .workshop-card .close-button > span::before {
      transform: rotate(-45deg); }
    .workshop-popup-modal .workshop-card .close-button > span::after {
      transform: rotate(45deg); }
    .workshop-popup-modal .workshop-card .close-button:hover > span::before,
    .workshop-popup-modal .workshop-card .close-button:hover > span::after {
      background-color: #000000; }
    .workshop-popup-modal .workshop-card .section-title {
      margin-bottom: 25px;
      font-size: 1.1875rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 3px; }
    .workshop-popup-modal .workshop-card .section-title .light-text {
      font-weight: 300; }
    .workshop-popup-modal .workshop-card .section-title,
    .workshop-popup-modal .workshop-card p {
      color: #000000; }
    .workshop-popup-modal .workshop-card .big-text {
      width: 70%;
      margin: 0 auto 40px;
      font-size: 1.1875rem;
      font-weight: normal;
      letter-spacing: 1px; }
    .workshop-popup-modal .workshop-card .row {
      margin-left: 0;
      margin-right: 0; }
    .workshop-popup-modal .workshop-card .call-to-action-box {
      border-color: #000000; }
    .workshop-popup-modal .workshop-card .call-to-action-box .call-to-action-box-col:last-child .btn {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
    .workshop-popup-modal .workshop-card .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
      background-color: transparent;
      color: #000000; }
    .workshop-popup-modal .workshop-card .col, .workshop-popup-modal .workshop-card .col-1, .workshop-popup-modal .workshop-card .col-2, .workshop-popup-modal .workshop-card .col-3, .workshop-popup-modal .workshop-card .col-4, .workshop-popup-modal .workshop-card .col-5, .workshop-popup-modal .workshop-card .col-6, .workshop-popup-modal .workshop-card .col-7, .workshop-popup-modal .workshop-card .col-8, .workshop-popup-modal .workshop-card .col-9, .workshop-popup-modal .workshop-card .col-10, .workshop-popup-modal .workshop-card .col-11, .workshop-popup-modal .workshop-card .col-12,
    .workshop-popup-modal .workshop-card .col-sm-1, .workshop-popup-modal .workshop-card .col-sm-2, .workshop-popup-modal .workshop-card .col-sm-3, .workshop-popup-modal .workshop-card .col-sm-4, .workshop-popup-modal .workshop-card .col-sm-5, .workshop-popup-modal .workshop-card .col-sm-6, .workshop-popup-modal .workshop-card .col-sm-7, .workshop-popup-modal .workshop-card .col-sm-8, .workshop-popup-modal .workshop-card .col-sm-9, .workshop-popup-modal .workshop-card .col-sm-10, .workshop-popup-modal .workshop-card .col-sm-11, .workshop-popup-modal .workshop-card .col-sm-12,
    .workshop-popup-modal .workshop-card .col-md-1, .workshop-popup-modal .workshop-card .col-md-2, .workshop-popup-modal .workshop-card .col-md-3, .workshop-popup-modal .workshop-card .col-md-4, .workshop-popup-modal .workshop-card .col-md-5, .workshop-popup-modal .workshop-card .col-md-6, .workshop-popup-modal .workshop-card .col-md-7, .workshop-popup-modal .workshop-card .col-md-8, .workshop-popup-modal .workshop-card .col-md-9, .workshop-popup-modal .workshop-card .col-md-10, .workshop-popup-modal .workshop-card .col-md-11, .workshop-popup-modal .workshop-card .col-md-12 {
      margin-bottom: 10px; }

.tar-grid {
  margin: 0 auto; }
  .tar-grid .row {
    margin-left: -10px;
    margin-right: -10px; }
  .tar-grid .col, .tar-grid .col-1, .tar-grid .col-2, .tar-grid .col-3, .tar-grid .col-4, .tar-grid .col-5, .tar-grid .col-6, .tar-grid .col-7, .tar-grid .col-8, .tar-grid .col-9, .tar-grid .col-10, .tar-grid .col-11, .tar-grid .col-12,
  .tar-grid .col-sm-1, .tar-grid .col-sm-2, .tar-grid .col-sm-3, .tar-grid .col-sm-4, .tar-grid .col-sm-5, .tar-grid .col-sm-6, .tar-grid .col-sm-7, .tar-grid .col-sm-8, .tar-grid .col-sm-9, .tar-grid .col-sm-10, .tar-grid .col-sm-11, .tar-grid .col-sm-12,
  .tar-grid .col-md-1, .tar-grid .col-md-2, .tar-grid .col-md-3, .tar-grid .col-md-4, .tar-grid .col-md-5, .tar-grid .col-md-6, .tar-grid .col-md-7, .tar-grid .col-md-8, .tar-grid .col-md-9, .tar-grid .col-md-10, .tar-grid .col-md-11, .tar-grid .col-md-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .tar-grid .tar-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px; }
    .tar-grid .tar-grid-cell .tar-wrapper {
      display: block;
      position: relative;
      height: 100%;
      overflow: hidden;
      cursor: pointer;
    background: #000000 url("./?a=69305") center center no-repeat;
      background-size: cover; }
    .tar-grid .tar-grid-cell .tar-wrapper .tar-view-button {
      display: block;
      width: 100%;
      height: 42px;
      padding: 9px 0;
      background-color: #000000;
      color: #ffffff;
      font-size: 1.0625rem;
      font-weight: bold; }
    .tar-grid .tar-grid-cell .tar-wrapper .tar-info {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-line-pack: center;
      -webkit-align-content: center;
      align-content: center;
      align-items: flex-start;
      justify-content: flex-start;
      font-size: 1.203125rem; }
    .tar-grid .tar-grid-cell .tar-info .tar-info-wrapper {
      margin: 30px; }
    .tar-grid .tar-grid-cell .tar-info h2,
    .tar-grid .tar-grid-cell .tar-info p {
      color: #ffffff; }
    .tar-grid .tar-grid-cell .tar-info h2 {
      letter-spacing: 2px; }

/*
.container {
}

.row-inner {
    width: 100%;
}

.content-wrapper {
    width: 100%;
}

.content-wrapper-inner {
}

.container-inner {
}
*/
.underlined-link {
  display: inline-block !important;
  width: auto !important;
  position: relative !important; }

.underlined-link:hover {
  text-decoration: none !important; }

.underlined-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  border-radius: 1px; }

.btn {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Moderat", sans-serif;
  font-weight: bold;
  border: none;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase; }

.btn::after {
  display: none; }

.btn-primary {
  border: 1px solid #000000;
  background-color: #000000; }

.btn-primary:hover {
  border-color: #000000;
  background-color: transparent;
  color: #000000; }

.card-nav-button {
  position: fixed;
  display: visible;
  height: 36px;
  top: 50%;
  z-index: 80;
  transform: translate3d(0, -50%, 0); }
  .card-nav-button .card-nav-button-inner {
    position: relative;
    display: visible;
    height: 100%; }
  .card-nav-button .card-nav-button-inner a {
    position: absolute;
    display: block;
    width: 76px;
    height: 30px;
    color: #ffffff;
    font-size: 0.860625rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    transform: rotate(-90deg); }
  .card-nav-button a:hover {
    text-decoration: none; }
  .card-nav-button .card-nav-button-inner a > span {
    display: block;
    margin-top: 5px; }
  .card-nav-button.back-button {
    left: 0; }
    .card-nav-button.back-button a {
      transform-origin: top left;
      top: 53px;
      left: 0; }
  .card-nav-button.next-button {
    right: 0; }
    .card-nav-button.next-button a {
      transform-origin: bottom right;
      top: -53px;
      right: 0; }

.non-clickable {
  cursor: default;
  /*
  &::after {
      display: none;
  }
  */ }

.parallax-section {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3; }
  .parallax-section.header {
    height: 300px; }
  .parallax-section.footer {
    display: none;
    height: 100vh; }
  .parallax-section .section.footer {
    height: 100vh; }

.parallax-section.static {
  position: relative; }
  .parallax-section.static.header .navbar-spacer {
    display: none; }
  .parallax-section.static.footer {
    display: block; }
  .parallax-section.static .section.footer {
    height: auto; }

.parallax-spacer {
  position: relative;
  width: 100%;
  background-color: #ffffff; }
  .parallax-spacer.header {
    height: 300px; }
  .parallax-spacer.footer {
    height: 100vh; }

.parallax-spacer.static {
  display: none; }

/*
.parallax-section.header {
    top: $navbar_height;
}
*/
/*
.parallax-section.header {
    .navbar-spacer {
        display: none;
    }
}
*/
/*
.parallax-section.footer {
    display: none;
}
*/
.sp-slider {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  height: 300px;
  background-color: #000000; }
  .sp-slider-slides {
    height: 100%;
    /*
    .sp-slide .sp-slide-small-image.no-perform {
        transform: translate3d(0,0,0) !important;
    }
    
    .sp-slide .sp-slide-small-image.no-perform.perform {
    }
    
    .sp-slide .sp-slide-small-image.no-perform .sp-slide-small-image-outer {
        transform: translate3d(0,0,0) !important;
    }
    */
    /*
    .sp-slide.sp-next-slide .sp-slide-small-image {
        transform: translate3d(-100%,0,0);
    }
    
    .sp-slide.sp-active-slide .sp-slide-small-image {
        transform: translate3d(0,0,0);
    }
    */
    /*
    .sp-slide.animated .sp-slide-main-image .sp-slide-main-image-inner {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -o-transform: translate3d(0x, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    }
    
    .sp-slide.animated .sp-slide-logo-slice:first-child,
    .sp-slide.animated .sp-slide-logo-slice:last-child {
        opacity: 1;
    }
    
    .sp-slide.animated .sp-slide-small-image {
        transform: translate3d(0,0,0);
    }
    
    .sp-slide.animated .sp-slide-small-image .sp-slide-small-image-inner {
        transform: translate3d(0,0,0);
    }
    */ }
    .sp-slider-slides .sp-slide {
      height: 100%;
      width: 100%;
      position: absolute;
      overflow: hidden;
      display: none;
      /*
      -webkit-transition: transform $animation_delay $story_pair_sliding_delay $slider_animation_easing;
      -moz-transition: transform $animation_delay $story_pair_sliding_delay $slider_animation_easing;
      -o-transition: transform $animation_delay $story_pair_sliding_delay $slider_animation_easing;
      transition: transform $animation_delay $story_pair_sliding_delay $slider_animation_easing;
      */ }
    .sp-slider-slides .sp-slide.sp-active-slide {
      display: block;
      z-index: 2; }
    .sp-slider-slides .sp-slide.sp-previous-slide {
      display: none;
      z-index: 1 !important; }
    .sp-slider-slides .sp-slide.sp-next-slide {
      display: block;
      z-index: 3 !important; }
    .sp-slider-slides .sp-slide .sp-slide-image {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 3.3s ease-in-out;
      -moz-transition: opacity 3.3s ease-in-out;
      -o-transition: opacity 3.3s ease-in-out;
      transition: opacity 3.3s ease-in-out; }
    .sp-slider-slides .sp-slide .sp-slide-image.perform {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .sp-slider-slides .sp-slide .sp-slide-image.end {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .sp-slider-slides .sp-slide .sp-slide-main-image {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      z-index: 2;
      filter: inherit; }
    .sp-slider-slides .sp-slide .sp-slide-image .sp-slide-main-image-inner {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-transition: transform 20s;
      -moz-transition: transform 20s;
      -o-transition: transform 20s;
      transition: transform 20s;
      transition-timing-function: linear;
      -webkit-transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -moz-transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -ms-transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -o-transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg); }
    .sp-slider-slides .sp-slide .sp-slide-image.perform .sp-slide-main-image-inner {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
      -o-transform: translate3d(0x, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); }
    .sp-slider-slides .sp-slide .sp-slide-small-image {
      position: absolute;
      height: 100%;
      width: 38.89918458117124%;
      top: 0;
      right: 0;
      overflow: hidden;
      z-index: 3;
      filter: inherit;
      transform: translate3d(100%, 0, 0);
      -webkit-transition: opacity 2s linear, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -moz-transition: opacity 2s linear, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -o-transition: opacity 2s linear, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      transition: opacity 2s linear, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1); }
    .sp-slider-slides .sp-slide .sp-slide-small-image.perform {
      transform: translate3d(0, 0, 0); }
    .sp-slider-slides .sp-slide .sp-slide-small-image-outer {
      width: 100%;
      height: 100%;
      overflow: hidden;
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -moz-transition: transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -o-transition: transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      transition: transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1); }
    .sp-slider-slides .sp-slide .sp-slide-small-image.perform .sp-slide-small-image-outer {
      transform: translate3d(0, 0, 0); }
    .sp-slider-slides .sp-slide .sp-slide-image .sp-slide-small-image-inner {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 15s;
      -moz-transition: all 15s;
      -o-transition: all 15s;
      transition: all 15s;
      transition-timing-function: linear;
      transform: scale3d(1.45, 1.45, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg); }
    .sp-slider-slides .sp-slide .sp-slide-small-image.perform .sp-slide-small-image-inner {
      transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); }
    .sp-slider-slides .sp-slide .sp-slide-main-image .sp-slide-main-image-caption,
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption {
      position: absolute;
      font-size: 0.625rem;
      font-weight: 900;
      line-height: 0.7rem;
      letter-spacing: 1px;
      color: #ffffff;
      text-transform: uppercase; }
    .sp-slider-slides .sp-slide .sp-slide-main-image .sp-slide-main-image-caption {
      width: 100%;
      left: 16px;
      bottom: 16px; }
    .sp-slider-slides .sp-slide .sp-slide-main-image .sp-slide-main-image-caption span {
      display: block;
      width: 150px;
      text-align: left; }
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption {
      width: 38.89918458117124%;
      top: 16px;
      right: 0;
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: top 0.5s, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -moz-transition: top 0.5s, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      -o-transition: top 0.5s, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1);
      transition: top 0.5s, transform 1s 0.6024096386s cubic-bezier(0, 0.51, 0.65, 1); }
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption span {
      display: block;
      width: calc(100% - 16px - 5px);
      margin-right: 16px;
      float: right;
      text-align: right; }
    .sp-slider-slides .sp-slide .sp-slide-small-image.perform .sp-slide-small-image-caption {
      transform: translate3d(0, 0, 0); }
    .sp-slider-slides .sp-slide-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 4;
      white-space: nowrap;
      font-size: 0;
      transform: translate3d(-50%, -50%, 0); }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice {
      display: inline-block;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      visibility: hidden; }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice:first-child {
      width: 50vw;
      /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;*/
      -webkit-transition: opacity 0.01s;
      -moz-transition: opacity 0.01s;
      -o-transition: opacity 0.01s;
      transition: opacity 0.01s; }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice:last-child {
      width: 4.34782608695652vw;
      /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;*/
      -webkit-transition: opacity 2s;
      -moz-transition: opacity 2s;
      -o-transition: opacity 2s;
      transition: opacity 2s; }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice.perform {
      visibility: visible;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .sp-slider-slides .sp-slide-logo-slice img {
      width: 100%;
      height: auto; }
  .sp-slider.loading {
 background-image: url("./?a=69272");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto; }

.sp-slider.no-sliding .sp-slide {
  display: block; }
.sp-slider.no-sliding .sp-slide .sp-slide-small-image {
  transform: translate3d(0, 0, 0); }
.sp-slider.no-sliding .sp-slide .sp-slide-small-image-outer {
  transform: translate3d(0, 0, 0); }
.sp-slider.no-sliding .sp-slide .sp-slide-small-image .sp-slide-small-image-caption {
  transform: translate3d(0, 0, 0); }
.sp-slider.no-sliding .sp-slide-logo .sp-slide-logo-slice:last-child {
  -webkit-transition: opacity 0.01s;
  -moz-transition: opacity 0.01s;
  -o-transition: opacity 0.01s;
  transition: opacity 0.01s; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: rgba(0, 0, 0, 0.6); }

.home #section3 a {
  font-weight: bold; }
.home #section3 .btn {
  padding: 1.5rem 3.5rem;
  font-size: 1.40625rem;
  letter-spacing: 0.2rem; }

.home #section4 a::after {
  background-color: #ffffff; }
.home #section4 .board .board-item a {
  display: block; }
.home #section4 .board .board-item a:hover {
  text-decoration: none; }
.home #section4 .board .board-item a > h2 {
  text-decoration: underline; }
.home #section4 .board .board-item a::after {
  display: none; }

.grow-your-venture #section5 a {
  font-weight: bold; }

.grow-your-venture #section3 .call-to-action-box {
  border-color: #000000; }
  .grow-your-venture #section3 .call-to-action-box .call-to-action-box-col:last-child .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .grow-your-venture #section3 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
    background-color: transparent;
    color: #000000; }

.seek-investment #section5 a {
  font-weight: bold; }

.seek-investment #section3 .call-to-action-box {
  border-color: #000000; }
  .seek-investment #section3 .call-to-action-box .call-to-action-box-col:last-child .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .seek-investment #section3 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
    background-color: transparent;
    color: #000000; }

.find-talented-people #section5 a {
  font-weight: bold; }

.find-talented-people #section3 .call-to-action-box {
  border-color: #000000; }
  .find-talented-people #section3 .call-to-action-box .call-to-action-box-col:last-child .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .find-talented-people #section3 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
    background-color: transparent;
    color: #000000; }

.inspire-your-community #section5 a {
  font-weight: bold; }

.inspire-your-community #section3 .call-to-action-box {
  border-color: #000000; }
  .inspire-your-community #section3 .call-to-action-box .call-to-action-box-col:last-child .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .inspire-your-community #section3 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
    background-color: transparent;
    color: #000000; }

.teach-tasmanian #section5 a {
  font-weight: bold; }

.teach-tasmanian #section3 .call-to-action-box {
  border-color: #000000; }
  .teach-tasmanian #section3 .call-to-action-box .call-to-action-box-col:last-child .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .teach-tasmanian #section3 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
    background-color: transparent;
    color: #000000; }

.get-started #section1 {
  /*
  &::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: $color_white;
  }
  
  &.hide-cover::after {
      display: none;
  }*/ }
  .get-started #section1 .section-content-wrapper .big-text strong {
    font-weight: bold;
    /*font-weight: 500;*/ }
  .get-started #section1 .section-content-wrapper strong {
    font-weight: bold; }
  .get-started #section1 .section-content-wrapper ul {
    padding-left: 0;
    margin-bottom: 40px;
    list-style: none; }
  .get-started #section1 .section-content-wrapper ul > li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative; }
  .get-started #section1 .section-content-wrapper ul > li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: 0;
    border-radius: 50%;
    background-color: #000000; }
  .get-started #section1 .section-content-wrapper.main {
    visibility: hidden; }
    .get-started #section1 .section-content-wrapper.main > p {
      visibility: visible; }
  .get-started #section1 .get-started-footer {
    border-top: 1px solid #000000;
    /*
    a {
        text-decoration: underline;
    }
    */ }
  .get-started #section1 .btn {
    padding: 1.5rem 3.5rem;
    font-size: 1.40625rem;
    letter-spacing: 0.2rem; }

.workshops #section1 {
  /*a {
      text-decoration: underline;
  }*/ }
  .workshops #section1 .section-content-wrapper.contact {
    margin-bottom: 70px; }
  .workshops #section1 .call-to-action-box {
    border-color: #000000; }
    .workshops #section1 .call-to-action-box .call-to-action-box-col:last-child .btn {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
    .workshops #section1 .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
      background-color: transparent;
      color: #000000; }

.workshops #section2 .tasmanian-grid {
  margin-bottom: 20px; }
.workshops #section2 .board {
  margin-bottom: 0;
  border-bottom: none; }
  .workshops #section2 .board .big-quote {
    font-size: 4.2575rem;
    line-height: 1;
    margin-bottom: -20px; }
  .workshops #section2 .board .author {
    font-weight: bold;
    font-size: 1.0625rem; }

.workshops #section3 .board {
  margin-bottom: 0;
  border-bottom: none; }
  .workshops #section3 .board .big-quote {
    font-size: 4.2575rem;
    line-height: 1;
    margin-bottom: -20px; }
  .workshops #section3 .board .author {
    font-weight: bold;
    font-size: 1.0625rem; }

/*
.get-started #section2 {
    .call-to-action-box {
        border-color: $color_black;
    }
    
    .call-to-action-box .call-to-action-box-col:last-child .btn {
        background-color: $color_black;
        border-color: $color_black;
        color: $color_white;
    }
    
    .call-to-action-box .call-to-action-box-col:last-child .btn:hover {
        background-color: transparent;
        color: $color_black;
    }
    
    .external-link.big-text {
        margin: 40px auto;
    }
    
    .external-link.big-text a {
        font-weight: bold;
        text-decoration: underline;
    }
}

*/
.privacy-policy #section1 .section-title {
  margin-bottom: 10px; }
.privacy-policy #section1 .section-title + .pp-version {
  margin-bottom: 80px; }
.privacy-policy #section1 .section-small-title {
  margin-bottom: 15px; }

.terms-of-use #section1 {
  /*
  .section-title + .pp-version {
      margin-bottom: 80px;
  }
  
  .section-small-title {
      margin-bottom: 15px;
  }
  */ }
  .terms-of-use #section1 .section-title {
    margin-bottom: 10px; }

.contact-us #section1 {
  position: static; }
  .contact-us #section1 .section-content-wrapper .row {
    margin-left: 0;
    margin-right: 0; }
  .contact-us #section1 .contact-us-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .contact-us #section1 .contact-us-info .contact-us-info-wrapper {
    margin: 70px 0; }
  .contact-us #section1 .contact-us-info a {
    font-weight: 300; }
  .contact-us #section1 .contact-us-image {
    width: 100%;
    height: 350px;
    background: transparent url("./?a=71769") center center no-repeat;
    background-size: cover; }
  .contact-us #section1 .col, .contact-us #section1 .col-1, .contact-us #section1 .col-2, .contact-us #section1 .col-3, .contact-us #section1 .col-4, .contact-us #section1 .col-5, .contact-us #section1 .col-6, .contact-us #section1 .col-7, .contact-us #section1 .col-8, .contact-us #section1 .col-9, .contact-us #section1 .col-10, .contact-us #section1 .col-11, .contact-us #section1 .col-12,
  .contact-us #section1 .col-sm-1, .contact-us #section1 .col-sm-2, .contact-us #section1 .col-sm-3, .contact-us #section1 .col-sm-4, .contact-us #section1 .col-sm-5, .contact-us #section1 .col-sm-6, .contact-us #section1 .col-sm-7, .contact-us #section1 .col-sm-8, .contact-us #section1 .col-sm-9, .contact-us #section1 .col-sm-10, .contact-us #section1 .col-sm-11, .contact-us #section1 .col-sm-12,
  .contact-us #section1 .col-md-1, .contact-us #section1 .col-md-2, .contact-us #section1 .col-md-3, .contact-us #section1 .col-md-4, .contact-us #section1 .col-md-5, .contact-us #section1 .col-md-6, .contact-us #section1 .col-md-7, .contact-us #section1 .col-md-8, .contact-us #section1 .col-md-9, .contact-us #section1 .col-md-10, .contact-us #section1 .col-md-11, .contact-us #section1 .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .contact-us #section1 .section-small-title {
    margin-bottom: 10px; }

.external-links .sub-section {
  margin-bottom: 30px;
  /*
  a {
      font-weight: bold;
      text-decoration: underline;
  }
  */ }
  .find-out-more .sub-section h3 {
    font-size: 1.078125rem;
    font-weight: bold;
    text-transform: none; }

.col-5c-5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.col-5c-4 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.col-5c-3 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.col-5c-2 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.col-5c-1 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.goog-te-banner-frame.skiptranslate {
  top: 40px;
  z-index: 1029;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }

#goog-gt-tt.skiptranslate {
  display: none !important; }

#languageSwitcher {
  display: none; }

body {
  top: 0 !important; }

@media (any-pointer: coarse) {
  #wrapper-navbar {
    top: 0 !important; }

  .navbar-spacer {
    display: block !important; }

  .parallax-section.static.header .navbar-spacer {
    display: none !important; } }
@media (min-width: 350px) {
  /*
  .section.footer {
      .call-to-action-box {
          .call-to-action-box-col:first-child {
              display: inline-block;
          }
      }
  }
  */ }
@media (min-width: 364px) {
  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
    font-size: 0.860625rem;
    transform: translate3d(0, 50px, 0); } }
@media (min-width: 422px) {
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
    transform: translate3d(0, 100%, 0) translate3d(0, -30px, 0); }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
    height: 30px;
    letter-spacing: 2px;
    font-size: 0.860625rem; }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-details {
    height: calc(100% - 30px); }
  .case-study-grid .case-study-grid-cell .case-study-info-wrapper .case-study-desc {
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    font-size: 0.9375rem; }
  .case-study-grid .case-study-grid-cell .case-study-readmore > span,
  .case-study-grid .case-study-grid-cell .case-study-readmore > a {
    font-size: 0.9375rem; } }
@media (min-width: 450px) {
  /*
  .parallax-section {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 3;
  }
  */
  /*
  .parallax-spacer {
      display: block;
  }
  
  .parallax-section.header {
      .navbar-spacer {
          display: block;
      }
  }
  
  .parallax-section.footer {
      display: none;
  }
  
  */
  /*
  .section-inner {
      .section-content-wrapper {
          padding: 100px 0 140px;
      }
  }
  */ }
@media (min-width: 576px) {
  .call-to-action-box .call-to-action-box-col:last-child .btn {
    padding: 20px;
    font-size: 1.40625rem; }

  .section.footer .call-to-action-box .call-to-action-box-col:last-child .btn {
    padding: 20px;
    font-size: 1.40625rem; }

  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
    transform: translate3d(0, 100%, 0) translate3d(0, -35px, 0); }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
    font-size: 1.078125rem; }

  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
    font-size: 1.078125rem; }

  .col-5c-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-5c-sm-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-5c-sm-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-5c-sm-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-5c-sm-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.4; }

  #wrapper-navbar {
    top: -56px; }
    #wrapper-navbar.sticky {
      top: 0; }

  .navbar-spacer {
    display: none; }

  .navbar .plus-button {
    top: 9px; }
  .navbar .navbar-horizontal .navbar-nav .nav-item.register-button {
    display: inline-block; }
  .navbar .navbar-collapse-fixed .navbar-vertical {
    width: 300px;
    margin-left: -310px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5); }
  .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-divider:first-child {
    height: calc(100% - 160px); }
  .navbar .navbar-collapse-fixed .navbar-vertical .navbar-vertical-divider:last-child {
    display: block; }
  .navbar .page-title {
    display: block; }

  .section {
    font-size: 1.203125rem;
    /*
    .section-scroller {
        display: block;
    }
    */ }
    .section.full-height:not(.full-width) {
      height: 100vh; }
      .section.full-height:not(.full-width) .section-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      .section.full-height:not(.full-width) .section-inner > .container {
        margin-left: 0;
        margin-right: 0; }
    .section .section-content-wrapper.single-column {
      width: 80%; }
    .section .section-content-wrapper.two-column {
      max-width: 1000px; }
    .section .section-inner {
      margin: 130px 0; }
    .section .section-title {
      margin-bottom: 40px;
      font-size: 1.53125rem; }
      .section .section-title .light-text {
        font-weight: 300; }
    .section .section-small-title {
      margin-bottom: 25px;
      font-size: 1.3125rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
    .section .big-text {
      font-size: 1.203125rem;
      letter-spacing: 0.03rem; }
    .section .section-image-holder .section-image-caption {
      font-size: 0.985625rem; }
    .section .col, .section .col-1, .section .col-2, .section .col-3, .section .col-4, .section .col-5, .section .col-6, .section .col-7, .section .col-8, .section .col-9, .section .col-10, .section .col-11, .section .col-12,
    .section .col-sm-1, .section .col-sm-2, .section .col-sm-3, .section .col-sm-4, .section .col-sm-5, .section .col-sm-6, .section .col-sm-7, .section .col-sm-8, .section .col-sm-9, .section .col-sm-10, .section .col-sm-11, .section .col-sm-12,
    .section .col-md-1, .section .col-md-2, .section .col-md-3, .section .col-md-4, .section .col-md-5, .section .col-md-6, .section .col-md-7, .section .col-md-8, .section .col-md-9, .section .col-md-10, .section .col-md-11, .section .col-md-12 {
      margin-bottom: 0; }
    .section a {
      display: inline-block;
      position: relative; }
      .section a:hover {
        text-decoration: none; }
      .section a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 0;
        background-color: #000000;
        border-radius: 1px;
        transition: width 0.3333333333s ease-in-out; }
      .section a:hover::after {
        width: 100%; }

  .section-style4.animate-bg {
    background: none; }
    .section-style4.animate-bg::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    background: #ffffff url("./?a=69280") center center no-repeat;
      background-size: cover;
      z-index: -1;
      transition: transform 16s;
      transform: scale(1.4); }
    .section-style4.animate-bg.perform::before {
      transform: scale(1); }

  .section.footer .section-inner .footer-content .site-info {
    font-size: 1.05rem;
    letter-spacing: 0.03rem; }
  .section.footer .section-inner .site-info .copyright span {
    display: block; }
  .section.footer .call-to-action-box {
    font-size: 1.05rem; }
    .section.footer .call-to-action-box .call-to-action-box-col:last-child .btn {
      padding: 30px;
      font-size: 1.203125rem; }

  .section-error404 {
    height: 100vh !important;
    background-size: cover; }
    .section-error404 .section-inner {
      margin: 0; }
    .section-error404 .section-content-wrapper {
      width: 353px; }

  #mobile-register-button {
    display: none; }

  .call-to-action-box .call-to-action-box-col:last-child .btn {
    padding: 30px;
    font-size: 1.203125rem; }

  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
    transform: translate3d(0, 100%, 0) translate3d(0, -25px, 0); }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
    height: 20px;
    font-size: 0.8125rem; }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-details {
    height: calc(100% - 20px); }

  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info {
    height: 35px; }
  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
    font-size: 0.8125rem;
    transform: translate3d(0, 74px, 0); }

  .tasmanian-grid .tasmanian-grid-cell {
    display: inline-block; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-wrapper .tasmanian-info {
      padding: 35px; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info-wrapper .tasmanian-name {
      margin-bottom: 15px;
      font-size: 1rem; }
    .tasmanian-grid .tasmanian-grid-cell .tasmanian-info-wrapper .tasmanian-desc {
      margin-bottom: 20px;
      font-size: 1.203125rem; }
  .tasmanian-grid .tasmanian-grid-cell:nth-child(3n+2) .tasmanian-wrapper {
    justify-content: space-between; }

  .tasmanian-more-items {
    display: none; }

  .tasmanian-showmore {
    display: none; }

  .board {
    margin: 60px 0; }
    .board .board-inner {
      padding: 40px 0 90px; }
      .board .board-inner .board-item {
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #000000; }
      .board .board-inner .board-item:nth-child(3n) {
        border-right: none; }
    .board.light .board-inner .board-item {
      border-color: #ffffff; }

  .card-nav-button .card-nav-button-inner a {
    width: 90px;
    height: 36px;
    font-size: 0.985625rem; }
  .card-nav-button .card-nav-button-inner a > span {
    margin-top: 5px; }
  .card-nav-button.back-button a {
    top: 63px; }
  .card-nav-button.next-button a {
    top: -63px; }

  /*
  .tar-grid {
      max-width: 1000px;
  }
  */
  .home #homepage-slider .section-scroller {
    display: block; }

  .home #section3 {
    /*a::after {
        bottom: 0;
    }*/ }

  .home #section4 .intro {
    margin-bottom: 56px; }
  .home #section4 .second-text {
    margin-bottom: 80px; }
  .home #section4 .board .board-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .home #section4 .board .board-item:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .home #section4 .call-to-action-box {
    max-width: 100%; }

  #wrapper-content .full-width {
    height: 100vh; }
  #wrapper-content:not(.home) .parallax-spacer.header {
    height: 70vh; }
  #wrapper-content:not(.home) .sp-slider {
    height: 70vh; }
  #wrapper-content:not(.home) .full-width {
    height: 70vh; }

  /*
  .home #section2 {
      .section-content-wrapper {
          width: 44.90%;
      }
  }
  
  .home #section3 {
      .section-content-wrapper {
          width: 66%;
      }
  }
  
  .home #section5 {
      .section-content-wrapper {
          width: 64%;
      }
  }
  */
  /*
  .home #section4 {
      .tasmanian-grid {
          width: 85%;
      }
  }
  */
  /*
  .grow-your-venture #section2 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  */
  .grow-your-venture #section3 .col, .grow-your-venture #section3 .col-1, .grow-your-venture #section3 .col-2, .grow-your-venture #section3 .col-3, .grow-your-venture #section3 .col-4, .grow-your-venture #section3 .col-5, .grow-your-venture #section3 .col-6, .grow-your-venture #section3 .col-7, .grow-your-venture #section3 .col-8, .grow-your-venture #section3 .col-9, .grow-your-venture #section3 .col-10, .grow-your-venture #section3 .col-11, .grow-your-venture #section3 .col-12,
  .grow-your-venture #section3 .col-sm-1, .grow-your-venture #section3 .col-sm-2, .grow-your-venture #section3 .col-sm-3, .grow-your-venture #section3 .col-sm-4, .grow-your-venture #section3 .col-sm-5, .grow-your-venture #section3 .col-sm-6, .grow-your-venture #section3 .col-sm-7, .grow-your-venture #section3 .col-sm-8, .grow-your-venture #section3 .col-sm-9, .grow-your-venture #section3 .col-sm-10, .grow-your-venture #section3 .col-sm-11, .grow-your-venture #section3 .col-sm-12,
  .grow-your-venture #section3 .col-md-1, .grow-your-venture #section3 .col-md-2, .grow-your-venture #section3 .col-md-3, .grow-your-venture #section3 .col-md-4, .grow-your-venture #section3 .col-md-5, .grow-your-venture #section3 .col-md-6, .grow-your-venture #section3 .col-md-7, .grow-your-venture #section3 .col-md-8, .grow-your-venture #section3 .col-md-9, .grow-your-venture #section3 .col-md-10, .grow-your-venture #section3 .col-md-11, .grow-your-venture #section3 .col-md-12 {
    padding-left: 25px;
    padding-right: 25px; }

  .grow-your-venture #section5 {
    /*
    a {
        &::after {
            bottom: 0;
        }
    }
    */ }
    .grow-your-venture #section5 .section-small-title {
      margin-bottom: 15px; }

  /*
  .seek-investment #section2 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  */
  .seek-investment #section3 .col, .seek-investment #section3 .col-1, .seek-investment #section3 .col-2, .seek-investment #section3 .col-3, .seek-investment #section3 .col-4, .seek-investment #section3 .col-5, .seek-investment #section3 .col-6, .seek-investment #section3 .col-7, .seek-investment #section3 .col-8, .seek-investment #section3 .col-9, .seek-investment #section3 .col-10, .seek-investment #section3 .col-11, .seek-investment #section3 .col-12,
  .seek-investment #section3 .col-sm-1, .seek-investment #section3 .col-sm-2, .seek-investment #section3 .col-sm-3, .seek-investment #section3 .col-sm-4, .seek-investment #section3 .col-sm-5, .seek-investment #section3 .col-sm-6, .seek-investment #section3 .col-sm-7, .seek-investment #section3 .col-sm-8, .seek-investment #section3 .col-sm-9, .seek-investment #section3 .col-sm-10, .seek-investment #section3 .col-sm-11, .seek-investment #section3 .col-sm-12,
  .seek-investment #section3 .col-md-1, .seek-investment #section3 .col-md-2, .seek-investment #section3 .col-md-3, .seek-investment #section3 .col-md-4, .seek-investment #section3 .col-md-5, .seek-investment #section3 .col-md-6, .seek-investment #section3 .col-md-7, .seek-investment #section3 .col-md-8, .seek-investment #section3 .col-md-9, .seek-investment #section3 .col-md-10, .seek-investment #section3 .col-md-11, .seek-investment #section3 .col-md-12 {
    padding-left: 25px;
    padding-right: 25px; }

  .seek-investment #section5 {
    /*
    a {
        &::after {
            bottom: 0;
        }
    }
    */ }
    .seek-investment #section5 .section-small-title {
      margin-bottom: 15px; }

  /*
  .find-talented-people #section2 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  */
  .find-talented-people #section3 .col, .find-talented-people #section3 .col-1, .find-talented-people #section3 .col-2, .find-talented-people #section3 .col-3, .find-talented-people #section3 .col-4, .find-talented-people #section3 .col-5, .find-talented-people #section3 .col-6, .find-talented-people #section3 .col-7, .find-talented-people #section3 .col-8, .find-talented-people #section3 .col-9, .find-talented-people #section3 .col-10, .find-talented-people #section3 .col-11, .find-talented-people #section3 .col-12,
  .find-talented-people #section3 .col-sm-1, .find-talented-people #section3 .col-sm-2, .find-talented-people #section3 .col-sm-3, .find-talented-people #section3 .col-sm-4, .find-talented-people #section3 .col-sm-5, .find-talented-people #section3 .col-sm-6, .find-talented-people #section3 .col-sm-7, .find-talented-people #section3 .col-sm-8, .find-talented-people #section3 .col-sm-9, .find-talented-people #section3 .col-sm-10, .find-talented-people #section3 .col-sm-11, .find-talented-people #section3 .col-sm-12,
  .find-talented-people #section3 .col-md-1, .find-talented-people #section3 .col-md-2, .find-talented-people #section3 .col-md-3, .find-talented-people #section3 .col-md-4, .find-talented-people #section3 .col-md-5, .find-talented-people #section3 .col-md-6, .find-talented-people #section3 .col-md-7, .find-talented-people #section3 .col-md-8, .find-talented-people #section3 .col-md-9, .find-talented-people #section3 .col-md-10, .find-talented-people #section3 .col-md-11, .find-talented-people #section3 .col-md-12 {
    padding-left: 25px;
    padding-right: 25px; }

  .find-talented-people #section5 {
    /*
    a {
        &::after {
            bottom: 0;
        }
    }
    */ }
    .find-talented-people #section5 .section-small-title {
      margin-bottom: 15px; }

  /*
  .inspire-your-community #section2 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  */
  .inspire-your-community #section3 .col, .inspire-your-community #section3 .col-1, .inspire-your-community #section3 .col-2, .inspire-your-community #section3 .col-3, .inspire-your-community #section3 .col-4, .inspire-your-community #section3 .col-5, .inspire-your-community #section3 .col-6, .inspire-your-community #section3 .col-7, .inspire-your-community #section3 .col-8, .inspire-your-community #section3 .col-9, .inspire-your-community #section3 .col-10, .inspire-your-community #section3 .col-11, .inspire-your-community #section3 .col-12,
  .inspire-your-community #section3 .col-sm-1, .inspire-your-community #section3 .col-sm-2, .inspire-your-community #section3 .col-sm-3, .inspire-your-community #section3 .col-sm-4, .inspire-your-community #section3 .col-sm-5, .inspire-your-community #section3 .col-sm-6, .inspire-your-community #section3 .col-sm-7, .inspire-your-community #section3 .col-sm-8, .inspire-your-community #section3 .col-sm-9, .inspire-your-community #section3 .col-sm-10, .inspire-your-community #section3 .col-sm-11, .inspire-your-community #section3 .col-sm-12,
  .inspire-your-community #section3 .col-md-1, .inspire-your-community #section3 .col-md-2, .inspire-your-community #section3 .col-md-3, .inspire-your-community #section3 .col-md-4, .inspire-your-community #section3 .col-md-5, .inspire-your-community #section3 .col-md-6, .inspire-your-community #section3 .col-md-7, .inspire-your-community #section3 .col-md-8, .inspire-your-community #section3 .col-md-9, .inspire-your-community #section3 .col-md-10, .inspire-your-community #section3 .col-md-11, .inspire-your-community #section3 .col-md-12 {
    padding-left: 25px;
    padding-right: 25px; }

  .inspire-your-community #section5 {
    /*
    a {
        &::after {
            bottom: 0;
        }
    }
    */ }
    .inspire-your-community #section5 .section-small-title {
      margin-bottom: 15px; }

  /*
  .teach-tasmanian #section2 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  */
  .teach-tasmanian #section3 .col, .teach-tasmanian #section3 .col-1, .teach-tasmanian #section3 .col-2, .teach-tasmanian #section3 .col-3, .teach-tasmanian #section3 .col-4, .teach-tasmanian #section3 .col-5, .teach-tasmanian #section3 .col-6, .teach-tasmanian #section3 .col-7, .teach-tasmanian #section3 .col-8, .teach-tasmanian #section3 .col-9, .teach-tasmanian #section3 .col-10, .teach-tasmanian #section3 .col-11, .teach-tasmanian #section3 .col-12,
  .teach-tasmanian #section3 .col-sm-1, .teach-tasmanian #section3 .col-sm-2, .teach-tasmanian #section3 .col-sm-3, .teach-tasmanian #section3 .col-sm-4, .teach-tasmanian #section3 .col-sm-5, .teach-tasmanian #section3 .col-sm-6, .teach-tasmanian #section3 .col-sm-7, .teach-tasmanian #section3 .col-sm-8, .teach-tasmanian #section3 .col-sm-9, .teach-tasmanian #section3 .col-sm-10, .teach-tasmanian #section3 .col-sm-11, .teach-tasmanian #section3 .col-sm-12,
  .teach-tasmanian #section3 .col-md-1, .teach-tasmanian #section3 .col-md-2, .teach-tasmanian #section3 .col-md-3, .teach-tasmanian #section3 .col-md-4, .teach-tasmanian #section3 .col-md-5, .teach-tasmanian #section3 .col-md-6, .teach-tasmanian #section3 .col-md-7, .teach-tasmanian #section3 .col-md-8, .teach-tasmanian #section3 .col-md-9, .teach-tasmanian #section3 .col-md-10, .teach-tasmanian #section3 .col-md-11, .teach-tasmanian #section3 .col-md-12 {
    padding-left: 25px;
    padding-right: 25px; }

  .teach-tasmanian #section5 {
    /*
    a {
        &::after {
            bottom: 0;
        }
    }
    */ }
    .teach-tasmanian #section5 .section-small-title {
      margin-bottom: 15px; }

  .case-study-single #section1 .section-image-holder.big-image {
    margin-bottom: 80px; }
  .case-study-single #section1 .intro-text {
    width: 52%;
    margin: 0 auto;
    margin-bottom: 100px; }

  .workshops #section1 {
    /*
    .section-content-wrapper {
        width: 52%;
    }
    */ }
    .workshops #section1 .board .board-item {
      text-align: left; }

  .workshops #section2 .tasmanian-grid {
    margin-bottom: 70px; }
  .workshops #section2 .board {
    margin-bottom: 0;
    border-top: none;
    border-bottom: none; }
    .workshops #section2 .board .board-item:nth-child(3n) {
      border-right-width: 1px;
      border-right-style: solid; }
    .workshops #section2 .board .board-item:nth-child(2n) {
      border-right: none; }
    .workshops #section2 .board .big-quote {
      font-size: 4.2575rem;
      line-height: 1;
      margin-bottom: -20px; }
    .workshops #section2 .board .author {
      font-weight: bold;
      font-size: 1.0625rem; }

  .workshops #section3 .board {
    margin-bottom: 0;
    border-top: none;
    border-bottom: none; }
    .workshops #section3 .board .board-item:nth-child(3n) {
      border-right-width: 1px;
      border-right-style: solid; }
    .workshops #section3 .board .board-item:nth-child(2n) {
      border-right: none; }
    .workshops #section3 .board .big-quote {
      font-size: 4.2575rem;
      line-height: 1;
      margin-bottom: -20px; }
    .workshops #section3 .board .author {
      font-weight: bold;
      font-size: 1.0625rem; }

  .get-started #section1 {
    /*
    .section-content-wrapper {
        width: 52%;
    }
    */ }

  /*
  .get-started #section2 {
      .call-to-action-box {
          max-width: 100%;
          margin-bottom: 60px;
      }
      
      .call-to-action-box .call-to-action-box-col:first-child {
          width: calc(100% - 300px);
      }
      
      .call-to-action-box .call-to-action-box-col:last-child {
          width: 300px;
      }
      
      .external-link.big-text {
          width: 50%;
          margin-top: 80px;
      }
  }
  */
  .contact-us #section1 .section-inner {
    height: 100%; }
  .contact-us #section1 .section-content-wrapper {
    height: 100%; }
    .contact-us #section1 .section-content-wrapper .row {
      height: 100%; }
  .contact-us #section1 .container {
    overflow: hidden; }
  .contact-us #section1 .contact-us-info .contact-us-info-wrapper {
    width: 320px;
    float: right;
    margin: 0; }
  .contact-us #section1 .contact-us-info .underlined-link::after {
    bottom: 0; }
  .contact-us #section1 .contact-us-image {
    height: 100%; }

  .find-out-more .sub-section h3 {
    font-size: 1.203125rem; }

  /*
  .case-studies #section1 {
      .section-content-wrapper {
          width: 52%;
      }
  }
  
  .case-studies #section2 {
      a {
          font-weight: bold;
          text-decoration: underline;
      }
      
      .section-small-title {
          margin-bottom: 15px;
      }
  }
  */
  .underlined-link::after {
    transition: width 0.3333333333s ease-in-out; }

  .underlined-link:hover::after {
    width: 100%; }

  /*
  .parallax-section.header {
      top: 0;
  }
  */
  .parallax-section.header {
    height: 100%; }

  .parallax-section.static {
    height: 100%; }
    .parallax-section.static .section.footer .section-inner {
      display: block; }
      .parallax-section.static .section.footer .section-inner > .container {
        margin-left: auto;
        margin-right: auto; }
      .parallax-section.static .section.footer .section-inner .section-content-wrapper {
        padding: 100px 0; }
      .parallax-section.static .section.footer .section-inner .footer-content {
        height: auto; }
      .parallax-section.static .section.footer .section-inner .footer-content .footer-logos {
        margin-bottom: 80px; }
    .parallax-section.static.footer {
      overflow: hidden; }

  .parallax-spacer.header {
    height: 100vh; }

  .sp-slider {
    height: 100vh; }
    .sp-slider-slides .sp-slide .sp-slide-image .sp-slide-main-image-inner {
      -webkit-transform: scale3d(1.2, 1.2, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -moz-transform: scale3d(1.2, 1.2, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -ms-transform: scale3d(1.2, 1.2, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      -o-transform: scale3d(1.2, 1.2, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg);
      transform: scale3d(1.2, 1.2, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg); }
    .sp-slider-slides .sp-slide .sp-slide-image .sp-slide-small-image-inner {
      transform: scale3d(1.15, 1.15, 1) rotateX(0.1deg) rotateY(0.1deg) rotateZ(0.1deg) skew(0deg); }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice:first-child {
      width: 30.75190486725664vw; }
    .sp-slider-slides .sp-slide-logo .sp-slide-logo-slice:last-child {
      width: 2.581095132743363vw; }
    .sp-slider-slides .sp-slide .sp-slide-main-image .sp-slide-main-image-caption,
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption {
      font-size: 0.8125rem; }
    .sp-slider-slides .sp-slide .sp-slide-main-image .sp-slide-main-image-caption span {
      width: 350px; }
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption {
      top: 56px; }
    .sp-slider-slides .sp-slide .sp-slide-small-image .sp-slide-small-image-caption span {
      width: calc(100% - 16px - 20px); }

  .col-5c-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-5c-md-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-5c-md-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-5c-md-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-5c-md-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .case-study-grid .case-study-grid-filter {
    margin-bottom: 20px; }
    .case-study-grid .case-study-grid-filter > ul {
      text-align: left; }
    .case-study-grid .case-study-grid-filter > ul > li {
      margin: 0 10px 0 0; }
    .case-study-grid .case-study-grid-filter > ul > li:last-child {
      margin-right: 0; }
  .case-study-grid .case-study-grid-cell {
    /*
    .case-study-readmore > a::after {
        width: 10px;
        height: 10px;
        right: 5px;
    }
    */ }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-cat {
      font-size: 1.0625rem; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
      padding: 10px 20px 20px;
      transform: translate3d(0, 100%, 0) translate3d(0, -43px, 0); }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
      height: 30px;
      font-size: 1.0625rem; }
    .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-details {
      height: calc(100% - 30px); }
    .case-study-grid .case-study-grid-cell .case-study-info-wrapper .case-study-desc {
      font-size: 1.0625rem; }
    .case-study-grid .case-study-grid-cell .case-study-readmore > span,
    .case-study-grid .case-study-grid-cell .case-study-readmore > a {
      font-size: 1.0625rem; }

  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info {
    height: 45px;
    padding: 5px 15px 15px; }
  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
    font-size: 1.0625rem;
    transform: translate3d(0, 63px, 0); }
  .workshops-grid .workshops-grid-cell .workshop-info-wrapper .workshop-desc {
    font-size: 1.0625rem; }
  .workshops-grid .workshops-grid-cell .workshop-buttons > span,
  .workshops-grid .workshops-grid-cell .workshop-buttons > a {
    font-size: 1.0625rem; }

  .workshop-popup-modal {
    font-size: 1.203125rem; }
    .workshop-popup-modal .workshop-card {
      width: 80%; }
      .workshop-popup-modal .workshop-card .section-title {
        margin-bottom: 40px;
        font-size: 1.53125rem; }
      .workshop-popup-modal .workshop-card .big-text {
        font-size: 1.203125rem; }
      .workshop-popup-modal .workshop-card .workshop-card-inner {
        height: calc(100% - 80px);
        margin: 40px 40px 0; }
      .workshop-popup-modal .workshop-card .col, .workshop-popup-modal .workshop-card .col-1, .workshop-popup-modal .workshop-card .col-2, .workshop-popup-modal .workshop-card .col-3, .workshop-popup-modal .workshop-card .col-4, .workshop-popup-modal .workshop-card .col-5, .workshop-popup-modal .workshop-card .col-6, .workshop-popup-modal .workshop-card .col-7, .workshop-popup-modal .workshop-card .col-8, .workshop-popup-modal .workshop-card .col-9, .workshop-popup-modal .workshop-card .col-10, .workshop-popup-modal .workshop-card .col-11, .workshop-popup-modal .workshop-card .col-12,
      .workshop-popup-modal .workshop-card .col-sm-1, .workshop-popup-modal .workshop-card .col-sm-2, .workshop-popup-modal .workshop-card .col-sm-3, .workshop-popup-modal .workshop-card .col-sm-4, .workshop-popup-modal .workshop-card .col-sm-5, .workshop-popup-modal .workshop-card .col-sm-6, .workshop-popup-modal .workshop-card .col-sm-7, .workshop-popup-modal .workshop-card .col-sm-8, .workshop-popup-modal .workshop-card .col-sm-9, .workshop-popup-modal .workshop-card .col-sm-10, .workshop-popup-modal .workshop-card .col-sm-11, .workshop-popup-modal .workshop-card .col-sm-12,
      .workshop-popup-modal .workshop-card .col-md-1, .workshop-popup-modal .workshop-card .col-md-2, .workshop-popup-modal .workshop-card .col-md-3, .workshop-popup-modal .workshop-card .col-md-4, .workshop-popup-modal .workshop-card .col-md-5, .workshop-popup-modal .workshop-card .col-md-6, .workshop-popup-modal .workshop-card .col-md-7, .workshop-popup-modal .workshop-card .col-md-8, .workshop-popup-modal .workshop-card .col-md-9, .workshop-popup-modal .workshop-card .col-md-10, .workshop-popup-modal .workshop-card .col-md-11, .workshop-popup-modal .workshop-card .col-md-12 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0; }

  .section .section-content-wrapper.single-column {
    width: 55%; }

  .section.footer {
    position: relative;
    min-height: 650px; }
    .section.footer .section-inner .container {
      height: 100%; }
    .section.footer .section-inner .section-content-wrapper {
      height: calc(100% - 400px);
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-line-pack: center;
      -webkit-align-content: center;
      align-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .section.footer .section-inner .section-content-wrapper .logo-footer {
      width: 21vw; }
    .section.footer .section-inner .footer-content {
      width: 100%;
      margin-bottom: 0;
      height: 400px;
      text-align: center; }
    .section.footer .section-inner .footer-content .container {
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden; }
    .section.footer .section-inner .footer-content .footer-content-inner {
      width: 80%;
      margin: 0 auto 40px; }
    .section.footer .section-inner .footer-content .site-info a.underlined-link::after {
      bottom: -2px;
      background-color: #ffffff; }
    .section.footer.no-call-to-action .section-content-wrapper {
      height: calc(100% - 280px); }
    .section.footer.no-call-to-action .footer-content {
      height: 280px; }

  .call-to-action-box {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 990px;
    padding: 0;
    overflow: hidden; }
    .call-to-action-box .call-to-action-box-col:first-child {
      width: calc(100% - 185px);
      letter-spacing: 0.03rem; }
      .call-to-action-box .call-to-action-box-col:first-child .call-to-action-box-col-inner {
        margin: 30px 40px 30px 0;
        text-align: left; }
      .call-to-action-box .call-to-action-box-col:first-child .big-text {
        letter-spacing: 0.1rem; }
    .call-to-action-box .call-to-action-box-col:last-child {
      width: 185px;
      position: relative; }
      .call-to-action-box .call-to-action-box-col:last-child .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-top-width: 0;
        border-bottom-width: 0;
        font-size: 1.203125rem;
        letter-spacing: 0.1rem; }

  .board {
    margin: 70px 0; }
    .board .board-inner {
      padding: 50px 0 100px; }
      .board .board-inner .board-item {
        margin-bottom: 0;
        border-right: 1px solid #000000; }
      .board .board-inner .board-item:nth-child(3n) {
        border-right: 1px solid #000000; }
      .board .board-inner .board-item:last-child {
        border-right: none; }
    .board.light .board-inner .board-item {
      border-color: #ffffff; }
    .board.light .board-inner .board-item:nth-child(3n) {
      border-color: #ffffff; }

  .workshop-popup-modal .workshop-card .call-to-action-box {
    max-width: 100%;
    margin-top: 60px; }
  .workshop-popup-modal .workshop-card .call-to-action-box .call-to-action-box-col:first-child {
    width: calc(100% - 165px); }
  .workshop-popup-modal .workshop-card .call-to-action-box .call-to-action-box-col:last-child {
    width: 165px;
    position: relative; }

  .home #section4 .board {
    /*
    .board-item a > h2::after {
        content: '';
        width: 0;
        bottom: 0;
        height: 1px;
        display: block;
        background-color: $color_white;
    }
    
    .board-item a:hover > h2::after {
        width: 100%;
    }
    */ }
    .home #section4 .board .board-item {
      border-bottom: none;
      border-right-width: 1px;
      border-right-style: solid; }
    .home #section4 .board .board-item:last-child {
      margin-bottom: 0;
      border-right: none; }
    .home #section4 .board .board-item a {
      display: block; }
    .home #section4 .board .board-item a:hover {
      text-decoration: none; }
    .home #section4 .board .board-item a > h2 {
      display: inline-block;
      position: relative;
      text-decoration: none; }
    .home #section4 .board .board-item a:hover > h2 {
      text-decoration: underline; }

  .workshops #section2 .board .board-item:nth-child(2n) {
    border-right-width: 1px;
    border-right-style: solid; }

  .workshops #section3 .board .board-item:nth-child(2n) {
    border-right-width: 1px;
    border-right-style: solid; }

  .col-5c-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-5c-lg-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-5c-lg-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-5c-lg-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-5c-lg-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .case-study-grid .case-study-grid-cell .case-study-info-wrapper .case-study-desc {
    -webkit-line-clamp: 3; } }
@media (min-width: 1200px) {
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info {
    padding: 10px 20px 20px;
    transform: translate3d(0, 100%, 0) translate3d(0, -46px, 0); }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-name {
    height: 30px;
    font-size: 1.203125rem; }
  .case-study-grid .case-study-grid-cell .case-study-wrapper .case-study-info > .case-study-details {
    height: calc(100% - 30px); }

  .workshops-grid .workshops-grid-cell .workshop-wrapper .workshop-info > .workshop-name {
    font-size: 1.078125rem;
    transform: translate3d(0, 52px, 0); }

  .col-5c-xl-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-5c-xl-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .col-5c-xl-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .col-5c-xl-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .col-5c-xl-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1350px) {
  .container {
    max-width: 1290px; }

  /*
  .home #section4 {
      .tasmanian-grid {
          width: 100%;
      }
  }
  */
  .grow-your-venture #section4 .case-study-grid {
    width: 100%; }

  .seek-investment #section4 .case-study-grid {
    width: 100%; }

  .find-talented-people #section4 .case-study-grid {
    width: 100%; }

  .inspire-your-community #section4 .case-study-grid {
    width: 100%; }

  .teach-tasmanian #section4 .case-study-grid {
    width: 100%; }

  .the-story #section4 .tasmanian-grid {
    width: 100%; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section .section-content-wrapper.hide-elements p, .section .section-content-wrapper.hide-elements h2, .section .section-content-wrapper.hide-elements h3, .section .section-content-wrapper.hide-elements .section-separator, .section .section-content-wrapper.hide-elements .board {
    visibility: visible; }

  .get-started #section1 .section-content-wrapper.main {
    visibility: visible; } }

.social {
padding-bottom:10px;
}

.social img {
	margin:5px;
	height: 15px;
}

