:root {
  --midnight-blue-2: #1e1c52;
  --medium-slate-blue: #7d5edf;
  --slate-blue: #7869a7;
  --ivory: #faf8e9;
  --midnight-blue: #0d0e59;
  --gray: #c5c5c5;
  --lavender-blush-2: #ede3e3;
  --white: white;
  --dark-grey: #2e2e2e;
  --thistle: #ddcbf0;
  --lavender-blush: #ede3e3;
  --light-cyan: #d0ece5;
  --gainsboro: #e6e6e6;
  --dark-slate-blue: #594a99;
  --white-smoke: #f8f8f4;
  --white-smoke-2: #f9f8f4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--midnight-blue-2);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--medium-slate-blue);
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--midnight-blue-2);
}

strong {
  font-weight: bold;
}

.overlay-container {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-box {
  z-index: 1;
  width: 95%;
  max-width: 600px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
}

.x {
  width: 20px;
  height: 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.closer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.overlay {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 10;
  width: 100%;
  position: relative;
}

.index-sec {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 200px;
  height: 100px;
  color: #000;
  background-color: #d4d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.box:hover {
  background-color: #a8a8a8;
}

.index-grid {
  width: 850px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
}

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

.header-nav {
  z-index: 9;
  width: 90%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-nav._100 {
  width: 100%;
  margin-top: 0;
}

.register-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-left: 10px;
  margin-right: 29px;
}

.register-button.button-header-register {
  height: 45px;
  background-color: var(--slate-blue);
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  border-style: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.header-nav-container {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-toggle {
  width: 47px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header-menu {
  z-index: 100;
  width: 420px;
  height: 100vh;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 16px 30px 30px;
  display: none;
  position: absolute;
  top: 24px;
  bottom: 0%;
  left: auto;
  right: -36px;
}

.site-navigation {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

.menu-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding-left: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.menu-button:hover {
  color: var(--ivory);
  text-decoration: underline;
}

.menu-button.button-sidebar-register.reg-button {
  height: 45px;
  border: 1px none var(--slate-blue);
  background-color: var(--slate-blue);
  text-transform: uppercase;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.menu-button.hide {
  display: flex;
}

.dropdown {
  width: 100%;
  margin-bottom: 16px;
}

.dropdown-toggle {
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  font-weight: 700;
  display: flex;
}

.dropdown-list {
  height: auto;
  background-color: var(--slate-blue);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.cookies {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cookie-block {
  z-index: 99;
  width: 90%;
  max-width: 800px;
  min-height: 64px;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.banner-wrap-left {
  width: 100%;
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.cookie-wrap {
  align-items: center;
  display: flex;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  opacity: .7;
  color: #000;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-cookie:hover {
  border-color: #000;
}

.cookie-bar-wrapper {
  width: 90%;
  height: auto;
  max-width: 600px;
  background-color: #131313;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.cookie-bar-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link {
  color: #fff;
  font-size: 16px;
}

.cookie-buttons {
  align-items: center;
  display: flex;
}

.cookie-button {
  color: #000;
  background-color: #fff;
  margin-right: 10px;
  font-family: Lato, sans-serif;
}

.dismiss {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.button-circle-small {
  width: 30px;
  height: 30px;
  background-color: #36496f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-circle-small:hover {
  opacity: .75;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
}

.cookie-box {
  width: 100%;
  background-color: #42a5f5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 50px 40px 40px;
  display: flex;
}

.cookie-text {
  color: #fff;
}

.cookie-wrapper {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.static-menu {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu {
  z-index: 10;
  width: 100%;
  max-width: 300px;
  background-color: #e4e4e4;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px 30px;
  display: flex;
}

.menu-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wallpaper {
  width: 100%;
  background-image: url('../images/Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.open-button {
  margin-top: 30px;
  padding: 15px 20px;
}

.dynamic-menu {
  height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper {
  width: 100%;
  background-image: url('../images/Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #758490;
  position: absolute;
}

.image-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #4c3166;
  position: absolute;
}

.dynamic-panel {
  z-index: 10;
  width: 100%;
  max-width: 300px;
  background-color: #e4e4e4;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px 30px;
  display: flex;
}

.dynamic-menu-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chapter-title {
  opacity: .16;
  margin-bottom: 30px;
}

.chapter-title.margin {
  margin-bottom: 50px;
}

.content-wrap {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content-wrap._50 {
  width: 46%;
}

.intro-title-white {
  color: #fff;
  text-shadow: 0 4px 5px rgba(0, 0, 0, .28);
  font-family: Source Sans Pro, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
}

.intro-subtitle-white {
  width: 70%;
  max-width: none;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  flex: none;
  margin-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
}

.outline-button-white {
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  padding: 15px 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.outline-button-white:hover {
  color: #333;
  background-color: #fff;
}

.cta {
  min-height: 50vh;
  background-color: #eee;
  border-bottom: 1px #c5c5c5;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer {
  background-color: #fff;
  border-bottom: 1px #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tag {
  color: #919191;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.social-wrap {
  height: 28px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  display: grid;
}

.social-icon {
  width: 30px;
  height: 3px;
}

.social-box {
  width: 28px;
  height: 28px;
  color: var(--medium-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.social-box:hover {
  background-color: var(--medium-slate-blue);
  border-radius: 4px;
}

.competition-by {
  color: #000;
  text-decoration: none;
}

.footer-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--midnight-blue);
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #000;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
}

.footer-item {
  color: var(--midnight-blue-2);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.footer-item:hover {
  color: var(--slate-blue);
  text-decoration: underline;
}

.copyright {
  color: rgba(30, 28, 82, .7);
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.nav-link {
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: #c5c5c5;
}

.fullscreen {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  background-color: #d6d6d6;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  top: 0;
}

.nav-heading-1 {
  opacity: .1;
  text-align: center;
  font-size: 20vw;
  display: none;
  position: absolute;
}

.headings-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-heading-2, .nav-heading-3, .nav-heading-4, .nav-heading-5, .nav-heading-6 {
  opacity: .1;
  text-align: center;
  font-size: 20vw;
  display: none;
  position: absolute;
}

.nav-heading-7 {
  width: 100%;
  opacity: .1;
  text-align: center;
  font-size: 20vw;
  display: none;
  position: absolute;
}

.nav-heading {
  opacity: .1;
  text-align: center;
  font-size: 20vw;
  position: absolute;
}

.nav-bar {
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close-nav {
  width: 30px;
  height: 30px;
}

.nav-menu-list {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-item {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  padding: 15px 20px;
  transition: background-color .2s;
}

.nav-menu-item:hover {
  background-color: #8d8d8d;
}

.nav-menu-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20%;
  display: flex;
  position: relative;
}

.dropdown-nav-item {
  align-items: center;
  display: flex;
}

.content-wrapper {
  width: 90%;
  max-width: 1200px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.mini-nav {
  display: none;
}

.footer-bar {
  width: 90%;
  max-width: 1200px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-heading-8, .nav-heading-9 {
  width: 100%;
  opacity: .1;
  text-align: center;
  font-size: 20vw;
  display: none;
  position: absolute;
}

.intro {
  width: 100vw;
  height: 100vh;
  min-height: 70vh;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-intro {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-intro-wrapper {
  max-width: 800px;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.image-wrapper {
  width: 50%;
  height: 600px;
  background-color: #e2e2e2;
  position: absolute;
  left: auto;
  right: 0%;
}

.intro-content {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-logo {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 3%;
  right: auto;
}

.scroll-down {
  color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: none;
  position: absolute;
}

.scroll {
  font-weight: 700;
}

.scroll-buttons {
  z-index: 10;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
}

.intro-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 86px;
  display: flex;
  position: relative;
}

.scroll-arrow {
  max-width: 30px;
}

.scroll-up {
  color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: none;
  position: absolute;
}

.facts-grid {
  max-width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.fact-box {
  width: 100%;
  min-height: 300px;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: relative;
}

.fact-heading {
  color: #fff;
  margin-bottom: 30px;
}

.fact-description {
  color: #fff;
  font-size: 16px;
}

.fact-close {
  color: #a5a5a5;
}

.twitter-share {
  cursor: pointer;
  border: 1px solid #fff;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.share-title {
  color: #fff;
}

.twitter-logo {
  margin-right: 10px;
}

.html-embed {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.source {
  color: #fff;
  font-size: 16px;
}

.fact-inner {
  margin-bottom: 30px;
  position: relative;
}

.share-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fact-link {
  color: #fff;
}

.source-section {
  min-height: 60vh;
  background-color: #f1f1f1;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
}

.sliding-facts-sec {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.facts-slider-right-arrow {
  height: 50%;
  color: #444;
  right: -100px;
}

.slide {
  width: 364px;
  height: 534px;
  background-image: url('../images/slide-image-1.jpg');
  background-position: 35%;
  background-size: 508px;
  align-items: flex-end;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.slide._2 {
  height: 600px;
  background-image: url('../images/slide-image-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._1 {
  height: 600px;
  background-size: cover;
}

.slide._3 {
  height: 600px;
  background-image: url('../images/slide-image-3.jpg');
  background-size: cover;
}

.slide._4 {
  height: 600px;
  background-image: url('../images/slide-image-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._5 {
  height: 600px;
  background-image: url('../images/slide-image-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  overflow: visible;
}

.slider-text {
  width: 80px;
  height: 80px;
  color: #9b9b9b;
  text-align: center;
  border: 5px solid #c7c7c7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.slider {
  width: 400px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-content-wrapper {
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-left-arrow {
  color: #444;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  display: none;
}

.number-slide {
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cover-slide {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/img01.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fact-label {
  color: #fff;
  font-weight: 400;
}

.question {
  width: 30px;
  height: 30px;
}

.slide-footer {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 3%;
  right: 3%;
}

.details-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #a5a5a5;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fact-source {
  font-weight: 400;
}

.fact-url {
  text-decoration: none;
}

.close {
  width: 30px;
  height: 30px;
  opacity: 0;
  position: absolute;
}

.question-box {
  cursor: pointer;
  position: relative;
}

.vertical-facts-sec {
  min-height: 100vh;
  perspective: 1000px;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards {
  width: 500px;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.card-2 {
  z-index: 3;
  min-height: 400px;
  background-color: #5da044;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: absolute;
}

.card-1 {
  z-index: 4;
  min-height: 400px;
  background-color: #3f5457;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: absolute;
}

.card-3 {
  z-index: 2;
  min-height: 400px;
  background-color: #7c2a2a;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: absolute;
}

.card-4 {
  z-index: 1;
  min-height: 400px;
  background-color: #2a587c;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: absolute;
}

.flipper-wrap {
  perspective: 1000px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.navigation {
  margin-left: 50px;
  position: relative;
}

.up {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.up-1 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.up-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.up-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.down {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.down-1 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.down-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.down-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nunber {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.fact-title {
  color: #fff;
  margin-top: 0;
}

.fact-paragraph {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.card-source {
  color: #fff;
}

.arrow {
  width: 50%;
}

.process-1 {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-content {
  width: 90%;
  max-width: 400px;
  margin-right: 100px;
}

.slider-box {
  width: 350px;
  min-height: 400px;
  perspective: 1000px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.step-1 {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  padding: 30px;
  position: absolute;
  overflow: auto;
}

.step {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
}

.process-title {
  color: #fff;
  margin-bottom: 30px;
}

.process-description {
  color: #bbb;
}

.slider-arrow-wrap {
  height: 80px;
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.right-arrow {
  width: 80px;
  height: 100%;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pages {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

._1-4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  position: absolute;
}

.step-2, .step-3, .step-4 {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: absolute;
  overflow: auto;
}

._2-4, ._3-4, ._4-4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  position: absolute;
}

.right-arrow-1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.right-arrow-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.right-arrow-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.left-arrow {
  width: 80px;
  height: 100%;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-arrow-1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.left-arrow-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.left-arrow-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.process-2 {
  min-height: 60vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cubes-wrapper {
  z-index: 0;
  width: 100%;
  align-items: center;
  padding-left: 400px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cube {
  width: 250px;
  height: 250px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.left-1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.left-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.right-1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.right-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.left, .right {
  width: 49%;
  height: 100%;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.right-3, .left-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.slide-1 {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  padding: 30px;
  position: absolute;
}

.slide-2, .slide-3, .slide-4 {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: absolute;
}

.process-info {
  z-index: 1;
  position: relative;
}

.cubes {
  display: flex;
}

.process-4 {
  min-height: 100vh;
  display: flex;
}

.timeline-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.timeline-content {
  z-index: 1;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.step-title {
  margin-bottom: 10px;
  font-weight: 400;
}

.timeline-heading {
  margin-top: 100px;
}

.giant-heading {
  z-index: 0;
  opacity: .1;
  font-size: 200px;
  position: absolute;
  left: 0%;
  right: auto;
}

.mask-2 {
  overflow: visible;
}

.content-section {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-section.p5 {
  width: 100%;
  position: absolute;
}

.margin-bottom {
  z-index: 1;
  margin-bottom: 75px;
  position: relative;
}

.slide-navigation {
  font-size: 4px;
  line-height: 1em;
  display: none;
}

.process-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.process-slide-1 {
  margin-right: -30px;
}

.process-panel {
  z-index: 2;
  width: 400px;
  height: 100%;
  background-color: #5e5e5e;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.process-banner {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.banner-title {
  color: #fff;
  margin-bottom: 30px;
}

.banner-description {
  color: #fff;
}

.slider-right, .slider-left {
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-arrow-right {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-1 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.q-a-header {
  width: 90%;
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.qa-title {
  margin-bottom: 20px;
}

.qa-description {
  margin-bottom: 0;
}

.faq-row {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.faq-question {
  width: 380px;
  height: 200px;
  cursor: pointer;
  background-color: #5e5e5e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5%;
  text-decoration: none;
  display: flex;
}

.answer-box {
  width: 100%;
  height: 500px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.qa-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.question-title {
  color: #fff;
  font-weight: 400;
}

.faq-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.answer-1, .answer-2, .answer-3, .answer-4, .answer-5, .answer-6 {
  color: #fff;
  padding-left: 200px;
  padding-right: 200px;
  position: absolute;
}

.faq-2 {
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-tabs-wrap {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.faq-header {
  max-width: 430px;
  flex: none;
  margin-right: 30px;
  overflow: hidden;
}

.questions {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq {
  margin-bottom: 10px;
  padding: 20px;
}

.faq.a, .faq.b {
  margin-bottom: 10px;
}

.answer-wrap {
  width: 100%;
  height: 500px;
  max-width: 500px;
  background-color: #dbdbdb;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.q1, .q2, .q3, .q4, .q5, .q6 {
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
}

.close-faq {
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.intro-content-wrapper {
  width: 90%;
  height: auto;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto auto 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.intro-content-wrapper.margin-top-120 {
  margin-top: 120px;
}

.intro-content-wrapper.finalists {
  justify-content: center;
  align-items: center;
}

.intro-content-wrapper.winner {
  height: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 90%;
  flex: 0 auto;
  margin: 80px auto 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.faq-item {
  border: 1px solid var(--midnight-blue);
  margin-bottom: 30px;
}

.accordion-trigger {
  border-bottom: 1px none var(--midnight-blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  background-color: #ddd6e8;
}

.accordion-content {
  overflow: hidden;
}

.padding {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f6f4ff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expand-icon {
  margin-left: 10px;
}

.sponsors {
  border-bottom: 1px none var(--gray);
  background-color: var(--midnight-blue);
  background-image: url('../images/donor-background-image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor-header {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

.heading {
  margin-bottom: 20px;
}

.sponsor-grid {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / 1fr 1fr 1fr;
  margin-top: 65px;
}

.sponsor-card {
  min-height: 300px;
  background-color: #ede3e3;
  border: 2px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.sponsor-image {
  width: 100%;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.sponsor-date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sponsor-description {
  margin-top: 8px;
  margin-bottom: 54px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.sponsor-learn-more {
  color: var(--slate-blue);
  text-transform: uppercase;
  flex: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
  display: block;
}

.sponsor-learn-more:hover {
  text-decoration: none;
}

.wide-sponsor {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-sponsor-card {
  width: 80%;
  max-width: 600px;
  min-height: 300px;
  text-align: center;
  border: 2px solid #000;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
  display: flex;
}

.sponsor-title {
  margin-bottom: 20px;
}

.profile {
  z-index: 2;
  width: 150px;
  height: 150px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #6b6b6b;
  flex-direction: column;
  justify-content: flex-end;
  margin: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-menu {
  opacity: 1;
  background-color: #6b6b6b;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: box-shadow .4s;
}

.tab-menu.w--current {
  box-shadow: 0 0 0 5px #000;
}

.nav-tag {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.tip {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tab-image {
  width: 250px;
  height: 100%;
  background-color: #000;
  flex: none;
  margin-right: 50px;
}

.quote {
  font-weight: 400;
}

.slider-button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px 25px;
}

.signature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.spotlight-2 {
  width: 100%;
  height: auto;
  background-color: var(--lavender-blush-2);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.spotlight-2.evaluation-page {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 54px;
  display: block;
}

.spotlight-2.selection-committee-people {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 54px;
  display: grid;
}

.spotlight-1 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-wrap {
  width: 90%;
  height: 400px;
  max-width: 1000px;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-1 {
  z-index: 4;
  height: 100%;
  min-height: 400px;
  background-color: #d1d1d1;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
}

.tab-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-2 {
  z-index: 3;
  height: 100%;
  min-height: 400px;
  background-color: #d1d1d1;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
}

.tab-3 {
  z-index: 2;
  height: 100%;
  min-height: 400px;
  background-color: #d1d1d1;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
}

.tab-4 {
  z-index: 1;
  height: 100%;
  min-height: 400px;
  background-color: #d1d1d1;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
}

.tab-navigation {
  width: 100%;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.nav-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #858585;
  border: 3px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.tab-wrap {
  background-color: #d1d1d1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judges-header {
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin-bottom: 50px;
}

.judges-title {
  margin-bottom: 20px;
}

.judge-box {
  width: 250px;
  height: 250px;
  position: relative;
}

.judge-photo {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.judge-info {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judge-tagline {
  font-weight: 400;
}

.rubric-1 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rubric-header {
  width: 90%;
  max-width: 600px;
  text-align: center;
}

.rubric-title {
  margin-bottom: 20px;
}

.rubric-description {
  margin-bottom: 0;
}

.score-card {
  width: 90%;
  max-width: 600px;
  min-height: 250px;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

._0-0 {
  margin-bottom: 0;
  padding: 50px;
  position: absolute;
}

._0-1, ._0-2, ._0-3, ._0-4, ._0-5, ._0-6, ._0-7, ._0-8, ._0-9, ._1-0, ._1-1, ._1-2, ._1-3, ._1-44, ._1-5, ._1-6, ._1-7, ._1-8, ._1-9, ._2-0, ._2-1, ._2-2, ._2-3, ._2-44, ._2-5, ._2-6, ._2-7, ._2-8, ._2-9, ._3-0, ._3-1, ._3-2, ._3-3, ._3-44, ._3-5, ._3-6, ._3-7, ._3-8, ._3-9, ._4-0, ._4-1, ._4-2, ._4-3, ._4-44, ._4-5, ._4-6, ._4-7, ._4-8, ._4-9, ._5-0 {
  margin-bottom: 0;
  padding: 50px;
  display: none;
  position: absolute;
}

.slider-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bar {
  width: 700px;
  height: 5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 30px;
  display: flex;
}

.dot {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 0 5px #fff;
}

.color-dot {
  width: 15px;
  height: 15px;
  opacity: 0;
  background-color: #038aff;
  border-radius: 100%;
  position: absolute;
  box-shadow: 0 0 0 5px #fff;
}

.color-dot.gray {
  box-shadow: none;
  background-color: #000;
}

.blank {
  width: 10px;
  height: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-1 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-bar {
  width: 5px;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 400px;
  margin-bottom: 400px;
  display: flex;
}

.point {
  width: 20px;
  height: 20px;
  background-color: #b6b6b6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 800px;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 5px #fff;
}

.point.bottom {
  margin-bottom: 0;
}

.timeline-card {
  width: 400px;
  text-align: center;
  background-color: #fff;
  border: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 5px #fff;
}

.timeline-date {
  color: #acacac;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.timeline-url {
  color: #000;
}

.period-name {
  color: #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20px;
  right: auto;
  transform: rotate(-90deg);
}

.judges-grid {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-header {
  width: 80%;
  max-width: 800px;
  margin-bottom: 100px;
}

.group-header.judgegroup {
  margin-bottom: 0;
}

.alphabet {
  margin-bottom: 20px;
}

.judges-index {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.cms-header {
  max-width: 800px;
  margin-bottom: 100px;
}

.judge-tab {
  width: 350px;
  height: 100px;
  cursor: pointer;
  background-color: #e0e0e0;
  align-items: center;
  display: flex;
}

.profile-pic {
  width: 100px;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-right: 30px;
}

.a {
  margin-bottom: 100px;
}

.filter-box {
  width: 160px;
  height: 250px;
  background-color: #ddd;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 100px;
  padding: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.letter {
  width: 30px;
  height: 30px;
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.letter:hover {
  background-color: #cfcfcf;
}

.filter-by {
  position: absolute;
  top: -30px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b {
  margin-bottom: 100px;
}

.judge-popup {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrap {
  z-index: 2;
  width: 90vw;
  height: 90%;
  max-width: 800px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.close-details {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judge-profile-pic {
  width: 300px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-right: 40px;
}

.popup-header {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.news-landing {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.news-slider {
  width: 100%;
  height: 350px;
  max-width: 900px;
  margin-bottom: 200px;
}

.right-slider-arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  font-size: 20px;
  right: -80px;
}

.left-slider-arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  left: -80px;
}

.slide-nav-dots {
  background-color: rgba(0, 0, 0, 0);
  bottom: -60px;
}

.slide-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-cover {
  width: 50%;
  height: 100%;
  background-color: #000;
}

.slide-cover._1 {
  background-color: #66512b;
}

.slide-cover._2 {
  background-color: #492a2a;
}

.slide-cover._3 {
  background-color: #3c597e;
}

.slide-cover._4 {
  background-color: #50234d;
}

.slide-cover._5 {
  background-color: #25502d;
}

.slide-content {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 50px;
  display: flex;
}

.slide-date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slide-description {
  margin-bottom: 20px;
}

.news-filters {
  width: 100%;
  height: 50px;
  max-width: 900px;
  background-color: #c2c2c2;
  justify-content: space-around;
  display: flex;
}

.filter-button {
  height: 50px;
  color: #636363;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.filter-button:hover {
  color: #000;
}

.news-wrapper {
  width: 100%;
  max-width: 900px;
  background-color: #ddd;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.news {
  width: 900px;
  border-bottom: 1px solid silver;
  align-items: center;
  padding: 50px;
  display: flex;
}

.news-list-item {
  align-items: center;
  display: flex;
  position: relative;
}

.news-thumbnail {
  width: 200px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-right: 40px;
}

.news-summary {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.news-date {
  margin-bottom: 10px;
  font-weight: 700;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.news-button {
  text-transform: uppercase;
  background-color: #000;
  margin-right: 20px;
}

.news-title {
  margin-bottom: 10px;
}

.pagination {
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-count {
  width: 10%;
  margin-top: 0;
}

.icon {
  font-size: 20px;
}

.news-grid {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.news-collection-list {
  max-width: 1100px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-list {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.news-list-container {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item {
  width: 900px;
  border-bottom: 1px solid silver;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.news-cover {
  width: 200px;
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-right: 40px;
}

.news-text {
  overflow: hidden;
}

.read-button {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.read-button:hover {
  color: #fff;
  background-color: #000;
}

.close-button {
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  display: block;
}

.news-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.article {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-article {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-container {
  z-index: 2;
  width: 100%;
  height: 90%;
  max-width: 1000px;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.article-content {
  flex: none;
  display: flex;
}

.article-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.next-article {
  width: 100%;
  min-height: 300px;
  background-color: #dadada;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.next-article:hover {
  background-color: #bbb;
}

.next-article-name {
  margin-bottom: 30px;
}

.article-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.meta-data {
  align-items: center;
  display: flex;
}

.category {
  margin-bottom: 0;
  margin-right: 20px;
}

.article-date {
  color: #8f8f8f;
  margin-bottom: 0;
}

.news-item {
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  flex-direction: column;
  display: flex;
}

.news-wrap {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e7e7e7;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.news-link {
  color: #000;
}

.news-box {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.category-bar {
  width: 100%;
  height: 50px;
  max-width: 1000px;
  background-color: #e6e6e6;
  justify-content: space-around;
  margin-bottom: 50px;
  display: flex;
}

.results-collection-list {
  max-width: 1000px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-item {
  min-height: 300px;
  border: 2px solid #000;
  border-radius: 13px;
  flex-direction: column;
  padding-bottom: 20px;
  display: flex;
}

.result-image {
  width: 100%;
  height: 200px;
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.result-content {
  margin-left: 20px;
  margin-right: 20px;
}

.results-1 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.result-slider {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #000;
  margin-bottom: 20px;
}

.result-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.result-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.slide-box {
  width: 100%;
  height: 200px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  display: flex;
}

.slide-name {
  color: #fff;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.result-description {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.result-button {
  color: #000;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.result-location {
  align-items: center;
  display: flex;
}

.image-7 {
  margin-right: 10px;
}

.results-2 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.result-popup {
  min-height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-container {
  width: 100%;
  height: 600px;
  max-width: 1200px;
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.popup-info-wrap {
  width: 400px;
  height: 100%;
  background-color: #ececec;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.popup-cover {
  width: 100%;
  height: 200px;
  background-color: #aaa;
  margin-bottom: 50px;
}

.detail-heading {
  margin-bottom: 20px;
}

.primary-details {
  margin-bottom: 30px;
}

.phone-number {
  margin-top: 20px;
}

.popup-article-wrap {
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow: auto;
}

.inner-result {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.result-wrap {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.back-wrap {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.back-tag {
  margin-bottom: 0;
}

.media-container {
  width: 100%;
  height: 500px;
  background-color: #000;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.details-wrapper {
  width: 150px;
  flex: none;
  margin-bottom: 30px;
}

.article-wrapper {
  width: 100%;
  padding-left: 50px;
}

.ribbon {
  width: 70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.score-card-outline {
  width: 90%;
  max-width: 600px;
  min-height: 250px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.number-wrap {
  width: 100px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.number {
  display: none;
  position: absolute;
}

.number.n0-0, .number.n0-1, .number.n0-2, .number.n0-3, .number.n0-4, .number.n0-5, .number.n0-6, .number.n0-7, .number.n0-8, .number.n0-9, .number.n1-0, .number.n1-1, .number.n1-2, .number.n1-3, .number.n1-4, .number.n1-5, .number.n1-6, .number.n1-7, .number.n1-8, .number.n1-9, .number.n2-0, .number.n2-1, .number.n2-2, .number.n2-3, .number.n2-4, .number.n2-5, .number.n2-7, .number.n2-8, .number.n2-9, .number.n3-0, .number.n3-1, .number.n3-2, .number.n3-3, .number.n3-4, .number.n3-5, .number.n3-6, .number.n3-7, .number.n3-8, .number.n3-9, .number.n4-0, .number.n4-1, .number.n4-2, .number.n4-3, .number.n4-4, .number.n4-5, .number.n4-6, .number.n4-7, .number.n4-8, .number.n4-9, .number.n5-0, .number.n2-6 {
  display: none;
}

.n1-6, .n1-7, .n1-8, .n1-9, .n2-0, .n2-1, .n2-2, .n2-3, .n2-4, .n2-5, .n2-7, .n2-8, .n2-9, .n3-0, .n3-1, .n3-2, .n3-3, .n3-4, .n3-5, .n3-6, .n3-7, .n3-8, .n3-9, .n4-0, .n4-1, .n4-2, .n4-3, .n4-4, .n4-5, .n4-6, .n4-7, .n4-8, .n4-9, .n5-0 {
  display: none;
  position: absolute;
}

.round-bar {
  width: 720px;
  height: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, .3);
  border: 3px solid #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.top-marker {
  width: 2px;
  height: 10px;
  background-color: rgba(0, 0, 0, .2);
  flex: none;
  margin-bottom: 50px;
}

.top-marker.top {
  flex: none;
  position: static;
}

.bottom-marker {
  width: 2px;
  height: 10px;
  background-color: rgba(0, 0, 0, .2);
  flex: none;
}

.marker-number {
  width: 2px;
  color: rgba(51, 51, 51, .5);
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.timeline-2 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  display: flex;
}

.timeline-period {
  color: #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 70px;
  transform: rotate(-90deg);
}

.line {
  width: 100%;
  height: 1px;
  background-color: #000;
  flex: none;
}

.timeline-top {
  width: 100%;
}

.line-wrap {
  align-items: center;
  display: flex;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100%;
  flex: none;
  margin-right: 10px;
}

.timeline-slide-2, .timeline-slide-3, .timeline-slide-1 {
  margin-right: 0;
}

.timeline-arrows {
  width: 300px;
  height: 80px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-wrapper {
  width: 100%;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dash {
  width: 1px;
  height: 80px;
  background-color: #000;
}

.timeline-3 {
  min-height: 100vh;
  display: flex;
}

.mark-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-copy {
  z-index: 1;
  margin-bottom: 75px;
  display: flex;
  position: relative;
}

.straight-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mark {
  z-index: 10;
  width: 20px;
  height: 20px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 0 0 5px #fff;
}

.giant-subtitle {
  z-index: 0;
  opacity: .1;
  font-size: 150px;
}

.content {
  padding: 20px;
  overflow: hidden;
}

.blank-box {
  width: 100%;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.skywalker-template {
  text-align: center;
  margin-bottom: 50px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  padding: 54px;
  display: flex;
  box-shadow: 0 0 36px rgba(0, 0, 0, .16);
}

.overlay-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.overlay-paragraph {
  max-width: 90%;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.nav-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.mobile-social-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: none;
}

.logo {
  height: 40px;
}

.social-logo {
  width: 40px;
  height: 40px;
}

.nav-copyright {
  font-size: 12px;
}

.dropdown-link {
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #b8b8b8;
}

.brand {
  flex: none;
  margin-right: auto;
}

.site-nav {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.source-text-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
}

.facts-slider-left-arrow {
  height: 50%;
  color: #444;
  left: -100px;
}

.process-wrap {
  flex-direction: column;
  display: flex;
  position: relative;
}

.cube-text {
  width: 80px;
  height: 80px;
  color: #9b9b9b;
  text-align: center;
  border: 5px solid #c7c7c7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.process-mask {
  overflow: visible;
}

.process-slide-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.process-slide-content {
  z-index: 1;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-slide-nav {
  height: 20px;
  font-size: 4px;
  line-height: 1em;
  display: none;
}

.process-heading {
  margin-top: 100px;
}

.process-container {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.mobile-banner {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.process-arrow-wrap {
  height: 80px;
  justify-content: space-between;
  display: flex;
}

.process-arrow-wrapper {
  height: 80px;
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.faq-wrap {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.mobile-faq-header {
  max-width: 430px;
  text-align: center;
  margin-top: 100px;
  display: none;
  overflow: hidden;
}

.faq-container {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.sponsor-container {
  width: 95%;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.judge-name {
  font-size: 20px;
}

.judge-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.judges-container {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.tab-button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px 25px;
}

.spotlight-container, .rubric-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.rubric-2 {
  min-height: 100vh;
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-slider-tags {
  display: none;
}

.timeline-description {
  margin-bottom: 20px;
}

.timeline-link {
  color: #000;
}

.slider-arrow-wrap-copy-copy {
  width: 300px;
  height: 80px;
  justify-content: space-between;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-mask {
  overflow: visible;
}

.timeline-button {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 20px;
}

.date {
  margin-bottom: 10px;
  font-weight: 400;
}

.process-slider-copy, .timeline-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.exterior {
  width: 300px;
  min-height: 150px;
  background-color: #dbdbdb;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.judge-container {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.judge-tag {
  font-weight: 400;
}

.judge-title {
  margin-bottom: 20px;
}

.judge-description {
  margin-bottom: 0;
}

.index-container {
  margin-top: 100px;
  display: flex;
}

.cms-title {
  margin-bottom: 20px;
}

.letter-wrapper {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.scroll-wrap {
  height: 100%;
  padding: 50px;
}

.c {
  margin-bottom: 100px;
}

.news-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.slide-button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px 25px;
}

.article-cms {
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.next-button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px 25px;
}

.next-article-date {
  margin-bottom: 20px;
}

.news-box-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.result-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.result-heading {
  color: #fff;
}

.primary {
  margin-bottom: 30px;
}

.evaluation-panel {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.process-5-slider {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.mask-3 {
  padding-left: 146px;
  overflow: visible;
}

.p5-slide {
  max-width: 400px;
  min-height: 500px;
  background-color: #c7c7c7;
  margin-left: 12px;
  margin-right: 12px;
  padding: 31px;
}

.p5-arrow {
  height: 80px;
  background-color: var(--gray);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.p5-arrow.p5-right {
  top: 227px;
}

.slider-ticks {
  z-index: 2;
  width: 65%;
  position: absolute;
  bottom: 13px;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.slider-handle.min-slider-handle.round {
  z-index: 3;
  width: 25px;
  height: 25px;
  background-color: var(--slate-blue);
  cursor: pointer;
  border: 2px #19155b;
  border-radius: 20px;
  margin-left: -8px;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(0);
}

.slider-handle.max-slider-handle {
  display: none;
}

.slider-anchor.slider-anchor-high {
  width: 100px;
  color: var(--midnight-blue);
  text-align: right;
  font-family: Neuton, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  left: 90%;
}

.slider-anchor.slider-anchor-low {
  width: 100px;
  color: var(--midnight-blue);
  text-align: left;
  font-family: Neuton, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: 90%;
}

.score-description-text {
  color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  padding: 0;
  font-family: Neuton, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.slider-track-low {
  width: 0;
  height: 100%;
  background-color: #19155b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.tsr-slider {
  width: 210px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.tsr-slider.slider-horizontal {
  width: 65%;
}

.slider-selection {
  width: 50%;
  height: 1px;
  background-color: var(--midnight-blue);
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slider-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
}

.score-slider-wrap {
  position: relative;
}

.slider-tick-bottom {
  position: absolute;
  bottom: -50px;
  transform: translate(-50%);
}

.score-entry {
  width: 1070px;
  border: 0 solid #000;
  margin: 100px auto;
  padding: 0 0 40px;
}

.slider-tick {
  position: absolute;
  top: 0;
}

.slider-tick.slider-tick-4 {
  left: 60%;
}

.slider-tick.slider-tick-02 {
  left: 20%;
}

.slider-tick.slider-tick-01 {
  left: 0%;
}

.slider-tick.slider-tick-03 {
  left: 40%;
}

.slider-tick.slider-tick-06 {
  left: 100%;
}

.slider-tick.slider-tick-05 {
  left: 80%;
}

.score-heading {
  color: var(--slate-blue);
  text-align: center;
  margin-top: 8px;
  padding-left: 63px;
  padding-right: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.score-title-range {
  color: var(--slate-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}

.score-slider {
  text-align: center;
  margin-top: 20px;
}

.slider-track-high {
  width: 50%;
  height: 1px;
  background-color: var(--midnight-blue);
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-10 {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}

.score-description {
  background-color: rgba(133, 133, 133, .1);
  margin-top: 50px;
  padding: 0;
}

.score-description-value-text {
  color: var(--midnight-blue);
  font-family: Neuton, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.score-title-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.tooltip {
  display: none;
}

.loading-indicator {
  z-index: 3;
  opacity: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.score-description-inner {
  color: #19155b;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.score-title {
  color: #d59d50;
  text-align: center;
}

.score-description-value-number {
  color: var(--midnight-blue);
  margin-right: 16px;
  font-family: Neuton, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.score-section {
  background-color: #fff;
  border: 0 solid #000;
  margin-top: 0;
  position: relative;
}

.slider-tick-top {
  width: 22px;
  height: 22px;
  background-color: #ddd6e8;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.selection-committee {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 40px;
  margin-bottom: 100px;
  display: block;
}

.sc-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.judge-detail-header {
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
}

.judge-detail-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -230px;
}

.judge-detail-featured-img {
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.judge-detail-title {
  margin-bottom: 56px;
}

.judge-detail-bg {
  padding-bottom: 40px;
}

.judge-detail-close {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.process-card.swiper-slide {
  width: 300px;
  height: 360px;
  cursor: pointer;
  background-color: #fff;
  padding: 47px 15px 15px;
  display: block;
  overflow: visible;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .09);
}

.steps {
  box-shadow: none;
  padding-top: 51px;
  font-size: 36px;
  line-height: 25px;
}

.process-container-2 {
  margin-top: 46px;
  margin-bottom: 90px;
  overflow: hidden;
}

.swiper-container {
  z-index: 1;
  height: 495px;
  position: relative;
}

.total {
  opacity: .5;
  color: #000;
  font-size: 44px;
  display: inline-block;
}

.process-card-details-control {
  z-index: 99;
  margin-left: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-progress__bar {
  width: 50%;
  height: 100%;
  background-color: #eb8d35;
  border-radius: 100px;
  transition: width .3s;
}

.process-card-title {
  color: #000;
  white-space: normal;
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 500;
}

.process-card-number {
  color: #9e9d9d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.counts {
  height: 75px;
  color: #000;
  text-align: center;
  margin-top: 75px;
  margin-left: 0;
  margin-right: auto;
  line-height: 75px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.process-card-date {
  color: rgba(15, 12, 64, .8);
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.hsc-process-link {
  color: #11b4e7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.hsc-process-link:hover {
  color: #04789a;
  text-decoration: underline;
}

.hsc-process-link:active {
  text-decoration: none;
}

.current.process-swiper-navigate-num {
  min-width: 100px;
  box-shadow: none;
  color: #000;
  text-align: left;
  font-size: 84px;
  line-height: 84px;
  display: inline-block;
  transform: translate(0);
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.process-card-content {
  color: #636363;
  white-space: normal;
  object-fit: fill;
  margin: 30px 20px 12px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: visible;
}

.card-progress {
  width: 160px;
  height: 7px;
  background-color: rgba(11, 179, 228, .2);
  border-radius: 100px;
  margin: 20px auto 0;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .06);
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.total-steps {
  line-height: 53px;
  display: none;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .06);
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px rgba(255, 255, 255, .37);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  font-size: 28px;
  line-height: 74px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, .06);
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev:hover {
  background-color: #f7f7f7;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, .15);
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev:active {
  box-shadow: none;
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  font-size: 28px;
  line-height: 74px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .06);
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next:hover {
  background-color: #f7f7f7;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .15);
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next:active {
  box-shadow: none;
}

.process-cards-container.swiper-main {
  white-space: nowrap;
  overflow: hidden;
}

.erp-header {
  height: 400px;
  background-color: #e4e4e4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.erp-webinar, .erp-tips, .erp-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.erp-header-content-div {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.erp-smallheader {
  font-size: 20px;
}

.erp-brand-div {
  align-self: center;
  position: absolute;
  top: 29px;
  left: 27.5px;
}

.erp-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.erp-content-div {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.erp-tips-div {
  margin-top: 24px;
  margin-bottom: 15px;
}

.erp-tips-item-cols {
  border: 1px solid #000;
  margin-bottom: 21px;
  padding: 14px;
}

.in-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-960 {
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lpf-paragraph-div {
  max-width: 800px;
}

.lpf-graph-div {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.lpf-graph-div.two-img {
  justify-content: flex-start;
  margin-top: 26px;
  margin-bottom: 26px;
  display: flex;
}

.lpf-img-2 {
  margin-left: 25px;
}

.application h2 {
  color: var(--midnight-blue-2);
  margin-top: 50px;
}

.application h3 {
  margin-top: 30px;
}

.application ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

.application.content-text {
  margin-top: 20px;
}

.application.content-text li {
  list-style-type: disc;
}

.rules.content-text {
  line-height: 28px;
}

.rules.content-text ol {
  list-style-type: lower-alpha;
}

.cookie-annex-div {
  max-width: 1200px;
}

.cookie-annex-div.content-text.cookie-annex {
  padding-right: 0;
}

.cookie-annex-div.content-text.cookie-annex.margin-top-100 {
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.ca-heading {
  border: 1px solid #acacac;
  margin-bottom: 0;
  padding: 14px;
}

.ca-heading.nosidestroke {
  border-left-style: none;
  border-right-style: none;
}

.ca-statement {
  width: 100%;
  text-align: center;
  border: 1px solid #acacac;
  border-bottom-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 13px;
}

.cookieannex-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.cookieannex-grid.secondgrid {
  grid-template-rows: 1fr auto auto auto auto auto auto auto;
}

.ca-paragraph {
  color: #555;
  border: 1px solid #acacac;
  margin-bottom: 0;
  padding: 19px;
  font-size: 14px;
  line-height: 22px;
}

.ca-paragraph.nobottomstroke {
  border-bottom-style: none;
}

.ca-paragraph.nosidestroke {
  border-left-style: none;
  border-right-style: none;
}

.ca-paragraph.nosidestroke.nobottomstroke {
  border-bottom-style: none;
}

.content-info-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 960px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-info-wrapper.content-text.fairness {
  z-index: 0;
  max-width: 1200px;
  padding-right: 0;
}

.paragraph-6 {
  width: 120%;
}

.paragraph-6.fairness {
  width: 100%;
}

.lpf-paragraph-div-2 {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
}

.process-parent {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.process-header {
  width: 80%;
  max-width: 600px;
  text-align: center;
}

.nav-line-top {
  width: 39px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
}

.nav-line-top.dark {
  background-color: var(--midnight-blue);
}

.nav-line-middle {
  width: 47px;
  height: 3px;
  background-color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-line-middle.dark {
  background-color: var(--midnight-blue);
}

.nav-line-bottom {
  width: 32px;
  height: 3px;
  background-color: var(--white);
  margin-top: 5px;
}

.nav-line-bottom.dark {
  background-color: var(--midnight-blue);
}

.dropdown-toggle-2 {
  display: none;
}

.share-social-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 54px;
}

.icon-wrapper {
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
}

.icon-wrapper:hover {
  background-color: rgba(255, 255, 255, .12);
}

.icon-wrapper.share-link-div {
  cursor: pointer;
}

.html-embed-2 {
  color: var(--medium-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.html-embed-2:hover {
  color: var(--white);
  border: 1px #000;
}

.html-embed-2.share {
  color: #fff;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.share-social-text {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-2 {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.html-embed-3 {
  color: rgba(255, 255, 255, .4);
}

.html-embed-4 {
  color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.dropdown-link-2, .dropdown-link-3 {
  width: 100%;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.dark-h2-title {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.subtitle-dark {
  max-width: none;
  color: var(--midnight-blue);
  flex: none;
  margin-top: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

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

.subtitle-dark.left-align {
  text-align: left;
}

.subtitle-dark.left-align.lastcard-subhead p {
  margin-top: 0;
  font-size: 24px;
  line-height: 35px;
}

.source-conten-left {
  width: 50%;
  height: 802px;
  background-image: url('../images/home-page-bg-image-4.jpg');
  background-position: 50%;
  background-size: 1312px;
}

.source-conten-right {
  z-index: 2;
  width: 50%;
  flex-wrap: wrap;
  flex: none;
  display: flex;
  position: relative;
}

.source-content-wrapper {
  width: 100%;
  height: 800px;
  display: flex;
}

.source-item-1 {
  width: auto;
  height: auto;
  background-color: #e6e6e6;
  flex-direction: column;
  margin-top: 90px;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.source-item-1.home {
  padding-bottom: 40px;
}

.percentage-title {
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: 100px;
}

.percentage-text-1 {
  color: var(--midnight-blue);
  align-items: flex-start;
  font-family: Neuton, sans-serif;
  font-size: 70px;
  line-height: 60px;
  display: block;
}

.percentage-text-2 {
  color: var(--midnight-blue);
  flex: none;
  align-items: flex-start;
  margin-top: -24px;
  margin-left: 8px;
  font-family: Neuton, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.source-item-title {
  color: var(--midnight-blue);
  align-items: flex-start;
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.percentage-text-1-copy {
  color: var(--midnight-blue);
  font-size: 100px;
  line-height: 100px;
}

.source-item-description {
  color: var(--slate-blue);
  align-items: flex-start;
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.source-item-description.home {
  margin-bottom: 24px;
}

.source-item-description.home.less-padding {
  margin-top: 32px;
}

.link-2 {
  color: var(--slate-blue);
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.link-2:hover {
  color: var(--medium-slate-blue);
  text-decoration: none;
}

.link-2.news-link-slide, .link-2.news-read-more {
  margin-bottom: 0;
}

.source-item-2 {
  width: auto;
  height: auto;
  background-color: #f9f8f4;
  flex-direction: column;
  margin-top: 180px;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.source-item-2.home {
  padding-bottom: 40px;
}

.source-item-3 {
  width: 50%;
  height: 500px;
  background-color: #f9f8f4;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.source-col-left, .source-col-right {
  width: 50%;
}

.source-item-1-copy {
  width: auto;
  height: auto;
  background-color: #faf8e9;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.source-item-1-copy.home {
  padding-bottom: 40px;
}

.source-item-4 {
  width: auto;
  height: auto;
  background-color: #ede3e3;
  flex-direction: column;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.source-item-4.home {
  padding-bottom: 40px;
}

.process-section {
  height: auto;
  background-color: var(--midnight-blue-2);
  background-image: url('../images/home-process-s-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 59px;
  display: flex;
  overflow: hidden;
}

.white-h2-title {
  width: 330px;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.white-h2-title.donorspartners {
  width: auto;
  text-align: center;
}

.process-wrapper {
  width: 95%;
  max-width: 1000px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 120px;
  overflow: visible;
}

.percentage-text-3 {
  color: var(--slate-blue);
  flex: none;
  align-items: center;
  padding-left: 8px;
  padding-right: 12px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.percentage-title-2 {
  align-items: center;
  display: flex;
}

.slider-items {
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.slide-detaisls-wrapper {
  z-index: 1;
  width: 100%;
  height: 275px;
  background-color: #ede3e3;
  flex-direction: column;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.slide-detaisls-wrapper._w-active {
  display: flex;
}

.slide-details-title {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.slide-details-title.date {
  color: rgba(13, 14, 89, .72);
  text-transform: none;
  font-size: 18px;
}

.slide-details-description {
  color: rgba(30, 28, 82, .9);
  text-transform: none;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.slide-details-link {
  color: var(--slate-blue);
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.slide-number-wrapper {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: auto;
}

.text-block-4 {
  color: var(--white);
}

.slide-number {
  color: rgba(255, 255, 255, .5);
  font-family: Neuton, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.slide-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.slider-buttons-wrapper {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-button-left {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-button-left:hover {
  background-color: #7869a7;
}

.slider-button-left.dark-slide-button {
  background-color: var(--slate-blue);
}

.slider-button-left.dark-slide-button:hover {
  background-color: var(--medium-slate-blue);
}

.slider-button-right {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  position: static;
  top: 92px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-button-right:hover {
  background-color: #7869a7;
}

.slider-button-right.dark-slide-button {
  background-color: var(--slate-blue);
}

.slider-button-right.dark-slide-button:hover {
  background-color: var(--medium-slate-blue);
}

.slider-control-panel-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-counter-wrapper {
  align-items: flex-end;
  margin-left: auto;
  margin-right: 154px;
  display: flex;
}

.slider-counter-wrapper.timeline {
  margin-right: auto;
  position: absolute;
  top: 175px;
  left: 100px;
}

.text-block-5 {
  color: var(--white);
  font-family: Neuton, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.text-block-5.dark {
  color: var(--dark-grey);
}

.text-block-6 {
  color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.text-block-6.dark {
  color: var(--dark-grey);
}

.judges-section-title {
  width: auto;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.title-judges-block {
  width: 50%;
  height: auto;
  background-color: #ede3e3;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 54px;
  display: flex;
}

.text-block-7 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.judge-card {
  width: 25%;
  height: 450px;
  background-color: var(--ivory);
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.judge-card:hover {
  background-color: var(--thistle);
}

.judge-card.ivory {
  height: auto;
}

.judge-card.grey {
  height: auto;
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: stretch;
}

.judge-card.white {
  height: auto;
  background-color: #f9f8f4;
}

.judge-card.pink {
  height: auto;
  background-color: #ede3e3;
}

.judge-card.pink:hover {
  background-color: var(--thistle);
}

.judge-card.evaluation-page {
  width: auto;
  height: 440px;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
}

.judge-card.evaluation-page:hover {
  background-color: var(--thistle);
  color: var(--midnight-blue);
}

.judge-card.evaluation {
  width: 360px;
  max-width: 360px;
  background-color: #e6e6e6;
  flex: none;
}

.judge-card.gray {
  background-color: #eee;
}

.judge-card.gray:hover {
  background-color: var(--thistle);
}

.judge-card.light-beige {
  background-color: var(--white);
}

.judge-card.light-beige:hover {
  background-color: var(--thistle);
}

.judge-photo {
  height: 250px;
  background-image: url('../images/judge_1.png');
  background-position: 50%;
}

.judge-photo._1 {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}

.judge-photo._2 {
  height: 280px;
  background-image: url('../images/judge_2.png');
}

.judge-photo._3 {
  height: 280px;
  background-image: url('../images/judge_3.png');
}

.judge-photo._4 {
  height: 280px;
  background-image: url('../images/judge_4.png');
}

.judge-photo._5 {
  height: 280px;
  background-image: url('../images/judge_5.png');
}

.judge-photo._6 {
  height: 280px;
  background-image: url('../images/judge_6.png');
}

.judge-next {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-right: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.judge-subtitle {
  color: rgba(13, 14, 89, .77);
  margin-top: 4px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button {
  height: 45px;
  text-transform: uppercase;
  background-color: #7869a7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .24);
}

.button:hover {
  background-color: #7d5edf;
}

.button.button-lastcard-register {
  opacity: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button.button-lastcard-register:hover {
  background-color: var(--medium-slate-blue);
}

.button.white {
  background-color: var(--white);
  color: var(--midnight-blue);
  margin-top: auto;
  margin-bottom: 0;
}

.button.top-16 {
  margin-top: 16px;
}

.button.top-36 {
  margin-top: 36px;
}

.sponsor-info-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.sponsor-logo-wrapper {
  width: 100%;
  height: 160px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facts-subtitle-white {
  max-width: none;
  color: var(--white);
  flex: none;
  margin-top: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.facts-subtitle-white.center {
  text-align: center;
}

.text-block-8 {
  width: 100%;
  flex: none;
  margin-bottom: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dark-h2-title.left-align {
  text-align: left;
}

.cta-content-left {
  width: 50%;
  max-width: none;
  text-align: center;
  background-color: #f9f8f4;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 150px 84px;
  display: flex;
}

.cta-image-right {
  width: 50%;
  background-image: url('../images/mother-feeding-baby-600w-442709083.jpg');
  background-position: 50%;
  background-size: cover;
}

.outline-button-dark {
  height: 45px;
  border: 2px solid var(--slate-blue);
  color: var(--slate-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.outline-button-dark:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: var(--white);
}

.link-3 {
  color: var(--midnight-blue);
  transition: all .2s;
}

.link-3:hover {
  text-decoration: none;
}

.mask-4 {
  width: 364px;
  height: 534px;
  margin-top: 48px;
  overflow: visible;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.space-right-24 {
  margin-right: 24px;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-4 {
  width: 54px;
  height: 54px;
  top: 170px;
  bottom: auto;
  left: 250px;
  right: auto;
}

.left-arrow-4.news-slide-arrow {
  top: 27px;
  left: auto;
  right: 78px;
}

.left-arrow-4.timeline {
  left: 242px;
}

.left-arrow-4.home {
  top: 90px;
  left: auto;
  right: 70px;
}

.right-arrow-4 {
  width: 54px;
  height: 54px;
  top: 170px;
  bottom: auto;
  left: 320px;
  right: auto;
}

.right-arrow-4.news-slide-arrow {
  top: 27px;
  left: auto;
  right: 0;
}

.right-arrow-4.home {
  top: 90px;
  left: auto;
  right: 0;
}

.image-11 {
  width: 320px;
}

.slider-3 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.left-arrow-5, .right-arrow-5, .slide-nav-3 {
  display: none;
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(5, 5, 4, .54)), url('../images/home-page-bg-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .24) 13%, rgba(0, 0, 0, 0) 57%, rgba(5, 5, 4, .54)), url('../images/home-page-bg-image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(135deg, rgba(5, 5, 4, .54), rgba(255, 255, 255, .04) 56%, rgba(5, 5, 4, .54)), url('../images/home-page-bg-image-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bgs-wrappers {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.bg-1 {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: url('../images/home-page-bg-image-1.jpg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
}

.bg-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(255, 255, 255, .16) 50%, rgba(0, 0, 0, .24)), url('../images/home-page-bg-image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
  position: absolute;
}

.bg-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(255, 255, 255, .16) 51%, rgba(0, 0, 0, .36)), url('../images/home-page-bg-image-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
  position: absolute;
}

.bg-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/home-page-bg-image-1.jpg');
  background-position: 0 0;
  background-size: cover;
  display: flex;
  position: absolute;
}

.div-block {
  width: 100%;
  height: 97%;
  background-color: #5a4a99;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 16px 24px;
  display: flex;
  position: absolute;
  top: 10px;
  left: -10px;
  overflow: scroll;
}

.div-block-2 {
  width: 100%;
  height: 90%;
  background-color: rgba(221, 214, 232, .44);
  position: relative;
}

._2-level-menu-item {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.div-block-3 {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  padding-left: 36px;
  display: none;
}

.nav-menu-link {
  color: #fff;
  margin-top: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

._404-title {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
}

.div-block-5 {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 1000px;
  background-color: #ddd6e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto 54px;
  padding: 150px 54px;
  display: flex;
  position: relative;
}

._404-subtitle {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

._404-deiscription {
  color: var(--midnight-blue);
  margin-top: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-404 {
  color: var(--midnight-blue);
}

.faq-paragraph {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.faq-title {
  color: var(--midnight-blue);
  font-family: Neuton, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.intro-page-background-wrapper {
  z-index: -1;
  width: 100%;
  height: 80vh;
  background-image: url('../images/bg_4042x.jpg');
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.intro-page-background-wrapper.about {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/003.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.about.finalists {
  justify-content: flex-start;
  align-items: center;
}

.intro-page-background-wrapper.about.winner {
  z-index: 200;
  height: auto;
  background-image: url('../images/bg_4042x.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
}

.intro-page-background-wrapper.ort {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/slide-image-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.evaluation {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.evaluation-decreased-height {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/evaluation-bg2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: fixed;
  overflow: scroll;
}

.intro-page-background-wrapper.trait-scoring-rubric {
  z-index: 0;
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/011.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.trait-scoring-rubric.fairness {
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/009.jpg');
  background-position: 0 0, 50% 0;
}

.intro-page-background-wrapper.rules {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .36), rgba(0, 0, 0, .16)), url('../images/006.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.application-page {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/010.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.terms-conditions-page {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/home-page-bg-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-page-background-wrapper.cookie-policy-page {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, .16)), url('../images/slide-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-page-background-wrapper.cookie-annex-page {
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/mother-feeding-baby-600w-442709083.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-arrow.faq-arrow-down {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-left {
  width: 36px;
  height: 2px;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  transform: rotate(45deg);
}

.line-right {
  width: 36px;
  height: 2px;
  background-color: #000;
  margin-left: 0;
  transform: rotate(-45deg);
}

.div-block-6 {
  align-items: flex-start;
  display: flex;
}

.html-embed-5 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-sidebar-register {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-left: 10px;
  margin-right: 29px;
}

.button-sidebar-register.button-header-register {
  height: 45px;
  background-color: var(--slate-blue);
  color: #fff;
  text-transform: uppercase;
  border-style: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.button-sidebar-register.button-style-sidebar {
  width: 100%;
  height: 45px;
  background-color: var(--slate-blue);
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  border-style: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.button-sidebar-register.button-style-sidebar.width-90 {
  width: 90%;
}

.nav-link-2 {
  display: none;
}

.header-nav-wrapper {
  z-index: 9;
  width: 90%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-nav-wrapper._100 {
  width: 100%;
}

.page-title {
  color: var(--midnight-blue);
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.page-title.dark {
  color: var(--midnight-blue);
  font-size: 80px;
  line-height: 90px;
}

.page-title.white {
  color: var(--white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  font-size: 80px;
  line-height: 90px;
}

.page-title.white.finalists {
  text-align: center;
}

.page-subtitle {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
}

.page-subtitle.dark {
  color: var(--midnight-blue);
}

.page-subtitle.white {
  color: var(--white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  margin-top: 0;
}

.page-subtitle.white.finalists {
  text-align: center;
}

.page-title-subtitle-wrapper {
  width: 58%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.page-title-subtitle-wrapper.faq-page {
  margin-top: 0;
}

.page-title-subtitle-wrapper.winner {
  width: 80%;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-block {
  width: 50%;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.content-wrapper {
  z-index: 0;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 100px;
  padding-top: 60px;
  position: relative;
}

.content-wrapper.margin-100 {
  margin-top: 100px;
}

.content-wrapper.position-static {
  position: static;
}

.content-wrapper.position-static.winner {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 70px;
  position: relative;
}

.content-wrapper.position-static.winner.static {
  position: static;
}

.content-title {
  width: 70%;
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.content-title.white {
  color: var(--white);
}

.content-text {
  width: 100%;
  color: var(--dark-grey);
  margin-top: 0;
  padding-right: 54px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.content-text.maring-text {
  padding-right: 80px;
}

.content-text.maring-text.ort {
  width: 100%;
}

.content-text.maring-text.evaluation {
  width: 50%;
  padding-right: 0;
}

.content-text.maring-text.white {
  color: var(--white);
  padding-right: 0;
}

.content-text.maring-text.evaluation-text {
  padding-right: 0;
}

.content-text-image-wrapper {
  margin-top: 10px;
  display: flex;
}

.content-faq-images-wrapper {
  width: 50%;
  order: 1;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  top: 33px;
  left: -240px;
  overflow: visible;
}

.content-faq-image-1 {
  z-index: 2;
  width: 354px;
  height: 470px;
  background-color: #5a3f3f;
  background-image: url('../images/home-page-bg-image-4.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.content-faq-image-2 {
  z-index: 3;
  width: 354px;
  height: 470px;
  background-color: #5a3f3f;
  background-image: url('../images/slide-image-3.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 320px;
  left: 146px;
  overflow: hidden;
}

.content-faq-image-bg-1 {
  z-index: 0;
  width: 354px;
  height: 214px;
  background-color: var(--lavender-blush);
  position: absolute;
  top: 256px;
  left: 64px;
}

.content-faq-image-bg-2 {
  z-index: 1;
  width: 354px;
  height: 370px;
  background-color: var(--ivory);
  position: absolute;
  top: 356px;
  bottom: auto;
  left: 108px;
  right: 0%;
}

.quote-yellow-wrapper {
  width: 100%;
  height: auto;
  max-width: 1600px;
  background-color: var(--ivory);
  margin: 100px auto;
  padding-top: 54px;
  padding-bottom: 54px;
}

.quote-text {
  width: 90%;
  color: var(--midnight-blue-2);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Neuton, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.quote-author {
  width: 90%;
  color: var(--midnight-blue-2);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Neuton, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.content-faq-timer-judge {
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.content-faq-timer {
  width: 400px;
  height: 250px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 37px;
}

.content-faq-judge-title {
  width: 400px;
  background-color: var(--ivory);
  margin-top: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.content-faq-judge-title.news-sidebar {
  background-color: #f0efee;
}

.text-block-10 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Neuton, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.content-faq-judge-info {
  width: 400px;
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.content-faq-judge-info:hover {
  background-color: var(--ivory);
}

.about-content-judge-photo {
  width: 310px;
  height: 320px;
  background-color: var(--slate-blue);
  background-image: url('../images/judge_3.png');
  background-position: 50%;
  background-size: cover;
}

.about-content-judge-info {
  width: 310px;
  height: auto;
}

.about-content-judge-name {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.about-content-judge-jobitlte {
  color: rgba(13, 14, 89, .8);
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.selection-committee-wrapper {
  background-color: var(--midnight-blue);
  background-image: url('../images/donor-background-image.jpg');
  background-position: 50% 0;
  background-size: 1440px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.back-arrow-wrapper {
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.html-embed-6 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: rgba(255, 255, 255, .8);
  align-items: center;
  margin-left: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.judge-content-wrapper {
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.judge-details-text {
  width: auto;
  height: auto;
  background-color: #fff;
  flex: 1;
  margin-top: 80px;
  padding: 80px;
}

.text-block-12 {
  line-height: 60px;
}

.heading-2 {
  color: var(--midnight-blue);
  margin-right: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.text-block-13 {
  color: var(--dark-grey);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-7, .judge-name-wrapper {
  margin-top: 24px;
  display: flex;
}

.news-data-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.news-slider-wrapper {
  width: 100%;
}

.news-slide-image-wrapper {
  width: 440px;
  height: 584px;
  min-width: 440px;
  background-color: var(--midnight-blue);
  background-image: url('../images/slide-image-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.news-slide-image-wrapper._2 {
  background-image: url('../images/home-page-bg-image-1.jpg');
}

.slide-8 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-4 {
  height: 584px;
  background-color: rgba(0, 0, 0, 0);
}

.news-slide-details-wrapper {
  width: 100%;
  height: auto;
  background-color: var(--ivory);
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding: 54px 48px;
  display: flex;
}

.news-slide-wrapper {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.news-slide-date-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.news-slide-title-text {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.news-slide-description-text {
  color: var(--dark-grey);
  margin-top: 24px;
  margin-bottom: 54px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.slide-nav-4 {
  display: none;
}

.mask-5 {
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
}

.news-content-wrapper {
  width: 100%;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 54px;
  display: grid;
}

.news-card-wrapper {
  background-color: #ddd6e8;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.news-card-image {
  height: 250px;
  max-width: 100%;
  background-image: url('../images/slide-image-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 16px;
}

.news-card-title-text {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.news-card-description-text {
  color: var(--dark-grey);
  margin-top: 16px;
  margin-bottom: 54px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.slide-nav-5 {
  display: none;
}

.slide-9 {
  width: 400px;
  height: 400px;
  background-color: var(--slate-blue);
}

.slide-10 {
  width: 400px;
  height: 400px;
  background-color: var(--midnight-blue-2);
}

.slide-10-copy {
  width: 400px;
  height: 400px;
  background-color: var(--gray);
}

.slider-wrapper {
  width: 480px;
  height: 100vh;
}

.slider-wrapper.hide {
  display: none;
}

.mask-6 {
  width: 400px;
  height: 800px;
  margin-left: 450px;
  overflow: visible;
}

.slide-11 {
  width: auto;
  height: auto;
  margin-right: 0;
}

.slider-5 {
  width: 100vw;
  height: 800px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.slide-top-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 36px;
  padding-bottom: 36px;
}

.slide-top-wrapper._2 {
  background-color: var(--midnight-blue);
}

.slide-top-wrapper.color2 {
  background-color: var(--midnight-blue-2);
}

.slide-top-wrapper.color {
  background-color: var(--dark-grey);
}

.bottom-slide-wrapper {
  width: 480px;
  height: 526px;
  background-color: var(--slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 54px 40px;
  display: block;
}

.bottom-slide-wrapper._2color {
  background-color: var(--gray);
}

.bottom-slide-wrapper.innactive {
  display: none;
}

.slide-11-copy {
  width: auto;
  height: auto;
  margin-right: 24px;
}

.text-block-14 {
  color: var(--midnight-blue);
  margin-left: 36px;
  font-family: Neuton, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-15 {
  color: #b4b4b4;
  margin-top: 4px;
  margin-left: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-15.innactive {
  color: #d7d7d7;
}

.div-block-8 {
  width: 100%;
  height: 4px;
  background-color: #ddd;
}

.div-block-8.innactive {
  background-color: #ddd;
}

.div-block-9 {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #ddd;
  border-radius: 12px;
}

.div-block-9.innactive {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ddd;
}

.div-block-10 {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Neuton, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-17 {
  color: rgba(255, 255, 255, .8);
  margin-top: -1px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-18 {
  color: var(--white);
  margin-top: 22px;
  margin-bottom: 54px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.left-arrow-6, .right-arrow-6 {
  background-color: var(--gray);
}

.typeform-placeholder {
  width: 90%;
  height: auto;
  min-height: 800px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  padding: 0;
  display: flex;
}

.cookie-div {
  z-index: 100;
  width: 810px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin: 15px;
  padding: 11px 19px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}

.cookie-div.js-cookie-notice {
  opacity: 0;
  border-radius: 0;
  justify-content: flex-start;
  margin-left: 0;
  display: flex;
}

.cookie-text-2 {
  margin-right: 11px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.cookie-button-2 {
  float: right;
  color: #f27056;
  background-color: #fff;
  border: 2px solid #ef952c;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.cookie-button-2.js-cookie-accept {
  border-color: var(--slate-blue);
  color: #162034;
  border-radius: 20px;
  font-family: Source Sans Pro, sans-serif;
}

.cookie-button-2.js-cookie-accept:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.link-cookie {
  color: var(--slate-blue);
  text-transform: none;
  margin-top: auto;
  margin-bottom: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.link-cookie:hover {
  text-decoration: none;
}

.link-cookie.news-link-slide {
  margin-bottom: 0;
}

.score-description-point {
  height: auto;
  border: 1px solid var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.score-description-details {
  border: 1px solid var(--midnight-blue);
  margin-top: -1px;
  padding: 54px;
}

.html-embed-7 {
  width: 100%;
  height: 100%;
}

.content-wrapper-universal {
  max-width: 960px;
  flex-direction: column;
  align-items: flex-start;
  margin: 100px auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.content-wrapper-universal.margin-100 {
  margin-top: 100px;
}

.content-two-columns {
  margin-top: 32px;
  display: flex;
}

.cookie-policy h2 {
  margin-top: 50px;
}

.cookie-policy h3 {
  margin-top: 30px;
}

.cookie-policy ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

.cookie-policy.content-text.margin-top-100 {
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.news-photo {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/judge_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-photo._1 {
  height: 280px;
}

.news-photo._2 {
  height: 280px;
  background-image: url('../images/judge_2.png');
}

.news-photo._3 {
  height: 280px;
  background-image: url('../images/judge_3.png');
}

.news-photo._4 {
  height: 280px;
  background-image: url('../images/judge_4.png');
}

.news-photo._5 {
  height: 280px;
  background-image: url('../images/judge_5.png');
}

.news-photo._6 {
  height: 280px;
  background-image: url('../images/judge_6.png');
}

.collection-list-wrapper {
  display: block;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  display: flex;
}

.rich-text-block {
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 70px;
  position: static;
}

.rich-text-block h3 {
  margin-top: 53px;
}

.rich-text-block.notoppadding {
  margin-top: 0;
}

.rich-text-block.nobottompadding {
  margin-bottom: 0;
}

.rich-text-block.fairness {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.privacy-policy {
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 70px;
  position: static;
}

.privacy-policy h3 {
  margin-top: 53px;
}

.privacy-policy.notoppadding {
  margin-top: 0;
}

.privacy-policy.nobottompadding {
  margin-bottom: 0;
}

.privacy-policy.fairness {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.privacy-policy.content-text.margin-top-100 {
  width: 100%;
  max-width: 90%;
  margin: 100px auto 0;
  padding-right: 0;
}

.lobbying-policy {
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 70px;
  position: static;
}

.lobbying-policy h3 {
  margin-top: 53px;
}

.lobbying-policy.notoppadding {
  margin-top: 0;
}

.lobbying-policy.nobottompadding {
  margin-bottom: 0;
}

.lobbying-policy.fairness {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.lobbying-policy.content-text.margin-top-100 {
  width: 100%;
  max-width: 90%;
  margin: 100px auto 0;
  padding-right: 0;
}

.guidance-mou {
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 70px;
  position: static;
}

.guidance-mou h3 {
  margin-top: 53px;
}

.guidance-mou.notoppadding {
  margin-top: 0;
}

.guidance-mou.nobottompadding {
  margin-bottom: 0;
}

.guidance-mou.fairness {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.guidance-mou.content-text.margin-top-100 {
  width: 100%;
  max-width: 90%;
  margin: 100px auto 0;
  padding-right: 0;
}

.erp-chrome-icon {
  max-width: 60%;
}

.erp-content-wrap {
  max-width: 100%;
  min-width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.erp-h1 {
  color: var(--midnight-blue);
  margin-top: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.erp-faq-2 {
  width: 100%;
  max-width: 90%;
  justify-content: center;
  align-items: center;
  padding: 50px 0%;
  display: flex;
}

.erp-smallheader-2 {
  color: var(--slate-blue);
  margin-bottom: -1px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.erp-headercontent-div {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 0;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.erp-youtube {
  border: 6px solid #fff;
  border-radius: 6px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.erp-tips-heading {
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.erp-container-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-header-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.erp-tips-list-div {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.erp-group {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-trigger-2 {
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  transition: background-color .3s;
  display: flex;
}

.faq-paragraph-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.erp-tips-2 {
  width: 100%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0%;
  display: flex;
}

.faq-wrapper-2 {
  width: 100%;
  max-width: 960px;
  border-radius: 6px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-wrapper-2.lesstoppadding {
  margin-top: 50px;
}

.erp-webinar-2 {
  width: 100%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0%;
  display: flex;
}

.erp-tip-item-cols {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 17px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.accordion-item-2 {
  border: 1px solid rgba(124, 124, 124, .5);
  border-radius: 6px;
  margin-bottom: 30px;
}

.erp-header-2 {
  width: 100%;
  height: 500px;
  max-width: 90%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.erp-tips-col1 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-7 {
  margin-top: 24px;
}

.heading-3 {
  font-family: Source Sans Pro, sans-serif;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 90%;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-family: Source Sans Pro, sans-serif;
}

.text-span {
  padding-right: 3px;
}

.paragraph-8, .paragraph-8-copy {
  margin-top: -94px;
  padding-top: 0;
}

.donors-subtitle {
  max-width: none;
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: -80px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.hp-intro-overlay {
  z-index: 5;
  background-color: rgba(0, 0, 0, .24);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar-quote-block {
  width: 100%;
  background-color: var(--lavender-blush);
  margin-top: 36px;
  padding: 26px;
}

.sidebar-quote {
  color: var(--midnight-blue-2);
  margin-bottom: 23px;
  font-family: Neuton, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.sidebar-quote-sig {
  color: var(--slate-blue);
  margin-left: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.bold-text {
  line-height: 40px;
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.sidebar-news-parent {
  width: 100%;
  margin-top: 0;
  padding: 0 0 50px;
}

.sidebar-news-child {
  margin-top: 21px;
  margin-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.sidebar-news-image-parent {
  width: 70px;
  height: 70px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ececec;
  margin-right: 20px;
}

.sidebar-news-content-child-parent {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.news-sb-date {
  color: var(--slate-blue);
  font-family: Source Sans Pro, sans-serif;
}

.news-sb-title {
  color: var(--midnight-blue-2);
  font-family: Source Sans Pro, sans-serif;
}

.collection-item-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.ep-collection-wrapper {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 62px;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sc-collection-wrapper {
  width: 100%;
  margin-top: 40px;
}

.sc-collection-wrapper.hide {
  display: none;
}

.white-link, .link-405 {
  color: #fff;
}

.cta-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-406 {
  color: #fff;
}

.bold-text-2 {
  font-weight: 400;
}

.list-test {
  width: 70%;
  margin-top: 139px;
  margin-left: auto;
  margin-right: auto;
}

.judges-spotlight-link {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.head-gradient {
  height: 200px;
  background-image: linear-gradient(to bottom, var(--midnight-blue), rgba(255, 255, 255, 0));
  opacity: .74;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.head-gradient.white {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  color: var(--dark-grey);
}

.italic-text {
  font-size: 28px;
}

.paragraph-9 {
  padding-top: 35px;
}

.results-banner-parent {
  height: 70px;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.rb-text {
  color: #fff;
  letter-spacing: .1px;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.light-link {
  color: #9b81ec;
  margin-left: 6px;
}

.finalists-body-parent {
  background-color: #f9f8f4;
  padding-top: 44px;
  padding-bottom: 0;
}

.finalists-body-parent.top-150 {
  margin-top: 150px;
}

.finalists-right-parent {
  padding-top: 80px;
  padding-bottom: 80px;
}

.finalists-right-parent.bg-color-1 {
  background-color: #f9f8f4;
}

.left-photo {
  width: 432px;
  height: 520px;
  min-width: 432px;
  padding-left: 50px;
  position: relative;
}

.left-photo.nth-even-side {
  order: 1;
}

.left-content {
  width: 100%;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 0;
  display: flex;
}

.right-photo {
  width: 40%;
  position: relative;
}

.finalist-container {
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.finalist-container.left {
  justify-content: flex-start;
  display: flex;
}

.finalist-container.left-anchor {
  width: 90%;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.finalist-container.right-anchor {
  justify-content: flex-end;
  display: flex;
}

.heading-5 {
  color: var(--midnight-blue-2);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.heading-5.top-54 {
  margin-top: 54px;
}

.heading-5.top-36 {
  margin-top: 36px;
}

.heading-5.top-36.semi-bold {
  color: #0d0e59;
  font-weight: 600;
}

.heading-6 {
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.heading-6.blue {
  color: #0d0e59;
}

.finalists-img-bg {
  width: 400px;
  height: 520px;
  min-width: 400px;
  background-color: #ede3e3;
  position: absolute;
}

.finalists-img-bg.alt-color-1 {
  background-color: #ede3e3;
}

.finalists-img-bg.darkblue {
  background-color: #1e1c52;
}

.finalists-photo {
  z-index: 1;
  width: 400px;
  height: 520px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 0;
  right: auto;
}

.finalists-photo.right-side {
  position: absolute;
  top: auto;
  bottom: 51px;
  left: 33px;
  right: 0%;
}

.right-content {
  width: 60%;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  height: 54px;
  border-radius: 32px;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.security-link-block {
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.security-link-block.password {
  z-index: 3;
  width: auto;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-link-password {
  justify-content: center;
  align-items: center;
  display: flex;
}

.security-footer-logo {
  margin-bottom: 0;
}

.text-block-41 {
  color: #0f4150;
  font-style: normal;
  font-weight: 400;
}

.finalists-details-text {
  width: auto;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  padding: 54px 80px;
  display: flex;
}

.org-name-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.finalists-data-text {
  color: var(--midnight-blue);
  text-transform: none;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.finalists-video-wrapper {
  width: 100%;
  height: 520px;
  flex: 1;
  margin-top: 24px;
}

.finalists-heading-wrapper {
  margin-top: 20px;
  display: flex;
}

.finalists-rich-text {
  color: var(--dark-grey);
  margin-top: 36px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.finalist-item-wrapper {
  background-color: #f9f8f4;
}

.results-banner-parent-2 {
  height: 70px;
  background-color: #0d0e59;
  justify-content: center;
  align-items: center;
  display: flex;
}

.separator {
  width: 2px;
  height: 24px;
  background-color: var(--slate-blue);
}

.div-block-12 {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.winner-title {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 96px;
  line-height: 96px;
}

.winner-subtitle {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.winner-subtitle.top-24 {
  color: var(--midnight-blue);
  margin-top: 24px;
}

.winner-subtitle.font-40 {
  font-size: 40px;
  line-height: 50px;
}

.finalist-badge-wrapper {
  background-color: var(--light-cyan);
  padding: 8px 10px;
}

.finalist-badge-wrapper.purple {
  background-color: #ddcbf0;
}

.fw-badge-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Neuton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.winner-wrapper {
  position: relative;
}

.winner-image {
  z-index: 3;
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.winner-content-wrapper {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 54px;
  display: flex;
  position: relative;
}

.winner-content-wrapper.padding-right-54 {
  padding-right: 54px;
}

.winner-badge-wrapper {
  background-color: #ede3e3;
  padding: 8px 10px;
}

.winner-content-bg {
  width: 50%;
  height: 100%;
  background-color: #ddcbf0;
  position: absolute;
  top: 80px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-square-winner {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: var(--thistle);
  position: absolute;
  top: auto;
  bottom: -80px;
  left: auto;
  right: 0%;
}

._1m-winners-body-parent {
  padding-top: 44px;
  padding-bottom: 0;
}

._1m-winners-body-parent.top-150 {
  margin-top: 150px;
}

._1m-winners-body-parent.padding-200 {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.winners-item-wrapper {
  background-color: #f9f8f4;
}

.winners-item-wrapper.lightgreen {
  background-color: var(--light-cyan);
}

.bg-light-absolute {
  z-index: 0;
  width: 100%;
  height: 300px;
  background-color: var(--light-cyan);
  position: absolute;
  top: auto;
  bottom: -150px;
  left: 0%;
  right: 0%;
}

.rich-text-block-2 {
  color: #0d0e59;
  font-family: Source Sans Pro, sans-serif;
}

.winner-100 {
  z-index: 2;
  position: relative;
}

.news-video-wrapper {
  height: auto;
}

.news-video-wrapper.bot-54 {
  margin-bottom: 54px;
}

@media screen and (max-width: 991px) {
  h2 {
    color: var(--midnight-blue-2);
    font-weight: 700;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .index-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .index-grid {
    width: 90%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .register-button {
    display: none;
  }

  .register-button.button-header-register {
    margin-right: 24px;
  }

  .menu-toggle {
    width: 47px;
    height: 60px;
    align-items: flex-start;
  }

  .header-menu {
    display: none;
    position: absolute;
  }

  .banner-wrap-left {
    flex-direction: column;
  }

  .button-cookie {
    margin-top: 20px;
    margin-left: 0;
  }

  .content-wrap {
    margin-top: 0;
  }

  .intro-title-white {
    font-size: 70px;
    line-height: 70px;
  }

  .intro-subtitle-white {
    font-size: 24px;
    line-height: 36px;
  }

  .cta {
    flex-direction: column;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .social-wrap {
    margin: 50px auto 30px;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-nav {
    width: 100%;
    align-items: center;
    margin-top: 54px;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-item {
    font-size: 16px;
  }

  .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .social-wrapper {
    display: none;
  }

  .footer-bar {
    flex-flow: column;
    justify-content: center;
  }

  .intro {
    background-position: 0 0, 100% 100%;
  }

  .photo-intro-wrapper {
    align-items: center;
  }

  .image-wrapper {
    width: 60%;
    right: auto;
  }

  .intro-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-wrapper {
    padding-left: 0;
  }

  .facts-grid {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .fact-box {
    min-height: 250px;
    padding: 40px;
  }

  .facts-slider-right-arrow {
    right: 0;
  }

  .slider {
    width: 60vw;
  }

  .slider-icon {
    color: #fff;
  }

  .cards {
    width: 60vw;
    margin-bottom: 60px;
  }

  .flipper-wrap {
    flex-direction: column;
  }

  .navigation {
    z-index: 10;
    margin-left: 0;
    display: flex;
  }

  .up {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .process-content {
    text-align: center;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .cubes-wrapper {
    display: flex;
  }

  .process-wrapper {
    margin-left: 120px;
  }

  .process-4 {
    justify-content: center;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-heading {
    margin-top: 50px;
  }

  .giant-heading {
    font-size: 20vw;
    display: none;
  }

  .content-section {
    padding: 0;
    overflow: hidden;
  }

  .margin-bottom {
    margin-bottom: 50px;
  }

  .process-slider {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .process-slide-1 {
    margin-right: 0;
  }

  .process-panel {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .process-banner {
    display: none;
  }

  .banner-title {
    color: #000;
    margin-bottom: 10px;
  }

  .banner-description {
    color: #000;
  }

  .faq-row {
    flex-direction: column;
    align-items: center;
  }

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

  .qa-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .answer-1, .answer-2, .answer-3, .answer-4, .answer-5, .answer-6 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .faq-2 {
    flex-direction: column;
  }

  .faq-tabs-wrap {
    margin-right: 0;
  }

  .faq-header {
    display: none;
  }

  .answer-wrap {
    width: 90%;
    position: absolute;
  }

  .intro-content-wrapper {
    margin-top: auto;
  }

  .faq-wrapper {
    width: 90%;
  }

  .sponsor-grid {
    width: 90%;
    grid-row-gap: 54px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .sponsor-card {
    width: 100%;
    min-height: 250px;
  }

  .profile {
    width: 30vw;
  }

  .tab-image {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .quote {
    font-size: 20px;
  }

  .spotlight-2.evaluation-page, .spotlight-2.selection-committee-people {
    grid-template-columns: 1fr 1fr;
  }

  .spotlight-wrap {
    height: auto;
    min-height: 650px;
    flex-direction: column;
  }

  .tab-1 {
    min-height: 0;
    flex-direction: column;
    align-items: center;
  }

  .tab-content {
    text-align: center;
    align-items: center;
  }

  .tab-2, .tab-3, .tab-4 {
    min-height: 0;
    flex-direction: column;
    align-items: center;
  }

  .tab-wrap {
    width: 100%;
    height: 650px;
    position: static;
  }

  .judge-box {
    width: 40vw;
  }

  .slider-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .bar, .timeline-card {
    width: 90vw;
  }

  .period-name {
    margin-top: -50px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: none;
  }

  .judge-tab {
    width: 100%;
  }

  .cms-wrapper {
    width: 90%;
  }

  .filter-box {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .filter-by {
    width: 100%;
    height: 50px;
    background-color: #c9c9c9;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .popup-wrap {
    overflow: hidden;
  }

  .judge-profile-pic {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .popup-header {
    flex-direction: column;
  }

  .news-slider {
    height: 720px;
  }

  .right-slider-arrow {
    height: 80px;
    top: -100px;
    right: 0;
  }

  .left-slider-arrow {
    height: 80px;
    top: -100px;
    left: 0;
  }

  .slide-wrap {
    flex-direction: column-reverse;
  }

  .slide-cover {
    width: 100%;
  }

  .slide-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .news-filters {
    height: auto;
  }

  .news {
    width: 100%;
    flex-direction: column;
    padding: 50px 30px;
  }

  .news-thumbnail {
    width: 100%;
    margin-right: 0;
  }

  .news-summary {
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .news-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .list-item {
    width: 90vw;
  }

  .article {
    display: none;
  }

  .article-container {
    width: 90%;
    height: 95%;
  }

  .article-wrap {
    margin-top: 50px;
  }

  .article-title {
    font-size: 25px;
  }

  .news-wrap {
    width: 90%;
  }

  .category-bar {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .results-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .result-container {
    width: 95%;
  }

  .slide-wrapper {
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .popup-container {
    width: 90%;
    height: 90%;
    flex-direction: column;
    align-items: center;
  }

  .popup-info-wrap {
    width: 100%;
    text-align: center;
  }

  .secondary-details {
    margin-bottom: 50px;
  }

  .primary-details {
    margin-right: 50px;
  }

  .popup-article-wrap {
    padding: 30px;
  }

  .result-wrap {
    width: 90%;
  }

  .media-container {
    height: 400px;
  }

  .wrap {
    flex-direction: column;
    align-items: center;
  }

  .details-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 80px;
    display: flex;
  }

  .article-wrapper {
    padding-left: 0;
  }

  .round-bar {
    width: 100%;
    margin-bottom: 50px;
  }

  .timeline-period {
    margin-top: 30px;
    position: static;
    transform: none;
  }

  .timeline-slide-2, .timeline-slide-3, .timeline-slide-1 {
    margin-right: 0;
  }

  .margin-bottom-copy {
    margin-bottom: 40px;
  }

  .giant-subtitle {
    font-size: 15vw;
  }

  .nav-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile-social-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-copyright {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .social-drop {
    display: none;
  }

  .source-text-wrapper {
    margin-bottom: 0;
    padding: 54px 36px;
  }

  .facts-slider-left-arrow {
    left: 0;
  }

  .process-slide-wrap {
    text-align: center;
    align-items: center;
  }

  .process-slide-content {
    align-items: center;
  }

  .process-heading {
    margin-top: 50px;
  }

  .process-container {
    flex-direction: column;
  }

  .mobile-banner {
    width: 60%;
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrap {
    justify-content: center;
  }

  .mobile-faq-header {
    width: 80%;
    flex-direction: column;
    display: flex;
  }

  .sponsor-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 20px;
  }

  .judge-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-tag {
    display: none;
  }

  .slider-tag.mobile {
    font-size: 16px;
    display: flex;
  }

  .mobile-slider-tags {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .timeline-container {
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .process-slider-copy {
    width: 90vw;
  }

  .timeline-slider {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .exterior {
    width: 70vw;
  }

  .index-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .popup-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .letter-wrapper {
    background-color: #ddd;
    justify-content: center;
  }

  .scroll-wrap {
    padding: 20px;
    overflow: auto;
  }

  .news-container {
    width: 90%;
  }

  .news-description {
    margin-bottom: 30px;
  }

  .article-cms {
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .publish-date {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .result-wrapper {
    width: 90%;
  }

  .primary {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .slider-anchor.slider-anchor-high {
    width: 170px;
    top: 74px;
    bottom: 0%;
    left: auto;
    right: 16%;
  }

  .slider-anchor.slider-anchor-low {
    width: 180px;
    top: 74px;
    bottom: 0%;
    left: 16%;
    right: auto;
  }

  .tsr-slider.slider-horizontal {
    width: 65%;
  }

  .slider-track {
    width: 100%;
    left: 0;
  }

  .score-entry {
    width: 90%;
  }

  .loading-indicator {
    display: block;
  }

  .process-card.swiper-slide {
    width: 400px;
    height: 390px;
  }

  .process-card-details-control {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    left: 220px;
  }

  .counts, .card-progress {
    display: none;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    left: 139px;
  }

  .lpf-graph-div.two-img {
    justify-content: space-around;
  }

  .lpf-img-2 {
    width: 43%;
  }

  .rules.content-text {
    width: 100%;
  }

  .cookie-annex-div.content-text.cookie-annex {
    overflow: scroll;
  }

  .cookie-annex-div.content-text.cookie-annex.margin-top-100 {
    max-width: 100%;
  }

  .content-info-wrapper.content-text.fairness {
    position: relative;
  }

  .dark-h2-title {
    font-size: 48px;
  }

  .subtitle-dark {
    font-size: 24px;
  }

  .subtitle-dark.left-align {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-dark.left-align.lastcard-subhead {
    margin-left: 0;
    margin-right: auto;
  }

  .source-conten-left {
    width: 100%;
    height: 400px;
    background-position: 50% 60%;
  }

  .source-conten-right {
    width: 100%;
  }

  .source-content-wrapper {
    height: auto;
    flex-direction: column;
  }

  .source-item-1 {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .source-item-description.home {
    margin-bottom: 24px;
  }

  .link-2, .link-2.home {
    margin-bottom: 0;
  }

  .source-item-2 {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .source-col-left, .source-col-right {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .source-item-1-copy, .source-item-4 {
    padding-bottom: 40px;
  }

  .process-section {
    padding-top: 100px;
    padding-left: 4px;
  }

  .white-h2-title {
    text-align: left;
  }

  .white-h2-title.donorspartners {
    width: 100%;
    text-align: center;
  }

  .white-h2-title.htp {
    width: 100%;
  }

  .process-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 54px;
    padding-right: 54px;
  }

  .slider-control-panel-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-counter-wrapper {
    margin-top: 42px;
    margin-left: 0;
    margin-right: auto;
  }

  .slider-counter-wrapper.timeline {
    left: 36px;
  }

  .judge-card {
    width: 50%;
    height: auto;
    flex: none;
    align-items: stretch;
    transition: all .2s;
  }

  .judge-card:hover {
    background-color: var(--thistle);
    color: #fff;
  }

  .judge-card.evaluation {
    width: 300px;
    max-width: 300px;
  }

  .judge-card.gray {
    align-items: stretch;
  }

  .judge-card.gray:hover {
    background-color: var(--thistle);
  }

  .judge-photo._3, .judge-photo._4, .judge-photo._5, .judge-photo._6 {
    height: 280px;
  }

  .facts-subtitle-white {
    font-size: 18px;
  }

  .dark-h2-title.left-align {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .cta-content-left {
    width: 100%;
    flex-direction: column;
    padding: 54px 0;
  }

  .cta-image-right {
    width: 100%;
    height: 450px;
    background-position: 50% 25%;
    order: -1;
  }

  .left-arrow-4 {
    top: 240px;
    left: 36px;
  }

  .left-arrow-4.timeline {
    top: 285px;
    left: 36px;
  }

  .left-arrow-4.home {
    top: 110px;
  }

  .right-arrow-4 {
    top: 240px;
    left: 106px;
  }

  .right-arrow-4.timeline {
    top: 285px;
  }

  .right-arrow-4.home {
    top: 110px;
  }

  .image-11 {
    max-width: 80%;
  }

  .bg-1 {
    background-position: 50%;
  }

  .div-block {
    height: 97%;
  }

  .div-block-2 {
    z-index: 30;
    height: 100%;
  }

  ._404-title {
    font-size: 60px;
  }

  .div-block-5 {
    width: 90%;
    height: auto;
    margin-top: 54px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .intro-page-background-wrapper.ort {
    background-image: linear-gradient(to top, rgba(5, 5, 4, .24), rgba(0, 0, 0, 0)), url('../images/slide-image-5.jpg');
  }

  .button-sidebar-register {
    display: none;
  }

  .button-sidebar-register.button-header-register, .button-sidebar-register.button-style-sidebar {
    margin-right: 24px;
  }

  .page-title.white {
    font-size: 54px;
    line-height: 80px;
  }

  .page-title-subtitle-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-subtitle-wrapper.faq-page {
    flex: 0 auto;
    order: -1;
  }

  .content-wrapper {
    z-index: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .content-wrapper.margin-100 {
    max-width: 1200px;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.position-static.winner {
    margin-bottom: 0;
    padding-top: 0;
  }

  .content-title {
    width: 100%;
  }

  .content-text {
    flex: 0 auto;
    order: -1;
  }

  .content-text.maring-text {
    padding-right: 9px;
  }

  .content-text.maring-text.evaluation-text {
    width: 100%;
  }

  .content-text-image-wrapper {
    flex-direction: column;
  }

  .content-faq-images-wrapper {
    width: 100%;
    height: 600px;
    display: none;
    position: static;
    left: 27px;
  }

  .content-faq-image-1 {
    width: 320px;
    height: 430px;
  }

  .content-faq-image-2 {
    width: 320px;
    height: 430px;
    top: 450px;
    left: 0;
  }

  .content-faq-image-bg-1 {
    width: 160px;
    height: 20px;
    top: 430px;
    left: 160px;
  }

  .content-faq-image-bg-2 {
    width: 160px;
    height: 20px;
    top: 430px;
    left: 0;
  }

  .quote-yellow-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content-faq-timer-judge {
    width: 100%;
    flex: none;
    align-items: flex-start;
    margin-top: 55px;
  }

  .content-faq-timer {
    width: 100%;
    height: 200px;
  }

  .text-block-9 {
    font-size: 28px;
    line-height: 36px;
  }

  .content-faq-judge-title {
    width: 100%;
  }

  .content-faq-judge-info, .about-content-judge-photo, .about-content-judge-info {
    width: 320px;
  }

  .judge-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .judge-details-text {
    margin-top: 80px;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .news-slider-wrapper {
    margin-top: 54px;
  }

  .news-slide-image-wrapper {
    width: 320px;
    min-width: 320px;
  }

  .news-slide-details-wrapper {
    height: auto;
    position: relative;
  }

  .news-slide-title-text {
    margin-top: 6px;
    font-size: 23px;
    line-height: 34px;
  }

  .news-slide-description-text {
    margin-top: 12px;
    margin-bottom: 43px;
    font-size: 16px;
  }

  .news-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
  }

  .news-card-wrapper {
    padding: 24px;
  }

  .news-card-title-text {
    font-size: 20px;
    line-height: 28px;
  }

  .slider-wrapper {
    width: 450px;
  }

  .mask-6 {
    width: 450px;
    margin-left: 200px;
  }

  .typeform-placeholder {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 36px;
  }

  .cookie-div.js-cookie-notice {
    z-index: 100;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-cookie {
    margin-bottom: 0;
  }

  .content-wrapper-universal {
    margin-bottom: 100px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .content-wrapper-universal.margin-100 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-two-columns {
    width: 100%;
    flex-direction: column;
  }

  .cookie-policy.content-text.margin-top-100 {
    max-width: 100%;
  }

  .news-photo {
    height: 300px;
  }

  .news-photo._3, .news-photo._4, .news-photo._5, .news-photo._6 {
    height: 280px;
  }

  .rich-text-block, .privacy-policy {
    margin-top: 60px;
  }

  .privacy-policy.content-text.margin-top-100 {
    max-width: 100%;
  }

  .lobbying-policy {
    margin-top: 60px;
  }

  .lobbying-policy.content-text.margin-top-100 {
    max-width: 100%;
  }

  .guidance-mou {
    margin-top: 60px;
  }

  .guidance-mou.content-text.margin-top-100 {
    max-width: 100%;
  }

  .erp-h1 {
    color: #361d7e;
  }

  .erp-smallheader-2 {
    color: #9d7dff;
  }

  .erp-tips-2 {
    padding-left: 3%;
  }

  .erp-webinar-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .donors-subtitle {
    font-size: 24px;
    line-height: 36px;
  }

  .sidebar-judge-spotlight-parent {
    display: none;
  }

  .collection-list-2, .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-content-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .fairness-chart {
    width: 43%;
  }

  .results-banner-parent {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .finalists-body-parent {
    padding-bottom: 0;
  }

  .finalists-body-parent.top-150 {
    margin-top: 0;
  }

  .finalists-left-parent {
    flex-direction: row;
    display: block;
  }

  .left-photo {
    width: 100%;
    height: 420px;
    min-width: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .left-content {
    width: 100%;
    min-height: auto;
    padding-top: 32px;
    padding-right: 40px;
  }

  .right-photo {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .finalist-container.left-anchor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .finalist-container.right-anchor {
    flex-direction: column-reverse;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 54px;
  }

  .finalists-img-bg {
    width: 90%;
    height: 420px;
    display: none;
  }

  .finalists-photo {
    width: 100%;
    height: 420px;
    position: static;
    bottom: -373px;
  }

  .finalists-photo.right-side {
    position: static;
  }

  .right-content {
    width: 100%;
    min-height: auto;
    padding: 48px 40px;
  }

  .security-link-block.password {
    width: 90%;
  }

  .finalists-details-text {
    margin-top: 24px;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .org-name-location {
    grid-row-gap: 8px;
  }

  .finalists-data-text {
    font-size: 20px;
    line-height: 24px;
  }

  .results-banner-parent-2 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .winner-title {
    font-size: 70px;
    line-height: 90px;
  }

  .winner-subtitle.top-24 {
    font-size: 24px;
    line-height: 32px;
  }

  .winner-image {
    width: 100%;
    height: 500px;
    position: relative;
  }

  .winner-content-wrapper {
    width: 100%;
    background-color: var(--thistle);
    padding: 54px 36px;
  }

  .winner-content-bg, .purple-square-winner {
    display: none;
  }

  ._1m-winners-body-parent {
    padding-bottom: 0;
  }

  ._1m-winners-body-parent.top-150 {
    margin-top: 0;
  }

  .news-video-wrapper.bot-54 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .index-grid {
    grid-template-columns: 1fr 1fr;
  }

  .register-button.button-header-register {
    margin-left: 16px;
    margin-right: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .header-menu {
    max-width: none;
    display: none;
  }

  .cookie-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }

  .chapter-title {
    font-size: 7vw;
  }

  .content-wrap {
    width: 100%;
    margin-top: 0;
  }

  .intro-subtitle-white {
    width: 80%;
  }

  .copyright {
    text-align: center;
  }

  .navigation-wrapper {
    justify-content: flex-start;
  }

  .nav-bar {
    height: 50px;
    flex: 0 auto;
  }

  .intro {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .intro-wrapper {
    padding-bottom: 113px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cards {
    width: 70vw;
  }

  .cubes-wrapper {
    display: none;
  }

  .process-wrapper {
    justify-content: center;
    margin-left: 0;
  }

  .giant-heading {
    display: none;
  }

  .content-section {
    overflow: hidden;
  }

  .process-panel {
    width: 300px;
  }

  .qa-title {
    font-size: 30px;
  }

  .faq-question {
    width: 80%;
  }

  .intro-content-wrapper {
    margin-top: auto;
  }

  .intro-content-wrapper.margin-top-120 {
    margin-top: 100px;
    margin-bottom: 75px;
  }

  .sponsors {
    overflow: hidden;
  }

  .sponsor-grid {
    width: 90%;
    grid-row-gap: 50px;
  }

  .sponsor-card {
    width: 100%;
  }

  .profile, .judge-box {
    width: 40vw;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .news-filters {
    flex-direction: column;
    align-items: center;
  }

  .news-collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .news-cover {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .read-button, .close-button {
    margin-top: 30px;
  }

  .news-content {
    text-align: center;
    align-items: center;
    margin-top: 30px;
    margin-right: 0;
  }

  .results-collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .result-container {
    width: 90%;
  }

  .slide-name {
    font-size: 16px;
  }

  .slide-wrapper {
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .ribbon {
    width: 60px;
  }

  .skywalker-template {
    font-size: 5vw;
  }

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

  .brand.w--current {
    width: 50%;
  }

  .source-text-wrapper {
    margin-bottom: 0;
    padding: 54px 36px;
  }

  .process-slide-content, .mobile-banner {
    width: 90%;
  }

  .sponsor-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .judge-name {
    font-size: 20px;
  }

  .timeline-container {
    overflow: hidden;
  }

  .result-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .slide-left, .slide-right {
    width: 50px;
  }

  .slider-ticks {
    width: 70%;
  }

  .slider-anchor.slider-anchor-high {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    line-height: 16px;
    top: 74px;
    bottom: 0%;
    left: auto;
    right: 77px;
  }

  .slider-anchor.slider-anchor-low {
    width: 150px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    line-height: 16px;
    top: 74px;
    bottom: 0%;
    left: 79px;
    right: auto;
  }

  .score-description-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .tsr-slider.slider-horizontal {
    width: 70%;
  }

  .slider-track {
    width: 100%;
    left: 0;
  }

  .score-entry {
    width: 100%;
  }

  .score-description-value-text {
    font-size: 50px;
  }

  .loading-indicator {
    display: block;
  }

  .score-description-value-number {
    font-size: 50px;
  }

  .slider-tick-top {
    display: none;
  }

  .swiper-container {
    height: 560px;
  }

  .process-card-details-control {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 32%;
  }

  .swiper-wrapper {
    width: 100%;
    height: 90%;
    text-align: left;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
    margin-left: 15px;
    margin-right: 15px;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    margin-left: 15px;
    margin-right: 15px;
    left: auto;
  }

  .lpf-graph-div.two-img {
    flex-direction: column;
  }

  .dark-h2-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
  }

  .subtitle-dark {
    margin-top: 12px;
  }

  .subtitle-dark.center {
    line-height: 28px;
  }

  .source-item-1 {
    padding-bottom: 40px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .link-2 {
    margin-bottom: 0;
  }

  .source-item-2 {
    padding-bottom: 40px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .source-col-left, .source-col-right {
    flex-direction: column;
  }

  .source-item-1-copy, .source-item-4 {
    padding-bottom: 40px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .process-section {
    padding-top: 54px;
    padding-left: 54px;
    padding-right: 36px;
  }

  .white-h2-title {
    width: 100%;
    font-size: 44px;
    line-height: 54px;
  }

  .process-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-button-left.dark-slide-button.timeline {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-control-panel-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-counter-wrapper {
    margin-top: 42px;
    margin-left: 0;
    margin-right: auto;
  }

  .slider-counter-wrapper.timeline {
    z-index: 1;
    justify-content: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 0%;
    right: 0%;
  }

  .title-judges-block {
    width: 100%;
    padding: 54px;
  }

  .judge-card {
    width: 100%;
    align-items: stretch;
    padding: 36px 54px;
  }

  .judge-card.evaluation-page {
    padding: 16px;
  }

  .judge-card.evaluation {
    width: 100%;
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .sponsor-logo-wrapper {
    height: 150px;
  }

  .left-arrow-4 {
    display: none;
    top: 175px;
    left: 32px;
  }

  .left-arrow-4.news-slide-arrow {
    display: flex;
    top: auto;
    bottom: -78px;
    right: auto;
  }

  .left-arrow-4.timeline {
    z-index: 2;
    display: block;
    top: auto;
    bottom: 40px;
    left: 40px;
    right: auto;
  }

  .left-arrow-4.home {
    display: flex;
  }

  .right-arrow-4 {
    display: none;
    top: 245px;
    left: 32px;
  }

  .right-arrow-4.news-slide-arrow {
    display: flex;
    top: auto;
    bottom: -78px;
  }

  .right-arrow-4.timeline {
    z-index: 2;
    display: block;
    top: auto;
    bottom: 40px;
    left: auto;
    right: 40px;
  }

  .right-arrow-4.home {
    display: flex;
  }

  .image-11 {
    max-width: 100%;
  }

  .bg-1 {
    background-position: 50%;
  }

  .div-block {
    display: flex;
  }

  ._404-title {
    font-size: 40px;
  }

  .div-block-5 {
    height: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .button-sidebar-register.button-header-register {
    margin-left: 16px;
    margin-right: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-sidebar-register.button-style-sidebar {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .page-title.dark {
    font-size: 54px;
    line-height: 80px;
  }

  .page-title.white {
    font-size: 40px;
    line-height: 50px;
  }

  .page-subtitle.dark {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .page-subtitle.white {
    font-size: 24px;
    line-height: 32px;
  }

  .page-title-subtitle-wrapper {
    margin-top: auto;
  }

  .page-title-subtitle-wrapper.winner {
    width: 100%;
  }

  .white-block {
    height: 50px;
  }

  .content-wrapper {
    margin-bottom: 50px;
  }

  .content-title {
    width: 100%;
    font-size: 30px;
    line-height: 48px;
  }

  .content-text {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .content-text.maring-text {
    margin-top: 4px;
  }

  .content-text.maring-text.ort {
    margin-top: 50px;
  }

  .content-text.maring-text.white, .content-text.maring-text.evaluation-text {
    margin-top: 24px;
  }

  .content-text-image-wrapper {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .content-faq-images-wrapper {
    width: 100%;
    flex-direction: row;
    order: -1;
    margin-top: 50px;
    display: flex;
  }

  .content-faq-image-1 {
    width: 60%;
    background-position: 70%;
    position: relative;
  }

  .content-faq-image-2 {
    width: 60%;
    position: absolute;
    top: 60px;
    left: 40%;
  }

  .content-faq-image-bg-1 {
    width: 20px;
    left: auto;
    right: 60%;
  }

  .content-faq-image-bg-2 {
    width: 20px;
    top: 40px;
    left: 60%;
  }

  .content-faq-timer-judge {
    width: 100%;
    align-items: center;
    display: none;
  }

  .content-faq-timer {
    width: 100%;
    margin-top: 50px;
  }

  .content-faq-judge-title {
    width: 100%;
  }

  .selection-committee-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .judge-content-wrapper {
    flex-direction: column;
    margin-top: 36px;
  }

  .judge-details-text {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .news-slider-wrapper {
    margin-top: 54px;
  }

  .news-slide-image-wrapper {
    width: 100%;
    height: 350px;
    background-position: 50% 25%;
  }

  .slider-4 {
    height: 100%;
  }

  .news-slide-details-wrapper {
    height: auto;
    padding: 36px;
  }

  .news-slide-wrapper {
    flex-direction: column;
  }

  .news-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 154px;
  }

  .slider-wrapper {
    width: 400px;
  }

  .mask-6 {
    height: 100vh;
    margin-left: 36px;
  }

  .slider-5 {
    height: 100vh;
  }

  .bottom-slide-wrapper {
    width: 400px;
    display: flex;
  }

  .typeform-placeholder {
    padding: 24px;
  }

  .cookie-div.js-cookie-notice {
    z-index: 100;
    height: auto;
    align-items: center;
  }

  .link-cookie {
    margin-bottom: 0;
  }

  .score-description-point {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .html-embed-7 {
    width: 100%;
    height: 100%;
  }

  .content-wrapper-universal {
    margin-bottom: 50px;
  }

  .content-two-columns {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .rich-text-block, .privacy-policy, .lobbying-policy, .guidance-mou {
    margin-top: 0;
  }

  .erp-chrome-icon {
    max-width: 11%;
  }

  .erp-tips-heading {
    margin-top: 14px;
  }

  .erp-container-2 {
    display: block;
  }

  .faq-wrapper-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fairness-chart {
    width: 100%;
  }

  .finalists-body-parent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .finalists-right-parent.bg-color-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-photo {
    height: 300px;
  }

  .left-content {
    padding-top: 32px;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 40px;
  }

  .finalists-photo {
    height: 300px;
  }

  .security-link-block.password {
    width: 90%;
  }

  .finalists-details-text {
    margin-top: 0;
  }

  .org-name-location {
    grid-row-gap: 8px;
  }

  .finalists-data-text {
    font-size: 18px;
  }

  .winner-image {
    height: 400px;
  }

  ._1m-winners-body-parent {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .box {
    width: 100%;
  }

  .index-grid {
    grid-template-columns: 1fr;
  }

  .header-nav._100 {
    width: 100%;
  }

  .register-button.button-header-register {
    display: none;
  }

  .header-nav-container {
    width: 100%;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .header-menu {
    width: 100%;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 0;
    display: none;
  }

  .menu-button {
    margin-bottom: 0;
    font-size: 20px;
  }

  .banner-wrap-left {
    flex-direction: column;
  }

  .cookie-wrap {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .button-cookie {
    margin-top: 0;
  }

  .cookie-bar-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .cookie-bar-text {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .link {
    font-size: 12px;
  }

  .cookie-box {
    padding: 24px;
  }

  .content-wrap, .content-wrap._50 {
    width: 100%;
  }

  .intro-title-white {
    font-size: 47px;
    line-height: 48px;
  }

  .intro-subtitle-white {
    width: 100%;
    font-size: 22px;
    line-height: 23px;
  }

  .footer {
    padding: 54px 24px 24px;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-menu-wrapper {
    flex-direction: column;
  }

  .footer-link {
    width: auto;
  }

  .footer-item {
    margin-top: 24px;
  }

  .nav-menu-item {
    flex-flow: column wrap;
  }

  .dropdown-nav-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .mini-nav {
    flex-direction: column;
    display: none;
  }

  .intro {
    overflow: visible;
  }

  .image-wrapper {
    width: 70%;
  }

  .intro-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .source-section {
    overflow: visible;
  }

  .slide._2 {
    width: 272px;
    height: 430px;
  }

  .slide._1 {
    width: 290px;
    height: 400px;
  }

  .slide._3, .slide._4, .slide._5 {
    width: 272px;
    height: 430px;
  }

  .slider {
    width: 80vw;
  }

  .cards {
    width: 90vw;
  }

  .slider-box {
    width: auto;
  }

  .process-info, .process-panel {
    width: 90%;
  }

  .sponsors {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sponsor-grid {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .profile {
    width: 80vw;
  }

  .tab-image {
    margin-bottom: 20px;
  }

  .spotlight-2 {
    overflow: visible;
  }

  .spotlight-2.evaluation-page, .spotlight-2.selection-committee-people {
    grid-template-columns: 1fr;
  }

  .tab-1, .tab-2, .tab-3, .tab-4 {
    padding: 20px;
  }

  .judge-box {
    width: 90vw;
  }

  .slide-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .result-grid {
    grid-template-columns: 1fr;
  }

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

  .details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .skywalker-template {
    font-size: 7vw;
  }

  .brand {
    width: 80%;
    flex: 0 auto;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    width: 80%;
  }

  .source-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-wrap {
    width: 90%;
  }

  .sponsor-container {
    padding: 54px 0;
    overflow: visible;
  }

  .judge-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .primary {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .slider-anchor.slider-anchor-high {
    width: 110px;
    font-size: 14px;
    top: 64px;
    right: 43px;
  }

  .slider-anchor.slider-anchor-low {
    width: 110px;
    font-size: 14px;
    top: 64px;
    left: 43px;
  }

  .score-description-text {
    font-size: 16px;
    line-height: 21px;
  }

  .slider-tick-bottom {
    bottom: -41px;
  }

  .score-entry {
    margin-top: 43px;
    margin-bottom: 68px;
  }

  .score-heading {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .score-title-range {
    font-size: 20px;
  }

  .score-description {
    margin-top: 22px;
  }

  .score-description-value-text {
    font-size: 30px;
  }

  .score-title-text {
    font-size: 20px;
  }

  .loading-indicator {
    display: block;
  }

  .score-description-value-number {
    margin-right: 5px;
    font-size: 30px;
  }

  .process-card.swiper-slide {
    width: 80vw;
  }

  .process-container-2 {
    margin-top: 0;
    margin-bottom: 52px;
  }

  .process-card-details-control {
    left: 27%;
  }

  .card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
    width: 50px;
    height: 50px;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    width: 50px;
    height: 50px;
    order: 1;
  }

  .cookie-annex-div {
    object-fit: scale-down;
    overflow: auto;
  }

  .ca-heading {
    align-items: center;
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    display: flex;
  }

  .ca-paragraph, .ca-paragraph.nobottomstroke {
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .nav-line-top {
    width: 20px;
    height: 2px;
  }

  .nav-line-middle {
    width: 30px;
    height: 2px;
  }

  .nav-line-bottom {
    width: 20px;
    height: 2px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .subtitle-dark {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .subtitle-dark.left-align.lastcard-subhead {
    width: 100%;
  }

  .source-item-1 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .percentage-text-1 {
    font-size: 50px;
  }

  .source-item-description.home.less-padding {
    margin-top: 0;
    font-size: 16px;
  }

  .link-2 {
    margin-bottom: 0;
  }

  .source-item-2, .source-item-1-copy, .source-item-4 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-section {
    padding: 54px 15px 90px;
    overflow: hidden;
  }

  .white-h2-title.htp {
    font-size: 32px;
  }

  .process-wrapper {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-items {
    margin-top: 0;
  }

  .slide-detaisls-wrapper {
    height: auto;
    background-color: var(--ivory);
    padding-top: 14px;
    padding-bottom: 0;
    top: 114px;
  }

  .slide-details-title.date {
    font-size: 16px;
  }

  .slide-details-description {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .slider-counter-wrapper {
    margin-top: 62px;
  }

  .slider-counter-wrapper.timeline {
    bottom: 46px;
  }

  .text-block-5.dark {
    font-size: 30px;
  }

  .text-block-6.dark {
    font-size: 20px;
  }

  .title-judges-block {
    padding: 54px 24px;
  }

  .judge-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .judge-card.evaluation {
    padding: 24px;
  }

  .button {
    text-align: center;
  }

  .sponsor-logo-wrapper {
    height: 100px;
  }

  .dark-h2-title.left-align {
    width: 100%;
  }

  .cta-content-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-image-right {
    height: 350px;
  }

  .mask-4 {
    width: 290px;
    height: 470px;
    margin-top: 30px;
  }

  .left-arrow-4 {
    top: 148px;
  }

  .left-arrow-4.news-slide-arrow {
    display: flex;
  }

  .left-arrow-4.timeline {
    z-index: 20;
    left: 20px;
  }

  .left-arrow-4.home {
    display: block;
  }

  .right-arrow-4 {
    top: 148px;
  }

  .right-arrow-4.news-slide-arrow {
    display: flex;
  }

  .right-arrow-4.timeline {
    z-index: 20;
    right: 20px;
  }

  .right-arrow-4.home {
    display: block;
  }

  .image-11 {
    width: 90%;
    display: inline-block;
  }

  .div-block-2 {
    height: 100%;
  }

  ._2-level-menu-item {
    margin-bottom: 0;
  }

  ._404-title {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .button-sidebar-register.button-header-register {
    display: none;
  }

  .button-sidebar-register.button-style-sidebar {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .page-title.dark {
    font-size: 36px;
    line-height: 54px;
  }

  .page-title.white {
    font-size: 24px;
    line-height: 36px;
  }

  .page-subtitle.dark {
    font-size: 18px;
    line-height: 28px;
  }

  .page-subtitle.white {
    font-size: 20px;
    line-height: 28px;
  }

  .page-title-subtitle-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .white-block {
    height: 50px;
  }

  .content-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .content-text {
    margin-top: 0;
    padding-right: 0;
  }

  .content-text.maring-text {
    margin-top: 0;
  }

  .content-text.maring-text.evaluation-text {
    margin-top: 24px;
  }

  .content-faq-image-1 {
    width: 90%;
    height: 250px;
  }

  .content-faq-image-2 {
    width: 90%;
    height: 250px;
    top: 200px;
    left: 10%;
  }

  .content-faq-image-bg-1 {
    top: 250px;
  }

  .content-faq-image-bg-2 {
    top: 180px;
    left: 80%;
  }

  .quote-yellow-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .quote-text {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
  }

  .quote-author {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .selection-committee-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .judge-details-text {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .news-slide-image-wrapper {
    min-width: 0;
  }

  .slider-4, .news-slide-details-wrapper {
    height: auto;
  }

  .news-slide-wrapper {
    overflow: hidden;
  }

  .news-slide-date-text {
    font-size: 16px;
  }

  .news-slide-title-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }

  .news-slide-description-text {
    margin-bottom: 36px;
  }

  .slider-wrapper {
    width: 272px;
  }

  .mask-6 {
    width: 272px;
    margin-left: 24px;
  }

  .bottom-slide-wrapper {
    width: 272px;
    height: 400px;
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-14 {
    margin-left: 24px;
    font-size: 22px;
  }

  .text-block-15 {
    margin-left: 24px;
  }

  .text-block-16 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .text-block-18 {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .cookie-div.js-cookie-notice {
    z-index: 100;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cookie-text-2 {
    margin-bottom: 9px;
  }

  .cookie-button-2.js-cookie-accept {
    text-align: center;
  }

  .link-cookie {
    margin-bottom: 0;
  }

  .score-description-point {
    padding-top: 0;
    padding-bottom: 0;
  }

  .score-description-details {
    padding: 20px;
  }

  .news-photo {
    height: 300px;
  }

  .rich-text-block, .privacy-policy, .lobbying-policy, .guidance-mou {
    margin-top: 0;
  }

  .erp-chrome-icon {
    max-width: 19%;
  }

  .erp-content-wrap {
    min-width: auto;
  }

  .erp-tips-heading {
    margin-top: 10px;
  }

  .faq-header-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .padding-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-trigger-2 {
    padding: 10px;
  }

  .erp-webinar-2, .erp-header-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .erp-tips-col1 {
    justify-content: flex-start;
  }

  .collection-list-2, .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .cta-content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .results-banner-parent {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rb-text {
    font-size: 16px;
  }

  .left-photo {
    height: 180px;
    min-width: 0;
  }

  .left-content {
    padding: 16px 0;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-6 {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .finalists-photo {
    height: 180px;
  }

  .right-content {
    padding: 17px;
  }

  .security-link-block.password {
    width: 90%;
  }

  .finalists-details-text {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .org-name-location {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .finalists-data-text {
    font-size: 16px;
  }

  .finalists-data-text.separator {
    display: none;
  }

  .results-banner-parent-2 {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .winner-title {
    font-size: 40px;
    line-height: 60px;
  }

  .winner-subtitle.top-24 {
    font-size: 20px;
    line-height: 28px;
  }

  .winner-subtitle.font-40 {
    font-size: 28px;
    line-height: 40px;
  }

  .fw-badge-text {
    font-size: 18px;
  }

  .winner-image {
    height: 200px;
  }

  .winner-content-wrapper {
    padding: 32px 24px;
  }

  .winner-content-wrapper.padding-right-54 {
    padding-right: 24px;
  }
}

#w-node-_11083871-45b5-dda8-d2fb-13269d5f99f0-9d5f99ea {
  align-self: stretch;
}

#w-node-eb8f3d1e-e1c9-dcc1-6321-0e1c5bbe0ca2-ffb6bb9d, #w-node-eb8f3d1e-e1c9-dcc1-6321-0e1c5bbe0cb3-ffb6bb9d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_0f10bc4d-7dff-79fa-cc47-1ca0d9515628-9ab6bba5, #w-node-_77cfb509-dc9c-b96f-37a8-a445e3f6278c-9ab6bba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b7f5e33-80ab-8f5f-8cb6-1c1e37c848f9-37b6bbb7 {
  align-self: auto;
}


