/*==================
GENERAL
==================*/
@media (min-width: 768px) {
  html {
    font-size: 16px; } }

@media (min-width: 992px) {
  html {
    font-size: 18px; } }

body {
  font-family: "Lato", sans-serif;
  color: "Lato", sans-serif;
  margin: 0 auto;
  font-size: 14px; }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1450px) {
    body {
      font-size: 18px; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

/*******************
BUTTONS
*******************/
.button {
  color: #444444;
  font-family: "Lato", sans-serif;
  margin: 2.5rem auto 0;
  font-size: 112.5%;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 0.0625rem solid;
  font-weight: 300; }
  .button:hover ~ .arrow {
    animation: arrow 0.5s infinite alternate; }

.arrow {
  color: #444444;
  position: relative;
  left: 0;
  top: 0.1875rem;
  font-size: 162.5%;
  vertical-align: bottom; }

@-webkit-keyframes arrow {
  0% {
    left: 0; }
  100% {
    left: 0.375rem; } }

/*========================
LP - HERO
=========================*/
.gtu-lp-hero {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh; }
  .gtu-lp-hero .img1, .gtu-lp-hero .img2, .gtu-lp-hero .img3 {
    height: 100vh;
    width: 100%;
    position: absolute; }
  .gtu-lp-hero .img1 {
    background: url("../images/img1.jpg") center center;
    background-size: cover;
    animation: pic-rotation 6s 0s ease-in-out infinite;
    opacity: 0; }
  .gtu-lp-hero .img2 {
    background: url("../images/img2.jpg") center center;
    background-size: cover;
    animation: pic-rotation 6s 2s ease-in-out infinite;
    opacity: 0; }
  .gtu-lp-hero .img3 {
    background: url("../images/img3.jpg") center center;
    background-size: cover;
    animation: pic-rotation 6s 4s ease-in-out infinite;
    opacity: 0; }

@-webkit-keyframes pic-rotation {
  0% {
    opacity: 0; }
  11.11% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  44.44% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .gtu-lp-hero .overlay {
    background: rgba(0, 83, 160, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  .gtu-lp-hero .hero {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 2; }
  .gtu-lp-hero .hero-logo {
    width: 13.125rem;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .gtu-lp-hero .hero-logo {
        width: 16.25rem; } }
    .gtu-lp-hero .hero-logo img {
      width: 100%; }
  .gtu-lp-hero .hero-title {
    width: 100%;
    padding: 1.875rem;
    text-align: center;
    max-width: 65.625rem;
    margin: 0 auto; }
    .gtu-lp-hero .hero-title h1 {
      font-size: 1.625rem;
      line-height: 1.875rem;
      font-weight: 700;
      max-width: 64rem;
      margin: 0 auto 1.25rem; }
      @media (min-width: 992px) {
        .gtu-lp-hero .hero-title h1 {
          font-size: 2.6875rem;
          line-height: 3rem; } }
    .gtu-lp-hero .hero-title p {
      font-size: 1.125rem;
      line-height: 1.5rem; }
      @media (min-width: 992px) {
        .gtu-lp-hero .hero-title p {
          font-size: 1.25rem;
          line-height: 1.625rem; } }

/*========================
LP - CONTENT
=========================*/
.lp-sec1 {
  padding: 1.25rem 0 2.5rem;
  background: #FFFFFF; }
  @media (min-width: 768px) {
    .lp-sec1 {
      padding: 5rem 0 5rem; } }
  .lp-sec1 .content {
    text-align: center;
    margin: 0 0 2.5rem; }
  .lp-sec1 .gone {
    visibility: hidden; }
  .lp-sec1 p {
    color: #dd1e25;
    margin: 0 auto;
    font-size: 137.5%;
    line-height: 1.75rem; }
  .lp-sec1 .points {
    margin: 0 0 3.125rem;
    text-align: center; }
    @media (min-width: 768px) {
      .lp-sec1 .points {
        margin: 1.875rem 0 3.75rem;
        padding: 0 0.625rem; } }
    .lp-sec1 .points h2 {
      font-size: 137.5%;
      line-height: 1.5rem;
      font-weight: 700;
      color: #dd1e25;
      margin: 0 auto 0.3125rem; }
    .lp-sec1 .points p {
      color: #444444;
      margin: 0 auto;
      font-size: 100%;
      line-height: 1.25rem; }
    .lp-sec1 .points a {
      color: #444444;
      margin: 0;
      width: 100%;
      display: block; }
    .lp-sec1 .points .button {
      font-size: 100%;
      line-height: 1.25rem;
      margin: 1.25rem 0 0; }
  .lp-sec1 .lp-img {
    width: 100%;
    margin: 0 auto 1.875rem; }
    .lp-sec1 .lp-img img {
      width: 100%;
      border-radius: 1.25rem; }
  .lp-sec1 .past {
    background: #aeaeae;
    margin: 0.625rem auto;
    color: #FFFFFF;
    width: 15rem;
    font-size: 0.8125rem;
    padding: 0.3125rem 0;
    text-transform: uppercase;
    letter-spacing: 0.125rem; }

/*========================
FOOTER - MADE BY
=========================*/
.footer {
  background: #333333;
  color: #FFFFFF;
  padding: 0.3125rem 0;
  text-align: center;
  font-size: 81.25%; }
  .footer a {
    color: #FFFFFF; }

/*==================
COOKIE CONSENT
==================*/
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: white;
  background: #aeaeae; }

.alert {
  border: 0;
  padding: 16px; }

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms; }

.cookiealert a {
  text-decoration: underline;
  color: white; }

.cookiealert .acceptcookies {
  vertical-align: baseline;
  display: block;
  font-size: 14px; }

.acceptcookies {
  padding: 10px;
  text-align: center;
  margin: 16px auto 0;
  border-radius: 0;
  background: transparent;
  width: 110px;
  color: white; }

@media (min-width: 768px) {
  .alert {
    padding: 0 0 15px; }
  .cookiealert .acceptcookies {
    margin-left: 30px;
    display: inline; } }
