/* @import url("fonts.css"); */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #14181b;
  color: #ffffff;
  position: relative;
  overflow: auto;
}

main {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .tabs-block {
  margin-top: 120px;
  width: 1280px;
  display: flex;
  flex-direction: column;
}

main .tabs-block h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

main .tabs-block .switch {
  margin: 48px auto 40px;
  height: 60px;
  border: 1px solid white;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  position: relative;
}

main .tabs-block .switch a {
  margin: 0;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  align-content: center;
  text-decoration: none;
  color: white;
}

main .tabs-block .switch a.active {
  color: black;
}

main .tabs-block .switch div {
  position: absolute;
  width: 100px;
  background-color: #00daa9;
  border-radius: 27px;
  height: 54px;
  z-index: -1;
  top: 3px;
  left: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

main .tabs-block .content {
}

main .tabs-block .content > div {
  display: none;
}

main .tabs-block .content > div.active {
  display: flex;
}

.green-button {
  background-color: #00daa9;
  height: 60px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  align-content: center;
  color: #14181b;
  padding: 0 35px;
}

h1,
h2,
h3,
p {
  user-select: none;
}

@media (max-width: 360px) {
  main .tabs-block {
    margin-top: 72px;
    width: 328px;
    padding-left: 16px;
    padding-right: 16px;
  }

  main .tabs-block .switch {
    height: 48px;
    margin: 32px auto 28px;
  }

  .green-button {
    height: 40px;
  }

  main .tabs-block .switch div {
    height: 42px;
  }
}

#video {
  aspect-ratio: 16 / 9;
  display: table;
  justify-content: center;
  align-items: center;
}

#video img {
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}

.type-column-content {
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
}

.type-column-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
