.header {
  width: 100%;
  min-width: 320px;
}
.header__bread-crumbs {
  -webkit-align-self: start;
          align-self: start;
  font-size: 1.2rem;
  line-height: 18px;
  width: 100%;
  color: rgb(31, 50, 63);
}
.theme-light .header__bread-crumbs {
  color: rgb(31, 50, 63);
}
.theme-light-alt .header__bread-crumbs {
  color: rgb(31, 50, 63);
}
.theme-dark .header__bread-crumbs {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .header__bread-crumbs {
  color: rgb(255, 255, 255);
}
.theme-blue .header__bread-crumbs {
  color: rgb(255, 255, 255);
}
.header__bread-crumbs a {
  color: rgb(31, 50, 63);
}
.theme-light .header__bread-crumbs a {
  color: rgb(31, 50, 63);
}
.theme-light-alt .header__bread-crumbs a {
  color: rgb(31, 50, 63);
}
.theme-dark .header__bread-crumbs a {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .header__bread-crumbs a {
  color: rgb(255, 255, 255);
}
.theme-blue .header__bread-crumbs a {
  color: rgb(255, 255, 255);
}
.header__bread-crumbs a:hover {
  text-decoration: underline;
}
.header__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: none;
  border: 13px rgb(10, 109, 230) solid;
  position: relative;
}
.header__title {
  margin-top: 30px;
  text-align: center;
}
.header__subtitle {
  margin-top: 50px;
  padding-bottom: 0;
}
.header__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header_full {
  display: block;
}
.header_mobile {
  display: none;
}
.header__badge {
  position: absolute;
  padding: 30px;
  background: rgb(10, 106, 240);
  -webkit-transform: rotate(-90deg) translate(100%, 0);
       -o-transform: rotate(-90deg) translate(100%, 0);
          transform: rotate(-90deg) translate(100%, 0);
  -webkit-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  z-index: 1;
}
.header__badge-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  border: 6.1px rgb(10, 109, 230) solid;
  border-color: rgb(255, 255, 255);
}
.header__badge-text {
  color: rgb(255, 255, 255);
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.header .video-container .iframe article {
  width: inherit;
  height: inherit;
}

.tab {
  font-size: 1.4rem;
  padding: 13px 38px;
  border: none;
  background-color: transparent;
  position: relative;
  color: rgb(94, 112, 122);
}
.theme-light .tab {
  color: rgb(94, 112, 122);
}
.theme-light-alt .tab {
  color: rgb(94, 112, 122);
}
.theme-dark .tab {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark-alt .tab {
  color: rgba(255, 255, 255, 0.5);
}
.theme-blue .tab {
  color: rgba(255, 255, 255, 0.5);
}
.tab:hover {
  color: rgb(94, 112, 122);
}
.theme-light .tab:hover {
  color: rgb(94, 112, 122);
}
.theme-light-alt .tab:hover {
  color: rgb(94, 112, 122);
}
.theme-dark .tab:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark-alt .tab:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-blue .tab:hover {
  color: rgba(255, 255, 255, 0.5);
}
.tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(255, 255, 255);
}
.tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: rgb(10, 109, 230);
}
.tab--selected {
  color: rgb(31, 50, 63);
  background: rgba(10, 109, 230, 0.1);
}
.theme-light .tab--selected {
  background: rgba(10, 109, 230, 0.1);
  color: rgb(31, 50, 63);
}
.theme-light-alt .tab--selected {
  background: rgba(10, 109, 230, 0.1);
  color: rgb(31, 50, 63);
}
.theme-dark .tab--selected {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.theme-dark-alt .tab--selected {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.theme-blue .tab--selected {
  color: rgb(255, 255, 255);
}
.tab--selected:hover {
  color: rgb(31, 50, 63);
}
.theme-light .tab--selected:hover {
  color: rgb(31, 50, 63);
}
.theme-light-alt .tab--selected:hover {
  color: rgb(31, 50, 63);
}
.theme-dark .tab--selected:hover {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .tab--selected:hover {
  color: rgb(255, 255, 255);
}
.theme-blue .tab--selected:hover {
  color: rgb(255, 255, 255);
}
.tab--selected::after {
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(10, 109, 230);
}