:root {
  --black: black;
  --black_16: rgba(0, 0, 0, 0.16);
  --coal: #2E2E2E;
  --blue: #1E589B;
  --blue_dark: #13437A;
  --blue_light: #5295B4;
  --blue_field_focus: #e5ecef;
  --grey: #989898;
  --grey_placeholder: #919191;
  --tin: #ECF0F0;
  --silver: #F9F8F4;
  --cream: #F5F4EE;
  --white: white;
  --green: #2F772B;
  --success: var(--green);
  --green_light: #58DD51;
  --red: #CC3131;
  --error: var(--red);
  --filter_yellow: #FDDD55;
  --filter_red: #D6532A;
  --filter_blue: #419DD9;
  --filter_purple: #B02BC3;
  --search_border: #43527e;
  --arrow_green: #82CB77;
  --arrow_green_dark: #144C0B;
  --font_sans: "Poppins", sans-serif;
  --font_heading: "Antonio", sans-serif;
  --font_serif: "Crimson Pro", serif;
}

.clips__heading, .clips_list__search__copy.site__copy strong, .clip_list__card__type span, .clips_list__title {
  letter-spacing: 0.06em;
  font-family: var(--font_heading);
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-0.07em);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.site__copy > * + *,
.site__copy > * + a > * {
  margin-top: 0.8em;
}
.site__copy *[style*="max-width:"][style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}
.site__copy p,
.site__copy li {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 961px) {
  .site__copy p,
  .site__copy li {
    line-height: 1.4444444444;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .site__copy p,
  .site__copy li {
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.site__copy ul,
.site__copy ol {
  margin-bottom: 0;
  margin-left: 1.125em;
  padding-left: 0;
}
.site__copy p + ul,
.site__copy p + ol {
  margin-top: 1em;
}
.site__copy li + li {
  margin-top: 0.125em;
}

.clearfix,
.group {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after {
  clear: both;
}

a {
  text-underline-offset: 0.2em;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--cream);
  color: var(--coal);
  margin-top: 0 !important;
}

body {
  font-family: var(--font_serif);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.375;
  background-color: var(--grey);
}
body.kioskboard-body-padding {
  padding-bottom: 0 !important;
}

.site__border {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.site__container {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  margin: auto;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
  background-color: var(--cream);
  background-image: url("../images/bg-texture.png");
  background-position: cover;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 180px;
}

.site__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site__content > section {
  width: 100%;
}

.svg_defs {
  display: none;
}

.site__header {
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  height: 85px;
  overflow: visible;
  color: var(--white);
}

.site__header__logo {
  width: 160px;
  height: 85px;
}
.site__header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site__header__filter_count__container {
  display: inline-flex;
  margin-left: auto;
  margin-right: 50px;
  justify-content: flex-start;
  transition: opacity 0.2s, visibility 0.2s;
}
.bio--open .site__header__filter_count__container {
  opacity: 0;
  visibility: hidden;
}

.site__header__filter_count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  height: 50px;
  padding-right: 46px;
  font-family: var(--font_sans);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  color: var(--blue_dark);
}

.section-clips_list {
  position: relative;
  height: 100%;
}

.clips_list {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s, visibility 0.2s;
}
.bio--open .clips_list {
  opacity: 0;
  visibility: hidden;
}

.clips_list__content .site__inner {
  height: 100%;
  padding-right: 0;
}

.clips_list__scrollable {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-right: 50px;
  height: 100%;
  max-height: 1080px;
}
.clips_list__scrollable:before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 100vh;
  opacity: 1;
  background-image: url("../images/bg-header-dark.png");
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
}
.clips_list__scrollable:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
  background-image: linear-gradient(to bottom right, #071C4A 0%, #1E70C2 100%);
}

.clips_list__intro {
  z-index: 5;
  position: relative;
  margin-top: 145px;
}

.clips__swipe {
  margin-top: 65px;
}
.clips__swipe img {
  display: block;
  height: auto;
}

.clips__heading {
  letter-spacing: 0em;
  font-size: 100px;
  line-height: 1;
  margin-right: -40px;
  color: var(--white);
}
.clips__heading span {
  display: block;
  font-size: 56px;
  margin-bottom: -0.0125em;
}

.clips_list__intro__copy.site__copy {
  margin-top: 24px;
  max-width: 480px;
  color: var(--white);
}
.clips_list__intro__copy.site__copy p,
.clips_list__intro__copy.site__copy li {
  font-size: 24px;
  line-height: 1.4166666667;
}

.clips_list__search {
  z-index: 5;
  position: relative;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  padding-bottom: 130px;
}

.clips_list__search__label {
  cursor: pointer;
}
.clips_list__search__label span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.clips_list__search__label svg {
  display: block;
  width: 64px;
  height: auto;
  transform: translateX(-50%);
}

.clips_list__search__copy.site__copy {
  margin-top: 16px;
  color: var(--white);
}
.clips_list__search__copy.site__copy p,
.clips_list__search__copy.site__copy li {
  font-size: 24px;
  line-height: 1.4583333333;
}
.clips_list__search__copy.site__copy strong {
  letter-spacing: 0em;
  display: block;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 1.2083333333;
  text-transform: uppercase;
  border-bottom: solid 1px var(--search_border);
}

.clips_list__items {
  z-index: 10;
  position: relative;
  grid-column: 2;
  grid-row: 1/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  padding-top: 120px;
  padding-bottom: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.2s, visibility 0.2s;
}
.clips_list__items::-webkit-scrollbar {
  display: none;
}

.clips_list__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 24px;
  padding: 0 48px 40px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to top, white 0%, #E2E6E9 85%);
  transition: background 0.2s;
}
.clips_list__card > a {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clips_list__card > a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clips_list__card__media {
  position: relative;
  height: 0;
  margin-top: -20px;
  padding-bottom: 58.8235294118%;
}

.clips_list__card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.clips_list__card__icon {
  z-index: 5;
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.clips_list__card__icon .border {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.6);
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: auto;
  color: var(--black);
}
.clips_list__card__icon .border > span {
  font-family: var(--font_sans);
  font-size: 18px;
  font-weight: 500;
}
.clips_list__card__icon img {
  display: block;
  width: 16px;
  height: auto;
  margin-right: 18px;
}

.clip_list__card__type {
  position: absolute;
  bottom: 0;
  left: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  width: 118px;
  height: 24px;
  background-color: var(--black);
  color: var(--white);
  transform: translateY(50%);
  transition: background 0.2s;
}
.clips_list__card:hover .clip_list__card__type, .clips_list__card:focus-within .clip_list__card__type {
  background-color: var(--blue_dark);
}
.clip_list__card__type span {
  letter-spacing: 0.09em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.clip_list__card__type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background-color: lime;
}
.clip_list__card__type.clip_list__card__type--athlete:before {
  background-color: var(--filter_yellow);
}
.clip_list__card__type.clip_list__card__type--builder:before {
  background-color: var(--filter_red);
}
.clip_list__card__type.clip_list__card__type--team:before {
  background-color: var(--filter_blue);
}
.clip_list__card__type.clip_list__card__type--olympian:before {
  background-color: var(--filter_purple);
}

.clips_list__title {
  align-self: flex-end;
  letter-spacing: 0em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3125;
  color: var(--black);
  transition: color 0.2s;
}
.clips_list__card:hover .clips_list__title, .clips_list__card:focus-within .clips_list__title {
  color: var(--blue_dark);
}

.clips_list__description p {
  font-family: var(--font_sans);
  font-size: 20px;
  line-height: 1.3;
}

.clips_list__search__form {
  position: absolute;
  left: 0;
  bottom: 135px;
  width: 100%;
}

.clips_list__search__form--detail {
  bottom: 42px;
}

.clips_list__nav {
  z-index: 30;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.clips_list__nav__border {
  z-index: 50;
  position: absolute;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: rgba(228, 228, 223, 0.5);
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: auto;
}
.clips_list__nav__border svg {
  transform: translateY(6px);
}

.clips_list__nav__border--disabled {
  opacity: 0;
  visibility: hidden;
}

.clips_list__nav__border--prev {
  right: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.clips_list__nav__border--prev svg {
  display: block;
  height: auto;
  transform: scaleY(-1) translateY(6px);
}

.clips_list__nav__border--next {
  right: 70px;
}

.clips_list__nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50%;
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.clips_list__nav__item:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}
.clips_list__nav__item:focus {
  outline: 0;
}

.clips_media__container {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.media--open .clips_media__container {
  opacity: 1;
  visibility: visible;
}

.clips_media {
  position: relative;
  width: 1920px;
  height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 156px;
  border: none;
  overflow: hidden;
  background-color: var(--black);
}

.clips_media__slides__item {
  position: relative;
  width: 1446px;
  height: 0;
  padding-bottom: 56.22406639%;
  margin: 0 auto;
}

.clips_media__video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.clips_media__nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clips_media__nav__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 200;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  border: 0;
  background: #82CB77;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.clips_media__nav__item:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}
.clips_media__nav__item:active .text {
  color: var(--white);
}
.clips_media__nav__item svg {
  display: block;
  width: 40px;
  height: auto;
  transform: translateY(2px);
}
.clips_media__nav__item .text {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  /* 80% */
  text-transform: uppercase;
  color: var(--arrow_green);
  transition: color 0.2s;
}

.clips_media__nav__item--prev {
  left: 0;
  padding-right: 20px;
  border-radius: 0 100px 100px 0;
}
.clips_media__nav__item--prev svg {
  transform: scaleX(-1) translateY(2px);
}
.clips_media__nav__item--prev .text {
  left: 100%;
}

.clips_media__nav__item--next {
  right: 0;
  padding-left: 20px;
  border-radius: 100px 0 0 100px;
}
.clips_media__nav__item--next .text {
  right: 100%;
}

.clips_media__close {
  z-index: 10;
  position: relative;
  width: 322px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  border-radius: 50px;
  border: 8px solid #350B0B;
  background: #F36265;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #350B0B;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.clips_media__close:active {
  background-color: var(--red);
  color: var(--white);
}
.clips_media__close:focus {
  outline: 0;
}
.clips_media__close .text {
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transform: translateY(-2px);
}

.clips__scroll {
  z-index: 50;
  position: absolute;
  top: 120px;
  right: 18px;
  width: 14px;
  height: calc(100% - 120px - 24px);
}

.clips__scroll__track {
  position: relative;
  height: 100%;
}

.clips__scroll__indicator {
  position: relative;
  width: 14px;
  height: 100px;
  border-radius: 50px;
  will-change: transform;
  background: rgba(0, 0, 0, 0.5);
}
