@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* default */

* {
  padding: 0;
  margin: 0;
  border: 0;
  background: center/cover;
}

html {
  position: relative;
}

body {
  font-family: 'Inter';
}

.area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card,
.button {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  transition: .3s;
}

iframe {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  color: inherit;
  font-size: 1em;
  transition: .3s;
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

*:focus {
  outline: none;
}

*::placeholder {
  color: inherit;
  opacity: .5;
  transition: .3s;
}

input[type=button],
input[type=submit],
button,
.close {
  cursor: pointer;
}

/*  */

header {
  background: #FFF;
}

header .container {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .predictor-button>* {
  display: flex;
  width: fit-content;
  height: 48px;
  padding: 0 16px;
  align-items: center;
  gap: 0 8px;
  color: #F9B669;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 6px;
}


header .predictor-button>* span {
  background: linear-gradient(272deg, #BE1E2D -24.87%, #F6921E 98.46%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1200px) {
  header .predictor-button>*:hover {
    background: linear-gradient(272deg, rgba(190, 30, 45, 0.10) -24.87%, rgba(246, 146, 30, 0.10) 98.46%);
  }
}

@media (max-width: 1199px) {
  header .container {
    height: 64px;
  }

  header .brand img {
    height: 36px;
  }

  header .predictor-button>* {
    padding: 0;
    height: fit-content;
    gap: 0;
  }

  header .predictor-button>* span {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  header .container {
    flex-direction: column;
    gap: 12px 0;
    align-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/*  */

footer {
  background: #FFF;
}

footer .top {
  padding: 48px 0;
}

footer .top .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

footer .top .info {
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #6B7180;
  font-size: 14px;
  font-weight: 600;
  line-height: 145%;
}

@media (min-width: 1200px) {
  footer .top .info:nth-child(2) {
    position: relative;
    padding: 0 75px;
    justify-content: center;
  }

  footer .top .info:nth-child(2)::after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 1px;
    height: 40px;
    background: #DCDEE3;
  }

  footer .top .info:nth-child(2)::before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 1px;
    height: 40px;
    background: #DCDEE3;
  }

  footer .top .info:nth-child(3) {
    justify-content: flex-end;
  }
}

footer .top .title {
  display: block;
  color: #121315;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

footer .top .icon {
  border: 8px solid #FEF4E8;
  background: #FFF;
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

footer .top .icon img {
  height: 20px;
  width: 20px;
}

@media (max-width: 1199px) {
  footer .top {
    padding: 16px 0;
  }

  footer .top .container {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }

  footer .top .info:nth-child(n+2) {
    border-top: 1px solid #DCDEE3;
    padding-top: 20px;
  }
}

footer .middle {
  color: #0F111A;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
}

@media (min-width: 1200px) {
  footer .middle {
    border-top: 1px solid #DCDEE3;
  }
}

footer .middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

@media (max-width: 1199px) {
  footer .middle {
    border-top: 1px solid #DCDEE3;
    border-bottom: 1px solid #DCDEE3;
  }

  footer .middle .container {
    flex-direction: column;
    gap: 12px 0;
    justify-content: center;
    height: 100px;
    text-align: center;
  }
}

footer .social-media {
  display: flex;
  gap: 0 16px;
}

footer .bottom {
  color: #57585F;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

footer .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

@media (max-width: 1199px) {
  footer .bottom .container {
    flex-direction: column;
    height: 110px;
    gap: 12px 0;
    justify-content: center;
  }
}

footer .bottom img {
  height: 32px;
}


/*  */

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 70px 0;
}

@media (min-width: 992px) {
  main .container {
    max-width: 780px;
  }
}

@media (min-width: 1200px) {
  main .container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  main {
    padding: 42px 0;
  }
}

main .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  main .background.responsiveness {
    display: none;
  }
}

main .container {
  position: relative;
}

main .row {
  align-items: center;
}


@media (min-width: 1200px) {
  main .col-xl-5 {
    padding-right: 70px;
  }
}

@media (max-width: 1199px) {
  main .row {
    gap: 32px 0;
  }

  main .col-xl-5>div.introduction {
    padding-right: 10vw;
  }

  main .col-xl-5>div.steps>div {
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  main .col-xl-5>div.introduction {
    padding-right: 15vw;
  }

  main .col-xl-5>div.steps>div {
    padding-right: 15vw;
  }

  main .col-xl-5>div.steps>div:last-child {
    padding-right: 10vw;
  }
}

@media (max-width: 575px) {
  main .col-xl-5>div.introduction {
    padding-right: 20%;
  }
}


main .title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 24px;
}

main .title span span {
  color: #F6921E;
}

@media (max-width: 1199px) {
  main .title {
    font-size: 24px;
  }
}

main .introduction .content {
  padding-bottom: 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 145%;
}

.steps {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (max-width: 1199px) {
  .steps {
    padding-bottom: 24px;
  }
}


.step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 12px;
}

.step .number {
  width: 45px;
  color: rgba(211, 201, 255, 0.30);
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
}

.step .content {
  color: #C3CBD6;
  font-size: 14px;
  line-height: 150%;
}

.step .content strong {
  color: #FFF;
  font-weight: 500;
}

.prediction-button a {
  display: flex;
  height: 56px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  border-radius: 6px;
  background: linear-gradient(265deg, #BE1E2D -230%, #F6921E 130.13%);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: fit-content;
  transition: none;
}

.prediction-button a:hover {
  background: #F6921E;
}

@media (max-width: 1199px) {
  .prediction-button a {
    height: 48px;
    width: auto;
    font-size: 14px;
    padding: 0 16px;
  }
}

.video {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}


.video::before {
  content: '';
  border-radius: 0px 0px 16px 16px;
  background: #F6921E;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 1.5%;
  opacity: 0.5;
  width: 97%;
}

.video::after {
  content: '';
  border-radius: 0px 0px 16px 16px;
  background: #F6921E;
  height: 8px;
  position: absolute;
  bottom: -16px;
  left: 3%;
  opacity: 0.25;
  width: 94%;
}

@media (max-width: 1199px) {
  .video::before {
    height: 4px;
    bottom: -4px;
  }

  .video::after {
    height: 4px;
    bottom: -8px;
  }

  .video .video-player {
    padding: 2px 2px;
  }
}

.video iframe {
  aspect-ratio: 1/0.5625;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .video iframe {
    border-radius: 8px;
  }
}

.video .thumbnail {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.5625;
}

.video .video-player {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1px 1px;
}

@media (max-width: 1199px) {
  .video .video-player {
    padding: 2px 2px;
  }
}

.video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .video {
    height: 386px;
  }
}

.thumbnail.playing {
  background-image: none !important;
  position: absolute;
}

.hide {
  display: none;
}