@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes glowPulse {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
            box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(0, 54, 137, 0.3);
            box-shadow: 0 0 20px rgba(0, 54, 137, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
            box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
  }
}
@keyframes glowPulse {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
            box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(0, 54, 137, 0.3);
            box-shadow: 0 0 20px rgba(0, 54, 137, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
            box-shadow: 0 0 5px rgba(0, 54, 137, 0.1);
  }
}
@-webkit-keyframes glowPulseWarm {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
            box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(233, 33, 48, 0.25);
            box-shadow: 0 0 20px rgba(233, 33, 48, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
            box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
  }
}
@keyframes glowPulseWarm {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
            box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(233, 33, 48, 0.25);
            box-shadow: 0 0 20px rgba(233, 33, 48, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
            box-shadow: 0 0 5px rgba(233, 33, 48, 0.1);
  }
}
@-webkit-keyframes glowOuterRing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 54, 137, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 54, 137, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 54, 137, 0);
            box-shadow: 0 0 0 15px rgba(0, 54, 137, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 54, 137, 0);
            box-shadow: 0 0 0 0 rgba(0, 54, 137, 0);
  }
}
@keyframes glowOuterRing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 54, 137, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 54, 137, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 54, 137, 0);
            box-shadow: 0 0 0 15px rgba(0, 54, 137, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 54, 137, 0);
            box-shadow: 0 0 0 0 rgba(0, 54, 137, 0);
  }
}
#homepage section.pof-blocks {
  -webkit-animation: fadeInUp 0.8s ease-out backwards;
          animation: fadeInUp 0.8s ease-out backwards;
}
#homepage section.pof-blocks:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#homepage section.pof-blocks:nth-of-type(2) {
  -webkit-animation-delay: calc(0.1s * 2);
          animation-delay: calc(0.1s * 2);
}
#homepage section.pof-blocks:nth-of-type(3) {
  -webkit-animation-delay: calc(0.1s * 3);
          animation-delay: calc(0.1s * 3);
}
#homepage section.pof-blocks:nth-of-type(4) {
  -webkit-animation-delay: calc(0.1s * 4);
          animation-delay: calc(0.1s * 4);
}
#homepage section.pof-blocks:nth-of-type(5) {
  -webkit-animation-delay: calc(0.1s * 5);
          animation-delay: calc(0.1s * 5);
}
#homepage section.pof-blocks:nth-of-type(6) {
  -webkit-animation-delay: calc(0.1s * 6);
          animation-delay: calc(0.1s * 6);
}
#homepage section.pof-blocks:nth-of-type(7) {
  -webkit-animation-delay: calc(0.1s * 7);
          animation-delay: calc(0.1s * 7);
}
#homepage section.pof-blocks:nth-of-type(8) {
  -webkit-animation-delay: calc(0.1s * 8);
          animation-delay: calc(0.1s * 8);
}
#homepage section.pof-blocks:nth-of-type(9) {
  -webkit-animation-delay: calc(0.1s * 9);
          animation-delay: calc(0.1s * 9);
}
#homepage section.pof-blocks:nth-of-type(10) {
  -webkit-animation-delay: calc(0.1s * 10);
          animation-delay: calc(0.1s * 10);
}

#homepage .single-box,
#homepage .training-box,
#homepage .courses-container--text,
#homepage .card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage .single-box:hover,
#homepage .training-box:hover,
#homepage .courses-container--text:hover,
#homepage .card:hover {
  -webkit-animation: glowPulse 1.5s ease-in-out infinite;
          animation: glowPulse 1.5s ease-in-out infinite;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#homepage .box-top .single-box--header,
#homepage .sign-up-cta--text-content,
#homepage .quote-box-container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage .box-top .single-box--header:hover,
#homepage .sign-up-cta--text-content:hover,
#homepage .quote-box-container:hover {
  -webkit-animation: glowPulseWarm 1.5s ease-in-out infinite;
          animation: glowPulseWarm 1.5s ease-in-out infinite;
}
#homepage .heading,
#homepage .body-text,
#homepage h1,
#homepage h2,
#homepage h3,
#homepage h4,
#homepage h5,
#homepage h6 {
  -webkit-animation: fadeIn 0.8s ease-out backwards;
          animation: fadeIn 0.8s ease-out backwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#homepage .primary-button,
#homepage .secondary-button,
#homepage button,
#homepage [role=button] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage .primary-button:hover,
#homepage .secondary-button:hover,
#homepage button:hover,
#homepage [role=button]:hover {
  -webkit-animation: glowOuterRing 1.5s infinite;
          animation: glowOuterRing 1.5s infinite;
}
#homepage .offer-block-elements > * {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
#homepage .offer-block-elements > *:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 54, 137, 0.2);
          box-shadow: 0 0 20px rgba(0, 54, 137, 0.2);
}

#homepage .section-background,
#homepage .courses-container__background {
  -webkit-animation: fadeIn calc(0.8s * 1.5) ease-out backwards;
          animation: fadeIn calc(0.8s * 1.5) ease-out backwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@media (max-width: 767px) {
  #homepage section.pof-blocks {
    -webkit-animation-duration: calc(0.8s * 0.7);
            animation-duration: calc(0.8s * 0.7);
  }
  #homepage section.pof-blocks:nth-of-type(n) {
    -webkit-animation-delay: 0.1s !important;
            animation-delay: 0.1s !important;
  }
  #homepage .slide-box--master-box:hover,
  #homepage .single-box:hover,
  #homepage .training-box:hover {
    -webkit-transform: none;
            transform: none;
  }
}