.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-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%;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  max-width: 100vw;
  color: #000c1c;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: visible;
}

h1 {
  color: #001d45;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 6rem;
}

h2 {
  color: #001d45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 3.875rem;
}

h3 {
  color: #001d45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
}

h4 {
  color: #001d45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h5 {
  color: #001d45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h6 {
  color: #001d45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #001d45;
  margin-bottom: 0;
}

a {
  color: #1a5cb5;
  text-align: center;
  transition: all .2s;
}

a:hover {
  color: #001d45;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  list-style-type: lower-alpha;
}

li {
  margin-bottom: .25rem;
  list-style-type: decimal;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  padding-left: 0;
  font-weight: 700;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.button-primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1a5cb5;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: .8125rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.button-primary:hover {
  color: #fff;
  background-color: #001d45;
}

.button-primary.with-image {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-primary.white {
  color: #001d45;
  background-color: #fff;
}

.button-primary.white:hover {
  background-color: #ebebeb;
}

.button-primary.button-lastcard-register:hover {
  color: #fff;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.font-size-1x {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.guide-section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.guide-section.hidden {
  display: none;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.section-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.form-main-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link.prr {
  color: #1a5cb5;
}

.form-component {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.rich-text p, .rich-text blockquote, .rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  color: #101828;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-top: 24px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 0 4px #f4ebff;
}

.form-input.area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.blocked {
  z-index: -1;
  color: #667085;
  background-color: #f9fafb;
  border-color: #d0d5dd;
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.form-label {
  color: #344054;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.guide-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guide-block.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.form-field-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.form-field-wrapper.select-wrapper {
  position: relative;
}

.form-field-wrapper.message {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

._404-copy-block {
  z-index: 11;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: none;
  min-height: 100vh;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16.0625rem 1.25rem 0;
  display: flex;
  position: relative;
}

.utility_form-block {
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  padding: 54px;
  display: flex;
  box-shadow: 0 4px 54px 8px rgba(0, 0, 0, .16);
}

.utility_form {
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.font-size-0-875x {
  font-size: .875rem;
  line-height: 1.25rem;
}

.font-size-0-75x {
  font-size: .625rem;
  line-height: .8rem;
}

.flex-1x {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.flex-1-125x {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  display: flex;
}

.flex-0-875x {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
}

.flex-0-75x {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.flex-0-5x {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.flex-0-25x {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.grid-1x {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-25x {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-5x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-5x {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3x {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4x {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6x {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-8x {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-10x {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-copy {
  font-size: 1rem;
}

.button-copy.vertical {
  min-height: auto;
  min-width: auto;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-90deg);
}

.button-copy.white {
  color: #fff;
  text-transform: none;
}

.button-copy.hide {
  display: block;
}

.button-image {
  width: 1.3125rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-image.goals {
  width: .6875rem;
  height: .6875rem;
  margin-bottom: 1.3125rem;
}

.button-image.white {
  color: #fff;
}

.tab-menu {
  display: flex;
}

.tab-link {
  background-color: rgba(221, 221, 221, 0);
}

.tab-link.w--current {
  background-color: rgba(200, 200, 200, 0);
}

.nav-menu {
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 6rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 100vw;
  overflow: auto;
}

.container-default {
  z-index: 10;
  width: 78.75rem;
  max-width: 90vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-default.footer {
  z-index: 1;
  height: auto;
  min-height: auto;
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-default.goals {
  z-index: 2;
  max-width: 90vw;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-default.goals-numbers {
  z-index: 2;
  width: 1151px;
  max-width: 90vw;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-default.goals-numbers.slide-in {
  max-width: 90vw;
  align-items: center;
}

.container-default.goals-numbers.slide-in.source {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-default.judges {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.container-default.judge-page {
  z-index: 6;
}

.container-default.news {
  align-self: flex-start;
}

.container-default._404 {
  z-index: 20;
}

.container-default.rt-wrapper {
  height: auto;
  min-height: 50vh;
  align-items: center;
  display: flex;
}

.container-default.grid {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-default.results {
  z-index: 6;
  flex-direction: column;
  padding-top: 16em;
}

.nav-logo-link {
  width: 180px;
  height: 120px;
  flex: 0 auto;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.nav-logo-link.w--current {
  width: 180px;
  height: 120px;
  left: auto;
  right: auto;
}

.nav-main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.nav-logo {
  max-height: none;
  max-width: 11.1875rem;
  min-width: auto;
  opacity: 1;
}

.nav-logo.white {
  opacity: 1;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.embed-datepicker, .embed-custom-select-icon {
  width: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.form-image {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: .75rem;
}

.form-input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-social-wrapper.flex-2-5x {
  flex-direction: row;
}

.section-footer {
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: 1147px;
  align-items: center;
  margin-top: -10rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.footer-main-wrapper {
  width: 100%;
  height: auto;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 13.5rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  display: grid;
}

.footer-menu {
  grid-column-gap: 1.25rem;
  display: flex;
}

.page-wrapper {
  z-index: 1;
  width: auto;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.page-wrapper.prr {
  width: 100vw;
  overflow: hidden;
}

.eye {
  width: 16.67px;
  height: 13.79px;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  overflow: hidden;
}

.eye-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.form-hide-show-wrapper {
  width: 100%;
  background-color: #fff;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.eye_open {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: auto;
  cursor: pointer;
  margin-right: 0;
  display: block;
}

.eye-close {
  width: 100%;
  max-width: none;
  min-width: auto;
}

.table-checkbox-holder {
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slider-mask {
  height: auto;
  position: static;
  overflow: hidden;
}

.slider-right-arrow-holder {
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: 13.6rem;
  right: auto;
}

.slider-right-arrow-holder.button-secondary {
  z-index: 1;
  min-width: 83px;
  color: #fff;
  background-color: #b46a3a;
  padding-left: 23px;
  padding-right: 23px;
  position: absolute;
  right: 0;
}

.slider-right-arrow-holder.button-secondary.grey {
  color: #9297aa;
  background-color: rgba(248, 247, 246, 0);
  text-decoration: none;
}

.slider-right-arrow-holder.grey {
  color: rgba(255, 255, 255, .5);
}

.slider-right-arrow-holder.judges {
  top: 174px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-right-arrow-holder.timeline {
  top: auto;
  bottom: auto;
  left: 15%;
  right: auto;
}

.slider-right-arrow-holder.news {
  z-index: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.table-content-line-text {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  color: #ad9f90;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
}

.table-content-line-text.hidden {
  display: none;
}

.table-content-line-text.dark {
  color: #483d38;
}

.table-header-line-text {
  color: #86786e;
  padding-top: .935rem;
  padding-bottom: .935rem;
  font-size: .875rem;
  line-height: 1.3125rem;
}

.table-content-line-info-holder {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table-content-line-info-holder.job-acc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-content-line-info-holder.checkbox {
  z-index: 0;
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 34px;
  display: grid;
  position: relative;
}

.table-content-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: .75rem;
  display: grid;
}

.table-content-line.manage-guides {
  min-width: 1156px;
  background-color: #fff;
  border-top: 1px solid #efeff0;
  border-bottom: 1px #efeff0;
  grid-template-columns: 1fr 1fr 1fr 1fr 130px 130px 80px 100px;
  align-items: center;
  position: relative;
}

.table-header-line {
  min-width: 1156px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fbfbfb;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: .75rem;
  display: grid;
  overflow: hidden;
}

.table-header-line.manage-guides {
  background-color: #e9e5e1;
  border-bottom: 1px #efeff0;
  grid-template-columns: 1fr 1fr 1fr 1fr 130px 130px 80px 100px;
  align-items: center;
}

.table-job-acc-no {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  color: #483d38;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
}

.slider-slide-wrapper {
  width: 100%;
  max-width: 100%;
  border: 1px #efeff0;
  overflow: auto;
}

.slider-slide-wrapper.grid-2x {
  width: 100%;
  max-width: none;
  grid-template-columns: auto 1fr;
  justify-content: space-around;
  align-items: center;
  overflow: visible;
}

.slider-slide {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  overflow: visible;
}

.slider-nav {
  max-height: 18px;
  align-items: center;
  padding-top: 0;
  font-family: Inter, sans-serif;
  display: block;
  top: auto;
  bottom: -7rem;
  left: 0%;
  right: 0%;
}

.slider-nav:focus {
  color: #000;
  background-color: #fff;
  padding-top: 10px;
}

.table-content-holder {
  min-width: 1156px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fbfbfb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.slider-left-arrow-holder {
  width: auto;
  height: auto;
  min-width: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: 0%;
  right: auto;
}

.slider-left-arrow-holder.button-secondary {
  z-index: 1;
  min-width: 83px;
  color: #fff;
  background-color: #b46a3a;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-left-arrow-holder.button-secondary.grey {
  color: #9297aa;
  background-color: rgba(248, 247, 246, 0);
  text-decoration: none;
  right: 6.5rem;
}

.slider-left-arrow-holder.judges {
  top: 174px;
  bottom: auto;
  left: auto;
  right: 6.25rem;
}

.slider-left-arrow-holder.timeline {
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider-left-arrow-holder.news {
  z-index: 20;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.table-rating {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.table-form-component {
  z-index: 2;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .75rem;
  right: auto;
}

.table-job-cancel-no {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  color: #483d38;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
}

.table-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  border-width: 2px;
  border-color: #7d7f80;
  border-radius: .125rem;
  margin: 0;
}

.table-checkbox.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  background-color: #37b46d;
  background-size: 90%;
  border-width: 2px;
  border-color: #7d7f80;
  border-radius: .125rem;
  margin: 0;
}

.table-checkbox.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.table-job-acc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.slider-arrow-text-prev {
  letter-spacing: -.16px;
  margin-left: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.table-dot {
  width: 8px;
  height: 8px;
  min-height: 8px;
  min-width: 8px;
  border-radius: 20px;
}

.table-dot.orange {
  background-color: #f87261;
}

.participate-slider-component {
  width: 100vw;
  height: auto;
  min-height: auto;
  min-width: 100vw;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  left: -5.5%;
  overflow: hidden;
}

.table-content-line-trigger {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.table-rating-star {
  width: 1rem;
  height: 1rem;
  color: #f5b944;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-nav-holder {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5.6rem;
  display: block;
  position: static;
}

.slider-nav-holder.font-size-1x {
  color: #001d45;
  padding-left: 7.4rem;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: 0%;
  right: auto;
}

.table-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-wrapper {
  border: 1px solid #efeff0;
  border-radius: 10px 10px 10rem 10rem;
  overflow: visible;
}

.slider-nav-showing {
  text-align: left;
  letter-spacing: -.16px;
  margin-right: .25rem;
  font-family: Inter, sans-serif;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.slider-arrow-text {
  letter-spacing: -.16px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.table-rating-no {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  color: #483d38;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
}

.slider-no-of-slides {
  width: 0;
  height: 1px;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.switch-wrapper {
  width: 51px;
  height: 31px;
  background-color: #ddd8d5;
  border-radius: 300px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.switch-dot {
  width: 27px;
  height: 27px;
  min-height: 27px;
  min-width: 27px;
  background-color: #fff;
  border-radius: 300px;
  margin-left: 2px;
  margin-right: 1px;
}

.card-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.symbols {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  display: flex;
}

.popup-content {
  z-index: 14;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.popup-content.issues {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.backlink-text {
  white-space: nowrap;
}

.popup-backlink {
  max-width: 174.406px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
  display: grid;
}

.popup-primary.card-default {
  z-index: 400;
  width: 90%;
  height: 100%;
  max-height: 90vh;
  max-width: 1156px;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-self: center;
  align-items: start;
  justify-items: start;
  margin: 0 auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.popup-bg {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, .4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-bg.primary {
  opacity: 0;
  display: none;
}

.backling-arrow {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-wrapper-holder {
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: 100vh;
  grid-template-columns: 100vw;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: end;
  justify-items: end;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-holder.secondary {
  display: none;
}

.popup-wrapper-holder.primary {
  opacity: 0;
  display: none;
}

.popup-secondary.card-default {
  z-index: 12;
  width: 90%;
  height: 100%;
  max-height: 90vh;
  max-width: 1156px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin: 2rem auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.popup-bg-secondary {
  z-index: 11;
  opacity: 0;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-trigger.visible {
  color: #fff;
  background-color: #e48484;
  align-self: flex-start;
  padding: 10px;
}

.popup-trigger-2.visible {
  background-color: #7f56d9;
  align-self: flex-start;
  padding: 10px;
}

.popup-text {
  color: #fff;
}

.button-transparent-with-image {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #1a5cb5;
  text-align: center;
  border: 1px #d0d5dd;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-transparent-with-image:hover {
  color: #001d45;
}

.button-vague-purple {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #7f56d9;
  text-align: center;
  background-color: #f9f5ff;
  border: 1px #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 2px rgba(16, 24, 40, .5);
}

.nav-hamburger-menu {
  z-index: 2;
  width: 1.5rem;
  height: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: stretch;
  display: none;
  position: relative;
}

.nav-wrapper {
  z-index: 100;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-hamburger-line {
  width: 1.125rem;
  height: 2px;
  min-height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-hamburger-line.top.white {
  color: #fff;
}

.nav-hamburger-line.top.white.minus {
  margin-top: .5rem;
}

.nav-hamburger-line.white {
  color: #fff;
}

.nav-hamburger-line.white.max-width-full-mobile-landscape {
  opacity: 0;
}

.flex-1-5x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.flex-2-5x {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.flex-1-875x {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.flex-4x {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.flex-8x {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  display: flex;
}

.flex-6x {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.flex-5x {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.flex-2x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.flex-3x {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.grid-0-75x {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-0-875x {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-5x {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-0-25x {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-0-5x {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.font-size-0-5x {
  font-size: .5rem;
  line-height: .7rem;
}

.font-size-0-625x {
  font-size: .625rem;
  line-height: .8rem;
}

.font-size-1-125x {
  font-size: 1.125rem;
  line-height: 1.3rem;
}

.font-size-1-25x {
  font-size: 1.25rem;
  line-height: 1.4rem;
}

.font-size-1-5x {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.font-size-1-625x {
  font-size: 1.625rem;
  line-height: 2rem;
}

.font-size-1-75x {
  font-size: 1.75rem;
  line-height: 2.1rem;
}

.font-size-2x {
  font-size: 2rem;
  line-height: 2.4rem;
}

.font-size-2-25x {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-size-2-5x {
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.font-size-2-75x {
  font-size: 2.75rem;
  line-height: 3rem;
}

.font-size-3x {
  font-size: 3rem;
  line-height: 3.3rem;
}

.font-size-3-125x {
  font-size: 3.125rem;
  line-height: 3.4rem;
}

.font-size-3-25x {
  font-size: 3.25rem;
  line-height: 3.5rem;
}

.font-size-3-5x {
  font-size: 3.5rem;
  line-height: 3.6rem;
}

.font-size-4x {
  font-size: 4rem;
  line-height: 4.4rem;
}

.font-size-6x {
  font-size: 6rem;
  line-height: 6.4rem;
}

.font-size-8x {
  font-size: 8rem;
  line-height: 8.5rem;
}

.count-wrapper {
  display: flex;
}

.count-text {
  color: #5c5c5c;
  font-size: .75rem;
  font-weight: 500;
}

.count-text.number {
  font-weight: 800;
}

.media-upload-dummy-image-wrapper {
  width: auto;
  height: auto;
  min-height: 186px;
  min-width: 186px;
  background-color: #efeff0;
  border: 1px solid #c7b4b3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-upload-x {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.media-upload-loading-anim {
  z-index: 500;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.media-upload-dummy-image {
  width: 60px;
  height: 60px;
}

.media-upload-new-image {
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  object-fit: cover;
  border-radius: 0;
}

.media-upload-box {
  width: 186px;
  height: 186px;
  min-height: 186px;
  min-width: 186px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.media-upload-upload-closing-x {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #ff886e;
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -5px;
}

.media-upload-upload-closing-x:hover {
  opacity: 1;
  filter: brightness(135%);
}

.media-upload-choose-image {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  border: 1px #c7b4b3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.media-upload-component {
  width: 100%;
  display: flex;
}

.media-upload-new-image-wrapper {
  width: 100%;
  height: 186px;
  min-width: 186px;
  object-fit: contain;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading-big {
  letter-spacing: -2px;
  font-size: 7rem;
  line-height: 6.875rem;
}

.font-body-copy {
  font-size: 1.125rem;
  font-weight: 500;
}

.social-link {
  color: #001d45;
}

.social-link:hover {
  opacity: 1;
  color: #1a5cb5;
}

.social-link.white {
  color: #fff;
}

.dropdown-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4.875rem;
  display: grid;
  position: relative;
}

.dropdown-wrapper.static {
  height: auto;
  grid-column-gap: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.625rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.nav-link {
  width: auto;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-left: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.625rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

.nav-link:hover {
  color: #bdbdbd;
}

.nav-link.w--current {
  color: #02cdf5;
}

.nav-link.with-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-self: flex-start;
  justify-items: start;
  display: flex;
  position: relative;
}

.nav-link.with-arrow:hover {
  color: #dbdbdb;
}

.nav-link.dropdown {
  opacity: 1;
  text-transform: none;
  white-space: nowrap;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.nav-link.dropdown-menu {
  border-left-width: 2px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.section-nav {
  z-index: 999;
  height: auto;
  max-width: 100vw;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-nav._404 {
  z-index: 120;
}

.section-nav._404.hide {
  display: none;
}

.nav-button-wrapper {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.nav-hamburger {
  z-index: 1;
  width: 136px;
  height: 1rem;
  grid-column-gap: 16px;
  grid-row-gap: .375rem;
  color: #001d45;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-hamburger.white {
  color: #fff;
}

.nav-hamburger.menu {
  height: 1.5rem;
}

.nav-hamburger.menu:hover {
  color: #1a5cb5;
}

.nav-register.button-transparent-with-image {
  color: #001d45;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.nav-register.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.nav-register.button-transparent-with-image.button-header-register.white {
  color: #fff;
}

.nav-register.button-transparent-with-image.button-header-register-2 {
  text-transform: none;
}

.nav-menu-text {
  margin-left: 8px;
}

.nav-menu-text.white {
  color: #fff;
  text-transform: none;
}

.nav-share {
  z-index: 1;
  height: auto;
  grid-column-gap: .75rem;
  grid-row-gap: .375rem;
  color: #001d45;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-share.white {
  color: #fff;
}

.nav-share.hide {
  display: none;
}

.nav-share-line {
  width: 1rem;
  height: 3px;
  min-height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-share-line.plus {
  width: 1rem;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.nav-share-line.plus.white, .nav-share-line.white {
  width: 1rem;
  height: 5px;
  color: #fff;
}

.nav-plus-icon {
  z-index: 1;
  height: auto;
  grid-column-gap: .75rem;
  grid-row-gap: .375rem;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-plus-line {
  width: 1.125rem;
  height: 2px;
  min-height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-plus-line.plus {
  width: 1.125rem;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.nav-bar {
  z-index: 1;
  width: 78.75rem;
  max-width: 90vw;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar.main {
  z-index: 2;
}

.nav-button-wrapper-nav-on {
  z-index: 0;
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-hamburger-nav-on {
  z-index: 1;
  height: 1rem;
  grid-column-gap: 16px;
  grid-row-gap: .375rem;
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-share-nav-on {
  z-index: 1;
  height: auto;
  grid-column-gap: .75rem;
  grid-row-gap: .375rem;
  color: #fff;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-register-mobile.button-transparent-with-image {
  color: #001d45;
  display: none;
  position: relative;
}

.nav-register-mobile.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.header-image-wrapper {
  z-index: 3;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: 86vh;
  min-width: 100vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.header-image-wrapper.results {
  height: 1050px;
}

.header-image-front {
  z-index: 7;
  width: 280px;
  height: 750px;
  max-height: 100%;
  min-height: 0%;
  min-width: 0%;
  object-fit: contain;
  object-position: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 100px;
}

.header-image-front._404 {
  width: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-image-front._404-page {
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-image-wave {
  z-index: 5;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-image-mountain {
  z-index: 4;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-image-cyan {
  z-index: 3;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-image-cyan.home {
  width: 400px;
  max-height: none;
  max-width: none;
}

.header-image-yellow {
  z-index: 1;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-image-yellow.interior {
  width: 100%;
  max-width: 30%;
  min-width: auto;
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-image-blue {
  z-index: 4;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  flex: 0 auto;
  display: block;
  position: absolute;
}

.header-image-blue.home {
  z-index: 2;
  width: 1000px;
  max-height: none;
  max-width: none;
  right: 0;
}

.header-copy-block.flex-1-5x {
  width: 40rem;
  max-width: 50%;
  grid-column-gap: 1.5rem;
  align-items: flex-start;
}

.header-copy-block.flex-1-5x.slide-in {
  width: 44.75rem;
  max-width: 60%;
  margin-top: 336px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-copy-block.flex-1-5x.slide-in.t3 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header-copy-block.flex-1-5x.slide-in.t3._100 {
  width: 100rem;
  max-width: 100%;
  margin-top: 250px;
  margin-bottom: 54px;
}

.page-grain-background {
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header-heading.heading-big {
  font-size: 6.5rem;
}

.header-heading.t3 {
  text-align: center;
}

.header-main-wrapper {
  z-index: 3;
  align-self: flex-start;
  margin-top: 235px;
  position: relative;
}

.header-main-wrapper.interior {
  z-index: 4;
  height: auto;
  min-height: 810px;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.header-main-wrapper.interior.prr {
  min-height: 0;
}

.header-main-wrapper.slide-in, .header-main-wrapper.home {
  z-index: 12;
  margin-top: 180px;
}

.section-hero {
  z-index: 5;
  height: auto;
  max-width: 100vw;
  min-height: 55rem;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-hero.interior {
  height: 80vh;
  min-height: 49.37rem;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.section-hero.interior.t3 {
  height: 70vh;
}

.section-hero.interior.t3.prr {
  height: auto;
  min-height: 0;
}

.section-hero.home.id-binnary-wrapper, .section-hero.home.results {
  background-color: rgba(0, 0, 0, 0);
}

.header-copy.font-size-1-5x {
  width: 80%;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.header-button.button-primary {
  max-height: none;
}

.header-image-wrapper-nav-on {
  z-index: 10;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-image-starry {
  z-index: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.nav-links-wrapper.flex-2x {
  width: 78.75rem;
  min-height: auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 4.125rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #1a5cb5;
}

.cookies-content-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #001d45;
  font-size: .75rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-color: #1a5cb5;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: flex;
  position: static;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(26, 92, 181, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: 1rem;
  text-decoration: none;
}

.header-image-cloud {
  z-index: 8;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-image-yellow-nav-on {
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-image-cyan-nav-on {
  z-index: 3;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.header-sky {
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-image-door {
  z-index: 4;
  height: 100vh;
  min-height: auto;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-white-bar {
  z-index: 1;
  height: 90px;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.header-about-text {
  z-index: 5;
  min-height: 100vh;
  color: rgba(255, 255, 255, .05);
  align-items: center;
  padding-bottom: 220px;
  font-family: Flood, sans-serif;
  font-size: 15.875rem;
  line-height: 190px;
  display: flex;
  position: absolute;
}

.footer-tag {
  color: #919191;
  margin-bottom: 10px;
}

.footer-tag.font-size-0-75x {
  color: #001d45;
  margin-bottom: .75rem;
  font-weight: 500;
}

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

.footer-bottom-wrapper._404 {
  z-index: 100;
  height: auto;
  max-width: none;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-year {
  color: #8c9c9d;
}

.copyright-mobile {
  color: #8c9c9d;
  font-size: .875rem;
}

.copyright-mobile.mobile {
  display: none;
}

.footer-top-copy-block {
  max-width: 33.75rem;
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
}

.footer-top-copy-block.flex-1-5x {
  max-width: 27.125rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .99;
  justify-content: center;
}

.footer-copyright-holder {
  display: flex;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  justify-items: end;
  display: grid;
}

.footer-content.flex-1-5x {
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: static;
}

.footer-by {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.footer-link {
  margin-right: 0;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .61;
}

.footer-link.font-size-1x {
  color: #001d45;
  text-decoration: none;
  transition-property: all;
}

.footer-link.font-size-1x:hover {
  opacity: 1;
  color: #1a5cb5;
}

.footer-copy {
  margin-bottom: 2.4375rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.footer-copy.font-size-1-125x {
  margin-bottom: 1.5rem;
}

._404-link-dark {
  color: #fae6cd;
}

.footer-heading {
  font-size: 2.625rem;
  line-height: 3rem;
}

.copyright {
  color: #001d45;
  font-size: .755rem;
}

.copyright.white {
  color: #fff;
}

.font-link {
  color: #001d45;
  text-decoration: underline;
}

.font-link.white {
  color: #fff;
}

.footer-image-wrapper {
  z-index: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 7%;
  right: 0%;
}

.footer-image-yellow {
  z-index: 1;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image-ribbon {
  z-index: 4;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image-cloud {
  z-index: 6;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image-front {
  z-index: 5;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: -50px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image-cyan {
  z-index: 3;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: -30px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-image-blue {
  z-index: 2;
  max-height: 100%;
  min-height: 100%;
  min-width: 100vw;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: -40px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-gradient {
  height: 30rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .81) 58%, rgba(255, 255, 255, .88) 76%, rgba(255, 255, 255, .94) 84%, #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-goals {
  z-index: 5;
  height: auto;
  max-width: 100vw;
  min-height: 1169px;
  position: relative;
}

.goals-main-wrapper {
  height: auto;
  min-height: 1250px;
  display: flex;
  position: relative;
}

.goals-block {
  width: 50%;
  height: 100%;
  min-height: 100%;
  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;
  align-items: center;
  display: flex;
  position: static;
}

.goals-block.numbers {
  height: auto;
  min-height: 1200px;
  grid-row-gap: 5.625rem;
  flex-direction: row;
  align-items: center;
  margin-top: -5.625rem;
  margin-bottom: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.goals-heading {
  max-width: 330px;
}

.goals-copy.font-body-copy {
  z-index: 2;
  max-width: 510px;
  position: relative;
}

.goal-item {
  max-width: none;
  grid-column-gap: 2.5625rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: flex-end;
  align-items: start;
  display: grid;
}

.goal-item.slide-in {
  max-width: 45vw;
  justify-items: stretch;
}

.goal-number-wrapper {
  min-height: 6.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.goal-number {
  z-index: 1;
  color: #fff;
  font-family: Flood, sans-serif;
  font-size: 5.25rem;
  line-height: 1;
  position: relative;
}

.goal-circle {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-button.button-transparent-with-image {
  min-height: 100%;
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.goals-button.button-transparent-with-image:hover {
  color: #b2b5ba;
}

.goal-copy.font-body-copy {
  max-width: 24.4375rem;
  color: #fff;
  line-height: 2rem;
}

.goals-background-wrapper {
  z-index: 1;
  width: 50%;
  min-height: 100%;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.goals-sky {
  z-index: 3;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-swirl {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-front {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-ribbon {
  z-index: 2;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-copy-block {
  max-width: 48%;
  padding-top: 8rem;
}

.goals-copy-block.flex-1-5x {
  padding-top: 7.875rem;
}

.goals-numbers-wrapper {
  width: 100%;
  max-width: none;
  min-height: 1100px;
  grid-column-gap: 5.625rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -5rem;
}

.font-numbers-small {
  font-size: 3rem;
}

.font-flood-big {
  z-index: 2;
  font-family: Flood, sans-serif;
  font-size: 15.875rem;
  line-height: 1;
  position: absolute;
}

.goals-facts.font-flood-big {
  width: auto;
  max-width: 691px;
  color: #ffc325;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: .7;
  display: flex;
  top: 11.5625rem;
  bottom: auto;
  left: auto;
  right: -1px;
}

.section-participate {
  width: 100vw;
  max-width: 100vw;
  padding-top: 3.75rem;
  overflow: hidden;
}

.participate-main-wrapper {
  width: 78.75rem;
  max-width: 90vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.slide-title.font-size-0-75x {
  color: #1a5cb5;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .8rem;
  font-weight: 700;
}

.slide-copy.font-body-copy {
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  line-height: 2rem;
}

.slide-button.button-primary:hover {
  color: #fff;
}

.slide-copy-block.flex-1-5x {
  max-width: 27.125rem;
  align-items: flex-start;
}

.slider-image {
  max-height: 50rem;
  max-width: 100%;
  opacity: 1;
}

.slider-image.right-padding {
  max-height: 50rem;
  margin-right: 56px;
}

.slider-button.button-transparent-with-image {
  color: #001d45;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-button.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.slider-button-grey.button-transparent-with-image {
  color: #001d45;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-button-grey.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.judges-copy-block.flex-1-5x {
  z-index: 50;
  max-width: 31.25rem;
  align-self: flex-end;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.judges-slider {
  width: auto;
  height: auto;
  max-width: 100vw;
  min-height: 764px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  position: static;
  left: 0%;
  overflow: visible;
}

.judges-slider.slide-in {
  min-height: 900px;
}

.judges-slider.slide-in.hide {
  display: none;
}

.judges-copy.font-body-copy {
  line-height: 2rem;
}

.slide-content-wrapper {
  width: 391px;
  height: 508px;
  max-width: none;
  min-height: 508px;
  min-width: 391px;
  filter: grayscale();
  color: #000;
  background-image: url('../images/tombstone-judging-active.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judges-slider-mask {
  width: 391px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.judges-slide {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-self: flex-end;
  align-items: flex-end;
  margin-right: 2.75rem;
  display: flex;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.section-judges {
  width: 100vw;
  max-width: 100vw;
  background-image: url('../images/judges-spotlight.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 180px;
  overflow: hidden;
}

.judges-name-wrapper {
  z-index: 1;
  min-height: 6.375rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 43px;
}

.judges-name {
  z-index: 1;
  color: #fff;
  margin-right: 12px;
  font-family: Flood, sans-serif;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}

.judges-name.announcement-judge {
  text-align: center;
  margin-right: 0;
}

.judges-circle {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judges-judge {
  width: 391px;
  height: 508px;
  max-width: none;
  min-height: auto;
  object-fit: cover;
  object-position: 50% 100%;
  align-self: center;
  padding-right: 0;
}

.judges-background-text.font-flood-big {
  z-index: 0;
  color: rgba(255, 255, 255, .5);
  top: 430px;
}

.section-partners {
  max-width: 100vw;
  min-height: 900px;
  background-image: url('../images/kjhgfd.png'), url('../images/image-10.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, cover;
  margin-left: 0;
  padding-top: 18rem;
  padding-bottom: 13.5rem;
  position: relative;
  top: 0;
  overflow: hidden;
}

.partners-main-wrapper {
  grid-column-gap: 6.0625rem;
  grid-row-gap: 6.0625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.partners-main-wrapper.slide-in {
  margin-left: 0;
  margin-right: 0;
}

.partners-heading {
  color: #fff;
  padding-top: 0;
}

.partners-collection {
  min-width: 100%;
  margin-top: -1px;
}

.partners-list.flex-4x {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.partners-item {
  max-width: 25rem;
  flex: 1;
}

.partners-item-wrapper.flex-3x {
  height: 100%;
  align-items: flex-start;
}

.partners-logo {
  max-height: 2.5rem;
  max-width: 11.0625rem;
  margin-bottom: 1rem;
}

.partners-logo.bigger {
  max-height: 2.5rem;
  max-width: 16rem;
  margin-bottom: 0;
}

.partners-copy {
  color: #fff;
  margin-top: 0;
  line-height: 1.6;
}

.partners-copy p, .partners-copy h2, .partners-copy h4 {
  color: #fff;
}

.partners-button.button-transparent-with-image {
  color: #02cdf5;
  margin-top: auto;
  margin-bottom: 0;
}

.partners-button.button-transparent-with-image:hover {
  color: #fff;
}

.partners-teal-line {
  height: 4px;
  background-color: #02cdf5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-content-main-wrapper {
  min-width: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 326px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.about-content-main-wrapper.slide-in {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-content-main-wrapper.slide-in.about {
  flex-wrap: nowrap;
}

.about-content-main-wrapper.slide-in.privacy-policy {
  flex-direction: column;
}

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

.sidebar-header.heading-block-regular {
  background-color: rgba(33, 182, 133, .2);
  justify-items: center;
  padding: 3.8125rem 2rem;
}

.sidebar-header.heading-block-regular.custom-countdown-section {
  grid-row-gap: 2rem;
  background-color: rgba(33, 182, 133, 0);
  background-image: url('../images/facts-right.png');
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sidebar-spotlight {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  border-bottom: 1px solid #d7eadf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  padding: 2.5rem 2.7vw;
  display: grid;
}

.sidebar-spotlight.sidebar-heading {
  width: auto;
  color: #000c1c;
  border-bottom-style: none;
  grid-template-rows: auto;
  margin-bottom: 2.5rem;
  padding: 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
  display: block;
}

.section-about-content {
  background-color: #fff;
  padding-top: 8.8rem;
  padding-bottom: 4rem;
  position: relative;
  bottom: 0;
}

.sidebar-updates-block {
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: .75rem;
}

.sidebar-heading {
  width: 150px;
  color: #013636;
  font-size: 1.75rem;
  line-height: 2.1rem;
}

.sidebar-heading.custom-countdown-heading {
  width: auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.sidebar-wrapper {
  background-color: rgba(33, 182, 133, .05);
  padding-bottom: 3.75rem;
}

.sidebar-wrapper.slide-in {
  width: 326px;
  height: auto;
  min-width: 326px;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  background-color: rgba(33, 182, 133, 0);
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-content-copy-wrapper {
  width: 100%;
}

.about-content-copy {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-content-copy p {
  margin-bottom: 2rem;
  padding-left: 6.6875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.about-content-copy h2 {
  margin-bottom: 3rem;
  padding-left: 4.0625rem;
  font-size: 2.25rem;
  line-height: 1.3;
}

.about-content-copy h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 6.6875rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.about-content-copy ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 8.4rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.about-content-copy ul {
  padding-left: 11.05rem;
  padding-right: 0;
}

.sidebar-news-feed-parent {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-update {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #001d45;
  text-align: left;
  border-top: 2px rgba(255, 255, 255, .25);
  border-left: 2px #000;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  text-decoration: none;
  display: grid;
}

.sidebar-update:hover {
  text-decoration: underline;
}

.sidebar-update-image {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  text-align: left;
  border-radius: 20px;
}

.sidebar-update-date {
  color: #3a5f5f;
}

.sidebar-update-date.font-body-copy {
  color: #001d45;
  font-weight: 600;
}

.sidebar-update-title {
  color: #013636;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.sidebar-update-title.font-size-0-75x {
  color: #bdbdbd;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.featured-item {
  background-image: url('../images/intro-interior-top.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 3rem;
}

.featured-wrapper {
  position: relative;
}

.featured-name-wrapper {
  height: 102px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: 0%;
  right: 0%;
}

.featured-name.judges-name {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: -1.7rem;
  margin-right: 16px;
  font-size: 2.25rem;
  display: flex;
  top: -12px;
}

.quote-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-left: 2px solid #1a5cb5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.8rem;
  margin-bottom: 4rem;
  margin-left: -36px;
  padding-left: 3.90625rem;
  display: grid;
}

.quote-top-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.quote-name.body-copy {
  color: #1a5cb5;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.quote-copy {
  color: #001d45;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.quote-position.body-copy {
  color: #bdbdbd;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: .9375rem;
  display: none;
}

.line-wrap {
  min-width: 100%;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

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

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

.section-timeline {
  max-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  border-bottom: 1px #c5c5c5;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 1rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.timeline-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

.timeline-mask {
  width: 100%;
  overflow: visible;
}

.timeline-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-bottom.heading-block-regular {
  width: auto;
  justify-content: center;
}

.date {
  align-self: center;
  margin-bottom: .9375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.timeline-content {
  z-index: auto;
  width: 100%;
  height: 100px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

.timeline-slide {
  width: 100%;
  height: 100px;
  min-width: auto;
  margin-right: 5.8rem;
}

.column {
  padding-left: 0;
  position: static;
}

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

.timeline-period.caps-1 {
  z-index: auto;
  width: auto;
  height: auto;
  min-width: auto;
  color: #7c8b9f;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .75rem;
  font-weight: 600;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  transform: rotate(0);
}

.timeline-top {
  width: 100%;
  height: 100px;
  opacity: 1;
  border-bottom: 1px #21b685;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
}

.timeline-vertical-text-holder {
  width: auto;
  height: auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -240px;
  right: auto;
  overflow: visible;
  transform: rotate(-90deg);
}

.timeline-title {
  align-self: center;
}

.timeline-title.caps-2 {
  color: #001d45;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.timeline-slider {
  width: 402px;
  height: 100%;
  max-width: none;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-items: center;
  display: flex;
  position: static;
  left: 0;
}

.timeline-slider.my_slider {
  width: 60vw;
  max-width: 900px;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 127px;
  padding-left: 10rem;
}

.line {
  width: 100%;
  height: 4px;
  min-width: 100%;
  background-color: rgba(2, 205, 245, 0);
  flex: none;
}

.divider {
  height: 1px;
  min-width: 100%;
  background-color: #d7eadf;
  margin-top: -.275rem;
  margin-bottom: 5.125rem;
}

.divider.timeline {
  z-index: -1;
  min-width: 300vw;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.timeline-top-bottom {
  z-index: 1;
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: -.5px;
  left: 0%;
  right: 0%;
}

.margin-bottom-wrapper {
  z-index: 1;
  width: 1240px;
  max-width: 90vw;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline-slide-bottom {
  width: 860px;
  max-width: 54vw;
  min-width: auto;
  opacity: 1;
  margin-right: 9rem;
  padding-left: 0;
  position: relative;
  left: 0;
  overflow: visible;
}

.timeline-mask-bottom {
  z-index: 0;
  width: 64vw;
  max-width: 900px;
  min-width: auto;
  padding-left: 6rem;
  left: -10rem;
  overflow: visible;
}

.counter_wrapper {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5.6rem;
  display: block;
  position: static;
}

.counter_wrapper.font-size-1x {
  color: #001d45;
  align-items: center;
  padding-left: 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 9%;
  right: auto;
}

.timeline-slider-background-text.font-flood-big {
  z-index: -1;
  max-width: none;
  min-width: 100vw;
  color: #f5f5f5;
  flex-direction: row;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: auto;
  overflow: visible;
}

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

.slider-handle.min-slider-handle.round {
  z-index: 10;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/selector.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #d7eadf;
  border-radius: 20px;
  margin-left: -16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0);
}

.score-description-inner {
  color: #013636;
  text-align: center;
  flex-direction: column;
  margin-top: 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
}

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

.slider-ticks {
  z-index: 2;
  width: 100%;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

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

.score-description-text {
  color: #001d45;
  margin-top: 16px;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.slider-tick-top-inner {
  width: 11px;
  height: 11px;
  background-color: #001d45;
  border-radius: 50%;
  margin: auto;
}

.score-title-text {
  color: #001d45;
  text-transform: none;
  font-size: 36px;
  line-height: 44px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.slider-tick-bottom {
  color: #7c8b9f;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  top: 34px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

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

.loading-indicator.loading-indicator-org-readiness {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

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

.slider-selection {
  width: 50%;
  height: 100%;
  background-color: #001d45;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.tooltip {
  display: none;
}

.score-slider {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.score-slider-wrap {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-tick-top {
  width: 20px;
  height: 20px;
  background-color: #001d45;
  border: 2px #d7eadf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.score-title-range {
  color: #001d45;
  font-size: 36px;
  line-height: 44px;
  display: inline-block;
}

.score-heading {
  color: #001d45;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.slider-track-high {
  width: 50%;
  height: 100%;
  background-color: #001d45;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.score-entry {
  width: 100%;
  border: 0 solid #000;
  margin: 0 auto 180px;
  padding: 0 0 120px;
}

.score-entry.slide-in {
  opacity: 1;
}

.score-section {
  width: 840px;
  max-width: 90vw;
  border: 0 solid #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.tsr-slider.slider-horizontal {
  width: 100%;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #001d45;
  border-radius: 4px;
  margin-top: 1px;
  position: absolute;
  top: auto;
  left: 0;
}

.section-scoring.scoring-page-margin, .section-scoring.donors-and-partners {
  background-color: #fff;
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.section-scoring.donors-and-partners.of-hidden {
  min-height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: hidden;
}

.score-separator {
  height: 1px;
  background-color: #d7eadf;
  margin-top: 3rem;
  margin-bottom: 3.5625rem;
  padding-top: 0;
}

.slider-anchor.slider-anchor-low {
  width: auto;
  color: #7c8b9f;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: .9375rem;
  position: absolute;
  top: 100px;
  left: 0%;
  right: 55%;
}

.slider-anchor.slider-anchor-high {
  width: auto;
  color: #7c8b9f;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: .9375rem;
  position: absolute;
  top: 100px;
  left: 0%;
  right: 0%;
}

.score-description-value-number {
  color: #02cdf5;
  font-family: Flood, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1;
}

.score-title {
  color: #d59d50;
  text-align: left;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

.slider-tick.slider-tick-01 {
  width: auto;
  height: auto;
  top: auto;
  left: 0%;
}

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

.scoring-rubrik_flood-text {
  font-family: Flood, sans-serif;
}

.scoring-rubrik_flood-text.font-flood-big {
  z-index: 0;
  height: 190px;
  color: #f5f5f5;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 988px;
  bottom: 0%;
  left: -387px;
  right: 0%;
  transform: rotate(-90deg);
}

.scoring-rubrik_flood-text.font-flood-big.donors {
  text-align: right;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  top: 200px;
}

.nav-trigger {
  height: 60px;
  max-width: 100vw;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar-menu {
  z-index: 1;
  width: 78.75rem;
  max-width: 90vw;
  opacity: 1;
  justify-content: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 32px;
  right: 0%;
}

.nav-bar-menu.top-40 {
  margin-top: 40px;
}

.nav-register-on.button-transparent-with-image {
  color: #fff;
  position: relative;
}

.nav-register-on.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.nav-register-on.button-transparent-with-image.button-header-register {
  opacity: 0;
}

.nav-logo-link-on {
  position: relative;
}

.faqs-main-wrapper {
  z-index: 1;
  width: 1152px;
  max-width: 100%;
  min-height: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.accordion-content {
  height: auto;
  overflow: hidden;
}

.faqs-list {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faqs-list.slide-in {
  border-top: 1px solid #d7eadf;
  display: block;
}

.faqs-answer {
  color: #0d0e59;
  padding-bottom: 2.75rem;
  padding-left: 116px;
  font-size: 18px;
  line-height: 25px;
}

.faqs-answer p {
  font-weight: 500;
  line-height: 2rem;
}

.faqs-item {
  border-bottom: 1px solid #d7eadf;
}

.faqs-title {
  color: #001d45;
  padding-left: 84px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
}

.accordion-trigger {
  grid-column-gap: 3.75rem;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px #0d0e59;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 36px 32px 27px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.section-faqs {
  background-color: #fff;
  padding-top: 6.3125rem;
  padding-bottom: 6.3125em;
  position: relative;
}

.faqs-number {
  color: #02cdf5;
  margin-left: -54px;
  font-family: Flood, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.faqs-number.prr {
  top: 24px;
}

.faqs-plus-line {
  width: 1.5rem;
  height: 4px;
  min-height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faqs-plus-line.vertical {
  width: 1.5rem;
  height: 4px;
  position: absolute;
  transform: rotate(90deg);
}

.faqs-plus-wrapper {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  right: 0;
}

.faqs-background-text {
  font-family: Flood, sans-serif;
}

.faqs-background-text.font-flood-big {
  z-index: 0;
  height: 190px;
  color: #f5f5f5;
  text-align: center;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 953px;
  bottom: 0%;
  left: -387px;
  right: 0%;
  transform: rotate(-90deg);
}

.faqs-background-text.font-flood-big.prr {
  top: 500px;
}

.readiness-main-wrapper {
  width: 1152px;
  height: auto;
  max-width: 100%;
  min-height: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.readiness-background-text {
  font-family: Flood, sans-serif;
}

.readiness-background-text.font-flood-big {
  z-index: 0;
  height: 190px;
  color: #f5f5f5;
  text-align: center;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 953px;
  bottom: 0%;
  left: -387px;
  right: 0%;
  transform: rotate(-90deg);
}

.panel-background-text {
  font-family: Flood, sans-serif;
}

.panel-background-text.font-flood-big {
  z-index: 0;
  height: 190px;
  color: #f5f5f5;
  text-align: center;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 953px;
  bottom: 0%;
  left: -387px;
  right: 0%;
  transform: rotate(-90deg);
}

.section-panel {
  max-width: 100vw;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.panel-main-wrapper {
  min-width: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 326px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.panel-main-wrapper.slide-in {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 3%;
  margin-left: auto;
  margin-right: auto;
}

.panel-text-block.flex-3x {
  width: 977px;
  max-width: 100%;
  margin-bottom: 5.25rem;
  position: relative;
}

.panel-text-block.flex-3x.hide {
  display: flex;
}

.panel-copy.font-size-1-125x {
  margin-left: 2.6875rem;
  font-weight: 500;
  line-height: 2rem;
}

.panel-judges-block {
  min-width: 100%;
  margin-bottom: 4rem;
}

.panel-collection {
  justify-content: center;
  display: block;
}

.panel-collection.slide-in {
  display: flex;
}

.panel-collection.slide-in.hide {
  display: none;
}

.panel-list {
  grid-column-gap: 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.panel-list.more-in-the-coming-week {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.panel-item {
  width: 18%;
  max-width: 18%;
  margin-bottom: 35px;
}

.panel-item-wrepper {
  width: auto;
  height: 100%;
  max-width: none;
  min-height: 250px;
  min-width: 100%;
  color: #000;
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.panel-item-wrepper.more-in-the-coming-week {
  min-width: auto;
}

.panel-judge-pic {
  z-index: 1;
  width: 100%;
  height: 283px;
  max-height: 20vw;
  max-width: 100%;
  min-height: auto;
  object-fit: cover;
  object-position: 50% 0%;
  align-self: center;
  padding-right: 0;
  position: relative;
}

.panel-name-wrapper-copy {
  z-index: 1;
  min-height: 102px;
  min-width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.panel-judge-name {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: Flood, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.panel-circle {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: auto;
  object-fit: contain;
  margin-right: 0;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel-bg {
  z-index: 0;
  opacity: 1;
  position: absolute;
}

.panel-name-wrapper {
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: absolute;
}

.panel-judge-name-real {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.panel-judge-position {
  color: rgba(255, 255, 255, .8);
  text-transform: none;
  font-size: .8rem;
  font-weight: 500;
  line-height: .9rem;
}

.counter.font-flood-big {
  z-index: -2;
  color: #02cdf5;
  margin-left: 0;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.committee-counter.font-flood-big {
  z-index: -2;
  color: #ffb900;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.panel-committee-block {
  min-width: 100%;
  margin-bottom: 4rem;
}

.panel-committee-block.hide {
  display: block;
}

.panel-bg-yellow {
  z-index: -1;
  opacity: 1;
  position: absolute;
}

.panel-committee-item {
  width: 18%;
  max-width: 18%;
}

.footer-social-icon {
  height: 1rem;
  color: #001d45;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-icon:hover {
  color: #1a5cb5;
}

.footer-social-icon.white {
  color: #fff;
}

.footer-social-icon.medium-icon-2 {
  color: #1a5cb5;
  display: none;
}

.section-judge {
  height: auto;
  min-height: auto;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5.25rem;
  position: relative;
}

.judge-main-wrapper {
  z-index: 5;
  grid-column-gap: 2.6875rem;
  grid-row-gap: 2.6875rem;
  align-items: flex-start;
  margin-top: 15.75rem;
  display: flex;
  position: relative;
}

.judge-image-wrapper {
  max-width: 17.625rem;
  min-width: auto;
  position: relative;
}

.judge-copy-wrapper {
  width: 100%;
  max-width: 54.375rem;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: center;
  margin-top: 11.5rem;
  display: flex;
}

.judge-heading {
  font-size: 2.625rem;
  line-height: 3rem;
}

.judge-position {
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: .9375rem;
}

.judge-copy p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.judge-pic {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  object-fit: cover;
  object-position: 50% 0%;
  align-self: center;
  padding-right: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judge-bg-yellow {
  z-index: -1;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.judge-blue {
  z-index: -2;
  max-width: 6.875rem;
  position: absolute;
  top: -46px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.judge-image-wave {
  z-index: 5;
  height: 100vh;
  max-height: none;
  min-height: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.judge-back-button.button-transparent-with-image {
  padding-top: 2.9rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.judge-back-button.button-transparent-with-image.more-to-be-announced {
  padding-top: 0;
  bottom: -54px;
}

.judge-background-text {
  z-index: -1;
  color: #f5f5f5;
  font-family: Flood, sans-serif;
  font-size: 5.25rem;
  line-height: 1;
  position: absolute;
  top: 35rem;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.section-news-header {
  min-height: 45.3125rem;
  align-items: center;
  padding-top: 19.75rem;
  padding-bottom: 14rem;
  display: flex;
}

.news-header-main-wrapper {
  overflow: hidden;
}

.news-header-slider {
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  left: -5.5%;
  overflow: hidden;
}

.news-header-mask {
  z-index: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}

.news-header-slide {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  overflow: visible;
}

.news-header-slide-wrapper {
  width: 100%;
  max-width: 100%;
  border: 1px #efeff0;
  justify-content: center;
  display: flex;
  overflow: auto;
}

.news-header-slider-copy-block {
  width: 70vw;
}

.news-header-slider-copy-block.flex-1-5x {
  max-width: 27.125rem;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  text-align: center;
  align-items: center;
}

.news-header-date.font-size-0-75x {
  color: #1a5cb5;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 800;
}

.news-header-title {
  width: 70vw;
  max-width: 960px;
  margin-bottom: 1.125rem;
  font-size: 2.625rem;
}

.news-collection {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-news {
  background-color: #fff;
  padding-top: 6.9375rem;
  padding-bottom: 10.375rem;
  position: relative;
}

.posts-list {
  grid-column-gap: 4rem;
  grid-row-gap: 5.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.posts-item {
  flex: 1;
}

.posts-item-wrapper {
  height: 100%;
  border-left: 2px solid #02cdf5;
  flex-direction: column;
  padding-top: .625rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  display: flex;
}

.posts-item-wrapper:hover {
  border-left-color: #001d45;
}

.posts-date.font-size-0-75x {
  color: #1a5cb5;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 800;
}

.posts-title {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.posts-button.button-transparent-with-image {
  color: #001d45;
  margin-top: auto;
}

.posts-button.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.news-background-text {
  font-family: Flood, sans-serif;
}

.news-background-text.font-flood-big {
  z-index: 0;
  height: 190px;
  color: #f5f5f5;
  text-align: left;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  display: none;
  top: 516px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1a5cb5;
  border: 2px solid #1a5cb5;
  border-radius: 0;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #1a5cb5;
  background-color: #f5f5f5;
  border-color: #1a5cb5;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  overflow: visible;
}

.fs-cc-prefs_label {
  color: #1a5cb5;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  background-color: #1a5cb5;
  border: 2px solid #1a5cb5;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #1a5cb5;
  background-color: #fff;
  border-color: #1a5cb5;
}

.fs-cc-prefs_overlay-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_text-link {
  color: #001d45;
  border-bottom: 2px solid #001d45;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-link-style {
  color: #001d45;
  margin-right: 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

.fs-cc-link-style:hover {
  opacity: .61;
}

.fs-cc-link-style.white {
  color: #fff;
}

.section-post {
  height: auto;
  min-height: auto;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5.25rem;
  position: relative;
}

.post-image-wave {
  z-index: 5;
  height: 100vh;
  max-height: none;
  min-height: auto;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.post-image-wave.z1 {
  z-index: 0;
}

.post-main-wrapper {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 2.6875rem;
  align-items: flex-start;
  margin-top: 15.75rem;
  display: flex;
  position: relative;
}

.post-main-wrapper.news-template {
  margin-top: 20rem;
}

.post-main-wrapper.results {
  width: 100%;
  flex-direction: row;
  margin-top: 0;
}

.post-image-wrapper {
  width: 100%;
  max-width: 13.5625rem;
  min-width: auto;
  position: relative;
}

.post-copy-wrapper {
  width: 54.375rem;
  max-width: 100%;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  margin-top: 3.6875rem;
  display: flex;
}

.post-copy-wrapper.results {
  width: 100%;
  align-items: flex-start;
  margin-top: 3rem;
}

.post-heading-block.flex-1-125x {
  margin-top: 36px;
}

.post-heading-block.flex-1-125x.results {
  margin-top: 0;
}

.post-heading {
  font-size: 2.625rem;
  line-height: 3rem;
}

.post-position {
  color: #1a5cb5;
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  line-height: .9375rem;
}

.post-copy p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.post-back-button.button-transparent-with-image {
  flex: 0 auto;
  align-items: flex-start;
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0%;
  right: auto;
}

.post-back-button.button-transparent-with-image.results {
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  bottom: auto;
}

.post-image {
  position: absolute;
}

.section-news-item-page {
  background-color: #fff;
  padding-top: 6.9375rem;
  padding-bottom: 0;
  position: relative;
}

.section-news-item-page.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.news-main-wrapper-item-page {
  grid-row-gap: 10.625rem;
  flex-direction: column;
  display: flex;
}

.news-main-wrapper-item-page.footer {
  width: 100%;
}

.footer-main-wrapper-item-page {
  width: 100%;
  height: auto;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 13.5rem;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  display: grid;
}

.section-footer-item-page {
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

._404-background-wrapper {
  z-index: 0;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 1;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._404-heading {
  color: #fff;
}

._404-heading.font-flood-big {
  position: static;
}

._404-copy {
  color: #fff;
}

._404-copy.font-size-1-5x {
  max-width: 32.625rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 2rem;
}

._404-button.button-primary {
  color: #001d45;
  background-color: #fff;
}

._404-button.button-primary:hover {
  color: #fff;
  background-color: #001d45;
}

._404-heading-vague {
  color: #fff;
}

._404-heading-vague.font-flood-big {
  color: rgba(255, 255, 255, .3);
  top: -9px;
  left: -11px;
}

._404-heading-block {
  position: relative;
}

.section-404 {
  z-index: 11;
  height: auto;
  max-width: 100vw;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer-link-white {
  margin-right: 0;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity .2s;
}

.footer-link-white:hover {
  opacity: .61;
}

.footer-link-white.font-size-1x {
  color: #fff;
  text-decoration: none;
  transition-property: all;
}

.footer-link-white.font-size-1x:hover {
  opacity: 1;
  color: #1a5cb5;
}

.nav-bar-menu-alt {
  z-index: 1;
  width: 78.75rem;
  max-width: 90vw;
  opacity: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-hamburger-nav-on-alt {
  z-index: 1;
  height: 1rem;
  grid-column-gap: 16px;
  grid-row-gap: .375rem;
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.goals-block-background {
  height: 1250px;
  min-width: 50%;
  margin-bottom: 3.1rem;
  position: absolute;
  top: -5.825rem;
  bottom: 3.1rem;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.goals-block-image {
  height: auto;
  min-height: 130%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goals-swirl-wrapper {
  z-index: 1;
  width: 100%;
  height: 470px;
  max-height: 471px;
  min-height: 470px;
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.bold-text {
  width: auto;
  white-space: normal;
  font-size: 7rem;
  display: block;
}

.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;
}

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

.paragraph-6 {
  width: 120%;
}

.paragraph-6.fairness {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

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

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

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

.header-image-blue-nav {
  z-index: 2;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  display: block;
  position: absolute;
}

.text-block {
  color: #fff;
  margin-top: -90px;
  margin-bottom: 0;
}

.nav-share-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-share-trigger, .nav-share-social-icons {
  display: flex;
}

.nav-share-top-icon {
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.nav-share-top-icon.white {
  color: #fff;
}

.nav-share-menu {
  z-index: 1;
  height: auto;
  grid-column-gap: .75rem;
  grid-row-gap: .375rem;
  color: #001d45;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav-share-menu.white {
  color: #fff;
}

.sidebar-update-item {
  border-left: 2px solid #02cdf5;
  transition: all .2s;
}

.sidebar-update-item:hover {
  border-left-color: #001d45;
}

.text-block-2 {
  color: #02cdf5;
  padding-left: 20px;
  font-family: Flood, sans-serif;
  font-size: 5.25rem;
  line-height: 5.25rem;
}

.html-embed {
  height: 600px;
}

.html-embed.typeform-embed {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.ca-paragraph.nosidestroke.nobottomstroke.last {
  border-right-style: solid;
}

.ca-paragraph.nosidestroke.nobottomstroke.left-line {
  border-left-style: solid;
}

.ca-paragraph.nobottomstroke {
  border-bottom-style: none;
  border-right-style: none;
  margin-bottom: 0;
  padding-left: 16px;
}

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

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

.cookie-annex-div.privacy-policy {
  width: 100%;
  max-width: 100%;
  border: 1px solid #acacac;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

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

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

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

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

.cookieannex-grid.secondgrid {
  width: auto;
  min-width: auto;
  border-bottom: 1px solid #acacac;
  border-left: 1px #acacac;
  border-right: 1px solid #acacac;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
}

.partners-parent {
  max-width: 36%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.partners-logo-parent {
  margin-bottom: 25px;
}

.partners-logo-parent.padding {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.partners-text-parent {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -117px;
  margin-right: -117px;
  padding-right: 0;
  display: flex;
}

.spacer {
  height: 40px;
}

.partners-logo.large {
  max-height: 4rem;
  max-width: 23rem;
  object-fit: contain;
  margin-bottom: 0;
}

.password-wrapper {
  z-index: 11;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: none;
  min-height: 100vh;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  display: flex;
  position: relative;
}

.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: 0%;
  right: 0%;
}

.security-footer-logo {
  margin-bottom: 8px;
}

.text-block-41 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.typeform-placeholder {
  height: 400px;
  text-align: center;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
}

.paragraph-7 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  display: block;
}

.div-block-5.prefetch-images {
  width: 0;
  height: 0;
  display: inline;
}

.partners-link.button-transparent-with-image {
  color: #001d45;
  flex: 0 auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.partners-link.button-transparent-with-image:hover {
  color: #1a5cb5;
}

.paragraph-8 {
  margin-bottom: 4rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.judge-name-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.judge-name-wrapper.announcement-judge {
  justify-content: center;
}

.div-block-6 {
  width: 100%;
  height: 60px;
  align-items: center;
  display: flex;
}

.yellow-number-bg {
  z-index: 1;
  width: 30%;
  height: 80vh;
  background-image: url('../images/intro-interior-top.png');
  background-position: 0 0;
  background-size: 416px;
  position: absolute;
  right: 0;
}

.tombstone-blue-bg {
  z-index: 2;
  width: 435px;
  height: 574px;
  background-image: url('../images/intro-tombstone-blue.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-blue-bg {
  z-index: 1;
  width: 109px;
  height: 109px;
  background-image: url('../images/intro-circle-blue_1intro-circle-blue.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tombstone-circle-blue-wrapper {
  z-index: 3;
  width: 435px;
  height: 574px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 100px;
  overflow: hidden;
}

.white-lines {
  z-index: 2;
  width: 1400px;
  height: 880px;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/into-lines.png');
  background-position: 0 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.binary-pattern {
  z-index: 4;
  width: 1302px;
  height: 279px;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/into-binary-pattern-white.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 50vh;
  right: 0;
}

.front-image {
  z-index: 5;
  width: auto;
  height: 671px;
  max-width: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: -36px;
  left: auto;
  right: 40px;
}

.front-image.home {
  height: 1150px;
  bottom: -461px;
  right: 0;
}

.cookie-policy {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cookie-policy p {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.cookie-policy h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.cookie-policy h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.cookie-policy ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: decimal;
  display: flex;
}

.cookie-policy ul {
  padding-left: 11.05rem;
  padding-right: 0;
}

.privacy-policy {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.privacy-policy p {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-policy h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.privacy-policy h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.privacy-policy ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.privacy-policy ul {
  padding-left: 2rem;
  padding-right: 0;
}

.rules {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 54px;
}

.rules p {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.rules h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.rules h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.rules ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.rules ul {
  padding-left: 2rem;
  padding-right: 0;
}

.cookie-annex {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 54px;
}

.cookie-annex p {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.cookie-annex h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.cookie-annex h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.cookie-annex ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.cookie-annex ul {
  padding-left: 2rem;
  padding-right: 0;
}

.terms-conditions {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 54px;
}

.terms-conditions p {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.terms-conditions h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.terms-conditions h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.terms-conditions ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.terms-conditions ul {
  padding-left: 2rem;
  padding-right: 0;
}

.about-content-copy-copy {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-content-copy-copy p {
  margin-bottom: 2rem;
  padding-left: 6.6875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.about-content-copy-copy h2 {
  margin-bottom: 3rem;
  padding-left: 4.0625rem;
  font-size: 2.25rem;
  line-height: 1.3;
}

.about-content-copy-copy h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 6.6875rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.about-content-copy-copy ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 8.4rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.about-content-copy-copy ul {
  padding-left: 11.05rem;
  padding-right: 0;
}

.about {
  max-width: none;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 54px;
  position: static;
}

.about p {
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.about h2 {
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1.3;
}

.about h3 {
  color: #001d45;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 2rem;
}

.about ol {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: lower-alpha;
  display: flex;
}

.about ul {
  margin-bottom: -2.4rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 0;
}

.header-front-menu-image {
  z-index: 10;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-nav-front-image {
  z-index: 5;
  width: auto;
  height: 500px;
  max-width: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 116px;
}

.header-blue-circle {
  z-index: 2;
  width: 180px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 270px;
  left: auto;
  right: 400px;
}

.header-binary {
  z-index: 4;
  width: 691px;
  height: 840px;
  opacity: .15;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-yellow-circle {
  z-index: 1;
  width: 130px;
  height: 130px;
  position: absolute;
  top: auto;
  bottom: 375px;
  left: auto;
  right: 335px;
}

.header-dark-blue-circle {
  z-index: 3;
  width: 364px;
  height: 365px;
  position: absolute;
  top: auto;
  bottom: 110px;
  left: auto;
  right: 140px;
}

.home-yellow-circle {
  z-index: 1;
  width: 1050px;
  height: 1050px;
  background-image: url('../images/home-intro-yellow-circle.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: -340px;
  left: auto;
  right: -210px;
}

.home-yellow-circle.hide {
  display: none;
}

.home-yellow-circle.results {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: -50%;
  left: 0%;
  right: 0%;
}

.home-dark-blue-circle {
  z-index: 3;
  width: 930px;
  height: 930px;
  background-image: url('../images/home-intro-blue-circle.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -340px;
  left: auto;
  right: -150px;
}

.home-dark-blue-circle.results {
  z-index: 2;
  width: 680px;
  height: 680px;
  bottom: -20%;
  right: -200px;
}

.home-cyan-circle {
  z-index: 4;
  width: 800px;
  height: 800px;
  background-image: url('../images/home-intro-cyan-circle.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -300px;
  left: auto;
  right: -100px;
}

.home-cyan-circle.results {
  z-index: 3;
  width: 680px;
  height: 680px;
  background-image: url('../images/cyan-circle.png');
  background-position: 50%;
  top: 640px;
  bottom: 0%;
  left: -12%;
  right: auto;
}

.home-binary-patter {
  height: 498px;
  max-width: 100%;
  background-image: url('../images/home-binary-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.about-number-1 {
  position: relative;
}

.about-number {
  color: #02cdf5;
  margin-left: -54px;
  font-family: Flood, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-number.darkblue {
  color: #1a5cb5;
}

.about-number.yellow {
  color: #ffb900;
}

.footer-grouped-city-cloud {
  z-index: 10;
  width: 1030px;
  height: 570px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 6%;
}

.image-12 {
  width: 100%;
  opacity: .36;
  position: absolute;
  top: auto;
  bottom: 74px;
  left: -8%;
  right: auto;
}

.goals-mountain-phones {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -80px;
  left: auto;
  right: 0%;
}

.goals-mountain-b {
  z-index: 4;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.goals-mountain-phones-copy {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.bold-text-3 {
  text-align: center;
  position: static;
}

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

.lpf-graph-div-left-align.two-img {
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 26px;
  display: flex;
  position: static;
}

.rich-text-block {
  max-width: 35%;
}

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

.lpf-graph-div-header.two-img {
  text-align: left;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 26px;
  display: flex;
  position: static;
}

.text-block-42 {
  color: #fff;
}

.partners-text {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.partners-partner-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: -152px;
  margin-right: -150px;
  padding-right: 0;
  display: flex;
}

.rich-text-block-2 {
  margin-left: 45px;
}

.rich-text-block-2 ol {
  list-style-type: lower-alpha;
}

.rich-text-block-3 {
  padding-left: 41px;
}

.rich-text-block-4 {
  padding-left: 45px;
}

.rich-text-block-ab-lists {
  padding-left: 41px;
}

.rich-text-block-ab-lists ol {
  list-style-type: lower-alpha;
}

.rich-text-1-2 ol {
  list-style-type: decimal;
}

.rich-text-block-1-2-lists ol {
  padding-left: 5.25rem;
  list-style-type: decimal;
}

.rich-text-block-1-2-list-sactions ol, .rich-text-1-2-compliance ol {
  padding-left: 4.85rem;
  list-style-type: decimal;
}

.div-block-7 {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  display: flex;
}

.div-block-8 {
  padding-bottom: 48px;
}

.div-block-9 {
  padding-top: 38px;
}

.div-block-10 {
  max-width: 800px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.div-block-ca {
  margin-top: 88px;
}

.div-block-11 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-featured-title {
  max-width: 860px;
  text-align: center;
  margin-bottom: 2.6rem;
  padding-right: 0;
  font-size: 3.5rem;
  line-height: 4.6rem;
}

.text-block-43 {
  font-weight: 700;
}

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

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

.ca-privacy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.ca-privacy-grid.secondgrid {
  width: auto;
  min-width: auto;
  border-bottom: 1px solid #acacac;
  border-left: 1px #acacac;
  border-right: 1px solid #acacac;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
}

.binary-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.binary-column.column-up-1 {
  margin-bottom: 12px;
}

.binary-column.column-up-2 {
  margin-bottom: 24px;
}

.binary-column.column-up-3 {
  margin-bottom: 36px;
}

.binary-column.column-up-4 {
  margin-bottom: 48px;
}

.binary-number {
  color: #001d45;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.binary-number.blue {
  color: #02cdf5;
}

.binary-number.orange {
  color: #ffb900;
}

.binary-pattern-wrapper {
  width: 200vw;
  height: 404px;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.binary-cell-wrapper {
  grid-column-gap: 10px;
  margin-bottom: -76px;
  display: flex;
}

.id-binnary-wrapper {
  height: 498px;
  background-color: #bdbdbd;
  position: relative;
}

.id-binnary-wrapper.hide {
  background-color: rgba(0, 0, 0, 0);
}

.matrix-binary-wrapper {
  height: 300px;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-hamburger-close {
  z-index: 1;
  width: 136px;
  height: 1rem;
  grid-column-gap: 16px;
  grid-row-gap: .375rem;
  color: #001d45;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
  font-weight: 700;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-hamburger-close.white {
  color: #fff;
}

.nav-bar-menu-404 {
  z-index: 1;
  width: 78.75rem;
  max-width: 90vw;
  opacity: 1;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.post-image-wave-binary {
  z-index: 0;
  position: absolute;
  top: 180px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-nfi-home {
  z-index: 5;
  width: auto;
  height: 500px;
  max-width: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 116px;
}

.header-nfi-faq, .header-nfi-donors-partners, .header-nfi-readiness-tool, .header-nfi-timeline, .header-nfi-application, .header-nfi-scoring, .header-nfi-fairness, .header-nfi-meet-the-judges, .header-nfi-rules, .header-nfi-news {
  z-index: 5;
  width: auto;
  height: 500px;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 116px;
}

.counter-judges.font-flood-big {
  z-index: -2;
  color: #02cdf5;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.counter-judges.font-flood-big.slide-in {
  margin-left: 0;
  padding-left: 0;
  font-family: Flood, sans-serif;
  left: -74px;
}

.counter-number.font-flood-big {
  z-index: -2;
  color: #02cdf5;
  margin-left: 0;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.counter-committee.font-flood-big {
  z-index: -2;
  color: #ffb900;
  margin-left: 0;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.number-committee.font-flood-big {
  z-index: -2;
  color: #ffb900;
  top: -82px;
  bottom: auto;
  left: -74px;
  right: auto;
}

.number-committee.font-flood-big.slide-in {
  margin-left: 0;
  padding-left: 0;
}

.section-405 {
  width: 100vw;
  height: 100vh;
}

.collection-list-2 {
  flex-direction: column;
  display: flex;
}

.collection-list-2.test {
  flex-direction: row;
}

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

.judge-slider-cms-collection-wrapper.hide {
  display: flex;
}

.link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-participate {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  overflow: visible;
}

.heading-5 {
  color: #001d45;
  font-size: 40px;
  line-height: 48px;
}

.navition-wrapper {
  width: 40%;
  height: 100%;
  grid-column-gap: 50px;
  background-color: #22cac1;
  align-items: center;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navition-wrapper.judge {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.hamburger-line-1 {
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.hamburger-line-1.dark {
  background-color: #0f4150;
}

.hamburger-wrapper {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
  position: static;
}

.faq-cards-list {
  width: 100%;
  grid-row-gap: 1px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-header-register {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.button-header-register:hover {
  color: #07d6a0;
}

.button-header-register.button-outline-1 {
  width: auto;
  padding-left: 36px;
  padding-right: 36px;
}

.button-header-register.button-outline-1:hover {
  color: #fff;
  background-color: #0f4150;
  border-color: #0f4150;
}

.button-header-register.button-outline-1.judge {
  background-color: #22cac1;
  border-color: #22cac1;
}

.erp-tip-item-cols {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 12px;
  padding: 24px 36px;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 29, 69, .12);
}

.erp-content-wrap {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  color: #001d45;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.white-header-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.erp-tips-heading {
  color: #001d45;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}

.erp-tips-col1 {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.erp-tips-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0%;
  display: flex;
}

.erp-group {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-3 {
  align-items: center;
  display: flex;
}

.share-icon-link.share-link-div {
  color: #0f4150;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.share-icon-link.share-link-div:hover {
  color: #22cac1;
}

.hamburger-line-2 {
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.hamburger-line-2.dark {
  background-color: #0f4150;
}

.resource-content-wrapper {
  width: 100vw;
  height: auto;
  background-color: #fff;
  margin-top: 0;
  overflow: hidden;
}

.erp-faq-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 0%;
  display: flex;
}

.paragraph-9 {
  color: #001d45;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.content-wrapper {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.content-wrapper.prr {
  margin-bottom: 10em;
}

.erp-tips-list-div {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.paragraph-10 {
  color: #001d45;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-10.prr {
  margin-top: 16px;
}

.header-wrapper {
  width: 100vw;
  height: 120px;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.erp-webinar-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0%;
  display: flex;
}

.hamburger-line-3 {
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.hamburger-line-3.dark {
  background-color: #0f4150;
}

.erp-smallheader-2 {
  color: #ffb900;
  text-transform: uppercase;
  margin-bottom: -1px;
  font-size: 20px;
  font-weight: 600;
}

.erp-youtube {
  border: 6px solid #f4f2ee;
  border-radius: 0;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 20px 0 80px 20px rgba(15, 65, 80, .2);
}

.erp-headercontent-div {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 100px;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.erp-chrome-icon {
  width: 54px;
  height: 54px;
  max-width: 60%;
  min-height: 54px;
  min-width: 54px;
}

.erp-header-2 {
  width: 100%;
  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: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.share-icons-wrapper {
  grid-column-gap: 50px;
  margin-left: auto;
  display: flex;
}

.faq-card {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  padding-right: 0;
  display: flex;
  position: relative;
}

.faq-card.faq-page {
  border-bottom-color: rgba(15, 65, 80, .2);
}

.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;
}

.content-block-wrapper {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.div-block-13 {
  height: 100vh;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  list-style-type: decimal;
}

.header-text-wrapper {
  z-index: 5;
  width: 78.75rem;
  max-width: 74vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-44 {
  z-index: 2;
  color: #001d45;
  text-align: center;
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-6 {
  z-index: 2;
  text-align: center;
}

.promising-solutions-wrapper {
  background-image: url('../images/cyan-cloud-background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  padding-top: 108px;
  padding-bottom: 216px;
  display: flex;
}

.winners-list-wrapper {
  background-image: url('../images/dark-cloud-background.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 108px;
}

.text-block-45 {
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  font-family: Flood, sans-serif;
  font-size: 375px;
  line-height: 460px;
  position: absolute;
}

.div-block-14 {
  z-index: 2;
  position: relative;
}

.collection-list-wrapper-3 {
  width: 100%;
}

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

.collection-item-2 {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.winner-card-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 24px 100px;
}

.top-winner-label {
  z-index: 1;
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-46 {
  text-transform: uppercase;
}

.text-block-47 {
  color: #001d45;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-block-47.white {
  color: #fff;
}

.cyan-card-top-bg {
  z-index: 0;
  width: 100%;
  height: 180px;
  background-image: url('../images/cyan-bg-card.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.winner-card-content {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.winner-card-image {
  width: 100%;
  height: 220px;
  object-position: 0% 50%;
  background-color: #bdbdbd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 16px;
  overflow: visible;
}

.text-block-48 {
  color: #001d45;
  margin-top: 32px;
  font-size: 1.375rem;
  font-weight: 700;
}

.text-block-49 {
  color: #001d45;
  margin-top: 16px;
  margin-bottom: 54px;
  font-weight: 600;
  line-height: 1.25;
}

.winner-car-bottom {
  grid-column-gap: 8px;
  background-color: #ebebeb;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-50 {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.125;
}

.div-block-15 {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  display: flex;
}

.winner-card-button {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.winner-card-button:hover {
  color: #1a5cb5;
}

.text-block-51 {
  font-weight: 700;
  line-height: 1.25;
}

.dark-blue-card-top-bg {
  z-index: 0;
  width: 100%;
  height: 180px;
  background-image: url('../images/dark-blue-bg-card.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.first-item-heading-wrapper {
  width: 100%;
  height: 100%;
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: flex-start;
  padding-top: 108px;
  display: flex;
  position: relative;
}

.text-block-52 {
  color: #001d45;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-53 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}

.text-block-54 {
  color: #001d45;
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}

.lead-organiation-name {
  color: #1a5cb5;
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
}

.solution-title {
  font-size: 3rem;
  line-height: 3.375rem;
}

.additional-info-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.additional-info-row {
  grid-column-gap: 12px;
  flex-direction: row;
  display: flex;
}

.text-block-55 {
  color: #001d45;
  font-weight: 700;
  line-height: 1.25;
}

.div-block-16 {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.image-video-wrapper {
  width: 100%;
  height: 600px;
  background-color: #bdbdbd;
  position: relative;
}

.winner-results-video-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.winner-prize-wrapper {
  z-index: 1;
  width: auto;
  height: 48px;
  background-image: url('../images/cyan-bg-card.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: absolute;
  top: 65px;
  left: -65px;
}

.text-block-56 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-block-56.white {
  color: #fff;
}

.ps-prize-wrapper {
  z-index: 1;
  width: auto;
  height: 48px;
  background-image: url('../images/dark-blue-bg-card.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: absolute;
  top: 65px;
  left: -65px;
}

.ps-results-image-wrapper {
  z-index: 0;
  width: 100%;
  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: 0%;
}

.video {
  height: 100%;
  position: static;
}

.results-content-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: row;
  display: flex;
  position: relative;
}

.back-arrow-wrapper {
  width: auto;
  min-width: 200px;
  position: relative;
  top: 3rem;
}

.results-banner-wrapper {
  z-index: 9;
  width: 100rem;
  height: auto;
  max-width: 100vw;
  min-height: 50px;
  background-image: url('../images/dark-blue-bg-card.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 54px 8px 24px;
  display: flex;
  position: relative;
  top: auto;
}

.text-block-57 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.banne-link {
  color: #fff;
}

.banne-link:hover {
  color: #fff;
  text-decoration: none;
}

.close-banner {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 24px;
}

.news-details-rich-text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.news-details-rich-text li {
  list-style-type: disc;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .guide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  ._404-copy-block {
    width: 100%;
    align-items: center;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy.white {
    text-transform: none;
  }

  .nav-menu {
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    min-width: auto;
    top: 0%;
    bottom: 0%;
    left: -100vw;
    overflow: auto;
  }

  .container-default.goals-numbers {
    width: 100%;
    margin-bottom: 70px;
    position: static;
  }

  .section-footer {
    min-height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 4rem;
  }

  .footer-main-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .footer-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
  }

  .slider-mask {
    width: auto;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .slider-right-arrow-holder {
    width: 80px;
    justify-content: center;
    align-self: center;
    top: auto;
    bottom: -60px;
    left: 60%;
    right: auto;
  }

  .slider-right-arrow-holder.timeline {
    align-items: center;
    top: auto;
    bottom: -100px;
    left: 60%;
    right: auto;
  }

  .slider-right-arrow-holder.news {
    width: 80px;
  }

  .slider-slide-wrapper {
    border-style: none;
    border-radius: .5rem;
    grid-template-rows: min-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: auto;
  }

  .slider-slide-wrapper.grid-2x {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    flex-direction: column;
    display: flex;
  }

  .slider-slide {
    width: 100%;
  }

  .slider-nav {
    justify-content: flex-end;
    margin-right: -4px;
    padding-right: 0;
  }

  .table-content-holder {
    min-width: 1156px;
  }

  .slider-left-arrow-holder {
    justify-content: center;
    top: auto;
    bottom: -60px;
    left: auto;
    right: 60%;
  }

  .slider-left-arrow-holder.timeline {
    width: 80px;
    top: auto;
    bottom: -100px;
    left: auto;
    right: 60%;
  }

  .slider-left-arrow-holder.news {
    align-items: flex-end;
  }

  .participate-slider-component {
    width: auto;
    min-width: auto;
    border: 1px #cbcccd;
    flex-direction: column;
    display: flex;
    left: 0;
    overflow: auto;
  }

  .participate-slider-component.my_slider {
    align-items: center;
  }

  .slider-nav-holder.font-size-1x {
    justify-content: center;
    padding-left: 0;
    display: flex;
    top: auto;
    bottom: -60px;
    left: 0%;
    right: 0%;
  }

  .table-wrapper {
    min-width: auto;
    overflow: visible;
  }

  .popup-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .popup-content.issues {
    grid-template-rows: auto;
  }

  .popup-primary.card-default, .popup-secondary.card-default {
    opacity: 0;
    display: none;
  }

  .nav-hamburger-menu {
    z-index: 1000;
    grid-column-gap: 16px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .nav-wrapper {
    justify-content: center;
    justify-items: center;
    padding-bottom: 4rem;
  }

  .nav-hamburger-line, .nav-hamburger-line.disappear {
    background-color: #fff;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .dropdown-wrapper.static {
    flex-direction: row;
    justify-content: flex-start;
    justify-items: center;
  }

  .nav-link {
    padding-right: 0;
  }

  .nav-link.with-arrow {
    text-align: center;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-right: 0;
  }

  .nav-link.dropdown {
    min-width: auto;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .nav-link.dropdown-menu {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-nav {
    height: 6rem;
  }

  .nav-share-line {
    background-color: #fff;
  }

  .nav-hamburger-nav-on, .nav-share-nav-on {
    color: #fff;
  }

  .header-image-wrapper {
    justify-content: center;
    margin-top: 54px;
    display: flex;
    position: relative;
  }

  .header-image-wrapper.home {
    position: relative;
  }

  .header-image-wrapper.results {
    height: 350px;
    min-height: 50vh;
    position: relative;
  }

  .header-image-front._404 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-image-front._404-page {
    height: 100%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-image-wave {
    display: none;
    right: -250px;
  }

  .header-image-blue._404 {
    display: none;
  }

  .header-copy-block.flex-1-5x {
    width: auto;
    max-width: none;
  }

  .header-copy-block.flex-1-5x.slide-in {
    width: auto;
    max-width: none;
    margin-top: 272px;
  }

  .header-copy-block.flex-1-5x.slide-in.t3 {
    margin-top: 0;
  }

  .header-heading {
    font-size: 4rem;
  }

  .header-main-wrapper {
    align-self: center;
    margin-top: 0;
  }

  .header-main-wrapper.interior {
    min-height: auto;
  }

  .header-main-wrapper.slide-in {
    margin-top: 80px;
  }

  .header-main-wrapper.home {
    margin-top: 100px;
  }

  .section-hero {
    flex-direction: row;
    padding-top: 13.4rem;
  }

  .section-hero.interior {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .section-hero.interior.t3 {
    min-height: 30rem;
  }

  .section-hero.home {
    flex-direction: column;
    display: flex;
  }

  .section-hero.home.id-binnary-wrapper {
    height: auto;
  }

  .section-hero.home.results {
    height: auto;
    padding-top: 8rem;
  }

  .header-copy.font-size-1-5x {
    font-size: 1.2rem;
  }

  .header-image-starry._404 {
    display: none;
  }

  .nav-links-wrapper.flex-2x {
    max-width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 2rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .header-image-yellow-nav-on._404, .header-image-cyan-nav-on._404 {
    display: none;
  }

  .footer-bottom-wrapper {
    max-width: none;
    flex-direction: column;
  }

  .footer-bottom-wrapper._404 {
    display: flex;
    position: relative;
  }

  .copyright-mobile {
    text-align: left;
  }

  .copyright-mobile.mobile {
    margin-top: 16px;
    display: block;
  }

  .copyright-mobile.mobile.white {
    color: #fff;
  }

  .footer-top-copy-block.flex-1-5x {
    width: 100%;
    max-width: none;
  }

  .footer-copyright-holder {
    width: 90vw;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: end;
  }

  .footer-content.flex-1-5x {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-right: 0;
  }

  .footer-content.flex-1-5x._404 {
    margin-top: 54px;
  }

  .footer-by {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .footer-link.font-size-1x {
    font-size: 1rem;
  }

  ._404-link-dark {
    color: #013636;
  }

  ._404-link-dark.white {
    color: #fff;
  }

  .copyright {
    text-align: left;
    display: none;
  }

  .footer-image-wrapper {
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -100px;
    left: 0%;
    right: 0%;
  }

  .footer-image-yellow {
    min-width: 80vw;
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer-image-ribbon {
    min-width: 80vw;
  }

  .footer-image-cloud {
    min-width: 80vw;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer-image-front, .footer-image-cyan, .footer-image-blue {
    min-width: 80vw;
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer-gradient {
    height: 50%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 62%);
    bottom: -20%;
  }

  .section-goals, .goals-main-wrapper {
    min-height: auto;
  }

  .goals-block.numbers {
    min-height: 100%;
    background-image: url('../images/facts-right.png');
    background-position: 50% 0;
    background-size: auto;
  }

  .goal-item {
    max-width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .goal-item.slide-in {
    flex: none;
    justify-content: start;
    justify-items: start;
  }

  .goal-number {
    font-size: 4.5rem;
  }

  .goals-swirl {
    height: auto;
    min-height: 470px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotate(24deg);
  }

  .goals-numbers-wrapper {
    width: 90%;
    max-width: none;
    min-height: 100%;
    align-items: flex-start;
    margin: 0 auto 9.3rem;
    top: 5.625rem;
  }

  .section-participate {
    padding-bottom: 75px;
  }

  .slider-image {
    width: 100%;
    max-height: 27rem;
    object-fit: contain;
  }

  .slider-button.button-transparent-with-image {
    width: 80px;
    align-items: flex-end;
  }

  .slider-button-grey.button-transparent-with-image {
    width: 80px;
  }

  .judges-copy-block.flex-1-5x {
    right: auto;
  }

  .judges-slider {
    width: auto;
    position: relative;
    left: 0%;
    overflow: visible;
  }

  .slide-content-wrapper {
    width: 290px;
    height: 420px;
    min-height: auto;
    min-width: auto;
  }

  .judges-slider-mask {
    width: 290px;
  }

  .section-judges {
    background-size: auto 100%;
    padding-top: 0;
    padding-bottom: 9rem;
  }

  .judges-name {
    font-size: 2rem;
  }

  .judges-judge {
    width: 290px;
    height: 420px;
  }

  .section-partners {
    padding-top: 10rem;
    padding-bottom: 8rem;
    top: 0;
    bottom: 9rem;
  }

  .about-content-main-wrapper {
    flex-flow: wrap;
    grid-template-columns: auto;
    justify-content: space-between;
    display: flex;
  }

  .about-content-main-wrapper.slide-in {
    flex-direction: column;
    align-items: center;
  }

  .about-content-main-wrapper.slide-in.about {
    max-width: none;
    padding-right: 24px;
  }

  .sidebar-header.heading-block-regular {
    align-content: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sidebar-header.heading-block-regular.custom-countdown-section {
    justify-content: center;
  }

  .sidebar-spotlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-about-content {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 4.85rem;
    bottom: 0;
  }

  .sidebar-updates-block {
    margin-bottom: 3rem;
  }

  .sidebar-wrapper {
    width: 320px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-wrapper.slide-in {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-content-copy-wrapper {
    max-width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .about-content-copy {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
  }

  .about-content-copy p {
    padding-left: 0;
  }

  .about-content-copy h2 {
    padding-left: 2rem;
  }

  .about-content-copy h3 {
    padding-left: 0;
  }

  .about-content-copy ol, .about-content-copy ul {
    padding-left: 4rem;
  }

  .featured-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-item.sidebar {
    flex-direction: column;
  }

  .featured-image {
    width: 100%;
  }

  .quote-wrapper {
    padding-left: 2rem;
  }

  .column-3 {
    display: none;
  }

  .section-timeline {
    height: 1200px;
  }

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

  .timeline-mask {
    width: 100%;
  }

  .timeline-bottom.heading-block-regular {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    position: relative;
  }

  .date {
    align-self: center;
  }

  .timeline-content {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-wrap {
    height: 100%;
    min-height: 70vh;
  }

  .timeline-container {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
  }

  .timeline-slide {
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-period {
    margin-top: 30px;
    position: static;
    transform: none;
  }

  .timeline-period.caps-1 {
    width: 100%;
    height: 100%;
    min-width: auto;
    flex: 0 auto;
    top: auto;
    left: 0%;
  }

  .timeline-top {
    align-items: flex-start;
    left: 0;
  }

  .timeline-vertical-text-holder {
    width: 500px;
    height: 45px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    top: auto;
    bottom: auto;
    left: -300px;
    right: auto;
    overflow: visible;
  }

  .timeline-title.caps-2 {
    align-self: center;
  }

  .timeline-slider {
    width: 90vw;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .timeline-slider.my_slider {
    width: 90vw;
    max-width: 100%;
    min-height: 70vh;
    margin-top: 0;
    padding-left: 0;
  }

  .margin-bottom-wrapper {
    margin-bottom: 50px;
  }

  .timeline-slide-bottom {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 70vh;
    min-width: auto;
    margin-top: 200px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 75px;
    padding-right: 50px;
    overflow: visible;
  }

  .timeline-mask-bottom {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 70vh;
    flex: none;
    padding-left: 0;
    left: 0;
  }

  .counter_wrapper.font-size-1x {
    justify-content: center;
    align-self: center;
    padding-left: 0;
    display: flex;
    top: auto;
    bottom: -100px;
    left: 0%;
    right: 0%;
  }

  .timeline-slider-background-text.font-flood-big {
    display: none;
  }

  .score-description-text {
    margin-right: 0;
  }

  .score-slider-wrap {
    margin-top: 80px;
  }

  .score-entry {
    width: 700px;
  }

  .section-scoring.scoring-page-margin, .section-scoring.donors-and-partners {
    position: relative;
  }

  .slider-anchor.slider-anchor-low {
    width: auto;
    top: 90px;
    left: 10%;
    right: auto;
  }

  .slider-anchor.slider-anchor-high {
    width: auto;
    bottom: 50px;
    left: auto;
    right: 10%;
  }

  .nav-bar-menu {
    z-index: 1;
  }

  .faqs-main-wrapper {
    flex-flow: wrap;
    grid-template-columns: auto;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .faqs-answer {
    padding-left: 0;
  }

  .faqs-title {
    padding-left: 24px;
  }

  .faqs-number {
    margin-top: 26px;
    margin-left: 0;
  }

  .readiness-main-wrapper {
    flex-flow: wrap;
    grid-template-columns: auto;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section-panel {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4.85rem;
    bottom: 0;
  }

  .panel-main-wrapper {
    flex-flow: wrap;
    grid-template-columns: auto;
    justify-content: space-between;
    display: flex;
  }

  .panel-main-wrapper.slide-in {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .panel-text-block.flex-3x {
    width: auto;
  }

  .panel-text-block.flex-3x.scm {
    margin-top: 8em;
  }

  .panel-judges-block {
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
  }

  .panel-collection.slide-in {
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: flex-start;
    display: block;
  }

  .panel-collection.slide-in.more-in-the-coming-week {
    margin-left: auto;
    margin-right: auto;
  }

  .panel-collection.slide-in.more-in-the-coming-week.margin-top-54 {
    margin-top: 80px;
  }

  .panel-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    display: flex;
  }

  .panel-list.more-in-the-coming-week {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .panel-item {
    width: auto;
    max-width: 30%;
    min-width: auto;
  }

  .panel-item.more-in-the-coming-week {
    max-width: none;
  }

  .panel-item-wrepper {
    min-height: auto;
    min-width: auto;
  }

  .panel-item-wrepper.more-in-the-coming-week {
    width: 220px;
  }

  .panel-judge-pic {
    width: 290px;
    height: 360px;
    max-height: 37vw;
    min-height: auto;
  }

  .panel-judge-pic.more-in-the-coming-week {
    min-width: 290px;
  }

  .panel-judge-name {
    font-size: 2rem;
  }

  .panel-committee-block {
    margin-bottom: 4rem;
  }

  .panel-committee-item {
    width: auto;
    max-width: 30%;
  }

  .judge-main-wrapper {
    flex-direction: column;
    margin-top: 24rem;
  }

  .judge-copy-wrapper {
    margin-top: 2rem;
  }

  .judge-pic {
    width: auto;
    height: 340px;
  }

  .judge-back-button.button-transparent-with-image {
    margin-top: 0;
    top: -150px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .judge-back-button.button-transparent-with-image.more-to-be-announced {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .news-header-slider {
    width: auto;
    min-width: auto;
    border: 1px #cbcccd;
    flex-direction: column;
    display: flex;
    left: 0;
    overflow: auto;
  }

  .news-header-mask {
    width: 100%;
    border-right: 1px rgba(0, 0, 0, .05);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    overflow: hidden;
  }

  .news-header-slide {
    width: 100%;
  }

  .news-header-slide-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: min-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .news-header-slider-copy-block.flex-1-5x {
    margin-left: auto;
    margin-right: auto;
  }

  .posts-list {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .post-main-wrapper.results {
    width: 100%;
    flex-direction: column;
    margin-top: 2rem;
  }

  .post-copy-wrapper.results {
    margin-top: 0;
  }

  .post-back-button.button-transparent-with-image.results {
    position: relative;
    top: 0;
  }

  .section-news-item-page.no-bg {
    padding-top: 0;
  }

  .footer-main-wrapper-item-page {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .section-footer-item-page {
    min-height: auto;
    flex-direction: column;
    padding-top: 8rem;
  }

  ._404-background-wrapper {
    position: absolute;
  }

  ._404-copy.font-size-1-5x {
    max-width: 25rem;
  }

  .section-404 {
    display: block;
  }

  .section-404._404 {
    height: auto;
  }

  .footer-link-white.font-size-1x {
    font-size: 1rem;
  }

  .nav-hamburger-nav-on-alt {
    color: #fff;
  }

  .goals-block-background {
    height: auto;
    min-height: 1169px;
    display: none;
    bottom: .5rem;
  }

  .goals-block-image {
    min-height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .goals-swirl-wrapper {
    height: auto;
    min-height: 470px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .lpf-graph-div.two-img {
    flex-direction: column;
    align-items: center;
  }

  .lpf-img-2 {
    margin-top: 36px;
    margin-left: 0;
  }

  .text-block {
    margin-top: -60px;
  }

  .cookieannex-grid.secondgrid {
    padding-left: 0;
  }

  .partners-parent {
    max-width: 48%;
    margin-right: 0;
    padding-right: 0;
  }

  .collection-list {
    margin-left: 0;
    margin-right: 0;
  }

  .yellow-number-bg {
    width: 50%;
    border-top-left-radius: 18px;
  }

  .tombstone-circle-blue-wrapper {
    left: auto;
    right: auto;
  }

  .white-lines {
    display: none;
    top: -100px;
  }

  .front-image {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .front-image.home {
    height: 1200px;
    top: 0;
    bottom: 0;
    right: auto;
  }

  .cookie-policy {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
  }

  .cookie-policy p {
    padding-left: 0;
  }

  .cookie-policy h2 {
    padding-left: 2rem;
  }

  .cookie-policy h3 {
    padding-left: 0;
  }

  .cookie-policy ol {
    padding-left: 4rem;
  }

  .privacy-policy {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
  }

  .privacy-policy p {
    padding-left: 0;
  }

  .privacy-policy h2 {
    padding-left: 2rem;
  }

  .privacy-policy h3 {
    padding-left: 0;
  }

  .privacy-policy ol {
    padding-left: 4rem;
  }

  .rules {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 0;
  }

  .rules p {
    padding-left: 0;
  }

  .rules h2 {
    padding-left: 2rem;
  }

  .rules h3 {
    padding-left: 0;
  }

  .rules ol {
    padding-left: 4rem;
  }

  .cookie-annex {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
  }

  .cookie-annex p {
    padding-left: 0;
  }

  .cookie-annex h2 {
    padding-left: 2rem;
  }

  .cookie-annex h3 {
    padding-left: 0;
  }

  .cookie-annex ol {
    padding-left: 4rem;
  }

  .terms-conditions {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 0;
  }

  .terms-conditions p {
    padding-left: 0;
  }

  .terms-conditions h2 {
    padding-left: 2rem;
  }

  .terms-conditions h3 {
    padding-left: 0;
  }

  .terms-conditions ol {
    padding-left: 4rem;
  }

  .about-content-copy-copy {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
  }

  .about-content-copy-copy p {
    padding-left: 0;
  }

  .about-content-copy-copy h2 {
    padding-left: 2rem;
  }

  .about-content-copy-copy h3 {
    padding-left: 0;
  }

  .about-content-copy-copy ol {
    padding-left: 4rem;
  }

  .about {
    width: 100%;
    max-width: 39rem;
    min-width: auto;
    padding-right: 0;
  }

  .about p, .about h2, .about h3 {
    padding-left: 0;
  }

  .about ol {
    padding-left: 4rem;
  }

  .header-front-menu-image {
    opacity: 0;
    display: none;
  }

  .header-nav-front-image, .header-blue-circle, .header-binary, .header-yellow-circle, .header-dark-blue-circle {
    display: none;
  }

  .home-yellow-circle.results {
    width: 700px;
    height: 700px;
    top: 50px;
    bottom: 0%;
    left: -15%;
  }

  .home-dark-blue-circle.results {
    width: 700px;
    height: 700px;
    top: 100px;
    bottom: 0%;
    right: -200px;
  }

  .home-cyan-circle.results {
    top: 100px;
    left: -30%;
  }

  .footer-grouped-city-cloud {
    opacity: .25;
    bottom: 0%;
    right: 0%;
  }

  .image-12 {
    display: none;
  }

  .collection-list-wrapper {
    margin-left: -31px;
    padding-left: 0;
    padding-right: 0;
  }

  .partners-partner-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    width: 100%;
    display: flex;
  }

  .bold-text-4 {
    margin-left: 0;
    padding-left: 0;
  }

  .lpf-graph-div--fairness.two-img {
    flex-direction: column;
    align-items: center;
  }

  .ca-privacy-grid.secondgrid {
    padding-left: 0;
  }

  .header-nfi-home, .header-nfi-faq, .header-nfi-donors-partners, .header-nfi-readiness-tool, .header-nfi-timeline, .header-nfi-application, .header-nfi-scoring, .header-nfi-fairness, .header-nfi-meet-the-judges, .header-nfi-rules, .header-nfi-news {
    display: none;
  }

  .slider-participate {
    width: 100%;
  }

  .navition-wrapper {
    width: 90px;
    min-width: 90px;
    justify-content: center;
  }

  .hamburger-wrapper {
    margin-right: 0;
  }

  .button-header-register.button-outline-1 {
    display: none;
  }

  .erp-tip-item-cols {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .erp-tips-2 {
    padding-left: 0%;
  }

  .collection-list-wrapper-2 {
    margin-top: 80px;
  }

  .content-wrapper {
    overflow: scroll;
  }

  .header-wrapper {
    overflow: hidden;
  }

  .erp-webinar-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .erp-smallheader-2 {
    color: #d3f4f3;
  }

  .column-2 {
    margin-top: 24px;
  }

  .erp-headercontent-div {
    margin-top: 24px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .share-icons-wrapper {
    display: none;
  }

  .content-block-wrapper {
    padding-left: 0;
  }

  .heading-6 {
    text-align: center;
    font-size: 3.5rem;
  }

  .promising-solutions-wrapper {
    padding-top: 108px;
  }

  .text-block-45 {
    font-size: 200px;
    line-height: 350px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .collection-item-2 {
    max-width: none;
  }

  .winner-card-image {
    height: 280px;
  }

  .dark-blue-card-top-bg {
    height: 200px;
  }

  .first-item-heading-wrapper {
    padding-top: 0;
  }

  .image-video-wrapper {
    height: 400px;
  }

  .winner-results-video-wrapper {
    min-height: 400px;
  }

  .winner-prize-wrapper {
    position: relative;
    top: -48px;
    left: 0;
  }

  .ps-prize-wrapper {
    width: 100%;
    top: -48px;
    left: 0;
  }

  .results-content-wrapper {
    width: 100%;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    margin-top: 3rem;
  }

  .back-arrow-wrapper {
    top: 0;
  }

  .results-banner-wrapper {
    height: auto;
    min-height: 50px;
    padding: 8px 54px 8px 24px;
  }

  .text-block-57 {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.5;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .section-header {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .button-copy.white {
    font-size: .8rem;
  }

  .button-copy.hide {
    display: none;
  }

  .nav-menu {
    z-index: 1;
    height: 100vh;
    max-height: none;
    max-width: 100vw;
    background-color: rgba(73, 43, 43, 0);
    padding-bottom: 2rem;
    left: -100vw;
    overflow: auto;
  }

  .container-default {
    margin-bottom: 0;
  }

  .container-default.goals {
    justify-content: center;
    margin-bottom: 0;
    position: static;
  }

  .container-default.goals-numbers {
    height: 100%;
    margin-bottom: 0;
  }

  .container-default.judges {
    align-items: flex-start;
    display: flex;
  }

  .nav-logo-link {
    width: 120px;
    height: 90px;
    order: -1;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .nav-logo-link.w--current {
    width: 120px;
    flex: 0 auto;
    display: block;
    right: auto;
  }

  .nav-logo-link.white {
    display: none;
  }

  .nav-main-wrapper {
    width: 100%;
  }

  .nav-logo {
    min-width: 100%;
  }

  .nav-logo.white {
    max-width: 9rem;
    min-width: auto;
    display: block;
  }

  .nav-logo.default {
    width: 120px;
    height: 90px;
    max-width: 9rem;
    min-width: auto;
    display: block;
  }

  .section-footer {
    max-height: none;
    margin-top: 0;
    padding-top: 4rem;
  }

  .footer-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .slider-mask {
    width: 100vw;
    max-width: 100%;
    border-radius: .5px;
  }

  .slider-right-arrow-holder {
    width: auto;
    top: auto;
  }

  .slider-right-arrow-holder.button-secondary {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-right-arrow-holder.judges {
    width: 80px;
    justify-content: flex-start;
    align-items: center;
    top: 30px;
  }

  .slider-right-arrow-holder.news {
    top: auto;
    bottom: -60px;
    left: 60%;
    right: auto;
  }

  .table-content-line.manage-guides {
    min-width: 728px;
  }

  .slider-slide-wrapper {
    border-style: none;
    overflow: auto;
  }

  .slider-slide {
    width: 100%;
    min-width: auto;
    margin-right: 2rem;
    overflow: visible;
  }

  .slider-nav {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .slider-left-arrow-holder.button-secondary {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 6.5rem;
  }

  .slider-left-arrow-holder.judges {
    top: 30px;
  }

  .slider-left-arrow-holder.news {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 60%;
  }

  .participate-slider-component {
    width: auto;
    min-width: auto;
    border-style: none;
  }

  .slider-nav-holder {
    padding-top: 1.3rem;
    padding-bottom: 2rem;
  }

  .slider-nav-holder.font-size-1x {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-wrapper {
    max-width: none;
    min-width: auto;
    border-style: none;
    overflow: visible;
  }

  .popup-content {
    grid-template-columns: 100%;
  }

  .popup-content.issues {
    grid-template-columns: 1fr;
  }

  .backlink-text {
    font-size: 1.125rem;
  }

  .popup-primary.card-default, .popup-secondary.card-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
  }

  .font-body-copy {
    font-size: 1rem;
    line-height: 1.8;
  }

  .dropdown-wrapper {
    min-width: 100%;
    position: static;
  }

  .dropdown-wrapper.static, .nav-link, .nav-link.with-arrow {
    padding-left: 2rem;
  }

  .nav-hamburger.menu {
    justify-content: start;
  }

  .nav-register.button-transparent-with-image {
    display: none;
  }

  .nav-register.button-transparent-with-image.button-header-register {
    opacity: 1;
    display: flex;
  }

  .nav-register.button-transparent-with-image.button-header-register-2 {
    text-transform: none;
    display: flex;
  }

  .nav-bar {
    height: 90px;
    margin-top: 16px;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .nav-bar.main {
    z-index: 2;
    width: 100%;
    align-items: center;
  }

  .nav-button-wrapper-nav-on {
    flex: 0 1px;
    order: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .header-image-wrapper {
    justify-content: center;
    display: flex;
  }

  .header-image-wrapper.home {
    height: 500px;
    min-height: auto;
    margin-top: 0;
  }

  .header-image-wrapper.results {
    height: 100px;
    min-height: auto;
    margin-top: 0;
  }

  .header-image-front {
    max-height: 100%;
    min-height: 0%;
    object-fit: contain;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header-image-front._404 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header-image-front._404-page {
    max-height: 100%;
    min-height: 0%;
    object-fit: contain;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-image-wave {
    object-fit: contain;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .header-image-yellow {
    object-fit: contain;
  }

  .header-image-yellow.interior {
    max-height: none;
    max-width: 26%;
  }

  .header-image-blue {
    display: none;
  }

  .header-copy-block.flex-1-5x.slide-in {
    max-width: none;
    margin-top: 160px;
  }

  .header-heading {
    line-height: 1.3;
  }

  .header-heading.heading-big {
    font-size: 3rem;
    line-height: 1.2;
  }

  .header-main-wrapper.interior {
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .header-main-wrapper.slide-in {
    margin-top: 0;
  }

  .section-hero {
    min-height: 880px;
    padding-bottom: 0;
  }

  .section-hero.interior {
    min-height: 43rem;
    padding-bottom: 80px;
  }

  .section-hero.interior.t3 {
    height: auto;
    min-height: 25rem;
    padding-bottom: 0;
  }

  .section-hero.home {
    padding-top: 10.1rem;
    overflow: hidden;
  }

  .section-hero.home.results {
    min-height: 700px;
    padding-top: 0;
  }

  .header-copy.font-size-1-5x {
    font-size: 1.25rem;
  }

  .nav-links-wrapper.flex-2x {
    max-width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-image-cloud, .header-image-yellow-nav-on, .header-image-cyan-nav-on {
    display: none;
  }

  .header-sky._404 {
    display: block;
  }

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

  .footer-bottom-wrapper._404 {
    display: flex;
  }

  .footer-year {
    text-align: right;
  }

  .copyright-mobile {
    text-align: left;
    display: none;
  }

  .copyright-mobile.mobile {
    display: block;
  }

  .footer-top-copy-block {
    max-width: 100%;
  }

  .footer-copyright-holder {
    width: 90vw;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .footer-content {
    justify-items: center;
  }

  .footer-content.flex-1-5x {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    margin-right: 0;
  }

  .footer-by {
    margin-bottom: 2.25rem;
  }

  .footer-heading {
    line-height: 3.6rem;
  }

  .copyright {
    text-align: left;
    display: none;
  }

  .footer-image-yellow, .footer-image-ribbon {
    top: auto;
    bottom: 280px;
    left: auto;
    right: 0%;
  }

  .footer-image-cloud, .footer-image-front, .footer-image-cyan, .footer-image-blue {
    bottom: 280px;
  }

  .footer-gradient {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 32%);
  }

  .goals-main-wrapper {
    flex-direction: column;
  }

  .goals-block {
    width: 100%;
  }

  .goals-block.numbers {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    position: relative;
  }

  .goal-item {
    align-self: center;
  }

  .goals-button.button-transparent-with-image {
    justify-content: center;
  }

  .goal-copy.font-body-copy {
    line-height: 1.8;
  }

  .goals-background-wrapper {
    width: auto;
  }

  .goals-copy-block.flex-1-5x {
    max-width: 350px;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .goals-numbers-wrapper {
    top: 0;
  }

  .slider-button.button-transparent-with-image {
    width: 80px;
    align-items: center;
  }

  .slider-button-grey.button-transparent-with-image {
    width: 80px;
  }

  .judges-copy-block.flex-1-5x {
    max-width: 23rem;
    align-self: flex-start;
    position: static;
  }

  .judges-slider {
    min-height: 449px;
    left: 0;
  }

  .slide-content-wrapper {
    width: 230px;
    height: 330px;
  }

  .section-judges {
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 0;
  }

  .judges-judge {
    width: 230px;
    height: 330px;
  }

  .section-partners {
    padding-top: 8rem;
    padding-bottom: 6rem;
    top: -8.1rem;
  }

  .partners-main-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .partners-main-wrapper.slide-in {
    align-items: center;
  }

  .partners-list.flex-4x {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners-item {
    max-width: none;
    flex: 1;
  }

  .section-about-content {
    padding-top: 4rem;
    top: -3px;
  }

  .sidebar-wrapper.slide-in {
    grid-template-columns: 1fr;
  }

  .about-content-copy-wrapper {
    max-width: 100%;
  }

  .about-content-copy h2 {
    font-size: 1.75rem;
  }

  .about-content-copy ol {
    padding-left: 3rem;
  }

  .featured-wrapper {
    width: 100%;
  }

  .column-3 {
    display: none;
  }

  .section-timeline {
    min-height: auto;
  }

  .timeline-mask {
    overflow: visible;
  }

  .timeline-bottom.heading-block-regular {
    min-height: 50vh;
    position: static;
  }

  .timeline-content {
    overflow: visible;
  }

  .timeline-wrap {
    position: static;
  }

  .timeline-slide {
    width: auto;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-top {
    left: 0;
  }

  .column-upper {
    height: 0;
    padding-bottom: 0;
  }

  .timeline-slider {
    width: auto;
    padding-left: 0;
  }

  .divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .timeline-slide-bottom {
    width: auto;
    min-width: 100%;
    padding-left: 75px;
    padding-right: 0;
    overflow: hidden;
  }

  .timeline-mask-bottom {
    overflow: visible;
  }

  .counter_wrapper {
    padding-top: 1.3rem;
    padding-bottom: 2rem;
  }

  .counter_wrapper.font-size-1x {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-handle.min-slider-handle.round {
    width: 24px;
    height: 24px;
  }

  .score-description-text {
    margin-right: 0;
    font-size: 1.25rem;
  }

  .slider-tick-top {
    width: 16px;
    height: 16px;
    display: flex;
  }

  .score-entry {
    width: 100%;
  }

  .section-scoring.scoring-page-margin, .section-scoring.donors-and-partners {
    position: relative;
  }

  .slider-anchor.slider-anchor-low {
    width: auto;
    top: 85px;
    left: 0%;
    right: 30%;
  }

  .slider-anchor.slider-anchor-high {
    top: auto;
    bottom: 50px;
    left: 0%;
    right: 0%;
  }

  .score-description-value-number {
    font-size: 3.5rem;
  }

  .scoring-rubrik_flood-text.font-flood-big {
    left: 0;
  }

  .nav-bar-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
    display: none;
    left: 28px;
  }

  .nav-register-on.button-transparent-with-image {
    display: none;
  }

  .nav-logo-link-on {
    order: -1;
  }

  .faqs-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .faqs-answer {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .section-faqs {
    padding-top: 4rem;
  }

  .faqs-background-text.font-flood-big, .readiness-background-text.font-flood-big, .panel-background-text.font-flood-big {
    left: 0;
  }

  .section-panel {
    padding-top: 4rem;
    padding-bottom: 0;
    top: -3px;
  }

  .panel-text-block.flex-3x.scm {
    margin-top: 4em;
  }

  .panel-judges-block {
    margin-bottom: 4rem;
  }

  .panel-item {
    max-width: 46%;
  }

  .panel-item-wrepper {
    width: 100%;
    height: 330px;
  }

  .panel-judge-pic {
    width: auto;
    height: 330px;
    max-height: 57vw;
  }

  .panel-name-wrapper-copy {
    bottom: 1rem;
  }

  .panel-committee-block {
    margin-bottom: 4rem;
  }

  .panel-committee-item {
    max-width: 48%;
  }

  .judge-main-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20rem;
  }

  .judge-copy-wrapper {
    justify-content: flex-start;
    margin-top: 4rem;
  }

  .judge-heading {
    text-align: left;
  }

  .judge-pic {
    height: 320px;
  }

  .judge-blue {
    top: -53px;
  }

  .judge-image-wave {
    object-fit: contain;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .judge-back-button.button-transparent-with-image {
    margin-top: 0;
  }

  .section-news-header {
    padding-top: 16.15rem;
  }

  .news-header-slider {
    width: auto;
    min-width: auto;
    border-style: none;
  }

  .news-header-mask {
    width: 100%;
  }

  .news-header-slide {
    width: 100%;
    min-width: auto;
    overflow: auto;
  }

  .news-header-slide-wrapper {
    border-style: none;
    overflow: auto;
  }

  .news-header-slider-copy-block.flex-1-5x {
    margin-left: auto;
    margin-right: auto;
  }

  .posts-list {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .news-background-text.font-flood-big {
    top: 32.25rem;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .post-image-wave {
    object-fit: contain;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .post-main-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: center;
    margin-top: 12rem;
  }

  .post-image-wrapper {
    min-height: 220px;
    display: none;
  }

  .post-copy-wrapper {
    margin-top: 4rem;
  }

  .post-back-button.button-transparent-with-image {
    align-self: flex-start;
    margin-top: 3rem;
    position: static;
  }

  .post-back-button.button-transparent-with-image.results {
    margin-top: 0;
  }

  .section-footer-item-page {
    max-height: none;
    padding-top: 6rem;
  }

  ._404-heading.font-flood-big {
    font-size: 12rem;
  }

  ._404-copy.font-size-1-5x {
    max-width: 22rem;
  }

  ._404-heading-vague.font-flood-big {
    font-size: 12rem;
  }

  .nav-bar-menu-alt {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .nav-bar-menu-alt._404 {
    justify-content: center;
  }

  .bold-text {
    font-size: 5rem;
  }

  .lpf-graph-div.two-img {
    flex-direction: column;
    align-items: center;
  }

  .lpf-img-2 {
    margin-top: 36px;
    margin-left: 0;
  }

  .text-block {
    width: 80%;
    text-align: center;
    margin-top: -40px;
  }

  .text-block-2.score-description-value-text {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .cookie-annex-div {
    margin-left: -23px;
    margin-right: 27px;
    padding-left: 97px;
    padding-right: 0;
  }

  .cookieannex-grid.secondgrid {
    padding-left: 0;
    padding-right: 0;
  }

  .partners-parent {
    max-width: none;
    padding-right: 0;
  }

  .paragraph-7 {
    width: 100%;
  }

  .white-lines {
    overflow: visible;
  }

  .front-image.home {
    height: auto;
    max-height: 140%;
    top: 100px;
    bottom: 0;
    right: auto;
  }

  .cookie-policy h2 {
    font-size: 1.75rem;
  }

  .cookie-policy ol {
    padding-left: 3rem;
  }

  .privacy-policy h2 {
    font-size: 1.75rem;
  }

  .privacy-policy ol {
    padding-left: 3rem;
  }

  .rules {
    padding-right: 0;
  }

  .rules h2 {
    font-size: 1.75rem;
  }

  .rules ol {
    padding-left: 3rem;
  }

  .cookie-annex h2 {
    font-size: 1.75rem;
  }

  .cookie-annex ol {
    padding-left: 3rem;
  }

  .terms-conditions h2 {
    font-size: 1.75rem;
  }

  .terms-conditions ol {
    padding-left: 3rem;
  }

  .about-content-copy-copy h2 {
    font-size: 1.75rem;
  }

  .about-content-copy-copy ol {
    padding-left: 3rem;
  }

  .about h2 {
    font-size: 1.75rem;
  }

  .about ol {
    padding-left: 3rem;
  }

  .about.padding-top-54 {
    padding-top: 54px;
    padding-left: 0;
  }

  .header-front-menu-image {
    opacity: 0;
    display: none;
  }

  .home-yellow-circle {
    width: 550px;
    height: 550px;
    bottom: -100px;
    right: auto;
  }

  .home-yellow-circle.results {
    left: -40%;
  }

  .home-dark-blue-circle {
    width: 480px;
    height: 480px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -100px;
    right: auto;
  }

  .home-dark-blue-circle.results {
    top: 70px;
  }

  .home-cyan-circle {
    width: 380px;
    height: 380px;
    background-repeat: no-repeat;
    bottom: -80px;
    right: auto;
  }

  .home-cyan-circle.results {
    left: -60%;
  }

  .about-number.darkblue {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 3rem;
  }

  .about-number.yellow, .about-number.cyan {
    margin-left: 0;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .text-span, .text-span-2 {
    font-size: .8rem;
  }

  .lpf-graph-div--fairness.two-img {
    flex-direction: column;
    align-items: center;
  }

  .ca-privacy-grid.secondgrid {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-hamburger-close.menu {
    justify-content: start;
  }

  .nav-bar-menu-404 {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .slider-participate {
    width: 100%;
    min-width: auto;
    margin-right: 2rem;
    overflow: visible;
  }

  .navition-wrapper {
    width: 16%;
    min-width: 100px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .button-header-register.button-outline-1 {
    display: none;
  }

  .erp-tip-item-cols {
    flex-direction: column;
  }

  .white-header-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .erp-tips-heading {
    margin-top: 14px;
  }

  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-wrapper {
    height: 100px;
  }

  .column-2 {
    margin-top: 16px;
  }

  .erp-headercontent-div {
    padding-left: 36px;
    padding-right: 36px;
  }

  .erp-chrome-icon {
    max-width: 11%;
  }

  .share-icons-wrapper {
    display: none;
  }

  .erp-container-2 {
    display: block;
  }

  .header-text-wrapper {
    margin-top: 0;
  }

  .text-block-44 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-6 {
    font-size: 2.75rem;
    line-height: 4rem;
  }

  .text-block-45 {
    font-size: 150px;
    line-height: 250px;
  }

  .first-item-heading-wrapper {
    padding-top: 0;
  }

  .text-block-52 {
    font-size: 3rem;
    line-height: 1.5;
  }

  .lead-organiation-name {
    margin-top: 0;
  }

  .solution-title {
    font-size: 2rem;
    line-height: 3rem;
  }

  .additional-info-wrapper {
    margin-top: 24px;
  }

  .image-video-wrapper {
    height: 300px;
  }

  .winner-results-video-wrapper {
    min-height: 300px;
  }

  .results-content-wrapper {
    margin-top: 3rem;
  }

  .back-arrow-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  ._404-copy-block {
    padding-top: 10rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button-copy {
    font-size: 1rem;
  }

  .button-copy.white {
    font-size: .8rem;
  }

  .button-copy.hide {
    display: none;
  }

  .button-image.goals {
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    max-height: none;
    background-color: rgba(73, 43, 43, 0);
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: flex-start;
    display: block;
    left: -100vw;
  }

  .container-default.judges {
    display: flex;
  }

  .nav-logo-link {
    height: 90px;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .nav-logo-link.w--current {
    width: 120px;
    height: 90px;
    order: -1;
    justify-content: flex-end;
    align-items: stretch;
    margin-right: 0;
    display: block;
    position: absolute;
  }

  .nav-main-wrapper {
    width: 100%;
  }

  .nav-logo.white {
    max-width: 7rem;
    opacity: 0;
    display: block;
  }

  .nav-logo.default {
    width: 120px;
    height: 100px;
    max-width: 7rem;
  }

  .section-footer {
    margin-top: 0;
    padding-top: 4em;
  }

  .footer-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .page-wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .slider-mask {
    width: 100%;
    border-right-style: none;
    border-radius: .5rem;
    overflow: hidden;
  }

  .slider-right-arrow-holder {
    left: 65%;
  }

  .slider-right-arrow-holder.judges {
    right: 20%;
  }

  .slider-right-arrow-holder.timeline {
    left: 65%;
  }

  .slider-slide-wrapper {
    overflow: visible;
  }

  .slider-slide {
    width: 100%;
    overflow: visible;
  }

  .slider-left-arrow-holder {
    right: 65%;
  }

  .slider-left-arrow-holder.judges {
    left: 20%;
    right: auto;
  }

  .slider-left-arrow-holder.timeline {
    right: 65%;
  }

  .participate-slider-component {
    width: 100%;
    min-width: auto;
    left: 0;
    overflow: auto;
  }

  .slider-nav-holder {
    text-align: right;
    padding-top: .65rem;
    padding-bottom: 5.35rem;
  }

  .table-wrapper {
    width: auto;
    overflow: visible;
  }

  .popup-content {
    grid-template-rows: auto;
  }

  .backlink-text {
    white-space: normal;
  }

  .popup-primary.card-default {
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    display: none;
  }

  .popup-secondary.card-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
  }

  .media-upload-box {
    margin-right: 6px;
  }

  .media-upload-choose-image {
    margin-bottom: 0;
  }

  .dropdown-wrapper.static {
    border-left: 2px solid #02cdf5;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 12px;
    padding-left: 24px;
  }

  .nav-link {
    text-align: center;
    text-transform: none;
    align-self: center;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .nav-link.with-arrow {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: min-content 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    justify-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link.dropdown {
    margin-top: 1rem;
    margin-right: auto;
    padding-left: 0;
    font-weight: 600;
    line-height: 1.6rem;
  }

  .nav-link.dropdown-menu {
    width: 100%;
    border-left-style: none;
    align-self: center;
    align-items: stretch;
  }

  .nav-link-text {
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    display: inline;
  }

  .section-nav {
    width: auto;
    height: 6.2rem;
  }

  .nav-button-wrapper {
    width: auto;
    justify-content: center;
    margin-right: auto;
    display: flex;
  }

  .nav-hamburger {
    grid-template-columns: auto;
    margin-left: 0;
  }

  .nav-hamburger.off.dark {
    flex: 1;
  }

  .nav-hamburger.off.dark.white {
    z-index: 1;
    width: auto;
    flex: 0 auto;
    display: block;
  }

  .nav-hamburger.menu {
    width: 20px;
    grid-column-gap: 8px;
    grid-template-columns: auto 1fr;
    justify-content: start;
  }

  .nav-register.button-transparent-with-image.button-header-register {
    opacity: 1;
    display: flex;
  }

  .nav-register.button-transparent-with-image.button-header-register-2 {
    z-index: 1000;
    flex: none;
    display: flex;
  }

  .nav-menu-text {
    margin-left: 0;
    font-size: 1rem;
    display: block;
  }

  .nav-menu-text.white {
    display: none;
  }

  .nav-share {
    margin-left: 0;
    display: none;
  }

  .nav-plus-icon {
    min-width: 1.125rem;
  }

  .nav-plus-line.plus {
    background-color: #fff;
  }

  .nav-bar {
    width: 100%;
    height: 100px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 30px 1fr 30px;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: .5rem;
    display: none;
  }

  .nav-bar.main {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .nav-button-wrapper-nav-on {
    order: -1;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-hamburger-nav-on {
    grid-template-columns: auto;
    margin-left: 0;
  }

  .nav-share-nav-on {
    margin-left: 0;
    display: none;
  }

  .nav-register-mobile.button-transparent-with-image {
    align-self: center;
  }

  .header-image-wrapper {
    min-width: auto;
    left: 0;
  }

  .header-image-wrapper.home {
    height: 500px;
    min-width: auto;
    margin-top: 0;
    left: 0;
    overflow: hidden;
  }

  .header-image-wrapper.results {
    height: 200px;
    min-width: auto;
    margin-top: 0;
    left: 0;
    overflow: hidden;
  }

  .header-image-front {
    min-height: 0%;
    object-fit: contain;
    display: none;
  }

  .header-copy-block.flex-1-5x {
    max-width: none;
    align-items: center;
  }

  .header-copy-block.flex-1-5x.slide-in {
    width: auto;
    max-width: 100%;
    align-items: center;
    margin-top: 160px;
  }

  .header-heading {
    text-align: center;
    font-size: 2rem;
  }

  .header-heading.heading-big {
    font-size: 2em;
    line-height: 1.2;
  }

  .header-main-wrapper.interior {
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .header-main-wrapper.slide-in {
    margin-top: 0;
  }

  .section-hero {
    min-height: auto;
    padding-bottom: 97vw;
  }

  .section-hero.interior {
    min-height: 49rem;
    padding-bottom: 50vw;
  }

  .section-hero.interior.t3 {
    height: auto;
    min-height: 20rem;
  }

  .section-hero.home {
    padding-bottom: 0;
  }

  .section-hero.home.results {
    min-height: 500px;
  }

  .header-copy.font-size-1-5x {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .header-copy.font-size-1-5x.t3 {
    text-align: center;
  }

  .header-image-wrapper-nav-on {
    min-width: 100vw;
    opacity: 0;
    display: none;
    left: 0;
  }

  .nav-links-wrapper.flex-2x {
    width: 90vw;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    align-items: flex-start;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    left: -2px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .header-sky {
    display: block;
  }

  .header-about-text {
    display: none;
  }

  .footer-bottom-wrapper._404 {
    margin-top: 7rem;
  }

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

  .copyright-mobile.mobile {
    margin-top: 24px;
  }

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
  }

  .footer-by {
    text-align: center;
    align-self: center;
  }

  .copyright {
    text-align: center;
  }

  .footer-image-yellow, .footer-image-ribbon, .footer-image-cloud, .footer-image-front, .footer-image-cyan, .footer-image-blue {
    bottom: 355px;
  }

  .footer-gradient {
    height: 60%;
  }

  .goal-number {
    font-size: 16vw;
  }

  .goals-button.button-transparent-with-image {
    justify-content: center;
  }

  .slider-image.right-padding {
    margin-right: 0;
  }

  .judges-copy-block.flex-1-5x {
    position: static;
  }

  .judges-slider {
    width: 90vw;
    height: 520px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .judges-slider.slide-in {
    height: 500px;
  }

  .partners-heading {
    text-align: center;
    font-size: 1.8rem;
  }

  .about-content-main-wrapper.slide-in.about {
    padding-left: 0;
    padding-right: 0;
  }

  .section-about-content {
    width: 100%;
    padding-bottom: 2rem;
  }

  .sidebar-wrapper {
    width: 100%;
  }

  .sidebar-wrapper.slide-in {
    width: 300px;
    max-width: 100%;
    min-width: auto;
  }

  .about-content-copy-wrapper {
    max-width: 100%;
    align-self: flex-start;
  }

  .about-content-copy {
    margin-top: 0;
  }

  .about-content-copy ol {
    padding-left: 3rem;
  }

  .about-content-copy ul {
    padding-left: 2rem;
  }

  .quote-wrapper {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-mask {
    max-width: 100%;
    overflow: visible;
  }

  .timeline-slide {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-slider.my_slider {
    padding-left: 0;
  }

  .timeline-slide-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-mask-bottom {
    max-width: 100%;
    overflow: visible;
  }

  .counter_wrapper {
    text-align: right;
    padding-top: .65rem;
    padding-bottom: 5.35rem;
  }

  .score-description-inner {
    width: auto;
  }

  .score-description-text {
    margin-right: 0;
  }

  .score-description {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-tick-top {
    display: flex;
  }

  .section-scoring.scoring-page-margin, .section-scoring.donors-and-partners {
    position: relative;
  }

  .score-description-value-number {
    font-size: 2.5rem;
    line-height: 1;
  }

  .nav-bar-menu {
    width: 100%;
    height: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
    position: fixed;
    left: 16px;
  }

  .nav-logo-link-on {
    order: 1;
    overflow: hidden;
  }

  .faqs-main-wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion-content {
    width: 100%;
    flex: 0 auto;
    overflow: hidden;
  }

  .faqs-list {
    grid-template-columns: 1fr;
  }

  .faqs-list.slide-in, .faqs-answer, .faqs-item, .faqs-collection {
    width: 100%;
  }

  .faqs-title {
    width: 100%;
    flex: 0 auto;
    padding-left: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .accordion-trigger {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .section-faqs {
    width: 100vw;
  }

  .faqs-plus-wrapper {
    width: 1.5em;
    height: 1.5em;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .section-panel {
    width: 100%;
    padding-bottom: 0;
  }

  .panel-copy.font-size-1-125x {
    margin-left: 0;
  }

  .panel-judges-block {
    margin-bottom: 0;
  }

  .panel-list {
    width: 280px;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .panel-item {
    max-width: none;
  }

  .panel-item-wrepper {
    height: auto;
    overflow: visible;
  }

  .panel-judge-pic {
    height: auto;
    max-height: none;
  }

  .panel-name-wrapper-copy {
    bottom: 1rem;
  }

  .panel-committee-block {
    margin-bottom: 4rem;
  }

  .panel-committee-item {
    max-width: none;
  }

  .judge-main-wrapper {
    align-items: flex-start;
  }

  .judge-heading {
    text-align: left;
  }

  .judge-back-button.button-transparent-with-image {
    margin-top: 0;
  }

  .news-header-slider {
    width: 100%;
    min-width: auto;
    left: 0;
    overflow: auto;
  }

  .news-header-mask {
    width: 100%;
    border-style: none;
    overflow: hidden;
  }

  .news-header-slide {
    width: 100%;
    overflow: visible;
  }

  .news-header-slide-wrapper {
    overflow: visible;
  }

  .posts-list {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .posts-date.font-size-0-75x {
    color: #1a5cb5;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .post-main-wrapper {
    margin-top: 9rem;
  }

  .post-main-wrapper.results, .post-back-button.button-transparent-with-image.results {
    margin-top: 0;
  }

  ._404-background-wrapper {
    min-width: auto;
    opacity: 1;
    display: block;
    left: 0;
  }

  ._404-heading.font-flood-big, ._404-heading-vague.font-flood-big {
    font-size: 8rem;
  }

  .section-404 {
    width: auto;
  }

  .nav-bar-menu-alt {
    position: fixed;
  }

  .nav-bar-menu-alt._404 {
    position: absolute;
  }

  .nav-hamburger-nav-on-alt {
    order: -1;
    grid-template-columns: auto;
    margin-left: 0;
  }

  .faqs-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block {
    width: 90%;
  }

  .nav-share-menu {
    margin-left: 0;
    display: none;
  }

  .text-block-2.score-description-value-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .ca-paragraph, .ca-paragraph.nobottomstroke {
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .cookie-annex-div {
    object-fit: scale-down;
    margin-left: -35px;
    margin-right: -20px;
    padding-left: 121px;
    overflow: auto;
  }

  .ca-heading {
    align-items: center;
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    display: flex;
  }

  .password-wrapper {
    padding-top: 0;
  }

  .front-image {
    right: 0;
  }

  .front-image.home {
    height: 150%;
    max-height: none;
    bottom: -320px;
    right: auto;
  }

  .cookie-policy {
    margin-top: 0;
  }

  .cookie-policy ol {
    padding-left: 3rem;
  }

  .privacy-policy {
    margin-top: 0;
  }

  .privacy-policy ol {
    padding-left: 3rem;
  }

  .rules {
    margin-top: 0;
    padding-right: 0;
  }

  .rules ol {
    padding-left: 3rem;
  }

  .cookie-annex {
    margin-top: 0;
    padding-right: 0;
  }

  .cookie-annex h2 {
    padding-left: 0;
  }

  .cookie-annex ol {
    padding-left: 3rem;
  }

  .terms-conditions {
    margin-top: 0;
  }

  .terms-conditions ol {
    padding-left: 3rem;
  }

  .about-content-copy-copy {
    margin-top: 0;
  }

  .about-content-copy-copy ol {
    padding-left: 3rem;
  }

  .about {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about ol {
    padding-left: 3rem;
  }

  .about.padding-top-54 {
    padding-top: 54px;
  }

  .header-front-menu-image {
    min-width: 170vw;
    opacity: 1;
    display: none;
    left: -70vw;
  }

  .header-nav-front-image, .header-blue-circle, .header-binary, .header-yellow-circle, .header-dark-blue-circle {
    display: none;
  }

  .home-yellow-circle, .home-dark-blue-circle {
    right: auto;
  }

  .home-dark-blue-circle.results {
    top: 20px;
  }

  .home-cyan-circle {
    width: 380px;
  }

  .about-number.darkblue {
    margin-left: 0;
  }

  .about-number.yellow {
    margin-left: 0;
    font-size: 2rem;
  }

  .about-number.cyan {
    margin-left: 0;
    font-size: 2rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bold-text-4 {
    max-height: none;
    margin-left: 0;
    padding-left: 0;
  }

  .news-featured-title {
    font-size: 2rem;
    line-height: 2.9rem;
  }

  .nav-hamburger-close {
    grid-template-columns: auto;
    margin-left: 0;
  }

  .nav-hamburger-close.off.dark {
    flex: 1;
  }

  .nav-hamburger-close.off.dark.white {
    z-index: 10;
    width: auto;
    flex: 0 auto;
    display: block;
  }

  .nav-hamburger-close.menu {
    width: 136px;
    grid-template-columns: auto 1fr;
    justify-content: start;
  }

  .nav-bar-menu-404 {
    width: 100%;
    height: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .header-nfi-home, .header-nfi-faq, .header-nfi-donors-partners, .header-nfi-readiness-tool, .header-nfi-timeline, .header-nfi-application, .header-nfi-scoring, .header-nfi-fairness, .header-nfi-meet-the-judges, .header-nfi-rules, .header-nfi-news {
    display: none;
  }

  .slider-participate {
    width: 100%;
    overflow: visible;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 36px;
  }

  .navition-wrapper {
    width: 20%;
    min-width: 80px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .button-header-register.button-outline-1 {
    display: none;
  }

  .erp-content-wrap {
    min-width: auto;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .white-header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .erp-tips-heading {
    margin-top: 10px;
  }

  .erp-tips-col1 {
    justify-content: flex-start;
  }

  .header-wrapper {
    height: 80px;
  }

  .erp-webinar-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .erp-smallheader-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .column-2 {
    margin-top: 16px;
  }

  .erp-headercontent-div {
    padding: 24px 16px;
  }

  .erp-chrome-icon {
    max-width: 19%;
  }

  .erp-header-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .share-icons-wrapper {
    display: none;
  }

  .header-text-wrapper.winners {
    max-width: 80vw;
    margin-top: 40px;
  }

  .heading-6 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .promising-solutions-wrapper {
    padding-top: 54px;
  }

  .winners-list-wrapper {
    padding-top: 22px;
    padding-bottom: 19px;
  }

  .winner-card-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-47 {
    font-size: 1.125rem;
  }

  .cyan-card-top-bg {
    height: 170px;
  }

  .winner-card-image {
    height: 200px;
  }

  .text-block-48 {
    line-height: 1.2;
  }

  .winner-car-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .first-item-heading-wrapper {
    padding-top: 0;
  }

  .text-block-52 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .lead-organiation-name {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .solution-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-16 {
    flex-wrap: wrap;
  }

  .image-video-wrapper {
    height: 220px;
  }

  .winner-results-video-wrapper {
    min-height: 220px;
  }

  .text-block-56 {
    font-size: 1.1rem;
  }

  .text-block-56.white {
    font-size: 1rem;
  }

  .ps-prize-wrapper {
    width: 100%;
    height: 48px;
    top: -48px;
  }

  .back-arrow-wrapper {
    margin-top: 0;
  }

  .image-13 {
    max-height: 23px;
    max-width: 8%;
    min-height: 23px;
    min-width: 18px;
  }

  .results-banner-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }

  .text-block-57 {
    text-align: center;
    font-size: .8rem;
  }
}

#w-node-b9e3af40-a511-8a3a-4f92-11803357611f-40149c8d, #w-node-e32d80ae-f36d-613c-9593-62d7c9d6a80b-40149c8d {
  justify-self: start;
}

#w-node-_55a5f72e-c22b-8c0c-d138-796ba87aa425-40149c8d {
  align-self: center;
  justify-self: end;
}

#w-node-a6686300-5bf1-8d8d-8a3a-6580fa8347ed-40149c8d {
  justify-self: start;
}

#w-node-a6686300-5bf1-8d8d-8a3a-6580fa8347ef-40149c8d {
  align-self: center;
  justify-self: end;
}

#w-node-a526be18-7b6a-d831-e3b4-40f61497e0d9-40149c8d {
  justify-self: start;
}

#w-node-a526be18-7b6a-d831-e3b4-40f61497e0dc-40149c8d {
  align-self: center;
  justify-self: end;
}

#w-node-_3af9bd15-7e80-87a3-84fe-58725edf54c3-40149c8d {
  justify-self: start;
}

#w-node-_3af9bd15-7e80-87a3-84fe-58725edf54c6-40149c8d {
  align-self: center;
  justify-self: end;
}

#w-node-_02fe81e6-4d81-feb0-ff93-635b78fb2a6e-40149c8d {
  justify-self: start;
}

#w-node-_02fe81e6-4d81-feb0-ff93-635b78fb2a71-40149c8d {
  align-self: center;
  justify-self: end;
}

#w-node-bea3f9c9-ec02-190d-6c96-7f2ae5743664-40149c8d, #w-node-_1bd30cee-3c1e-19fc-5018-d3d8b1400f45-40149c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ff15afe9-62e4-d24d-1762-d268350bed9f-40149c8d {
  justify-self: center;
}

#w-node-_9a6f0865-fce9-f3b9-ba88-5e499664e2c4-40149c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68be6155-6c53-31a4-2c5a-9a7c3dbcb015-40149c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3219d8d-c051-f962-8674-be2585f9a151-40149c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58b8a57c-9014-d67b-00a1-d3c4f1fe61ea-f1fe61e7 {
  justify-self: start;
}

#w-node-bb620578-3ef8-9d07-0ded-b529b92e90fb-f1fe61e7, #w-node-f0cd3e00-83f5-0424-402b-f6cc303c724e-f1fe61e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7eeb004-b494-7d46-c434-d7847adfa0ed-7adfa0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f7eeb004-b494-7d46-c434-d7847adfa0e9-7adfa0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93de61de-45c0-7dee-1e8c-815fb137f9b7-7adfa0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_548eee8c-c8c2-4a74-6f29-1d418dab137e-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_548eee8c-c8c2-4a74-6f29-1d418dab137f-fc4ff3bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_548eee8c-c8c2-4a74-6f29-1d418dab1389-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3e9-fc4ff3bb, #w-node-fa31e05d-56ac-f770-6193-6dfc71e90a27-fc4ff3bb, #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff40b-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c0-fc4ff3bb {
  align-self: center;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c1-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c2-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c3-fc4ff3bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3cd-fc4ff3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c32-8c149c9b {
  align-self: center;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c33-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c34-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c35-8c149c9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c3a-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c44-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c45-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c46-8c149c9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c4b-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_283f89be-3623-0ab6-ca7b-626d88be9c58-8c149c9b, #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c6e-8c149c9b, #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c76-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab11b-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab11c-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab11d-8c149c9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab122-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab12d-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab12e-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab12f-8c149c9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab134-8c149c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_227df715-bce7-60c7-4c09-3ba5330ab141-8c149c9b, #w-node-_227df715-bce7-60c7-4c09-3ba5330ab157-8c149c9b, #w-node-_227df715-bce7-60c7-4c09-3ba5330ab15f-8c149c9b, #w-node-_227df715-bce7-60c7-4c09-3ba5330ab161-8c149c9b, #w-node-_475486c1-1755-95e5-1661-a7d57660e1cd-14149c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03780dfb-a450-4bd9-ad45-eddd6d6de1a8-14149c9c {
  align-self: start;
  justify-self: end;
}

#w-node-_03780dfb-a450-4bd9-ad45-eddd6d6de1b9-14149c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dde0c87-80d7-ee89-eb62-0fac28806fae-14149c9c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9f4124d2-f769-3d49-c143-14f4f1c62c6f-f1c62c6e, #w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de7b-69149c9d {
  justify-self: center;
}

#w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de91-69149c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de95-69149c9d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8ce8e09e-33c1-1aa0-8963-f12411267a80-df149c9e, #w-node-_10ce7b5f-35b0-7fa6-c359-e7b8cf944b06-77149c9f, #w-node-_8ce8e09e-33c1-1aa0-8963-f12411267a80-12149ca0 {
  justify-self: start;
}

#w-node-_4d71629c-2635-311b-ee5a-3b8c519ff4ee-86149ca6, #w-node-_52cb36a5-0a3a-55da-7749-0c490384aa03-b4149ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127b8d-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127b8e-bd149ca9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127b93-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127ba2-bd149ca9, #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bb8-bd149ca9, #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bc0-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcb-bd149ca9 {
  align-self: center;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcc-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcd-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127bce-bd149ca9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_2b3df8fa-f7c2-7516-702a-261f63127bd3-bd149ca9, #w-node-a8d2a4af-5837-e0f5-a243-b259b6633239-bd149ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce37150a-12db-af30-ae05-61b5b6f281e2-ce149cab, #w-node-_80c9b8c9-7a3e-867b-f804-013211301bd5-f9149cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad37fc4-6d61-1766-84cc-49b8789d8ad1-56149cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_726c91c9-cbbc-3c1b-ce19-670e86cfb1bb-56149cc4 {
  justify-self: start;
}

#w-node-ce37150a-12db-af30-ae05-61b5b6f281e2-af149cd8, #w-node-_2dc9c056-8793-d1d6-3469-6cd2e09980cf-71149cda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd358da-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd358db-64149cdb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd358e0-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd358ef-64149cdb, #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35905-64149cdb, #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd3590d-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35918-64149cdb {
  align-self: center;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35919-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd3591a-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd3591b-64149cdb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35920-64149cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_169dcb64-087b-3f74-553d-a0ec203044b7-dd149cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_169dcb64-087b-3f74-553d-a0ec203044bb-dd149cdc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a3e27a4c-6008-414d-63eb-6aeb770c4922-be149cf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31d1f9e5-6998-27f0-141b-adfa07f7f2e3-be149cf2, #w-node-b5204237-389a-d497-ebd1-31068541fd10-be149cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fdf8bdc-cd8c-97e3-9126-25e74b5c58cf-4b5c58ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2fdf8bdc-cd8c-97e3-9126-25e74b5c58d0-4b5c58ce, #w-node-_2fdf8bdc-cd8c-97e3-9126-25e74b5c58d1-4b5c58ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e3dca67a-6b9f-cf0f-a5d2-2e587af629e0-7af629de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3dca67a-6b9f-cf0f-a5d2-2e587af629e4-7af629de {
  justify-self: stretch;
}

#w-node-_81823e16-b760-bd39-9ae1-a2f420d1a9fa-20d1a9f9 {
  align-self: start;
}

#w-node-_81823e16-b760-bd39-9ae1-a2f420d1a9fb-20d1a9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_81823e16-b760-bd39-9ae1-a2f420d1a9ff-20d1a9f9 {
  align-self: start;
}

#slider-1.w-node-_4bec7f8c-e8b7-a540-0813-1bfa9383c2a1-9383c2a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bec7f8c-e8b7-a540-0813-1bfa9383c2bb-9383c2a1, #w-node-_9d005138-448d-24eb-ae10-8bf16b321d3f-6b321d3f, #w-node-_6f2f29f7-b5c0-d591-be84-8bc4587811bf-587811bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cac87a4-8c8d-8202-eaaa-e5909c3bd331-9c3bd331 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_22b79946-101b-6dee-70fe-cf4590da6fd9-90da6fd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_21d5da2c-21ee-a3b7-4988-e3a50adecd60-0adecd60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77276f80-4f0f-3d9d-cfb4-489a6a7de9db-6a7de9db, #w-node-e21b4699-4c70-a32d-6c64-9ab40628c178-0628c178 {
  justify-self: start;
}

#w-node-a96df99f-48b0-a50b-6933-12ec07386150-28149d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_2fdf8bdc-cd8c-97e3-9126-25e74b5c58ce-4b5c58ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ff15afe9-62e4-d24d-1762-d268350bed9f-40149c8d {
    justify-self: center;
  }

  #w-node-ff15afe9-62e4-d24d-1762-d268350bedb0-40149c8d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58b8a57c-9014-d67b-00a1-d3c4f1fe61fe-f1fe61e7, #w-node-_58b8a57c-9014-d67b-00a1-d3c4f1fe6207-f1fe61e7 {
    justify-self: center;
  }

  #w-node-ae4b27f8-c874-ebd1-4415-cdc87fc9292c-7fc9292c {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c0-fc4ff3bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c1-fc4ff3bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c32-8c149c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c33-8c149c9b, #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c44-8c149c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a28f4af3-3d34-33f1-a22a-814b65efc322-8c149c9b {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6452281b-63a2-c1ba-1076-d1393c4f26cb-8c149c9b, #w-node-_6452281b-63a2-c1ba-1076-d1393c4f26d9-8c149c9b {
    justify-self: center;
  }

  #w-node-_227df715-bce7-60c7-4c09-3ba5330ab11b-8c149c9b, #w-node-_227df715-bce7-60c7-4c09-3ba5330ab12d-8c149c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_03780dfb-a450-4bd9-ad45-eddd6d6de1b4-14149c9c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9f4124d2-f769-3d49-c143-14f4f1c62c6e-f1c62c6e, #w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de7a-69149c9d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de8d-69149c9d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_348d00dc-f7d2-8d52-9598-10bcce1c1982-86149ca6, #w-node-_348d00dc-f7d2-8d52-9598-10bcce1c1990-86149ca6, #w-node-_0ea5ca54-69a8-a39d-9ae2-f145e83de0e0-b4149ca7, #w-node-_0ea5ca54-69a8-a39d-9ae2-f145e83de0ee-b4149ca7 {
    justify-self: center;
  }

  #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcb-bd149ca9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcc-bd149ca9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9ebf47bc-42d4-a923-708b-0c50f2df5f8f-bd149ca9, #w-node-_9ebf47bc-42d4-a923-708b-0c50f2df5f9d-bd149ca9 {
    justify-self: center;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35918-64149cdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35919-64149cdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_169dcb64-087b-3f74-553d-a0ec203044b3-dd149cdc {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58b8a57c-9014-d67b-00a1-d3c4f1fe61ea-f1fe61e7 {
    justify-self: start;
  }

  #w-node-_58b8a57c-9014-d67b-00a1-d3c4f1fe6207-f1fe61e7, #w-node-_6452281b-63a2-c1ba-1076-d1393c4f26d9-8c149c9b {
    justify-self: center;
  }

  #w-node-_03780dfb-a450-4bd9-ad45-eddd6d6de1b4-14149c9c, #w-node-_9f4124d2-f769-3d49-c143-14f4f1c62c6e-f1c62c6e, #w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de7a-69149c9d, #w-node-_9a0e44cc-8382-dac8-924c-c5dbb653de8d-69149c9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_348d00dc-f7d2-8d52-9598-10bcce1c1990-86149ca6, #w-node-_0ea5ca54-69a8-a39d-9ae2-f145e83de0ee-b4149ca7, #w-node-_9ebf47bc-42d4-a923-708b-0c50f2df5f9d-bd149ca9 {
    justify-self: center;
  }

  #w-node-_169dcb64-087b-3f74-553d-a0ec203044b3-dd149cdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae4b27f8-c874-ebd1-4415-cdc87fc9292c-7fc9292c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3bd-fc4ff3bb {
    justify-self: auto;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c0-fc4ff3bb {
    justify-self: start;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3c3-fc4ff3bb {
    align-self: center;
  }

  #w-node-_4eb73989-e4bc-fddf-695c-0f5bfc4ff3cb-fc4ff3bb {
    order: 0;
    justify-self: center;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c2f-8c149c9b {
    justify-self: auto;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c32-8c149c9b {
    justify-self: start;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c35-8c149c9b {
    align-self: center;
  }

  #w-node-_283f89be-3623-0ab6-ca7b-626d88be9c38-8c149c9b {
    order: 0;
    justify-self: center;
  }

  #w-node-a28f4af3-3d34-33f1-a22a-814b65efc322-8c149c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_227df715-bce7-60c7-4c09-3ba5330ab117-8c149c9b, #w-node-_2b3df8fa-f7c2-7516-702a-261f63127b87-bd149ca9 {
    justify-self: auto;
  }

  #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bcb-bd149ca9 {
    justify-self: start;
  }

  #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bce-bd149ca9 {
    align-self: center;
  }

  #w-node-_2b3df8fa-f7c2-7516-702a-261f63127bd1-bd149ca9 {
    order: 0;
    justify-self: center;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd358d4-64149cdb {
    justify-self: auto;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd35918-64149cdb {
    justify-self: start;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd3591b-64149cdb {
    align-self: center;
  }

  #w-node-f55d4d54-bc22-3a6d-ecec-d4c3ddd3591e-64149cdb {
    order: 0;
    justify-self: center;
  }

  #slider-1.w-node-_4bec7f8c-e8b7-a540-0813-1bfa9383c2a1-9383c2a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Flood';
  src: url('../fonts/Flood.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}