:root {
  --main-blue: #132C55;
  --light-blue: #498BF9;
}

button, button:focus, button:focus-within, .btn, .btn:focus, .btn:focus-within {
  outline: 0;
}

.blue-text {
  color: var(--light-blue);
}

.yellow-text {
  color: #F8DF8A;
}

.title-item span {
  font-family: "IBM Plex Serif";
}

.text-center {
  text-align: center;
}

.blue-primary-btn {
  padding: 12px 39px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #498BF9;
  border-radius: 30px;
  transition: all 0.3s;
  font-style: normal;
  font-weight: bold;
  border: none;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.blue-primary-btn:hover {
  background-color: #629DFF;
}

h1.title-item {
  font-family: "IBM Plex Serif";
  font-size: 48px;
  line-height: 57.6px;
  text-align: center;
}

.text-item {
  font-size: 22px;
  line-height: 30.8px;
  font-family: "DM Sans";
}
.text-item.small-text {
  font-size: 14px;
  line-height: 21px;
}
.text-item a {
  color: #498BF9;
  text-decoration: none;
}

.leaders-archive {
  color: #fff;
  padding-bottom: 112px;
  background-position: center 85px;
  background-repeat: no-repeat;
  background-color: var(--main-blue);
}
.leaders-archive .title-wrapper {
  max-width: 626px;
  margin: 0 auto;
  padding-top: 108px;
}
.leaders-archive .text-wrapper {
  max-width: 510px;
  margin: 20px auto 0;
  text-align: center;
}
.leaders-archive .text-wrapper .text-item, .leaders-archive .text-wrapper .text-item p {
  color: #fff;
}
.leaders-archive .posts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 73px;
  padding: 0 40px;
}
.leaders-archive .posts-wrapper .posts-body {
  display: flex;
  column-gap: 30px;
  padding-bottom: 30px;
}
.leaders-archive .posts-wrapper .posts-body::-webkit-scrollbar {
  height: 4px;
}
.leaders-archive .posts-wrapper .posts-body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  border-radius: 13px;
  background: #EEF5FF;
}
.leaders-archive .posts-wrapper .posts-body::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background-color: #649CF9;
}
.leaders-archive .posts-wrapper .post-card {
  flex: 1;
}
.leaders-archive .posts-wrapper .post-card .post-wrapper {
  padding: 32px 0;
  flex-direction: column;
  min-height: 424px;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  min-width: 220px;
  height: 100%;
}
.leaders-archive .posts-wrapper .post-card .post-middle {
  flex: 1;
}
.leaders-archive .posts-wrapper .post-card:last-child {
  flex: 0 1 340px;
}
.leaders-archive .posts-wrapper .post-card:last-child .post-wrapper {
  background-color: #DFECFE;
}
.leaders-archive .posts-wrapper .post-card:last-child .post-wrapper .btn {
  background-color: var(--light-blue);
  color: #fff;
  border-color: var(--light-blue);
}
.leaders-archive .posts-wrapper .post-card:last-child:before {
  height: 282px;
  width: 207px;
  background: url("../svg/lexi-owl.svg");
  right: 10px;
}
.leaders-archive .posts-wrapper .post-card:last-child, .leaders-archive .posts-wrapper .post-card:first-child {
  position: relative;
  z-index: 2;
}
.leaders-archive .posts-wrapper .post-card:last-child:before, .leaders-archive .posts-wrapper .post-card:first-child:before {
  content: "";
  position: absolute;
  bottom: 100%;
  z-index: -1;
}
.leaders-archive .posts-wrapper .post-card:first-child:before {
  right: -8px;
  width: 85px;
  height: 147px;
  background: url(../svg/hand.svg) no-repeat left top;
  background-size: cover;
  bottom: calc(100% - 14px);
}
.leaders-archive .posts-wrapper .post-card .thumbnail-wrapper {
  text-align: center;
}
.leaders-archive .posts-wrapper .post-card .thumbnail-wrapper img {
  max-width: 128px;
}
.leaders-archive .posts-wrapper .post-card .post-middle {
  text-align: center;
}
.leaders-archive .posts-wrapper .post-card .post-middle .title-wrapper {
  padding-top: 10px;
  margin-bottom: 10px;
}
.leaders-archive .posts-wrapper .post-card .post-middle .title-item {
  color: #333;
  margin-bottom: 0;
}
.leaders-archive .posts-wrapper .post-card .post-middle .exceprt-item, .leaders-archive .posts-wrapper .post-card .post-middle .exceprt-item p {
  color: #636363;
}
.leaders-archive .posts-wrapper .post-card .post-end {
  text-align: center;
}
.leaders-archive .posts-wrapper .post-card .post-end .btn {
  padding: 10px 13px;
  text-decoration: none;
  color: var(--light-blue);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

body.single-leaders {
  background: url("../svg/single-leaders-bg.svg") #EEF5FF no-repeat;
  background-position: 50% 92px;
}

.leader-table {
  overflow-x: hidden;
}
.leader-table .container > .texts-wrapper {
  min-height: 87px;
}
.leader-table .title-wrapper {
  padding-top: 0;
}
.leader-table .title-item {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 17px;
}
.leader-table .texts-wrapper {
  margin-bottom: 40px;
}
.leader-table .texts-wrapper .text-wrapper {
  max-width: 893px;
  margin: 0 auto;
}
.leader-table .texts-wrapper .text-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #646464;
}
.leader-table .table-wrapper {
  padding: 110px 35px 37px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 37px;
  position: relative;
  min-height: 610px;
}
.leader-table .table-wrapper td.not-found-text {
  width: 100% !important;
  max-width: 100% !important;
  padding: 60px 0 60px !important;
  text-align: center !important;
  position: relative;
}
.leader-table .table-wrapper td.not-found-text h2 {
  position: sticky;
  left: 0;
}
.leader-table .table-wrapper.winners-table {
  min-height: 537px;
}
.leader-table .table-wrapper .search-wrapper {
  position: absolute;
  right: 0;
  top: 25px;
  padding-right: 13px;
  z-index: 2;
}
.leader-table .table-wrapper .search-wrapper .search-icon {
  height: 25px;
  display: flex;
}
.leader-table .table-wrapper .search-wrapper .search-icon svg {
  width: auto;
  height: 100%;
}
.leader-table .table-wrapper .search-wrapper .search-icon svg *[style] {
  fill: #333 !important;
}
.leader-table .table-wrapper .search-wrapper .search-item {
  display: flex;
  align-items: center;
  width: auto;
  column-gap: 15px;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info {
  position: relative;
  cursor: help;
  display: flex;
  align-items: center;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info svg {
  width: 20px;
  height: 20px;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info .tooltip-info {
  position: absolute;
  width: 250px;
  right: -8px;
  bottom: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease;
  padding-bottom: 15px;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info .tooltip-info .tooltip-text {
  background-color: #498BF9;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", Sans-Serif;
  color: white;
  border-radius: 7px;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info .tooltip-info:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid #498BF9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: 8px;
  right: 10px;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-info:hover .tooltip-info {
  opacity: 1;
  pointer-events: all;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-input {
  right: 0;
  overflow: hidden;
  transition: 0.3s all ease;
  position: relative;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-input input {
  font-family: "DM Sans", serif;
  height: 35px;
  border-radius: 5px;
  font-weight: 700;
  padding: 14px 16px;
  color: #333333;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  background-color: #EEF5FF;
  border: none;
}
.leader-table .table-wrapper .search-wrapper .search-item .search-input input:focus, .leader-table .table-wrapper .search-wrapper .search-item .search-input input:focus-visible, .leader-table .table-wrapper .search-wrapper .search-item .search-input input:focus-within {
  outline: 0;
}
.leader-table .table-wrapper .search-wrapper .search-item .clear-button {
  position: absolute;
  right: 5px;
  width: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 4px 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  cursor: pointer;
}
.leader-table .table-wrapper .search-wrapper .search-item .clear-button svg {
  max-width: 100%;
}
.leader-table .table-wrapper .search-wrapper .search-item.active .clear-button {
  opacity: 1;
  pointer-events: all;
}
.leader-table .table-wrapper .search-preloader {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.leader-table .table-wrapper .search-preloader.active {
  opacity: 1;
  pointer-events: all;
}
.leader-table .table-wrapper .search-preloader .lds-dual-ring {
  width: 64px;
  height: 64px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead th span, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th span {
  padding: 0;
  min-height: 0;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead th:first-child, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:first-child {
  padding-left: 81px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:first-child, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:first-child {
  padding-left: 32px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td .class_name, .leader-table .table-wrapper:not(.winners-table) .table-item thead td .school_name, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td .class_name, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td .school_name {
  font-weight: 700;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td, .leader-table .table-wrapper:not(.winners-table) .table-item thead th, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th {
  text-align: left;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:first-child span, .leader-table .table-wrapper:not(.winners-table) .table-item thead th:first-child span, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:first-child span, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:first-child span {
  width: 315px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:nth-child(2), .leader-table .table-wrapper:not(.winners-table) .table-item thead th:nth-child(2), .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:nth-child(2), .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:nth-child(2) {
  padding-left: 95px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:nth-child(3), .leader-table .table-wrapper:not(.winners-table) .table-item thead th:nth-child(3), .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:nth-child(3), .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:nth-child(3) {
  padding-left: 35px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:nth-child(4), .leader-table .table-wrapper:not(.winners-table) .table-item thead th:nth-child(4), .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:nth-child(4), .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:nth-child(4) {
  padding-left: 35px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td span.kp, .leader-table .table-wrapper:not(.winners-table) .table-item thead th span.kp, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td span.kp, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th span.kp {
  justify-content: start;
  font-weight: 700;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:not(.winners-table) .school_name, .leader-table .table-wrapper:not(.winners-table) .table-item thead th:not(.winners-table) .school_name, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:not(.winners-table) .school_name, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:not(.winners-table) .school_name {
  width: 480px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:not(:last-child) span:not(.school_name), .leader-table .table-wrapper:not(.winners-table) .table-item thead th:not(:last-child) span:not(.school_name), .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:not(:last-child) span:not(.school_name), .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:not(:last-child) span:not(.school_name) {
  width: 220px;
}
.leader-table .table-wrapper:not(.winners-table) .table-item thead td:last-child, .leader-table .table-wrapper:not(.winners-table) .table-item thead th:last-child, .leader-table .table-wrapper:not(.winners-table) .table-item tbody td:last-child, .leader-table .table-wrapper:not(.winners-table) .table-item tbody th:last-child {
  width: 100%;
}
.leader-table .table-wrapper:not(.winners-table) .table-item tr {
  counter-increment: position;
}
.leader-table .table-wrapper:not(.winners-table) .table-item tr td:first-child span .rank-item {
  width: 32px;
  height: 32px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.leader-table .table-item {
  border-collapse: collapse;
  width: 100%;
}
.leader-table .table-item tbody tr span.rank-1 .rank-item {
  background: url("../svg/1-pos.svg") no-repeat;
  background-position: -2px -3px;
}
.leader-table .table-item tbody tr span.rank-2 .rank-item {
  background: url("../svg/2-pos.svg") no-repeat;
}
.leader-table .table-item tbody tr span.rank-3 .rank-item {
  background: url("../svg/3-pos.svg") no-repeat;
}
.leader-table .table-item tbody tr span.kp {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.leader-table .table-item tbody tr span.kp:before {
  content: "";
  width: 29px;
  height: 18px;
  background: url("../svg/points.svg");
  display: inline-block;
}
.leader-table .table-item th {
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  padding-bottom: 17px;
}
.leader-table .table-item td, .leader-table .table-item th {
  border-bottom: 2px solid #DFECFE;
  color: #333;
}
.leader-table .table-item td span, .leader-table .table-item th span {
  padding: 16px 0 17px;
  min-height: 50px;
  display: block;
}
.leader-table .table-item td .name, .leader-table .table-item td .point, .leader-table .table-item th .name, .leader-table .table-item th .point {
  font-weight: 700;
}
.leader-table .table-item tbody tr:last-child td {
  border-bottom: 0;
}
.leader-table .table-item .table-head {
  display: flex;
}
.leader-table .show-all-btn {
  text-align: center;
}
.leader-table .show-all-btn .btn {
  background-color: transparent;
  position: relative;
  outline: unset;
  border: 2px solid #A4C5FC;
  padding: 10px 13px 10px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 700;
  color: var(--light-blue);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition: 0.3s all ease-in-out;
}
.leader-table .show-all-btn .btn:hover {
  border-color: #498BF9;
}
.leader-table .show-all-btn .btn .lds-dual-ring {
  height: 20px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.leader-table .show-all-btn .btn.preloading .lds-dual-ring {
  opacity: 1;
}
.leader-table .show-all-btn .btn.preloading svg {
  opacity: 0;
}
.leader-table .show-all-btn .btn svg {
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 15px;
}
.leader-table .table-body {
  overflow-x: auto;
  margin-bottom: 30px;
}
.leader-table .table-body::-webkit-scrollbar {
  height: 4px;
}
.leader-table .table-body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  border-radius: 13px;
  background: #EEF5FF;
}
.leader-table .table-body::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background-color: #649CF9;
}

.single-main-content section.leader-table.table-1 .table-wrapper:before {
  width: 144px;
  height: 137px;
  content: "";
  background: url("../svg/table-items-1.svg");
  right: calc(100% - 53px);
  top: 510px;
  position: absolute;
}
.single-main-content section.leader-table.table-1 .hands-left {
  background: url("../svg/hands-left-1.svg");
  position: absolute;
  right: calc(100% - 40px);
  top: 275px;
  width: 165px;
  height: 215px;
}
.single-main-content section.leader-table.table-1 .hands-right {
  background: url("../svg/hands-right-1.svg");
  position: absolute;
  left: calc(100% - 35px);
  width: 170px;
  height: 274px;
  bottom: calc(100% - 160px);
}
.single-main-content section.leader-table.table-2 .hands-left {
  position: absolute;
  right: calc(100% - 35px);
  top: 320px;
  background: url("../svg/hands-left-2.svg");
  width: 167px;
  height: 254px;
}
.single-main-content section.leader-table.table-2 .hands-right {
  position: absolute;
  left: calc(100% - 50px);
  bottom: calc(100% - 135px);
  background: url("../svg/hands-right-2.svg");
  width: 182px;
  height: 288px;
}
.single-main-content section.leader-table .table-wrapper {
  z-index: 2;
}
.single-main-content section.leader-table .hands-wrapper {
  position: relative;
}
.single-main-content section.leader-table .winners-table {
  background-image: url("../svg/winners-table-bg.svg");
  background-repeat: no-repeat;
  background-position: 0 40px;
  padding: 110px 57px 74px 312px;
}
.single-main-content section.leader-table .winners-table .winner-icon {
  width: 42px;
  height: 42px;
  background: url("../svg/1-pos.svg") no-repeat;
  background-size: 45px 48px;
  background-position: -1px -4px;
  margin: 0 auto;
  line-height: 45px;
  font-size: 23px;
  font-weight: 700;
}
.single-main-content section.leader-table .winners-table .title-item {
  margin: 17px 0;
}
.single-main-content section.leader-table .winners-table .texts-wrapper {
  margin-bottom: 26px;
}
.single-main-content section.leader-table .winners-table .table-item td, .single-main-content section.leader-table .winners-table .table-item th {
  padding-bottom: 0;
  text-align: start;
  border-bottom: 2px solid #DFECFE;
}
.single-main-content section.leader-table .winners-table .table-item td span, .single-main-content section.leader-table .winners-table .table-item th span {
  padding: 15px 0 15px;
  min-height: 34px;
}
.single-main-content section.leader-table .winners-table .table-item td:first-child, .single-main-content section.leader-table .winners-table .table-item th:first-child {
  width: 227px;
}
.single-main-content section.leader-table .winners-table .table-item td:nth-child(2), .single-main-content section.leader-table .winners-table .table-item th:nth-child(2) {
  width: 350px;
}

.action-box {
  margin: 37px 0;
}
.action-box .action-box-wrapper {
  background-color: #DFECFE;
  border-radius: 20px;
  padding: 32px 105px;
  display: flex;
  align-items: center;
}
.action-box .action-box-wrapper .icon-wrapper {
  max-width: 56px;
  margin-right: 24px;
}
.action-box .action-box-wrapper .icon-wrapper img {
  max-width: 100%;
}
.action-box .action-box-wrapper .title-wrapper {
  padding: 0;
  margin-bottom: 8px;
}
.action-box .action-box-wrapper .title-item {
  color: #333;
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.action-box .action-box-wrapper .text-item {
  color: #646464;
  font-size: 16px;
  line-height: 20px;
}
.action-box .action-box-wrapper .texts-wrapper {
  flex: 1;
}

section.single-leaders {
  padding-top: 58px;
}
section.single-leaders.single-top .container {
  position: relative;
}
section.single-leaders.single-top .container:before, section.single-leaders.single-top .container:after {
  content: "";
  position: absolute;
  background-size: cover;
}
section.single-leaders.single-top .container:before {
  background: url("../svg/single-hero-left.svg") no-repeat;
  left: 16px;
  top: 45px;
  width: 266px;
  height: 122px;
}
section.single-leaders.single-top .container:after {
  background: url("../svg/single-hero-right.svg") no-repeat;
  right: 43px;
  top: -13px;
  width: 270px;
  height: 194px;
}
section.single-leaders .back-button {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding-left: 7px;
  color: #646464;
  text-decoration: none;
}
section.single-leaders .thumbnail-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 11px;
}
section.single-leaders .title-wrapper {
  padding: 0;
  margin-bottom: 84px;
}
section.single-leaders .title-wrapper .title-item {
  color: #333;
}

.leaders-share {
  margin: 76px 0;
}
.leaders-share .share-wrapper {
  position: relative;
  padding: 32px 0;
  background-color: #fff;
  border-radius: 16px;
}
.leaders-share .share-wrapper .texts-wrapper {
  margin-bottom: 32px;
}
.leaders-share .share-wrapper .texts-wrapper .title-wrapper {
  padding-top: 0;
  margin-bottom: 0px;
}
.leaders-share .share-wrapper .texts-wrapper .title-item {
  font-family: IBM Plex Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 18px;
}
.leaders-share .share-wrapper .texts-wrapper .text-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  max-width: 491px;
  margin: 0 auto;
}
.leaders-share .share-wrapper .share-items {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
.leaders-share .share-wrapper .share-items .share-link {
  width: 46px;
  height: 46px;
  display: inline-flex;
  background-color: var(--light-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.leaders-share .share-wrapper .share-items .share-link:hover {
  background-color: #629DFF;
}
.leaders-share .share-wrapper .share-items .share-link:not(.share-instagram) svg {
  min-height: 20px;
  width: auto;
}
.leaders-share .share-wrapper .share-items .share-link:not(.share-instagram) svg path {
  fill: #fff;
}
.leaders-share .share-wrapper:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 75px;
  right: 0;
  top: -14px;
  height: 265px;
  background: url("../svg/share-left.svg") no-repeat left top;
}
.leaders-share .share-wrapper:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 87px;
  left: 0;
  background: url("../svg/share-right.svg") right top no-repeat;
  top: 27px;
  height: 188px;
}

.leaders-download .download-wrapper {
  display: flex;
  padding-left: 64px;
  padding-top: 30px;
}
.leaders-download .download-wrapper .texts-wrapper {
  margin: 24px -12px 0 0;
}
.leaders-download .download-wrapper .title-wrapper {
  padding-top: 0;
  margin-bottom: 16px;
}
.leaders-download .download-wrapper .title-item {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 19px;
}
.leaders-download .download-wrapper .text-item {
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  color: #333;
  max-width: 475px;
  letter-spacing: -0.1px;
}
.leaders-download .download-wrapper .text-wrapper {
  margin-bottom: 37px;
}
.leaders-download .download-wrapper .global-btn button {
  font-family: var(--rt-font-dm);
  font-style: normal;
  background-color: var(--rt-orange);
  border-radius: 50px;
  color: var(--rt-white);
  transition: all 0.3s;
  border: 2px solid var(--rt-orange);
  position: relative;
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 16px 40px;
  text-transform: none;
  letter-spacing: -0.1px;
  cursor: pointer;
}
.leaders-download .download-wrapper .global-btn button:hover {
  background-color: var(--rt-hover-orange);
  border-color: var(--rt-hover-orange);
}
.leaders-download .download-wrapper .image-wrapper img {
  position: relative;
}

@media screen and (max-width: 1120px) {
  .leaders-archive .title-wrapper {
    max-width: 293px;
    margin: 0 auto;
    padding-top: 122px;
  }
  .leaders-archive .title-wrapper .title-item {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }
  .leaders-archive .text-wrapper .text-item {
    max-width: 263px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .leaders-archive .text-wrapper .text-item br {
    display: none;
  }
  .leaders-archive .post-middle .title-item {
    font-size: 24px;
    line-height: 31px;
  }
  .leaders-archive .post-end .global-btn {
    padding: 0 34px;
  }
  .leaders-archive .post-end .btn {
    max-width: 220px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }
  .leaders-archive .posts-body {
    overflow-x: auto;
  }
  .leaders-archive .posts-body .post-card:last-child {
    min-width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .leader-table .table-wrapper .table-body td.not-found-text h2 {
    max-width: calc(100vw - 67px);
  }
  .leader-table .table-wrapper .table-item {
    width: auto;
  }
  .leader-table .table-wrapper .table-item tbody tr td:not(:last-child) span {
    margin-right: 157px;
  }
  .leader-table .table-wrapper .table-item tbody tr td span {
    white-space: nowrap;
  }
  .action-box .action-box-wrapper {
    flex-direction: column;
    padding: 32px 27px;
  }
  .action-box .action-box-wrapper .icon-wrapper {
    margin-right: 0;
  }
  .action-box .cta-wrapper {
    display: flex;
  }
  .action-box .texts-wrapper {
    text-align: center;
    margin: 24px 0 40px;
  }
  .action-box .text-wrapper {
    max-width: 320px;
  }
  .leaders-download {
    overflow-x: hidden;
  }
  .leaders-download .download-wrapper {
    padding-left: 0;
    padding-top: 0;
  }
  .leaders-download .download-wrapper .texts-wrapper {
    flex: 1 0 380px;
  }
  .leaders-download .download-wrapper .image-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .leaders-share .share-wrapper:after {
    content: unset;
  }
  .leaders-share .share-wrapper:before {
    position: unset;
    display: block;
    background-image: url("../svg/share-mobile.svg");
    background-position: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  h1.title-item {
    font-size: 36px;
    line-height: 46px;
  }
  .leader-table .title-item {
    font-size: 28px;
    line-height: 36px;
  }
  .leader-table .texts-wrapper .text-wrapper {
    margin: 0 auto;
  }
  .leaders-share .share-wrapper .texts-wrapper {
    padding: 0 27px;
    margin: 0 auto 32px;
  }
  .leaders-share .share-wrapper .texts-wrapper .title-item {
    font-size: 28px;
    line-height: 36px;
  }
  .leaders-share .share-wrapper .texts-wrapper .text-item {
    font-size: 18px;
    line-height: 24px;
  }
  .single-main-content section.leader-table .table-wrapper {
    border-radius: 0;
  }
  .single-main-content section.leader-table .texts-wrapper {
    padding: 0 27px;
  }
  .single-main-content section.leader-table .winners-table {
    padding: 110px 0 30px 35px;
    background-position: -12px 25px;
    background-size: 128px auto;
  }
  .single-main-content section.leader-table .winners-table .winner-texts {
    padding-left: 113px;
  }
  .single-main-content section.leader-table .winners-table .winner-texts .text-wrapper {
    width: 100%;
    max-width: 202px;
  }
  .single-main-content section.leader-table .table-wrapper:not(.winners-table) .table-item tbody td:first-child {
    padding-left: 0;
  }
  .leaders-download .download-wrapper {
    flex-direction: column;
    padding: 0 27px;
  }
  .leaders-download .download-wrapper .texts-wrapper {
    text-align: center;
  }
  .leaders-download .download-wrapper .text-wrapper .text-item {
    margin: 0 auto 37px;
  }
  .leaders-download .download-wrapper .global-btn a {
    max-width: fit-content;
  }
  .leaders-download .download-wrapper .image-wrapper img {
    max-width: 100%;
  }
  section.single-leaders {
    padding-top: 62px;
  }
  section.single-leaders.single-top .container .back-button {
    display: none;
  }
  section.single-leaders.single-top .container:before {
    width: 127px;
    height: 176px;
    left: 0;
    top: -47px;
    background: url("../svg/single-hero-left-mobile.svg") no-repeat;
  }
  section.single-leaders.single-top .container:after {
    background: url("../svg/single-hero-right-mobile.svg") no-repeat;
    width: 115px;
    height: 119px;
    right: 0;
    top: -20px;
  }
  section.single-leaders.single-top .title-wrapper {
    margin-bottom: 62px;
  }
  section.single-leaders.single-top .title-wrapper .title-item {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 315px;
  }
}
.lds-dual-ring {
  display: inline-block;
  height: 100%;
  aspect-ratio: 1/1;
  --color: var(--light-blue);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid var(--color);
  border-color: var(--color) transparent var(--color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}