<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-gradient {
  color: #2e7cf6;
}
.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  margin: 26px 0 16px;
  letter-spacing: -2%;
}
.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  color: #545173;
}
.tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 42px;
  border-radius: 8px;
  margin: 16px auto 24px;
  padding: 4px;
  background-color: #e8eaeb;
  box-sizing: border-box;
}

.btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  max-width: 134px;
  height: 34px;
  background-color: transparent;
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 8px;
}
/*.btn-video {*/
/*    margin-right: 8px;*/
/*}*/
.btn-toggle svg {
  margin-right: 8px;
}

.btn-toggle.btn-video svg path {
  fill: #9f9f9f;
}

.btn-toggle-active {
  font-weight: 590;
  color: #242424;
  background-color: #fff;
}

.btn-toggle-active.btn-video svg path {
  fill: #242424;
}
.btn-toggle-active.btn-text svg rect {
  fill: #242424;
}

.block-text {
  display: none;
  margin-top: 16px;
}

.menu {
  display: flex;
  align-items: center;
  min-height: 24px;
  height: auto;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.menu-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.menu-text {
  position: relative;
  text-align: left;
}

.menu-text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.icon-symbol {
  position: relative;
  width: 21px;
  height: 14px;
  margin-top: -2px;
}
.menu.menu-max {
  margin-right: -10px;
}
.menu-text-flx .menu-browsie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  background: #ececec;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  margin-left: 6px;
}
.menu-text-flx {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.menu-browsie img {
  margin-left: 4px;
}
.menu-last {
  align-items: baseline;
  margin-top: -5px;
  margin-left: 5px;
}

.menu-last .menu-icon {
  position: relative;
  top: 5px;
}

.arrow-animation {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 45px;
  height: 64px;
  transform: rotate(41deg);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .block-text {
    width: fit-content;
    margin: 0 auto;
  }
  .arrow-animation {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .block-text {
    width: fit-content;
    margin: 0 auto;
  }
  .arrow-animation {
    display: none;
  }
}
</pre></body></html>