h1, h2 {
  color: #FFF;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.55);
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  /* 43.56px */ }

h2 {
  font-size: 28px;
  margin-bottom: 20px !important; }

p, li {
  color: #FFF;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 20px !important; }

ul {
  padding-bottom: 20px; }

li {
  margin-bottom: 0 !important; }

.accent, strong {
  font-weight: 500; }

.accent {
  font-size: 20px; }

.page-bgr {
  background-color: #351740;
  background-image: url("../assets/page-bgr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media (max-width: 1443px) {
    .page-bgr {
      background-size: auto; } }

header {
  height: 140px; }

.logo-box {
  position: fixed;
  left: 50%;
  width: 268px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../assets/logo-background.png");
  background-repeat: no-repeat;
  height: 140px;
  background-position-x: center;
  background-position-y: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px; }
  .logo-box img:not(.blick), .logo-box .clip-shine {
    position: absolute;
    width: 87px;
    height: 82px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  .logo-box .blick {
    position: absolute;
    left: -303px;
    top: -60px;
    -webkit-animation-name: blick1;
            animation-name: blick1;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes blick1 {
  0% {
    left: -303px;
    top: -260px; }
  30% {
    left: 0px;
    top: 60px; }
  99% {
    left: 0px;
    top: 60px; }
  100% {
    left: -303px;
    top: -160px; } }
@keyframes blick1 {
  0% {
    left: -303px;
    top: -260px; }
  30% {
    left: 0px;
    top: 60px; }
  99% {
    left: 0px;
    top: 60px; }
  100% {
    left: -303px;
    top: -160px; } }
  .logo-box .clip-shine {
    position: relative;
    -webkit-clip-path: url(#aureaClip);
            clip-path: url(#aureaClip); }
  .logo-box .l-img1 {
    opacity: 1;
    -webkit-animation-name: liquid1;
            animation-name: liquid1;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .logo-box .l-img2 {
    opacity: 0;
    -webkit-animation-name: liquid2;
            animation-name: liquid2;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes liquid1 {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes liquid1 {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes liquid2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes liquid2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1050px;
  gap: 40px;
  padding: 100px 30px 0 30px;
  margin: 0 auto; }

.content-next {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.5; }

.content-left {
  padding-top: 30px; }
  .content-left h1 {
    padding-bottom: 20px;
    line-height: 1.2; }
  .content-left a {
    display: block;
    padding-top: 20px; }

a.main-btn {
  width: 200px;
  height: 63px;
  position: relative; }
  a.main-btn img {
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  a.main-btn .img1 {
    opacity: 1; }
  a.main-btn .img2 {
    opacity: 0; }
  a.main-btn:hover .img1 {
    opacity: 0; }
  a.main-btn:hover .img2 {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 6px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 12px #8840EE);
            filter: drop-shadow(0 0 6px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 12px #8840EE); }
  a.main-btn:active .img1 {
    opacity: 0; }
  a.main-btn:active .img2 {
    opacity: .6;
    -webkit-filter: drop-shadow(0 0 3px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 6px #8840EE);
            filter: drop-shadow(0 0 3px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 6px #8840EE); }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #17071c57; }
  footer img {
    width: 70px; }
  footer .copyright-txt {
    font-family: Poppins;
    color: #ffffff4d;
    font-size: 14px; }

@media (max-width: 1000px) {
  .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 30px; }

  .content-left {
    padding: 0 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .cards-img {
    width: 100%; }

  .content-right {
    padding: 0 20px; }

  h1 {
    font-size: 36px; }

  p {
    font-size: 16px; }

  a.main-btn {
    margin: 0 auto; } }
