.style-profile-overview-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  -webkit-user-select: none;
}
.style-profile-overview-component .style-profile-overview-content {
  position: absolute;
  top: 0;
  left: 35px;
  right: 35px;
  bottom: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.style-profile-overview-component .style-profile-emblems-container {
  position: relative;
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: 10px;
}
.style-profile-overview-component .style-profile-emblem-slot {
  position: relative;
  width: 144px;
  height: 100%;
}
.style-profile-overview-component.loaded .style-profile-overview-content {
  opacity: 1;
  pointer-events: initial;
}
.style-profile-overview-component.loading .style-profile-overview-content {
  pointer-events: none;
}
.style-profile-overview-component .style-profile-loading-spinner {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: transparent url(/fe/lol-profiles/dd2196bbacfdeceb0b888f229f60cda0.png) no-repeat 50% 50%;
  background-size: contain;
}
.style-profile-overview-component.loading .style-profile-loading-spinner {
  animation: profile-fadein 250ms forwards, profile-spin 4000ms infinite linear;
}
.style-profile-overview-component.loaded .style-profile-loading-spinner {
  animation: profile-fadeout 250ms forwards, profile-spin 4000ms infinite linear;
}
@-moz-keyframes profile-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes profile-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes profile-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes profile-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes profile-fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes profile-fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-o-keyframes profile-fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes profile-fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-moz-keyframes profile-fadein {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes profile-fadein {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-o-keyframes profile-fadein {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes profile-fadein {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
/**
 * pointer-events are disabled by default for all children of lol-regalia-profile-element.
 * You must enable them explicitly for any child component wanting to enable mouse
 * events, such as hover detection to show a tooltip, etc.
 */
.style-profile-summoner-info-component {
  position: relative;
  height: 100%;
  width: 220px;
  flex-shrink: 0;
}
.style-profile-summoner-info-component .style-profile-summoner-xp-bar {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  top: 204px;
}
.style-profile-summoner-info-component .style-profile-summoner-status-icons {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: auto;
}
div.rcp-fe-lol-profiles-modal .style-profile-summoner-info-component {
  top: -79px;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  font-family: var(--font-display);
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  -webkit-user-select: none;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  text-transform: uppercase;
}
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(ko-kr),
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(ja-jp),
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(tr-tr),
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(el-gr),
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(th-th),
.style-profile-summoner-namings-component .style-profile-summoner-name:lang(zh-tw) {
  text-transform: none;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  text-transform: none;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  color: #f0e6d2;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  letter-spacing: 0.025em;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-summoner-namings-component {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  top: 147px;
}
.style-profile-summoner-namings-component .style-profile-summoner-name {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 4px;
}
.style-profile-summoner-namings-component .style-profile-summoner-club {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value {
  font-family: var(--font-display);
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display {
  font-family: var(--font-body);
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value,
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display {
  -webkit-user-select: none;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value,
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value {
  text-transform: uppercase;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(ko-kr),
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(ja-jp),
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(tr-tr),
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(el-gr),
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(th-th),
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(zh-tw) {
  text-transform: none;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display:lang(ja-jp) {
  font-size: 13px;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-summoner-level-bar-component {
  position: relative;
  width: 100%;
  height: 20px;
  pointer-events: auto;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-background {
  background-image: url(/fe/lol-profiles/b65b07f2075d6414cb0735572e7e8a0c.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-fill-container {
  position: absolute;
  left: 65px;
  right: 22px;
  height: 100%;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-fill-preloader {
  display: none;
  background-image: url(/fe/lol-profiles/debceb41fe789f0182bc71cd21f4cb5b.png), url(/fe/lol-profiles/281ac6e158e67ddcb826b57722ee5899.png);
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-fill {
  background-image: url(/fe/lol-profiles/debceb41fe789f0182bc71cd21f4cb5b.png);
  background-size: 100% 100%;
  height: 100%;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-plate {
  background-image: url(/fe/lol-profiles/f417f54cdf28c3add89f19c08ce3ec19.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-number-value {
  position: absolute;
  top: 1px;
  left: 27px;
  width: 34px;
  text-align: center;
  color: #f0e6d2;
}
.style-profile-summoner-level-bar-component .style-profile-summoner-level-bar-xp-progress-numbers-display {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.style-profile-summoner-level-bar-component:hover .style-profile-summoner-level-bar-xp-progress-fill {
  background-image: url(/fe/lol-profiles/281ac6e158e67ddcb826b57722ee5899.png);
}
.style-profile-summoner-level-bar-component:hover .style-profile-summoner-level-bar-xp-progress-numbers-display {
  display: block;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-family: var(--font-display);
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  -webkit-user-select: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  text-transform: uppercase;
}
.style-profile-emblem-header-title:lang(ko-kr),
.style-profile-emblem-header-subtitle:lang(ko-kr),
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-emblem-header-title:lang(tr-tr),
.style-profile-emblem-header-subtitle:lang(tr-tr),
.style-profile-emblem-header-title:lang(el-gr),
.style-profile-emblem-header-subtitle:lang(el-gr),
.style-profile-emblem-header-title:lang(th-th),
.style-profile-emblem-header-subtitle:lang(th-th),
.style-profile-emblem-header-title:lang(zh-tw),
.style-profile-emblem-header-subtitle:lang(zh-tw) {
  text-transform: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #a09b8c;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-emblem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-image: url(/fe/lol-profiles/35e9c856705fe621077f085b323695dd.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-wrapper:hover {
  background-image: url(/fe/lol-profiles/abf595d721cdf3f82a5fa4f5cdc8f78c.png);
}
.style-profile-emblem-header {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: fit-content;
  flex-shrink: 0;
  margin-top: 10px;
}
.style-profile-emblem-header-title {
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
  color: #cdbe91;
  margin-bottom: 2px;
  direction: rtl;
}
.style-profile-emblem-header-subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f0e6d2;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
}
.style-profile-emblem-wrapper:hover .style-profile-emblem-header-title {
  color: #f0e6d2;
}
.style-profile-emblem-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-emblem-content-container .style-profile-emblem-content {
  width: 100%;
  height: 100%;
}
.style-profile-ranked-component {
  width: 100%;
  height: 100%;
}
.style-profile-ranked-component * {
  box-sizing: border-box;
}
.style-profile-emblem-subheader-ranked {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.style-profile-emblem-subheader-ranked .style-profile-emblem-subheader-position {
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.style-profile-demotion-shield-warning {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 16px;
  height: 16px;
}
.style-profile-ranked-position-tooltip-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
  height: 220px;
}
.style-profile-ranked-position-tooltip-wrapper.show-warning {
  height: 230px;
}
.style-profile-ranked-position-tooltip-flex-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.style-profile-ranked-position-tooltip-flex-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
}
.style-profile-ranked-non-position-tooltip-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: 10px 80px;
  background-size: 500px 15px;
  background-color: transparent;
  background-image: url(/fe/lol-profiles/e79ec044e875530a52e52560a2ad4110.png);
}
.style-profile-ranked-non-position-tooltip-wrapper.show-warning {
  height: 230px;
}
.style-profile-ranked-non-position-tooltip-queue-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.style-profile-ranked-non-position-tooltip-queue-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  font-family: var(--font-body);
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  -webkit-user-select: none;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  text-transform: none;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon,
.style-profile-ranked-demotion-warning {
  width: 16px;
  height: 16px;
  -webkit-mask: url(/fe/lol-profiles/7a8fc37a9373a7c83fc0b02484a43b92.png) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-1,
.style-profile-ranked-demotion-warning.warning-1 {
  background-color: #c89b3c;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-1:hover,
.style-profile-ranked-demotion-warning.warning-1:hover {
  background-color: #fabe0a;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-2,
.style-profile-ranked-demotion-warning.warning-2 {
  background-color: #be1e37;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-2:hover,
.style-profile-ranked-demotion-warning.warning-2:hover {
  background-color: #ff2345;
}
.style-profile-ranked-warning-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.style-profile-ranked-demotion-warning {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 250ms ease;
}
.style-profile-ranked-icon-component {
  height: 100%;
}
.style-profile-ranked-icon-component .style-profile-ranked-crest-wrapper {
  width: 100%;
  height: 100%;
}
.style-profile-ranked-icon-component .style-profile-ranked-crest-unranked {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(/fe/lol-profiles/17831dcf1d95fc8f225f4e15019f20ef.png);
  background-repeat: no-repeat;
}
.style-profile-ranked-icon-component .style-profile-ranked-crest-ranked {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division {
  font-family: var(--font-display);
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper .style-profile-ranked-crest-tooltip-lp {
  font-family: var(--font-body);
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper .style-profile-ranked-crest-tooltip-lp {
  -webkit-user-select: none;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper .style-profile-ranked-crest-tooltip-lp {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division {
  text-transform: uppercase;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(ko-kr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(ko-kr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(ja-jp),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(ja-jp),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(tr-tr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(tr-tr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(el-gr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(el-gr),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(th-th),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(th-th),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue:lang(zh-tw),
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(zh-tw) {
  text-transform: none;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue {
  color: #a09b8c;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper .style-profile-ranked-crest-tooltip-lp {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper .style-profile-ranked-crest-tooltip-lp:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-1,
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(/fe/lol-profiles/7a8fc37a9373a7c83fc0b02484a43b92.png) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}
.style-profile-ranked-icon-tooltip-component {
  width: 100%;
  height: 100%;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 175px;
  height: 100%;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner lol-uikit-content-block {
  text-align: center;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-unranked {
  position: relative;
  background-position: center;
  background-image: url(/fe/lol-profiles/aa44fcdf66e63e8324ecba0c2fed941c.png);
  background-repeat: no-repeat;
  width: 94px;
  height: 94px;
  margin-top: 25px;
  margin-bottom: 13px;
  background-size: 100% 100%;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-ranked {
  position: relative;
  width: 62px;
  height: 62px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-1 {
  background-color: #c89b3c;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-1:hover {
  background-color: #fabe0a;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-2 {
  background-color: #be1e37;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-warning-2:hover {
  background-color: #ff2345;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner div.style-profile-ranked-crest-tooltip-crest-dividing-line {
  height: 1px;
  width: 90px;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  align-self: center;
  background: linear-gradient(to left, transparent, #785a28, transparent);
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner div.style-profile-ranked-crest-tooltip-crest-dividing-line.unranked {
  display: none;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  width: 100%;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-queue.unranked {
  color: #3c3c41;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-queue-and-division .style-profile-ranked-crest-tooltip-tier-division.unranked {
  color: #3c3c41;
}
.style-profile-ranked-icon-tooltip-component .style-profile-ranked-crest-tooltip-crest-inner .style-profile-ranked-crest-tooltip-stats-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  justify-content: center;
  text-transform: uppercase;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title,
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  font-family: var(--font-display);
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title,
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  -webkit-user-select: none;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title,
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title,
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  text-transform: uppercase;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(ko-kr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(ko-kr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(ja-jp),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(ja-jp),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(tr-tr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(tr-tr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(el-gr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(el-gr),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(th-th),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(th-th),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title:lang(zh-tw),
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(zh-tw) {
  text-transform: none;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title {
  color: #a09b8c;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-last-season-tooltip-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 215px;
  height: 100%;
  flex-shrink: 0;
  border-left-width: 1px;
  border-left-color: #463714;
  border-left-style: solid;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-trim {
  width: 180px;
  height: 132px;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title {
  text-align: center;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-title.unranked {
  color: #3c3c41;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank {
  text-align: center;
}
.style-profile-ranked-last-season-tooltip-component .style-profile-ranked-tooltip-last-rank.unranked {
  color: #3c3c41;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division {
  font-family: var(--font-display);
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper .style-profile-ranked-positions-lp {
  font-family: var(--font-body);
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper .style-profile-ranked-positions-lp {
  -webkit-user-select: none;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper .style-profile-ranked-positions-lp {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division {
  text-transform: uppercase;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(ko-kr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(ko-kr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(ko-kr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(ja-jp),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(ja-jp),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(ja-jp),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(tr-tr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(tr-tr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(tr-tr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(el-gr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(el-gr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(el-gr),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(th-th),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(th-th),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(th-th),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division:lang(zh-tw),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue:lang(zh-tw),
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(zh-tw) {
  text-transform: none;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  text-transform: none;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue {
  color: #a09b8c;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper .style-profile-ranked-positions-lp {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper .style-profile-ranked-positions-lp:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning {
  width: 16px;
  height: 16px;
  -webkit-mask: url(/fe/lol-profiles/7a8fc37a9373a7c83fc0b02484a43b92.png) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-1,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning.warning-1 {
  background-color: #c89b3c;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-1:hover,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning.warning-1:hover {
  background-color: #fabe0a;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-2,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning.warning-2 {
  background-color: #be1e37;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-icon.warning-2:hover,
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning.warning-2:hover {
  background-color: #ff2345;
}
.style-profile-ranked-warning-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.style-profile-ranked-warning-wrapper .style-profile-ranked-warning-message {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.style-profile-ranked-positions-tooltip-component {
  width: 380px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  flex-shrink: 0;
  border-right-width: 1px;
  border-right-color: #463714;
  border-right-style: solid;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-wrapper {
  height: 100%;
  min-height: 80px;
  position: relative;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-icon {
  position: relative;
  width: 50px;
  height: 50px;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-division {
  text-align: center;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-position-warning {
  position: absolute;
  bottom: 30px;
  right: -2px;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-section-divider {
  height: 6px;
  width: 100%;
  align-self: center;
  background-size: contain;
  background-image: url(/fe/lol-profiles/42910398752c2c30d7c00e7741999e9b.png);
  background-repeat: no-repeat;
  background-position: center;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-dividing-line {
  height: 1px;
  width: 90px;
  margin-top: 0.1em;
  margin-bottom: 3px;
  align-self: center;
  background: linear-gradient(to left, transparent, #785a28, transparent);
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-dividing-line.unranked {
  display: none;
}
.style-profile-ranked-positions-tooltip-component lol-uikit-content-block {
  text-align: center;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  width: 100%;
  margin-top: 16px;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-queue.unranked {
  color: #3c3c41;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-queue-and-division .style-profile-ranked-positions-tier-division.unranked {
  color: #3c3c41;
}
.style-profile-ranked-positions-tooltip-component .style-profile-ranked-positions-stats-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  justify-content: center;
  text-transform: uppercase;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-family: var(--font-display);
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  -webkit-user-select: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  text-transform: uppercase;
}
.style-profile-emblem-header-title:lang(ko-kr),
.style-profile-emblem-header-subtitle:lang(ko-kr),
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-emblem-header-title:lang(tr-tr),
.style-profile-emblem-header-subtitle:lang(tr-tr),
.style-profile-emblem-header-title:lang(el-gr),
.style-profile-emblem-header-subtitle:lang(el-gr),
.style-profile-emblem-header-title:lang(th-th),
.style-profile-emblem-header-subtitle:lang(th-th),
.style-profile-emblem-header-title:lang(zh-tw),
.style-profile-emblem-header-subtitle:lang(zh-tw) {
  text-transform: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #a09b8c;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-emblem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-image: url(/fe/lol-profiles/35e9c856705fe621077f085b323695dd.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-wrapper:hover {
  background-image: url(/fe/lol-profiles/abf595d721cdf3f82a5fa4f5cdc8f78c.png);
}
.style-profile-emblem-header {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: fit-content;
  flex-shrink: 0;
  margin-top: 10px;
}
.style-profile-emblem-header-title {
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
  color: #cdbe91;
  margin-bottom: 2px;
  direction: rtl;
}
.style-profile-emblem-header-subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f0e6d2;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
}
.style-profile-emblem-wrapper:hover .style-profile-emblem-header-title {
  color: #f0e6d2;
}
.style-profile-emblem-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-emblem-content-container .style-profile-emblem-content {
  width: 100%;
  height: 100%;
}
.style-profile-honor-component {
  width: 100%;
  height: 100%;
}
.style-profile-honor-component .style-profile-honor-icon {
  width: 100%;
  margin-top: 10px;
}
.style-profile-honor-component .style-profile-honor-empty {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  background-position-y: -5px;
  background-image: url(/fe/lol-profiles/7f253e7fd74ac3c0f980544acb2f5b10.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-champion-mastery-component .style-profile-champion-mastery-score {
  font-family: var(--font-display);
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-champion-mastery-component .style-profile-champion-mastery-score {
  -webkit-user-select: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-champion-mastery-component .style-profile-champion-mastery-score {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-champion-mastery-component .style-profile-champion-mastery-score {
  text-transform: uppercase;
}
.style-profile-emblem-header-title:lang(ko-kr),
.style-profile-emblem-header-subtitle:lang(ko-kr),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(ko-kr),
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(ja-jp),
.style-profile-emblem-header-title:lang(tr-tr),
.style-profile-emblem-header-subtitle:lang(tr-tr),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(tr-tr),
.style-profile-emblem-header-title:lang(el-gr),
.style-profile-emblem-header-subtitle:lang(el-gr),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(el-gr),
.style-profile-emblem-header-title:lang(th-th),
.style-profile-emblem-header-subtitle:lang(th-th),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(th-th),
.style-profile-emblem-header-title:lang(zh-tw),
.style-profile-emblem-header-subtitle:lang(zh-tw),
.style-profile-champion-mastery-component .style-profile-champion-mastery-score:lang(zh-tw) {
  text-transform: none;
}
.style-profile-champion-mastery-component .style-profile-champion-mastery-score {
  color: #f0e6d2;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #a09b8c;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-emblem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-image: url(/fe/lol-profiles/35e9c856705fe621077f085b323695dd.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-wrapper:hover {
  background-image: url(/fe/lol-profiles/abf595d721cdf3f82a5fa4f5cdc8f78c.png);
}
.style-profile-emblem-header {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: fit-content;
  flex-shrink: 0;
  margin-top: 10px;
}
.style-profile-emblem-header-title {
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
  color: #cdbe91;
  margin-bottom: 2px;
  direction: rtl;
}
.style-profile-emblem-header-subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f0e6d2;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
}
.style-profile-emblem-wrapper:hover .style-profile-emblem-header-title {
  color: #f0e6d2;
}
.style-profile-emblem-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-emblem-content-container .style-profile-emblem-content {
  width: 100%;
  height: 100%;
}
.style-profile-champion-mastery-component {
  width: 100%;
  height: 100%;
}
.style-profile-champion-mastery-icon-component {
  width: 100%;
  height: 100%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon {
  width: 90px;
  height: 90px;
  position: relative;
  top: 20px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-image: url(/fe/lol-profiles/05c6edaa1af004464792433d19cae315.png);
/*Layer Stuff*/
/* Level Assets */
/* Banner Stuff*/
/* Accent Stuff*/
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.disabled {
  background-image: none;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-masked,
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-top-frame,
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-clickable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-mastery-radial-progress {
  width: 85%;
  height: 85%;
  top: 8%;
  left: 8%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-masked {
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: content;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-image: url(/fe/lol-profiles/bcd8f8200348e8c9bd3f3a1d91369da0.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-masked img {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-top-frame {
  background-color: transparent;
  background-size: contain;
  background-image: url(/fe/lol-profiles/0a692bfa7427951130fa3caa806f3e76.png);
  background-repeat: no-repeat;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-clickable-area {
  background-color: transparent;
  border-radius: 50%;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-layer {
  width: 100%;
  height: 100%;
  position: relative;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.show-level {
  background-image: url(/fe/lol-profiles/10d24856d1bf0a439ff4bda003056034.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.show-level .style-profile-champion-icon-masked {
  -webkit-mask-image: url(/fe/lol-profiles/a6eac78182b7b088acf81b1b74743101.png);
  -webkit-mask-size: 84% 84%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.show-level .style-profile-champion-icon-top-frame {
  background-image: url(/fe/lol-profiles/70b032718fef18b0b992164c26fd802a.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.show-level .style-profile-champion-icon-clickable-area {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.completed {
  background-image: url(/fe/lol-profiles/05c6edaa1af004464792433d19cae315.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.completed .style-profile-champion-icon-top-frame {
  background-image: url(/fe/lol-profiles/d2f7716c43997657d55230049f081406.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-banner-layer {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 70%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/c1437d0f769ae348e4dbf623b7680eb7.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level0 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/c1437d0f769ae348e4dbf623b7680eb7.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level1 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/5317bb021fdf9c84296b34f86661e6ec.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level2 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/762bce64775b4041bf8b67bcddc14fd7.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level3 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/4bcdf657bf961a23295993351951e833.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level4 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/ecc2fa0ba07deb7ca57b7bbdace67555.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level5 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/98ca1e9a34a284ffbc8652641442e105.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level6 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/51af340671354c3eab4c5aa3c05635d4.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level7 .style-profile-champion-icon-banner-layer .style-profile-banner-image {
  background-image: url(/fe/lol-profiles/b551f8856e37f9ef686758673e647dd2.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-accent-layer {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 66px;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level1 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  display: none;
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level2 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/8913c721dad342907fdd5a6a74ff37b8.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level3 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/d04416c1c0a5664a04bdd9591563a411.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level4 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/40de454d27208f00e977b2c127e2d575.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level5 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/4cf51f6233cccfb42843aea922827270.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level6 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/6ad7fec556ffea6d3b8d5d6cb407929f.png);
}
.style-profile-champion-mastery-icon-component .style-profile-champion-icon.level7 .style-profile-champion-icon-accent-layer .style-profile-accent-image {
  background-image: url(/fe/lol-profiles/a466d8ee8c1d96d5a3f0cc56c94da00a.png);
}
.style-profile-champion-mastery-level-up-details {
  padding-top: 8px;
  white-space: normal;
  color: #c89b3c;
}
.style-profile-champion-mastery-triple-tooltip {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding-left: 15px;
  padding-right: 15px;
  width: 500px;
  height: 240px;
  background: transparent url(/fe/lol-profiles/e79ec044e875530a52e52560a2ad4110.png) 30px 80px/470px 10px no-repeat;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  font-family: var(--font-display);
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  -webkit-user-select: none;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  text-transform: uppercase;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(ko-kr),
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(ja-jp),
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(tr-tr),
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(el-gr),
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(th-th),
.style-profile-champion-mastery-tooltip-inner::shadow .name:lang(zh-tw) {
  text-transform: none;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-champion-icon-inner-container {
  position: relative;
  width: 160px;
  height: 240px;
  margin-top: 9px;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner {
  width: 130px;
  height: 130px;
  position: relative;
  top: 30px;
  left: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-image: url(/fe/lol-profiles/05c6edaa1af004464792433d19cae315.png);
/*Layer Stuff*/
/* Level Assets */
/* Banner Stuff*/
/* Accent Stuff*/
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.disabled {
  background-image: none;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.primary {
  top: -5px;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.secondary {
  width: 100px;
  height: 100px;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.secondary .style-profile-champion-icon-accent-layer-inner {
  top: 67%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.secondary .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  width: 60px;
  height: 54px;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-masked-inner,
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-top-frame-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-mastery-radial-progress-inner {
  width: 85%;
  height: 85%;
  top: 8%;
  left: 8%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-masked-inner {
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: content;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-image: url(/fe/lol-profiles/bcd8f8200348e8c9bd3f3a1d91369da0.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-masked-inner img {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-top-frame-inner {
  background-color: transparent;
  background-size: contain;
  background-image: url(/fe/lol-profiles/0a692bfa7427951130fa3caa806f3e76.png);
  background-repeat: no-repeat;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-layer-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.show-level {
  background-image: url(/fe/lol-profiles/10d24856d1bf0a439ff4bda003056034.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.show-level .style-profile-champion-icon-masked-inner {
  -webkit-mask-image: url(/fe/lol-profiles/a6eac78182b7b088acf81b1b74743101.png);
  -webkit-mask-size: 84% 84%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.show-level .style-profile-champion-icon-top-frame-inner {
  background-image: url(/fe/lol-profiles/70b032718fef18b0b992164c26fd802a.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.completed {
  background-image: url(/fe/lol-profiles/05c6edaa1af004464792433d19cae315.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.completed .style-profile-champion-icon-top-frame-inner {
  background-image: url(/fe/lol-profiles/d2f7716c43997657d55230049f081406.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-banner-layer-inner {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 70%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/c1437d0f769ae348e4dbf623b7680eb7.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level0 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/c1437d0f769ae348e4dbf623b7680eb7.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level1 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/5317bb021fdf9c84296b34f86661e6ec.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level2 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/762bce64775b4041bf8b67bcddc14fd7.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level3 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/4bcdf657bf961a23295993351951e833.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level4 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/ecc2fa0ba07deb7ca57b7bbdace67555.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level5 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/98ca1e9a34a284ffbc8652641442e105.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level6 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/51af340671354c3eab4c5aa3c05635d4.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level7 .style-profile-champion-icon-banner-layer-inner .style-profile-banner-image-inner {
  background-image: url(/fe/lol-profiles/b551f8856e37f9ef686758673e647dd2.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-accent-layer-inner {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 66px;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level1 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  display: none;
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level2 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/8913c721dad342907fdd5a6a74ff37b8.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level3 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/d04416c1c0a5664a04bdd9591563a411.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level4 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/40de454d27208f00e977b2c127e2d575.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level5 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/4cf51f6233cccfb42843aea922827270.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level6 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/6ad7fec556ffea6d3b8d5d6cb407929f.png);
}
.style-profile-champion-icon-inner-container .style-profile-champion-icon-inner.level7 .style-profile-champion-icon-accent-layer-inner .style-profile-accent-image-inner {
  background-image: url(/fe/lol-profiles/a466d8ee8c1d96d5a3f0cc56c94da00a.png);
}
.style-profile-champion-mastery-tooltip-inner {
  position: absolute;
  width: 100%;
  min-width: 0px;
  padding: 0px;
  bottom: 20px;
}
.style-profile-champion-mastery-tooltip-inner::shadow .name {
  text-align: center;
}
.style-profile-champion-mastery-tooltip-inner::shadow .separator {
  display: block;
  border: 0px;
  width: 80px;
  height: 1px;
  background-color: transparent;
  background-size: 100% 1px;
  background-image: url(/fe/lol-profiles/9fcfb6787c81086163a9ecd241584cd4.png);
}
.style-profile-champion-mastery-tooltip-inner::shadow .mastery {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.style-profile-champion-mastery-tooltip-inner::shadow .mastery > .score {
  padding-left: 0px;
  padding-right: 23px;
}
.style-profile-champion-mastery-tooltip-inner::shadow .mastery > .score::before {
  right: auto;
  margin: 0 -25px 0 0;
}
.style-profile-champion-mastery-tooltip-inner::shadow .mastery > .title {
  display: none;
}
.style-profile-champion-mastery-tooltip-inner::shadow .chest {
  display: none;
}
.style-profile-champion-mastery-tooltip-inner::shadow .detail {
  text-align: center;
  direction: rtl;
}
.style-profile-champion-mastery-tooltip-inner .style-profile-champion-mastery-tooltip-inner-grade {
  min-height: 15px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-family: var(--font-display);
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  -webkit-user-select: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  text-transform: uppercase;
}
.style-profile-emblem-header-title:lang(ko-kr),
.style-profile-emblem-header-subtitle:lang(ko-kr),
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-emblem-header-title:lang(tr-tr),
.style-profile-emblem-header-subtitle:lang(tr-tr),
.style-profile-emblem-header-title:lang(el-gr),
.style-profile-emblem-header-subtitle:lang(el-gr),
.style-profile-emblem-header-title:lang(th-th),
.style-profile-emblem-header-subtitle:lang(th-th),
.style-profile-emblem-header-title:lang(zh-tw),
.style-profile-emblem-header-subtitle:lang(zh-tw) {
  text-transform: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle {
  color: #a09b8c;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-emblem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-image: url(/fe/lol-profiles/35e9c856705fe621077f085b323695dd.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-wrapper:hover {
  background-image: url(/fe/lol-profiles/abf595d721cdf3f82a5fa4f5cdc8f78c.png);
}
.style-profile-emblem-header {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: fit-content;
  flex-shrink: 0;
  margin-top: 10px;
}
.style-profile-emblem-header-title {
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
  color: #cdbe91;
  margin-bottom: 2px;
  direction: rtl;
}
.style-profile-emblem-header-subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f0e6d2;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
}
.style-profile-emblem-wrapper:hover .style-profile-emblem-header-title {
  color: #f0e6d2;
}
.style-profile-emblem-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-emblem-content-container .style-profile-emblem-content {
  width: 100%;
  height: 100%;
}
.style-profile-trophy-component {
  width: 100%;
  height: 100%;
}
.style-profile-trophy-component .style-profile-trophy-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
.style-profile-trophy-component .style-profile-trophy-pedestal,
.style-profile-trophy-component .style-profile-trophy-cupgem {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.style-profile-trophy-component .style-profile-trophy-pedestal {
  top: 99px;
  width: 70px;
}
.style-profile-trophy-component .style-profile-trophy-cupgem {
  height: 126px;
}
.style-profile-trophy-component .style-profile-trophy-empty {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  background-position-y: 2px;
  background-image: url(/fe/lol-profiles/436ca0db7bdac3408ebbfdc17c49664d.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  font-family: var(--font-display);
}
.style-profile-clash-banner-tooltip-details-group {
  font-family: var(--font-body);
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  -webkit-user-select: none;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  text-transform: uppercase;
}
.style-profile-emblem-header-title:lang(ko-kr),
.style-profile-emblem-header-subtitle:lang(ko-kr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(ko-kr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(ko-kr),
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(ja-jp),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(ja-jp),
.style-profile-emblem-header-title:lang(tr-tr),
.style-profile-emblem-header-subtitle:lang(tr-tr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(tr-tr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(tr-tr),
.style-profile-emblem-header-title:lang(el-gr),
.style-profile-emblem-header-subtitle:lang(el-gr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(el-gr),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(el-gr),
.style-profile-emblem-header-title:lang(th-th),
.style-profile-emblem-header-subtitle:lang(th-th),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(th-th),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(th-th),
.style-profile-emblem-header-title:lang(zh-tw),
.style-profile-emblem-header-subtitle:lang(zh-tw),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme:lang(zh-tw),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(zh-tw) {
  text-transform: none;
}
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-theme {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-emblem-header-title:lang(ja-jp),
.style-profile-emblem-header-subtitle:lang(ja-jp),
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-emblem-header-title,
.style-profile-emblem-header-subtitle,
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-details-level {
  color: #a09b8c;
}
.style-profile-clash-banner-tooltip-details-group {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-clash-banner-tooltip-details-group:lang(ja-jp) {
  font-size: 13px;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-emblem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-image: url(/fe/lol-profiles/35e9c856705fe621077f085b323695dd.png);
  background-repeat: no-repeat;
}
.style-profile-emblem-wrapper:hover {
  background-image: url(/fe/lol-profiles/abf595d721cdf3f82a5fa4f5cdc8f78c.png);
}
.style-profile-emblem-header {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: fit-content;
  flex-shrink: 0;
  margin-top: 10px;
}
.style-profile-emblem-header-title {
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
  color: #cdbe91;
  margin-bottom: 2px;
  direction: rtl;
}
.style-profile-emblem-header-subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f0e6d2;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  flex-shrink: 0;
}
.style-profile-emblem-wrapper:hover .style-profile-emblem-header-title {
  color: #f0e6d2;
}
.style-profile-emblem-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style-profile-emblem-content-container .style-profile-emblem-content {
  width: 100%;
  height: 100%;
}
.style-profile-clash-banner-component {
  width: 100%;
  height: 100%;
}
.style-profile-clash-banner-component.clickable {
  cursor: pointer;
}
.style-profile-clash-banner-component .style-profile-emblem-content {
  position: relative;
}
.style-profile-clash-banner-component .style-profile-clash-banner-image {
  width: 60px;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.style-profile-clash-banner-component .style-profile-clash-banner-frame {
  width: 90px;
  margin-top: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.style-profile-clash-banner-component .style-profile-clash-banner-picker-preloader {
  display: none;
  background-image: url(/fe/lol-profiles/22c297aa5099f4daa6a14ea3663d967f.png), url(/fe/lol-profiles/2dfdffc7e34334f1ac9d14d712a6a6e9.png), url(/fe/lol-profiles/f38ce59fefc209a5cb129d1ba987dc2c.png);
}
.style-profile-clash-banner-component .style-profile-clash-banner-picker-button {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.style-profile-clash-banner-component.pick-disabled:hover .style-profile-clash-banner-picker-button {
  background-image: url(/fe/lol-profiles/22c297aa5099f4daa6a14ea3663d967f.png);
}
.style-profile-clash-banner-component.clickable:hover .style-profile-clash-banner-picker-button {
  background-image: url(/fe/lol-profiles/2dfdffc7e34334f1ac9d14d712a6a6e9.png);
}
.style-profile-clash-banner-component.clickable:active .style-profile-clash-banner-picker-button {
  background-image: url(/fe/lol-profiles/f38ce59fefc209a5cb129d1ba987dc2c.png);
}
.style-profile-clash-banner-component .style-profile-clash-banner-empty {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(/fe/lol-profiles/3189902183881d6709dd0a841f820c51.png);
  background-repeat: no-repeat;
}
.style-profile-clash-banner-tooltip-details-group {
  text-align: center;
}
.style-profile-clash-banner-tooltip-details-group .style-profile-clash-banner-tooltip-call-to-action-separator {
  margin-top: 1em;
  margin-bottom: 1em;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip h6 {
  font-family: var(--font-display);
}
.style-profile-reroll-tooltip p {
  font-family: var(--font-body);
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip p,
.style-profile-reroll-tooltip h6 {
  -webkit-user-select: none;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip p,
.style-profile-reroll-tooltip h6 {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip h6 {
  text-transform: uppercase;
}
.style-profile-boosts-component .style-profile-perks-icon:lang(ko-kr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(ko-kr),
.style-profile-reroll-tooltip h6:lang(ko-kr),
.style-profile-boosts-component .style-profile-perks-icon:lang(ja-jp),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(ja-jp),
.style-profile-reroll-tooltip h6:lang(ja-jp),
.style-profile-boosts-component .style-profile-perks-icon:lang(tr-tr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(tr-tr),
.style-profile-reroll-tooltip h6:lang(tr-tr),
.style-profile-boosts-component .style-profile-perks-icon:lang(el-gr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(el-gr),
.style-profile-reroll-tooltip h6:lang(el-gr),
.style-profile-boosts-component .style-profile-perks-icon:lang(th-th),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(th-th),
.style-profile-reroll-tooltip h6:lang(th-th),
.style-profile-boosts-component .style-profile-perks-icon:lang(zh-tw),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(zh-tw),
.style-profile-reroll-tooltip h6:lang(zh-tw) {
  text-transform: none;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5 {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip h6 {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-boosts-component .style-profile-perks-icon:lang(ja-jp),
.style-profile-reroll-tooltip h6:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-boosts-component .style-profile-perks-icon {
  color: #a09b8c;
}
.style-profile-reroll-tooltip p {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-reroll-tooltip p:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip h6 {
  font-family: var(--font-display);
}
.style-profile-reroll-tooltip p {
  font-family: var(--font-body);
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip p,
.style-profile-reroll-tooltip h6 {
  -webkit-user-select: none;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip p,
.style-profile-reroll-tooltip h6 {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5,
.style-profile-reroll-tooltip h6 {
  text-transform: uppercase;
}
.style-profile-boosts-component .style-profile-perks-icon:lang(ko-kr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(ko-kr),
.style-profile-reroll-tooltip h6:lang(ko-kr),
.style-profile-boosts-component .style-profile-perks-icon:lang(ja-jp),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(ja-jp),
.style-profile-reroll-tooltip h6:lang(ja-jp),
.style-profile-boosts-component .style-profile-perks-icon:lang(tr-tr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(tr-tr),
.style-profile-reroll-tooltip h6:lang(tr-tr),
.style-profile-boosts-component .style-profile-perks-icon:lang(el-gr),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(el-gr),
.style-profile-reroll-tooltip h6:lang(el-gr),
.style-profile-boosts-component .style-profile-perks-icon:lang(th-th),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(th-th),
.style-profile-reroll-tooltip h6:lang(th-th),
.style-profile-boosts-component .style-profile-perks-icon:lang(zh-tw),
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5:lang(zh-tw),
.style-profile-reroll-tooltip h6:lang(zh-tw) {
  text-transform: none;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5 {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-boosts-component .style-profile-perks-icon,
.style-profile-reroll-tooltip h6 {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-boosts-component .style-profile-perks-icon:lang(ja-jp),
.style-profile-reroll-tooltip h6:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-boosts-component .style-profile-perks-icon {
  color: #a09b8c;
}
.style-profile-reroll-tooltip p {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-reroll-tooltip p:lang(ja-jp) {
  font-size: 13px;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.style-profile-boosts-component {
  display: inline-block;
}
.style-profile-boosts-component .style-profile-perks-icon {
  min-width: 32px;
  height: 41px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 28px;
  margin: auto 0;
  text-align: center;
}
.style-profile-boosts-component .style-profile-perks-icon .style-profile-val {
  position: absolute;
  width: 34px;
  margin-top: -3px;
  margin-left: -16px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-reroll {
  background: url(/fe/lol-profiles/4e83afc55a8eb28d3450dcf0913a38f8.png) no-repeat top center;
  background-size: 24px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-reroll.disabled {
  background: url(/fe/lol-profiles/e58f40108614574562987f0400e2930c.png) no-repeat top center;
  background-size: 24px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-boost {
  background: url(/fe/lol-profiles/217d43afa75a1835dff3209f744122c8.png) no-repeat top center;
  background-size: 24px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-boost.disabled {
  background: url(/fe/lol-profiles/da8cdc7b4ddc4766602add3103e5a3b7.png) no-repeat top center;
  background-size: 24px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-chests {
  background: url(/fe/lol-profiles/7741e0f21b6eb45df76861e94222ed10.png) no-repeat top center;
  background-size: 28px;
  background-position-y: -1px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-chests.disabled {
  background: url(/fe/lol-profiles/5eb870a9fe1e2e8449ce63e58fc7429d.png) no-repeat top center;
  background-size: 28px;
  background-position-y: -1px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-chests.tencent {
  background: url(/fe/lol-profiles/c7c258a36005d57f2764a35eaae69c2f.png) no-repeat top center;
  background-size: 28px;
  background-position-y: -1px;
}
.style-profile-boosts-component .style-profile-perks-icon.style-profile-chests.tencent.disabled {
  background: url(/fe/lol-profiles/7a4f027dc849fe0a20d0cb843bde9f24.png) no-repeat top center;
  background-size: 28px;
  background-position-y: -1px;
}
.style-profile-boosts-tooltip .style-profile-boosts-tooltip-title.left {
  text-align: left;
}
.style-profile-boosts-tooltip .lol-typekit-label,
.style-profile-boosts-tooltip .lol-typekit-value {
  white-space: nowrap;
}
.style-profile-reroll-tooltip {
  box-sizing: border-box;
  padding: 12px 18px 12px 12px;
  min-width: 166px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container {
  position: relative;
  width: 34px;
  height: 34px;
  padding-right: 12px;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container lol-uikit-radial-progress {
  width: 34px;
  height: 34px;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container .top {
  height: 100%;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-container h5 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0;
  padding-left: 1px;
  padding-bottom: 1px;
}
.style-profile-reroll-tooltip .style-profile-small-progress-radial-desc {
  flex-grow: 1;
}
.style-profile-reroll-tooltip p {
  flex-grow: 1;
  margin: 0;
  white-space: nowrap;
}
.style-profile-reroll-tooltip h6 {
  margin: 0;
  white-space: nowrap;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  font-family: var(--font-display);
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group {
  font-family: var(--font-body);
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  -webkit-user-select: none;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  text-transform: uppercase;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(ko-kr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(ko-kr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(ko-kr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(ja-jp),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(ja-jp),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(ja-jp),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(tr-tr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(tr-tr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(tr-tr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(el-gr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(el-gr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(el-gr),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(th-th),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(th-th),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(th-th),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:lang(zh-tw),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme:lang(zh-tw),
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(zh-tw) {
  text-transform: none;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title,
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-theme {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group .style-profile-clash-banner-picker-list-item-level {
  color: #a09b8c;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group:lang(ja-jp) {
  font-size: 13px;
}
/* list is sized for 4 across */
.style-profile-clash-banner-picker-component {
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
}
.style-profile-clash-banner-picker-component lol-uikit-full-page-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-profile-clash-banner-picker-component lol-uikit-flat-button-group {
  justify-content: center;
  width: 100%;
  bottom: -2px;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container {
  background-color: #010a13;
  position: relative;
  width: 600px;
  border: 2px solid #1d2126;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title {
  cursor: default;
  box-sizing: border-box;
  height: 40px;
  padding-top: 10px;
  padding-left: 16px;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-title:after {
  content: '';
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d2126;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list {
  padding: 17px 0 17px 17px;
  height: 460px;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list lol-uikit-scrollable {
  font-size: 0;
  overflow-x: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list lol-uikit-scrollable:after {
  content: "";
  flex: auto;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item {
  width: 131px;
  display: inline-block;
  margin: 6px 6px;
  position: relative;
  text-align: center;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item img {
  -webkit-user-drag: none;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-flag-img {
  width: 111px;
  margin: 18px 0;
  object-fit: contain;
  object-position: 50% 0;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 15px);
  opacity: 0.5;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item:hover {
  cursor: pointer;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item:hover .style-profile-clash-banner-picker-flag-img {
  opacity: 1;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item.list-item-selected .style-profile-clash-banner-picker-flag-img {
  opacity: 1;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-frame-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 131px;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-container .style-profile-clash-banner-picker-list .style-profile-clash-banner-picker-list-item .style-profile-clash-banner-picker-list-item-details-group {
  text-align: center;
}
.style-profile-clash-banner-picker-component .style-profile-clash-banner-picker-saving-spinner {
  position: absolute;
  bottom: 32px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.style-profile-backdrop-component .style-profile-backdrop-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.style-profile-backdrop-component .style-profile-backdrop-container .style-profile-masked-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-mask: url(/fe/lol-profiles/bfbd22d020b32ddba3ad9d0eca8f0919.png) 50% 50%/100% 100% no-repeat;
  transition: all 0.25s linear;
  transform: scale(1.03);
}
.style-profile-backdrop-component .style-profile-backdrop-container .style-profile-background-image,
.style-profile-backdrop-component .style-profile-backdrop-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0.8;
}
.style-profile-backdrop-component .style-profile-backdrop-container lol-uikit-background-switcher {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.style-profile-backdrop-component .style-profile-backdrop-container.style-profile-backdrop-dimmed::after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: backdrop-dimmed-fade-in 0.25s forwards;
}
.style-profile-backdrop-component .style-profile-backdrop-container.style-profile-backdrop-dimmed .style-profile-masked-image {
  -webkit-filter: brightness(15%);
}
@-moz-keyframes backdrop-dimmed-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes backdrop-dimmed-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes backdrop-dimmed-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backdrop-dimmed-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.style-profile-backdrop-picker-component .style-profile-skin-picker-button {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 35px;
  top: 96px;
}
.style-profile-backdrop-picker-component .style-profile-skin-picker-button lol-uikit-close-button[button-type="cog"]::shadow .lol-uikit-close-button .contents .x-icon {
  width: 24px;
  height: 24px;
  transform: translate(0px, 0px);
  -webkit-mask: url(/fe/lol-profiles/7e9e626f7b5760d47fbba6dd341564f6.png) no-repeat center;
  -webkit-mask-size: 18px 18px;
}
.style-profile-backdrop-picker-component .hide {
  display: none;
}
.rcp-fe-lol-profiles-search-input {
  position: absolute;
  top: 0;
  width: 1055px;
}
.style-profile-search-input-component {
  position: absolute;
  right: 70px;
  top: 95px;
  width: 200px;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  font-family: var(--font-display);
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  -webkit-user-select: none;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  text-transform: uppercase;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(ko-kr),
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(ja-jp),
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(tr-tr),
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(el-gr),
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(th-th),
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(zh-tw) {
  text-transform: none;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  text-transform: none;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name:lang(ja-jp) {
  font-size: 13px;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  letter-spacing: 0.0375em;
}
.rcp-fe-lol-profiles-search-trail {
  position: absolute;
  top: -3px;
  background-image: url(/fe/lol-profiles/02cdfd9e1c056b0f321b2031617d39ac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 320px;
  height: 42px;
}
.style-profile-search-trail-component {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: 40px;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-icon {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.style-profile-search-trail-component .style-profile-search-trail-summoner-name {
  color: #cdbe91;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcp-fe-lol-profiles-main {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.rcp-fe-lol-profiles-modal {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
}
.style-profile-sub-nav {
  top: 79px;
  left: 35px;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
}
.style-profile-sub-nav lol-uikit-navigation-item {
  margin-top: 9px;
}
div.rcp-fe-lol-profiles-modal .style-profile-sub-nav {
  top: 0;
  left: 290px;
}
.lol-tooltip-component {
  display: none;
}
/*# sourceMappingURL=data:application/json;base64,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 */