.text-white {
  color: #FFF;
}

a.link-white {
  color: #fff;
}

.text-black {
  color: #000;
}

a.link-black {
  color: #000;
}

.text-off-black {
  color: #0a0a0a;
}

a.link-off-black {
  color: #0a0a0a;
}

.text-gold {
  color: #feb043;
}

a.link-gold {
  color: #feb043;
}

.text-gold-lite {
  color: #e0d8aa;
}

a.link-gold-lite {
  color: #e0d8aa;
}

.text-gold-pale {
  color: #e9e4d1;
}

a.link-gold-pale {
  color: #e9e4d1;
}

.text-gold-dark {
  color: #7e5b0a;
}

a.link-gold-dark {
  color: #7e5b0a;
}

.text-blue {
  color: #103d8e;
}

a.link-blue {
  color: #103d8e;
}

.text-blue-lite {
  color: #566987;
}

a.link-blue-lite {
  color: #566987;
}

.text-blue-dark {
  color: #121923;
}

a.link-blue-dark {
  color: #121923;
}

.text-gray {
  color: #C0C0C0;
}

a.link-gray {
  color: #C0C0C0;
}

.text-lite-gray {
  color: #D9D9D9;
}

a.link-lite-gray {
  color: #D9D9D9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-off-black {
  background: #0a0a0a;
}

.bg-gold {
  background: #feb043;
}

.bg-gold-lite {
  background: #e0d8aa;
}

.bg-gold-pale {
  background: #e9e4d1;
}

.bg-gold-dark {
  background: #7e5b0a;
}

.bg-blue {
  background: #103d8e;
}

.bg-blue-lite {
  background: #566987;
}

.bg-blue-dark {
  background: #121923;
}

.bg-gray {
  background: #C0C0C0;
}

.bg-lite-gray {
  background: #D9D9D9;
}

.m-none {
  margin: 0 !important;
}

.p-none {
  padding: 0 !important;
}

.m-t-none {
  margin-top: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.m-r-none {
  margin-right: 0 !important;
}

.p-r-none {
  padding-right: 0 !important;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.m-xxs {
  margin: 0.125rem !important;
}

.p-xxs {
  padding: 0.125rem !important;
}

.m-t-xxs {
  margin-top: 0.125rem !important;
}

.p-t-xxs {
  padding-top: 0.125rem !important;
}

.m-r-xxs {
  margin-right: 0.125rem !important;
}

.p-r-xxs {
  padding-right: 0.125rem !important;
}

.m-b-xxs {
  margin-bottom: 0.125rem !important;
}

.p-b-xxs {
  padding-bottom: 0.125rem !important;
}

.m-l-xxs {
  margin-left: 0.125rem !important;
}

.p-l-xxs {
  padding-left: 0.125rem !important;
}

.m-xs {
  margin: 0.25rem !important;
}

.p-xs {
  padding: 0.25rem !important;
}

.m-t-xs {
  margin-top: 0.25rem !important;
}

.p-t-xs {
  padding-top: 0.25rem !important;
}

.m-r-xs {
  margin-right: 0.25rem !important;
}

.p-r-xs {
  padding-right: 0.25rem !important;
}

.m-b-xs {
  margin-bottom: 0.25rem !important;
}

.p-b-xs {
  padding-bottom: 0.25rem !important;
}

.m-l-xs {
  margin-left: 0.25rem !important;
}

.p-l-xs {
  padding-left: 0.25rem !important;
}

.m-sm {
  margin: 0.5rem !important;
}

.p-sm {
  padding: 0.5rem !important;
}

.m-t-sm {
  margin-top: 0.5rem !important;
}

.p-t-sm {
  padding-top: 0.5rem !important;
}

.m-r-sm {
  margin-right: 0.5rem !important;
}

.p-r-sm {
  padding-right: 0.5rem !important;
}

.m-b-sm {
  margin-bottom: 0.5rem !important;
}

.p-b-sm {
  padding-bottom: 0.5rem !important;
}

.m-l-sm {
  margin-left: 0.5rem !important;
}

.p-l-sm {
  padding-left: 0.5rem !important;
}

.m-md {
  margin: 1rem !important;
}

.p-md {
  padding: 1rem !important;
}

.m-t-md {
  margin-top: 1rem !important;
}

.p-t-md {
  padding-top: 1rem !important;
}

.m-r-md {
  margin-right: 1rem !important;
}

.p-r-md {
  padding-right: 1rem !important;
}

.m-b-md {
  margin-bottom: 1rem !important;
}

.p-b-md {
  padding-bottom: 1rem !important;
}

.m-l-md {
  margin-left: 1rem !important;
}

.p-l-md {
  padding-left: 1rem !important;
}

.m-lg {
  margin: 1.5rem !important;
}

.p-lg {
  padding: 1.5rem !important;
}

.m-t-lg {
  margin-top: 1.5rem !important;
}

.p-t-lg {
  padding-top: 1.5rem !important;
}

.m-r-lg {
  margin-right: 1.5rem !important;
}

.p-r-lg {
  padding-right: 1.5rem !important;
}

.m-b-lg {
  margin-bottom: 1.5rem !important;
}

.p-b-lg {
  padding-bottom: 1.5rem !important;
}

.m-l-lg {
  margin-left: 1.5rem !important;
}

.p-l-lg {
  padding-left: 1.5rem !important;
}

.m-xl {
  margin: 3rem !important;
}

.p-xl {
  padding: 3rem !important;
}

.m-t-xl {
  margin-top: 3rem !important;
}

.p-t-xl {
  padding-top: 3rem !important;
}

.m-r-xl {
  margin-right: 3rem !important;
}

.p-r-xl {
  padding-right: 3rem !important;
}

.m-b-xl {
  margin-bottom: 3rem !important;
}

.p-b-xl {
  padding-bottom: 3rem !important;
}

.m-l-xl {
  margin-left: 3rem !important;
}

.p-l-xl {
  padding-left: 3rem !important;
}

.m-xxl {
  margin: 4rem !important;
}

.p-xxl {
  padding: 4rem !important;
}

.m-t-xxl {
  margin-top: 4rem !important;
}

.p-t-xxl {
  padding-top: 4rem !important;
}

.m-r-xxl {
  margin-right: 4rem !important;
}

.p-r-xxl {
  padding-right: 4rem !important;
}

.m-b-xxl {
  margin-bottom: 4rem !important;
}

.p-b-xxl {
  padding-bottom: 4rem !important;
}

.m-l-xxl {
  margin-left: 4rem !important;
}

.p-l-xxl {
  padding-left: 4rem !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.display-block {
  display: block !important;
}

.inline-flex {
  display: inline-flex !important;
}

.content-wrapper-xs {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

.show-xs {
  display: none !important;
}

@media (min-width: 400px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .show-xs {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-xs {
    display: block !important;
  }
}

.hide-xs {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-xs {
    display: none !important;
  }
}

.content-wrapper-sm {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-sm {
    width: auto;
    padding: 0 3em;
  }
}

.show-sm {
  display: none !important;
}

@media (min-width: 400px) {
  .show-sm {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-sm {
    display: block !important;
  }
}

.hide-sm {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-sm {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-sm {
    display: none !important;
  }
}

.content-wrapper-md {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-md {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper-md {
    width: auto;
    padding: 0 3em;
  }
}

.show-md {
  display: none !important;
}

@media (min-width: 400px) {
  .show-md {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-md {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .show-md {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .show-md {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .show-md {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .show-md {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-md {
    display: block !important;
  }
}

.hide-md {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-md {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-md {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-md {
    display: none !important;
  }
}

.content-wrapper-lg {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-lg {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper-lg {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 760px) {
  .content-wrapper-lg {
    width: auto;
    padding: 0 3em;
  }
}

.show-lg {
  display: none !important;
}

@media (min-width: 400px) {
  .show-lg {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-lg {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .show-lg {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .show-lg {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .show-lg {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .show-lg {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-lg {
    display: block !important;
  }
}

.hide-lg {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-lg {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-lg {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .hide-lg {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-lg {
    display: none !important;
  }
}

.content-wrapper-lgp {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-lgp {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper-lgp {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 760px) {
  .content-wrapper-lgp {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 960px) {
  .content-wrapper-lgp {
    width: auto;
    padding: 0 5em;
  }
}

.show-lgp {
  display: none !important;
}

@media (min-width: 400px) {
  .show-lgp {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-lgp {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .show-lgp {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .show-lgp {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .show-lgp {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .show-lgp {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-lgp {
    display: block !important;
  }
}

.hide-lgp {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-lgp {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-lgp {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .hide-lgp {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .hide-lgp {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .hide-lgp {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-lgp {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-lgp {
    display: none !important;
  }
}

.content-wrapper-xl {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-xl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper-xl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 760px) {
  .content-wrapper-xl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 960px) {
  .content-wrapper-xl {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1180px) {
  .content-wrapper-xl {
    width: auto;
    padding: 0 5em;
  }
}

.show-xl {
  display: none !important;
}

@media (min-width: 400px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .show-xl {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .show-xl {
    display: block !important;
  }
}

.hide-xl {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-xl {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-xl {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .hide-xl {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .hide-xl {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .hide-xl {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-xl {
    display: none !important;
  }
}

.content-wrapper-xxl {
  padding: 0 3em;
  margin: 0 auto 0 auto;
  max-width: 1400px;
}

@media (min-width: 400px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 760px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 960px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1180px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1280px) {
  .content-wrapper-xxl {
    width: auto;
    padding: 0 5em;
  }
}

.show-xxl {
  display: none !important;
}

@media (min-width: 400px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 560px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .show-xxl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .show-xxl {
    display: block !important;
  }
}

.hide-xxl {
  display: none !important;
}

@media (min-width: 400px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 560px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 760px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 1180px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .hide-xxl {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .hide-xxl {
    display: none !important;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

html, body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: visible;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

body {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  background: #fff;
  overflow-x: hidden;
  color: #696868 !important;
  margin: 0;
}

body .content-page {
  color: #000;
}

body,
html {
  height: 100%;
}

blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0 0 1.25em;
}

dl {
  display: inline-grid;
  grid-template: auto / auto auto;
}

dl dt {
  align-self: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding-right: 3em;
}

dl dt:last-of-type {
  border-bottom: none;
}

dl dd {
  margin-inline-start: 0;
  align-self: start;
  border-bottom: 1px solid #D9D9D9;
}

dl dd:last-of-type {
  border-bottom: none;
}

p {
  font: 1em / 1.8 "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: .2px;
  color: black;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

form {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

option {
  font-weight: 500;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.inline,
ul.inline {
  display: inline;
  margin-right: 2em;
}

ol.inline li,
ul.inline li {
  display: inline;
  font-size: 16px;
}

ol.inline li + li,
ul.inline li + li {
  margin-left: 0.5em;
}

ol li,
ul li {
  margin-bottom: 1.5em;
}

ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

ol li > ul, ol li > ol,
ul li > ul,
ul li > ol {
  margin-bottom: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

svg {
  pointer-events: none;
}

/* helper */
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.is-hidden {
  opacity: 0;
  pointer-events: none;
}

#navcheck {
  position: fixed;
  opacity: 0;
}

label[for="navcheck"] {
  width: 22px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  transition: background .5s ease;
  --beforeblur: 0px;
  --beforeBrightness: 1;
  --beforeSaturate: 1;
  --beforeOpacity: 0;
}

label[for="navcheck"]::before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: var(--beforeOpacity);
  pointer-events: none;
  -webkit-backdrop-filter: blur(var(--beforeblur)) brightness(var(--beforeBrightness)) saturate(var(--beforeSaturate));
  backdrop-filter: blur(var(--beforeblur)) brightness(var(--beforeBrightness)) saturate(var(--beforeSaturate));
}

label[for="navcheck"]:hover {
  background: rgba(0, 0, 0, 0.2);
}

label[for="navcheck"] .burger {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 17.5px;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

label[for="navcheck"] .burger::before,
label[for="navcheck"] .burger .bar, label[for="navcheck"] .burger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  content: '';
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

label[for="navcheck"] .burger .bar {
  top: 44%;
}

label[for="navcheck"] .burger::before {
  top: 0;
  transform-origin: top left;
}

label[for="navcheck"] .burger::after {
  bottom: 0;
  transform-origin: bottom left;
}

#navcheck:focus + label[for="navcheck"] .burger {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}

#nav-search-icon {
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  margin: 0 30px;
  color: #fff;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(200%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  padding-right: 50px;
  font-size: 14px;
}

#menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  background: rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: '';
  transform: translateX(200%);
  transform-origin: bottom left;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 40em) {
  #menu::before {
    width: 30em;
  }
}

#menu ul {
  padding-left: 0;
}

#menu ul.menu-links {
  margin-top: 3em;
  margin-bottom: 0;
}

#menu ul.menu-links li {
  margin: .5em 0;
  padding: .2em .5em .2em 0em;
  font-size: 1.5em;
  list-style: none;
  transform: translateX(200%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#menu ul.menu-links li:nth-child(1) {
  transition-delay: 0s, 100ms;
}

#menu ul.menu-links li:nth-child(2) {
  transition-delay: 0s, 150ms;
}

#menu ul.menu-links li:nth-child(3) {
  transition-delay: 0s, 200ms;
}

#menu ul.menu-links li:nth-child(4) {
  transition-delay: 0s, 250ms;
}

#menu ul.menu-links li:nth-child(5) {
  transition-delay: 0s, 300ms;
}

#menu ul.menu-links li:nth-child(6) {
  transition-delay: 0s, 350ms;
}

#menu ul.menu-links li:nth-child(7) {
  transition-delay: 0s, 400ms;
}

#menu ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -10px;
}

#menu ul.social-links li {
  display: inline;
}

#menu ul.social-links li a {
  transition: .3s ease;
  text-decoration: none;
  border: 0;
}

#menu ul.social-links li a:hover span {
  transform: scale(1.4);
  color: #feb043;
}

#menu ul.social-links span {
  font-size: 20px;
  width: 28px;
  color: #fff;
  transition: .2s ease;
}

#menu a.main-menu:not(.button) {
  color: white;
  text-decoration: none;
  font-weight: 200;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  width: 100%;
}

#menu a.main-menu:not(.button):after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(to right, #feb043 50%, rgba(254, 176, 67, 0) 100%);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

#menu a.main-menu:not(.button):hover, #menu a.main-menu:not(.button):focus {
  color: #feb043;
}

#menu a.main-menu:not(.button):hover:after, #menu a.main-menu:not(.button):focus:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.textwidget ul {
  list-style: none;
}

.textwidget ul li {
  display: inline;
}

[id="navcheck"]:checked + label::before {
  pointer-events: auto;
}

[id="navcheck"]:checked + label .burger::before, [id="navcheck"]:checked + label .burger::after {
  width: 108.42%;
  left: 4px;
}

[id="navcheck"]:checked + label .burger::before {
  transform: rotate(45deg) translateY(50%);
}

[id="navcheck"]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(-50%);
}

[id="navcheck"]:checked + label .burger .bar {
  transform: scale(0);
}

[id="navcheck"]:checked ~ #menu {
  transform: translateX(0);
}

[id="navcheck"]:checked ~ #menu::before {
  transform: translateX(0);
}

[id="navcheck"]:checked ~ #menu ul li {
  transform: translateX(0);
}

[id="navcheck"]:checked ~ main .content {
  transform: translateX(-3em);
  transform-origin: right center;
  filter: blur(2px);
}

.nro-form {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.5em 1.5em;
  font-family: "Avant Garde", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #757575;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
}

select.nro-form[size], select.nro-form[multiple] {
  height: auto;
}

select.nro-form:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #757575;
}

select.nro-form:focus::-ms-value {
  color: #757575;
  background-color: #fff;
}

textarea.nro-form {
  height: auto;
}

.nro-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.nro-form-group {
  margin-bottom: 1em;
}

.nro-form-row > [class$=-row] {
  padding-right: 5px;
  padding-left: 5px;
}

.search-bar-row {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 960px) {
  .search-bar-row {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.location-row,
.search-row {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 960px) {
  .location-row,
.search-row {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

/* CSS Document */
.overlay {
  height: 100vh;
  width: 100vw;
  display: none;
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  left: 0;
  transition: opacity .5s ease;
  display: none;
  -webkit-backdrop-filter: blur(30px) brightness(0.75) saturate(1.5);
  backdrop-filter: blur(40px) brightness(0.5) saturate(1.5);
}

.overlay .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: -50px;
  right: 0px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  width: 25px;
  height: 25px;
  background: transparent;
  margin: 0;
}

.overlay .closebtn .bar {
  width: 25px;
  height: 2px;
  display: block;
  background: white;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.overlay .closebtn.close-video {
  top: -50px;
}

@media (min-width: 760px) {
  .overlay .closebtn {
    top: -75px;
    right: 0px;
    width: 50px;
    height: 50px;
  }
  .overlay .closebtn .bar {
    width: 50px;
  }
  .overlay .closebtn.close-video {
    top: -75px;
  }
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: clamp(1rem, calc(-1.7097rem + 7.7419vw), 4rem);
  line-height: 0.86;
  font-family: "Avant Garde", sans-serif;
  color: #CCCCCC;
  pointer-events: none;
  width: auto;
  height: auto;
}

.overlay input:valid ~ label {
  display: none;
}

.overlay input[type=text] {
  width: 100%;
  padding: 20px 116px 20px 20px;
  padding-right: clamp(4.25rem, calc(0.6371rem + 10.3226vw), 8.25rem);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: clamp(1rem, calc(-1.7097rem + 7.7419vw), 4rem);
  line-height: 0.86;
  font-family: "Avant Garde", sans-serif;
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.overlay input::placeholder {
  color: #CCCCCC;
  opacity: 1;
}

.overlay input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
}

.overlay input::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}

.overlay input:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}

.overlay input:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}

.overlay .input-highlight {
  font-size: clamp(1rem, calc(-1.7097rem + 7.7419vw), 4rem);
  line-height: 0.86;
  font-family: "Avant Garde", sans-serif;
  user-select: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  max-width: 100%;
  height: 3px;
  padding: 0px;
  color: transparent;
  overflow: hidden;
  background: linear-gradient(to right, #feb043 75%, #feb043 75%, rgba(254, 176, 67, 0) 100%) right bottom transparent no-repeat;
  background-size: 100% 3px;
}

.overlay form {
  position: relative;
}

.overlay #search-btn {
  height: auto;
  width: clamp(3.375rem, calc(-0.125rem + 10vw), 7.25rem);
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.overlay #search-btn span {
  font-size: clamp(2rem, calc(0.1935rem + 5.1613vw), 4rem);
  color: #fff;
  padding: .3em 0;
  font-weight: 600;
}

.overlay #search-btn:hover,
.overlay .closebtn:hover {
  outline: -webkit-focus-ring-color auto 1px;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-body {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 3em;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (min-width: 1400px) {
  .modal-video-inner {
    max-width: 1400px;
  }
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: calc( 9 * 100% / 16);
  background: #000;
}


.modal-video-movie-wrap iframe,
.modal-video-movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

}

.video-overlay {
  opacity: .75;
  transform: translate(0, 0) scale(0, 0);
  background: white;
}

@media (orientation: landscape) {
  .overlay .closebtn.close-video {
    top: 0;
    right: -50px;
  }
}

@media (orientation: landscape) and (min-width: 760px) {
  .overlay .closebtn.close-video {
    right: -75px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  margin: 1.5em;
  --headerHeight: calc(31px + 3em);
  --headerBeforeTop: -79px;
}

@media (min-width: 760px) {
  header {
    margin: 1.5em 3em;
  }
}

header.content-page:before {
  background: black;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

header::before {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--headerBeforeTop);
  display: block;
  width: 100%;
  height: var(--headerHeight);
  content: '';
  z-index: -1;
  -webkit-backdrop-filter: blur(70px) brightness(0.75) saturate(1.5);
  backdrop-filter: blur(80px) brightness(0.5) saturate(1.5);
}

#menu-container {
  display: flex;
  align-items: center;
}

main {
  overflow: hidden;
}

section {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: stretch;
}

section[id$="splash-panel"] {
  justify-content: center;
  flex-direction: column;
}

section[id$="splash-panel"] .section-container {
  width: auto;
  display: flex;
  column-gap: 0;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 6em 3em 5em 3em;
}

@media (min-width: 760px) {
  section[id$="splash-panel"] .section-container {
    margin: 6em 3em 5em 3em;
  }
}

@media (min-width: 960px) {
  section[id$="splash-panel"] .section-container {
    margin: 6em 5em;
  }
}

section[id$="splash-panel"] .section-container .splash-left-align,
section[id$="splash-panel"] .section-container .splash-right-align {
  max-width: 37em;
  position: relative;
}

@media (min-width: 760px) {
  section.subfooter-panel {
    padding: 3em 0;
  }
}

@media (min-width: 960px) {
  section.subfooter-panel {
    padding: 5em 0;
  }
}

.allow-of {
  overflow: visible;
}

.dont-allow-of {
  overflow: hidden;
}

.section-bg-splitter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 760px) {
  .section-bg-splitter {
    flex-direction: row;
    column-gap: 50px;
  }
}

@media (min-width: 960px) {
  .section-bg-splitter {
    column-gap: 100px;
  }
}

.section-bg-splitter .split-left,
.section-bg-splitter .split-right {
  position: relative;
  width: 50%;
}

.mini-text {
  font: 13px / 20px "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}

.section-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  display: grid;
  position: relative;
  align-items: center;
  transition: column-gap .3s ease;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(0px, auto);
  margin: 5em 3em;
}

@media (min-width: 760px) {
  .section-container {
    margin: 0em 3em;
    width: unset;
    column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    min-width: calc(100% - 6em);
  }
}

@media (min-width: 960px) {
  .section-container {
    min-width: calc(100% - 10em);
    column-gap: 100px;
    margin: 0em 5em;
  }
}

@media (min-width: 1400px) {
  .section-container {
    min-width: calc(1400px - 10em);
    max-width: calc(1400px - 10em);
  }
}

.section-container > .right-align, .section-container .left-align + .relative-container {
  z-index: 10;
  grid-area: 1 / 1;
}

.section-container > .right-align.roll-down, .section-container .left-align + .relative-container.roll-down {
  grid-area: 2 / 1;
}

@media (min-width: 760px) {
  .section-container > .right-align, .section-container .left-align + .relative-container {
    grid-area: 1 / 2;
  }
  .section-container > .right-align.roll-down, .section-container .left-align + .relative-container.roll-down {
    grid-area: 1 / 2;
  }
}

.section-container > .center-align {
  grid-area: 1 / 1 / 1 / 3;
  justify-self: center;
}

@media (min-width: 400px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-xs {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xs.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-sm.roll-up, .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-sm {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-sm.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-md {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-md.roll-up, .section-container > .right-align-md.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-md {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-md.roll-up, .section-container > .right-align-md.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-md {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-md.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-md {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-md.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-md {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-md.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-md {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-md.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-md {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-md.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lg.roll-up, .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lg.roll-up, .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lg.roll-up, .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-lg {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lg.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lgp.roll-up, .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lgp.roll-up, .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lgp.roll-up, .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-lgp.roll-up, .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-lgp {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-lgp.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xl.roll-up, .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xl.roll-up, .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xl.roll-up, .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xl.roll-up, .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xl.roll-up, .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-xl {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xl.roll-down {
    grid-area: 1 / 2;
  }
}

@media (min-width: 400px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 560px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 760px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 960px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1180px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1280px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 1;
  }
  .section-container > .right-align-xxl.roll-up, .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 1;
  }
}

@media (min-width: 1400px) {
  .section-container > .right-align-xxl {
    grid-area: 1 / 2;
  }
  .section-container > .right-align-xxl.roll-down {
    grid-area: 1 / 2;
  }
}

.section-container .right-align {
  max-width: 30em;
  text-align: left;
  justify-self: start;
  position: relative;
}

.section-container .left-align {
  max-width: 30em;
  position: relative;
}

@media (min-width: 760px) {
  .section-container .left-align {
    text-align: right;
    justify-self: end;
  }
}

.section-container .center-align {
  max-width: 30em;
  text-align: left;
  position: relative;
}

@media (min-width: 760px) {
  .section-container .center-align {
    text-align: center;
    max-width: 45em;
  }
}

.section-container.fill-width {
  grid-template-columns: 1fr;
  column-gap: 0px;
}

@media (min-width: 760px) {
  .section-container.fill-width {
    margin: 3em 3em;
  }
}

@media (min-width: 960px) {
  .section-container.fill-width {
    margin: 5em 5em;
  }
}

.section-container.fill-width .center-align {
  max-width: 1180px;
}

.section-container.fill-width .center-align h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}

@media (min-width: 760px) {
  .section-container.fill-width .center-align h2 {
    max-width: 45rem;
  }
}

.page-container {
  max-width: 1180px;
  margin: 5em 3em 5em 3em;
  align-self: center;
}

@media (min-width: 760px) {
  .page-container {
    margin: 5em 5em 5em 5em;
    min-width: calc(100% - 6em);
  }
}

@media (min-width: 960px) {
  .page-container {
    min-width: calc(100% - 10em);
  }
}

@media (min-width: 1400px) {
  .page-container {
    min-width: calc(1400px - 10em);
    max-width: calc(1400px - 10em);
  }
}

.content-wrapper {
  padding: 0 3em;
  margin: 0 auto 0 auto;
}

@media (min-width: 400px) {
  .content-wrapper {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 560px) {
  .content-wrapper {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 760px) {
  .content-wrapper {
    width: auto;
    padding: 0 3em;
  }
}

@media (min-width: 960px) {
  .content-wrapper {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1180px) {
  .content-wrapper {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1280px) {
  .content-wrapper {
    width: auto;
    padding: 0 5em;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    width: auto;
    padding: 0 5em;
    max-width: 1400px;
  }
}

.full-panel {
  height: auto;
  min-height: 100vh;
}

@media (min-width: 760px) {
  .panel-100 {
    min-height: calc( 1px * 100);
  }
}

@media (min-width: 760px) {
  .panel-200 {
    min-height: calc( 2px * 100);
  }
}

@media (min-width: 760px) {
  .panel-300 {
    min-height: calc( 3px * 100);
  }
}

@media (min-width: 760px) {
  .panel-400 {
    min-height: calc( 4px * 100);
  }
}

@media (min-width: 760px) {
  .panel-500 {
    min-height: calc( 5px * 100);
  }
}

@media (min-width: 760px) {
  .panel-600 {
    min-height: calc( 6px * 100);
  }
}

@media (min-width: 760px) {
  .panel-700 {
    min-height: calc( 7px * 100);
  }
}

@media (min-width: 760px) {
  .panel-800 {
    min-height: calc( 8px * 100);
  }
}

@media (min-width: 760px) {
  .panel-900 {
    min-height: calc( 9px * 100);
  }
}

@media (min-width: 760px) {
  .panel-1000 {
    min-height: calc( 10px * 100);
  }
}

.splash-panel {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.splash-panel article {
  margin: 5em 3em;
  z-index: 5;
}

@media (min-width: 560px) {
  .splash-panel article {
    max-width: 100%;
  }
}

@media (min-width: 760px) {
  .splash-panel article {
    max-width: 40em;
    margin: 5em 5em;
  }
}

.splash-panel-generic {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 396px;
}

.splash-panel-generic.generic-one {
  background-image: url(../img/generic-one-banner-photo.jpg);
}

.splash-panel-generic.generic-two {
  background-image: url(../img/generic-two-banner-photo.jpg);
}

.splash-panel-generic.generic-three {
  background-image: url(../img/generic-three-banner-photo.jpg);
}

.splash-panel-generic.generic-four {
  background-image: url(../img/generic-four-banner-photo.jpg);
}

.splash-panel-generic.history {
  background-image: url(../img/history-banner-photo.jpg);
}

.splash-panel-generic.launch-vehicles {
  background-image: url(../img/launch-vehicles-banner-photo.jpg);
}

.splash-panel-generic.mission {
  background-image: url(../img/mission-banner-photo.jpg);
}

.splash-panel-generic.media {
  background-image: url(../img/media-banner-photo.jpg);
}

.splash-panel-generic.diversity {
  background-image: url(../img/diversity-banner-photo.jpg);
}

.splash-panel-generic.event {
  background-image: url(../img/event-Calendarevent-photo.jpg);
}

@media (max-width: 760px) {
  .splash-panel-generic {
    height: 250px;
  }
}

@media (max-width: 560px) {
  .splash-panel-generic {
    height: 225px;
  }
}

.splash-panel-generic .slide-background-overlay-static {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(20, 50, 98, 0.75) 7%, rgba(254, 176, 67, 0.5) 100%);
  background-repeat: repeat-x;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.splash-panel-generic .splash-left-align h1,
.splash-panel-generic .splash-right-align h1 {
  margin: 0;
}

.splash-panel-generic article {
  margin: 5em 3em;
  z-index: 5;
}

@media (min-width: 560px) {
  .splash-panel-generic article {
    max-width: 100%;
  }
}

@media (min-width: 760px) {
  .splash-panel-generic article {
    max-width: 40em;
    margin: 5em 5em;
  }
}

.relative-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.generic-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-media {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.fs-background-media video {
  -webkit-user-drag: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide-background-overlay-video {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.3) 9%, rgba(0, 0, 0, 0) 15%), linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%);
  background-repeat: repeat-x;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.slide-background-overlay-static {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.3) 9%, rgba(0, 0, 0, 0) 15%), linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0) 100%);
  background-repeat: repeat-x;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fs-video-buttons-wrapper {
  position: absolute;
  bottom: 2em;
  left: 3em;
  z-index: 100;
}

@media (min-width: 960px) {
  .fs-video-buttons-wrapper {
    left: 5em;
  }
}

.fs-video-buttons-wrapper button {
  color: #fff;
  opacity: .6;
  transition: opacity .3s 0s ease-in;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  line-height: 1;
}

.fs-video-buttons-wrapper button:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.zindex-100 {
  z-index: calc(1 * 100);
}

.zindex-200 {
  z-index: calc(2 * 100);
}

.zindex-300 {
  z-index: calc(3 * 100);
}

.zindex-400 {
  z-index: calc(4 * 100);
}

.zindex-500 {
  z-index: calc(5 * 100);
}

.zindex-600 {
  z-index: calc(6 * 100);
}

.zindex-700 {
  z-index: calc(7 * 100);
}

.zindex-800 {
  z-index: calc(8 * 100);
}

.zindex-900 {
  z-index: calc(9 * 100);
}

.zindex-1000 {
  z-index: calc(10 * 100);
}

.scroll-down {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: default;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3em;
}

.scroll-down span {
  color: rgba(255, 255, 255, 0.4);
  animation: scrollDown 4s ease infinite;
  font-size: 38px;
  position: relative;
  left: .5px;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  25% {
    transform: translateY(3px);
    opacity: 1;
  }
  75% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

footer {
  overflow: hidden;
  letter-spacing: 0px;
  padding: 3em 0 3em;
  position: relative;
  perspective: 340px;
  background: #000;
}

@media (min-width: 760px) {
  footer {
    padding: 3em 0 0;
  }
}

footer .bg-container {
  position: relative;
}

footer .footer-globe {
  background-image: url("../img/footer-globe.jpg");
  background-position: center 215px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0px;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
}

@media (min-width: 760px) {
  footer .footer-globe {
    height: 429px;
  }
}

footer .nro-logo-container {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

footer .links-footer {
  margin-bottom: 2em;
  position: relative;
}

@media (min-width: 760px) {
  footer .links-footer {
    padding: 0 3em;
  }
}

footer .links-footer .footer-social-bar-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
  row-gap: 1em;
}

footer .links-footer .footer-social-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1em;
  align-items: center;
}

footer .links-footer .footer-social-bar .social-links,
footer .links-footer #menu .social-links {
  display: inline-block;
  margin-right: 2em;
}

footer .links-footer .footer-social-bar .social-links li,
footer .links-footer #menu .social-links li {
  display: inline-block;
  margin: 0 5px;
}

footer .links-footer .footer-links-block a.link-head {
  font: 13px/16px 'Poppins', sans-serif;
  font-weight: 600;
  color: #feb043;
  text-decoration: none;
  letter-spacing: .5px;
  display: block;
  margin-bottom: 20px;
}

footer .links-footer .footer-links-block a.link-head span {
  transition: .2s ease;
  border-bottom: 1px solid rgba(254, 176, 67, 0);
}

footer .links-footer .footer-links-block a.link-head:hover span {
  border-bottom: 1px solid #feb043;
}

footer .links-footer .footer-links-block {
  margin-bottom: 2em;
}

footer .links-footer ul {
  font-size: 11px;
  list-style-type: none;
  padding: 0;
}

footer .links-footer ul li {
  margin-bottom: 14px;
}

footer .links-footer ul li:last-child {
  margin-bottom: 0;
}

footer .links-footer ul li a {
  font: 14px/16px "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: .3px;
  transition: .2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

footer .links-footer ul li a:hover {
  font-weight: 300;
  border-bottom: 1px solid white;
}

@media (min-width: 760px) {
  footer .links-footer .footer-links {
    display: grid;
    align-items: start;
    column-gap: 1.5em;
    row-gap: 2.5em;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (min-width: 960px) {
  footer .links-footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .links-footer .footer-links .footer-links-block {
    display: flex;
    flex-direction: column;
  }
}

footer .links-footer ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .links-footer ul.social-links li {
  display: inline;
}

footer .links-footer ul.social-links li a {
  transition: .3s ease;
  text-decoration: none;
  border: 0;
}

footer .links-footer ul.social-links li a:hover span {
  transform: scale(1.4);
  color: #feb043;
}

footer .links-footer ul.social-links span {
  font-size: 20px;
  width: 28px;
  color: #fff;
  transition: .2s ease;
}

@media (min-width: 400px) {
  .footer-social-bar-contain .new-button.nro-text {
    margin-bottom: 10px;
  }
}

@media (min-width: 760px) {
  .footer-social-bar-contain .new-button.nro-text {
    margin-bottom: 0;
  }
}

.final-footer {
  position: relative;
  background: transparent;
  padding: 0;
}

@media (min-width: 760px) {
  .final-footer {
    background: #000;
    padding: 1em 0;
  }
}

.final-footer .link-head {
  font: 13px/16px 'Poppins', sans-serif;
  font-weight: 600;
  color: #feb043;
  text-decoration: none;
  letter-spacing: .5px;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 560px) {
  .final-footer .link-head {
    font: 13px/16px 'Poppins', sans-serif;
    font-weight: 600;
    color: #feb043;
    text-decoration: none;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 760px) {
  .final-footer .link-head {
    display: none;
  }
}

@media (min-width: 760px) {
  .final-footer .content-wrapper-xl {
    padding: 0 3em;
  }
}

.final-footer ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 760px) {
  .final-footer ul.links-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.final-footer ul.links-list li {
  margin-bottom: 14px;
}

@media (min-width: 760px) {
  .final-footer ul.links-list li {
    margin-bottom: 0;
  }
}

.final-footer ul.links-list li ul {
  font-size: 11px;
  list-style-type: none;
  padding: 0;
}

.final-footer ul.links-list li ul li {
  margin-bottom: 1em;
}

.final-footer ul.links-list li ul li a {
  color: #f3f3f3;
  line-height: 15px;
  text-decoration: none;
  letter-spacing: 1px;
}

.final-footer ul.links-list li .footer-links {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  column-gap: 1.5em;
  row-gap: 2.5em;
}

@media (min-width: 760px) {
  .final-footer ul.links-list li .footer-links {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

.final-footer ul.links-list li:last-child {
  margin-bottom: 0;
}

.final-footer ul.links-list li a {
  font: 14px/16px "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: .3px;
  transition: .2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.final-footer ul.links-list li a:hover {
  font-weight: 300;
  border-bottom: 1px solid white;
}

/* CSS Document */
li.calendar-list-item, li.date-list-item {
  display: grid;
  grid-template-areas: "a b" "c d";
  grid-template-columns: 75px auto;
  grid-auto-rows: 25px auto;
  margin: 0 0 60px 60px;
  column-gap: 0;
  position: relative;
  transition: column-gap .3s ease, margin .3s ease;
}

li .details-container {
  align-self: start;
  grid-area: b;
}

@media (min-width: 760px) {
  li .details-container {
    grid-area: d;
  }
}

li .sub-title {
  margin: 0;
  color: #feb043;
  font: 12.5px / 13px "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.75px;
  font-weight: 600;
}

li .title {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  letter-spacing: .4px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  margin: .5em 0;
  font-size: 14px;
}

@media (min-width: 760px) {
  li .title {
    font-size: 12px;
  }
}

@media (min-width: 1180px) {
  li .title {
    font-size: 14px;
  }
}

li .month {
  font-size: 22px;
  font-family: "Avant Garde", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  grid-area: a;
  justify-self: center;
  position: relative;
  align-self: flex-start;
}

li .day {
  font-size: 60px;
  line-height: 22px;
  font-family: "Avant Garde Condensed", sans-serif;
  line-height: .9;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0;
  grid-area: c;
  justify-self: center;
  align-self: flex-start;
  position: relative;
  transition: font-size .3s ease;
}

.text-blue li .title,
.text-blue li .sub-title,
.text-blue li .month,
.text-blue li .day {
  color: #103d8e;
}

ul.date-list {
  position: relative;
  right: auto;
  left: auto;
  width: 100%;
}

ul.date-list li:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #103d8e;
  border-radius: 50px;
  left: -50px;
  top: -25px;
  z-index: 0;
}

ul.date-list .title {
  margin: .5em 0 1.75em;
}

@media (min-width: 1180px) {
  ul.date-list .day {
    font-size: 80px;
  }
}

ul.ring-list {
  width: 100%;
  align-self: center;
  padding-top: 3em;
}

@media (min-width: 760px) {
  ul.ring-list {
    padding-bottom: 3em;
  }
}

li.ring-list-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 0px 1fr;
  align-items: start;
  margin-bottom: 2em;
  line-height: 50px;
  font-size: 24px;
  border-radius: 100%;
  z-index: 1;
}

@media (min-width: 1180px) {
  li.ring-list-item {
    margin-bottom: 0;
  }
}

li.ring-list-item .ring-list-circle {
  border: none;
}

@media (min-width: 760px) {
  li.ring-list-item .ring-list-circle {
    width: 100px;
    height: 100px;
    margin-left: -75px;
    border-radius: 100%;
    border: 2px solid #E3E3E3;
  }
}

@media (min-width: 1180px) {
  li.ring-list-item .ring-list-circle {
    opacity: 0;
  }
}

li.ring-list-item .ring-list-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 1180px) {
  li.ring-list-item .ring-list-inner {
    opacity: 0;
    min-height: 100px;
  }
}

li.ring-list-item p {
  margin-bottom: 0;
}

li.ring-list-item .mini-text {
  font-size: 13.5px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 300;
}

li.ring-list-item .headline {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.ring-list-ring {
  width: 1200px;
  position: absolute;
  z-index: 0;
}

@media (min-width: 760px) {
  .ring-list-ring {
    top: -300px;
    left: -1220px;
  }
}

@media (min-width: 1180px) {
  .ring-list-ring {
    top: -130px;
    left: -1130px;
  }
}

.ring-list-ring circle.base {
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(170.5deg);
  transform-origin: center;
  stroke: transparent;
}

@media (min-width: 760px) {
  .ring-list-ring circle.base {
    stroke-dashoffset: 0;
    stroke: #E3E3E3;
  }
}

@media (min-width: 1180px) {
  .ring-list-ring circle.base {
    stroke-dashoffset: 3768;
  }
}

button,
a.button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 0;
  margin: 0 30px 0 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 1.8px;
  overflow: hidden;
  background: transparent;
  color: #000;
  transition: border .5s ease, background .5s ease, text-shadow .2s linear, color .2s linear;
  text-decoration: none;
  border-bottom: none;
}

button:last-of-type,
a.button:last-of-type {
  margin-right: 0;
}

button.material-symbols-outlined,
a.button.material-symbols-outlined {
  font-size: 36px;
  font-weight: normal;
}

button:hover, button:focus,
a.button:hover,
a.button:focus {
  padding: 0;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

button.round,
a.button.round {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
}

button.round:hover, button.round:focus,
a.button.round:hover,
a.button.round:focus {
  border: 2px solid #feb043;
}

button.btn-cta,
a.button.btn-cta {
  padding: 0;
  border: none;
  background: #feb043;
  color: #000;
  line-height: 15px;
  font-size: 15px;
  letter-spacing: 2px;
  border-bottom: none;
}

button.btn-cta span,
a.button.btn-cta span {
  position: relative;
  display: flex;
  padding: 15px 24px 15px 24px;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
}

button.btn-cta span:before, button.btn-cta span:after,
a.button.btn-cta span:before,
a.button.btn-cta span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #feb043;
  transition: all 0.3s ease;
}

button.btn-cta span:before,
a.button.btn-cta span:before {
  width: 2px;
  height: 0%;
}

button.btn-cta span:after,
a.button.btn-cta span:after {
  height: 2px;
  width: 0%;
}

button.btn-cta span:hover:before,
a.button.btn-cta span:hover:before {
  height: 100%;
}

button.btn-cta span:hover:after,
a.button.btn-cta span:hover:after {
  width: 100%;
}

button.btn-cta.material-symbols-outlined, button.btn-cta.material-icons,
a.button.btn-cta.material-symbols-outlined,
a.button.btn-cta.material-icons {
  font-size: 36px;
  font-weight: normal;
}

button.btn-cta:before, button.btn-cta:after,
a.button.btn-cta:before,
a.button.btn-cta:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #feb043;
  transition: all 0.3s ease;
  border-bottom: none;
}

button.btn-cta:before,
a.button.btn-cta:before {
  height: 0%;
  width: 2px;
}

button.btn-cta:after,
a.button.btn-cta:after {
  width: 0%;
  height: 2px;
  pointer-events: none;
}

button.btn-cta:hover, button.btn-cta:focus,
a.button.btn-cta:hover,
a.button.btn-cta:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

button.btn-cta:hover.bg-lite, button.btn-cta:focus.bg-lite,
a.button.btn-cta:hover.bg-lite,
a.button.btn-cta:focus.bg-lite {
  background: #fff;
  color: #121923;
  border-bottom: none;
}

button.btn-cta:hover.bg-lite:before, button.btn-cta:focus.bg-lite:before,
a.button.btn-cta:hover.bg-lite:before,
a.button.btn-cta:focus.bg-lite:before {
  background: #103d8e;
}

button.btn-cta:hover.bg-lite:after, button.btn-cta:focus.bg-lite:after,
a.button.btn-cta:hover.bg-lite:after,
a.button.btn-cta:focus.bg-lite:after {
  background: #103d8e;
}

button.btn-cta:hover.bg-lite span:before, button.btn-cta:focus.bg-lite span:before,
a.button.btn-cta:hover.bg-lite span:before,
a.button.btn-cta:focus.bg-lite span:before {
  background: #103d8e;
}

button.btn-cta:hover.bg-lite span:after, button.btn-cta:focus.bg-lite span:after,
a.button.btn-cta:hover.bg-lite span:after,
a.button.btn-cta:focus.bg-lite span:after {
  background: #103d8e;
}

button.btn-cta:hover:before, button.btn-cta:focus:before,
a.button.btn-cta:hover:before,
a.button.btn-cta:focus:before {
  height: 100%;
}

button.btn-cta:hover:after, button.btn-cta:focus:after,
a.button.btn-cta:hover:after,
a.button.btn-cta:focus:after {
  width: 100%;
}

button.btn-cta:hover span:before, button.btn-cta:focus span:before,
a.button.btn-cta:hover span:before,
a.button.btn-cta:focus span:before {
  height: 100%;
}

button.btn-cta:hover span:after, button.btn-cta:focus span:after,
a.button.btn-cta:hover span:after,
a.button.btn-cta:focus span:after {
  width: 100%;
}

button.btn-nav,
a.button.btn-nav {
  padding: 0;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  line-height: 1;
  font-size: 13px;
}

button.btn-nav.alt-gold,
a.button.btn-nav.alt-gold {
  background: #feb043;
  color: #000;
}

button.btn-nav span,
a.button.btn-nav span {
  position: relative;
  display: block;
  padding: 10px 17px 8px;
  height: 100%;
}

button.btn-nav span:before, button.btn-nav span:after,
a.button.btn-nav span:before,
a.button.btn-nav span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #feb043;
  transition: all 0.3s ease;
}

button.btn-nav span:before,
a.button.btn-nav span:before {
  height: 100%;
  width: 1px;
}

button.btn-nav span:after,
a.button.btn-nav span:after {
  width: 100%;
  height: 1px;
}

button.btn-nav span:hover:before,
a.button.btn-nav span:hover:before {
  height: 0%;
}

button.btn-nav span:hover:after,
a.button.btn-nav span:hover:after {
  width: 0%;
}

button.btn-nav:before, button.btn-nav:after,
a.button.btn-nav:before,
a.button.btn-nav:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #feb043;
  transition: all 0.3s ease;
}

button.btn-nav:before,
a.button.btn-nav:before {
  height: 100%;
  width: 1px;
}

button.btn-nav:after,
a.button.btn-nav:after {
  width: 100%;
  height: 1px;
}

button.btn-nav:hover, button.btn-nav:focus,
a.button.btn-nav:hover,
a.button.btn-nav:focus {
  padding: 0;
  border: none;
  background: #feb043;
  color: #000;
}

button.btn-nav:hover.alt-gold, button.btn-nav:focus.alt-gold,
a.button.btn-nav:hover.alt-gold,
a.button.btn-nav:focus.alt-gold {
  background: #121923;
  color: #fff;
}

button.btn-nav:hover:before, button.btn-nav:focus:before,
a.button.btn-nav:hover:before,
a.button.btn-nav:focus:before {
  height: 0%;
}

button.btn-nav:hover:after, button.btn-nav:focus:after,
a.button.btn-nav:hover:after,
a.button.btn-nav:focus:after {
  width: 0%;
}

button.btn-nav:hover span:before, button.btn-nav:focus span:before,
a.button.btn-nav:hover span:before,
a.button.btn-nav:focus span:before {
  height: 0%;
}

button.btn-nav:hover span:after, button.btn-nav:focus span:after,
a.button.btn-nav:hover span:after,
a.button.btn-nav:focus span:after {
  width: 0%;
}

.content-page button.btn-nav,
.content-page a.button.btn-nav {
  background: #000;
}

.content-page button.btn-nav:hover, .content-page button.btn-nav:focus,
.content-page a.button.btn-nav:hover,
.content-page a.button.btn-nav:focus {
  background: #feb043;
}

.small-linkbutton {
  display: inline-flex;
  position: relative;
}

.small-linkbutton a {
  font: 13.5px / 15px "Sofia Sans Semi Condensed", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7e5b0a;
  text-decoration: none;
  padding-right: 19px;
}

.small-linkbutton a:before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  background: #6a4a00;
  opacity: 0;
  transition: all 0.2s ease;
}

.small-linkbutton a .material-icons,
.small-linkbutton a .material-symbols-outlined {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: -1px;
  font-size: 15px;
  font-weight: 400;
  display: inline;
}

.small-linkbutton a:hover:before {
  width: 100%;
  opacity: 1;
}

.content-btn {
  padding: 0 !important;
  border: none !important;
  color: #293950 !important;
  background: #fff !important;
  line-height: 1 !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.content-btn span {
  position: relative;
  display: block;
  padding: 10px 14px 8px;
  height: 100%;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.content-btn span:before, .content-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #293950;
  transition: all 0.3s ease;
}

.content-btn span:before {
  height: 100%;
  width: 1px;
}

.content-btn span:after {
  width: 100%;
  height: 1px;
}

.content-btn span:hover:before {
  height: 0%;
}

.content-btn span:hover:after {
  width: 0%;
}

.content-btn:before, .content-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #293950;
  transition: all 0.3s ease;
}

.content-btn:before {
  height: 100%;
  width: 1px;
}

.content-btn:after {
  width: 100%;
  height: 1px;
}

.content-btn:hover, .content-btn:focus {
  padding: 0 !important;
  border: none !important;
  background: #293950 !important;
  color: #fff !important;
}

.content-btn:hover:before, .content-btn:focus:before {
  height: 0%;
}

.content-btn:hover:after, .content-btn:focus:after {
  width: 0%;
}

.content-btn:hover span:before, .content-btn:focus span:before {
  height: 0%;
}

.content-btn:hover span:after, .content-btn:focus span:after {
  width: 0%;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(254,176,67,1);
  --c2: rgba(255, 255, 255, 0.3);
}

.box.nav {
  padding: .5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.box::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  top: 0;
  filter: blur(30px);
  transform: translateX(-200px) skewX(-15deg);
}

.box::after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  width: 30px;
  height: 100%;
  top: 0;
  filter: blur(5px);
  transform: translateX(-200px) skewX(0deg);
}

.box:hover, .box:focus {
  cursor: pointer;
  animation: borderRadial var(--d) linear infinite forwards;
  animation-delay: .4s;
  background: #e0d8aa;
}

.box:hover.nav, .box:focus.nav {
  color: #feb043;
  background: rgba(255, 255, 255, 0.15);
  text-shadow: 0px 0px 15px white;
}

.box:hover::before, .box:hover::after, .box:focus::before, .box:focus::after {
  transform: translateX(350px) skewX(-45deg);
  transition: 0.7s;
}

.new-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: #fff;
}

.new-button:before {
  height: 0%;
  width: 1px;
}

.new-button:after {
  width: 0%;
  height: 1px;
}

.new-button:before, .new-button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #feb043;
  transition: all 0.3s ease;
}

.new-button span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 17px 9px;
}

.new-button span:before {
  width: 1px;
  height: 0%;
}

.new-button span:after {
  width: 0%;
  height: 1px;
}

.new-button span:before, .new-button span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #feb043;
  transition: all 0.3s ease;
}

.new-button span:hover:before {
  height: 100%;
}

.new-button span:hover:after {
  width: 100%;
}

.new-button:hover {
  background: #feb043;
  color: #000 !important;
}

.new-button:hover:before {
  height: 100%;
}

.new-button:hover:after {
  width: 100%;
}

.skip-to-content-link {
  height: 35px;
  left: 50%;
  border: none;
  color: #fff;
  background: #000;
  line-height: 1;
  font-size: 13px;
  position: absolute;
  padding: 10px 17px 8px;
  border: 1px solid #feb043;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-decoration: none;
  transform: translateX(-50%);
  top: -42px;
  transition: top 0.3s;
  z-index: 1100;
  outline-offset: 5px;
}

.skip-to-content-link:focus {
  top: 22px;
}

.font-lt {
  font-weight: 300;
}

.font-md {
  font-weight: 400;
}

.font-bk {
  font-weight: 500;
}

.font-demi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.nro-text {
  font-size: .8em;
  line-height: 1.2;
  color: #fff;
  font-family: "Avant Garde", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 560px) {
  .nro-text {
    max-width: 100%;
  }
}

@media (min-width: 760px) {
  .nro-text {
    font-size: 0.75em;
  }
}

a.nro-text:focus, a.nro-text:hover {
  color: #feb043;
  transform: color .3s ease;
}

h1,
h2 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, calc(-0.02rem + 9.2vw), 5.5rem);
  line-height: 0.86;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 .5em 0;
  padding-bottom: 7px;
  display: block;
  background: linear-gradient(to right, #feb043 60%, rgba(254, 176, 67, 0) 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
}

.content-page h1 {
  color: #293950;
  font-size: 36px;
  line-height: 34px;
  margin: 85px 0 28px 0;
  padding-bottom: 0;
  background: none;
}

@media (min-width: 760px) {
  .left-align h1,
.left-align h2 {
    background: linear-gradient(to left, #feb043 75%, rgba(254, 176, 67, 0) 100%) right bottom transparent no-repeat;
    background-size: 100% 3px;
  }
}

@media (min-width: 760px) {
  .center-align h1,
.center-align h2 {
    background: linear-gradient(to left, rgba(254, 176, 67, 0) 0%, #feb043 25%, #feb043 75%, rgba(254, 176, 67, 0) 100%) right bottom transparent no-repeat;
    background-size: 100% 3px;
  }
}

.text-blue h1,
.text-blue h2 {
  background: linear-gradient(to right, #566987 75%, rgba(86, 105, 135, 0) 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
}

@media (min-width: 760px) {
  .text-blue .left-align h1,
.text-blue .left-align h2 {
    background: linear-gradient(to left, #566987 75%, rgba(86, 105, 135, 0) 90%) right bottom transparent no-repeat;
    background-size: 100% 3px;
  }
}

.text-blue p {
  color: #082f74;
}

h2 {
  font-size: clamp(3rem, calc(1.7333rem + 2.6667vw), 3.7rem);
  background-size: 100% 2px !important;
}

h2.text-blue {
  background-size: 100% 2px !important;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6,
.headline {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-style: italic;
  text-transform: uppercase;
  margin: 1.25em 0;
  background: none !important;
}

h3.mini-header,
h4.mini-header,
h5.mini-header,
h6.mini-header,
.h3.mini-header,
.h4.mini-header,
.h5.mini-header,
.h6.mini-header,
.headline.mini-header {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 0;
}

.h3 {
  font-size: 1.2em;
}

.h4 {
  font-size: 1em;
}

.h5 {
  font-size: 1em;
  font-weight: 500;
}

.h6 {
  font-size: .9em;
  font-weight: 500;
}

.headline {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}

.mini-text {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.mini-text .material-icons,
.mini-text .material-symbols-outlined {
  font-size: 13px;
  font-weight: 700;
  display: inline;
}

svg text {
  fill: #fff;
}

svg tspan {
  font-size: 12px;
  line-height: 16px;
}

dl dt {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.3em;
  font-weight: 700;
}

dl dd {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: 700;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  justify-content: flex-start;
  margin-bottom: 85px;
}

@media (min-width: 760px) {
  .breadcrumb {
    margin-bottom: 60px;
  }
}

.breadcrumb .container {
  display: flex;
  align-items: center;
}

.breadcrumb .material-symbols-outlined {
  display: flex;
  color: #000;
  font-size: 22px;
  padding: 0 4px;
}

.breadcrumb a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  padding-top: 2px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #626262;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
  display: flex;
}

.breadcrumb a:hover {
  color: #121923;
  border-bottom: 1px solid #121923;
}

.breadcrumb .current-page-title {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #293950;
  display: flex;
  align-items: center;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  filter: blur(0.4px);
}

.star {
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: px;
  background: #fdead0;
}

.shooting-star-1 {
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 2px;
  background: linear-gradient(270deg, rgba(253, 227, 191, 0.45), transparent);
  background-size: 100% 100%;
}

.star-1 {
  top: 67%;
  left: 46vw;
  animation: 3.9s flickr -1.9s infinite;
}

.star-2 {
  top: 85%;
  left: 49vw;
  animation: 2.8s flickr -0.3s infinite;
}

.star-3 {
  top: 31%;
  left: 29vw;
  animation: 2.4s flickr -0.5s infinite;
}

.star-4 {
  top: 68%;
  left: 15vw;
  animation: 3.9s flickr -0.8s infinite;
}

.star-5 {
  top: 19%;
  left: 55vw;
  animation: 3.6s flickr -2s infinite;
}

.star-6 {
  top: 13%;
  left: 15vw;
  animation: 3.8s flickr -0.4s infinite;
}

.star-7 {
  top: 25%;
  left: 5vw;
  animation: 3.1s flickr -1.7s infinite;
}

.star-8 {
  top: 77%;
  left: 46vw;
  animation: 3.7s flickr -0.8s infinite;
}

.star-9 {
  top: 83%;
  left: 1vw;
  animation: 2.6s flickr -0.9s infinite;
}

.star-10 {
  top: 14%;
  left: 65vw;
  animation: 3.5s flickr -1.5s infinite;
}

.star-11 {
  top: 4%;
  left: 71vw;
  animation: 3.5s flickr -1.5s infinite;
}

.star-12 {
  top: 78%;
  left: 17vw;
  animation: 3.1s flickr -1s infinite;
}

.star-13 {
  top: 52%;
  left: 63vw;
  animation: 3s flickr -1.1s infinite;
}

.star-14 {
  top: 74%;
  left: 73vw;
  animation: 3.3s flickr -1.2s infinite;
}

.star-15 {
  top: 84%;
  left: 69vw;
  animation: 3.2s flickr -1.9s infinite;
}

.star-16 {
  top: 6%;
  left: 38vw;
  animation: 3.8s flickr -1.9s infinite;
}

.star-17 {
  top: 80%;
  left: 56vw;
  animation: 2.4s flickr -1.2s infinite;
}

.star-18 {
  top: 73%;
  left: 13vw;
  animation: 3.2s flickr -0.3s infinite;
}

.star-19 {
  top: 81%;
  left: 55vw;
  animation: 3.7s flickr -0.6s infinite;
}

.star-20 {
  top: 98%;
  left: 6vw;
  animation: 3.6s flickr -1.1s infinite;
}

.star-21 {
  top: 49%;
  left: 60vw;
  animation: 3.8s flickr -0.9s infinite;
}

.star-22 {
  top: 49%;
  left: 7vw;
  animation: 3.2s flickr -0.8s infinite;
}

.star-23 {
  top: 8%;
  left: 1vw;
  animation: 3.3s flickr -0.9s infinite;
}

.star-24 {
  top: 4%;
  left: 67vw;
  animation: 2.5s flickr -0.8s infinite;
}

.star-25 {
  top: 16%;
  left: 30vw;
  animation: 3.2s flickr -2s infinite;
}

.star-26 {
  top: 20%;
  left: 75vw;
  animation: 2.5s flickr -1.4s infinite;
}

.star-27 {
  top: 90%;
  left: 98vw;
  animation: 3.9s flickr -1.7s infinite;
}

.star-28 {
  top: 32%;
  left: 85vw;
  animation: 2.4s flickr -1.5s infinite;
}

.star-29 {
  top: 53%;
  left: 19vw;
  animation: 3.2s flickr -0.5s infinite;
}

.star-30 {
  top: 20%;
  left: 4vw;
  animation: 3s flickr -1.7s infinite;
}

.star-31 {
  top: 45%;
  left: 86vw;
  animation: 2.6s flickr -1.4s infinite;
}

.star-32 {
  top: 52%;
  left: 58vw;
  animation: 2.8s flickr -1.9s infinite;
}

.star-33 {
  top: 11%;
  left: 1vw;
  animation: 2.6s flickr -0.1s infinite;
}

.star-34 {
  top: 29%;
  left: 3vw;
  animation: 3.2s flickr -0.3s infinite;
}

.star-35 {
  top: 84%;
  left: 52vw;
  animation: 2.5s flickr -1.4s infinite;
}

.star-36 {
  top: 75%;
  left: 44vw;
  animation: 3.3s flickr -1s infinite;
}

.star-37 {
  top: 78%;
  left: 8vw;
  animation: 2.6s flickr -1.6s infinite;
}

.star-38 {
  top: 32%;
  left: 5vw;
  animation: 3.2s flickr -1s infinite;
}

.star-39 {
  top: 26%;
  left: 71vw;
  animation: 2.8s flickr -1s infinite;
}

.star-40 {
  top: 5%;
  left: 83vw;
  animation: 2.8s flickr -1.1s infinite;
}

.star-41 {
  top: 82%;
  left: 78vw;
  animation: 2.9s flickr -2s infinite;
}

.star-42 {
  top: 5%;
  left: 14vw;
  animation: 2.4s flickr -1.3s infinite;
}

.star-43 {
  top: 72%;
  left: 63vw;
  animation: 3.3s flickr -2s infinite;
}

.star-44 {
  top: 65%;
  left: 86vw;
  animation: 3.3s flickr -1.5s infinite;
}

.star-45 {
  top: 88%;
  left: 72vw;
  animation: 2.2s flickr -1.7s infinite;
}

.star-46 {
  top: 82%;
  left: 66vw;
  animation: 3.7s flickr -0.3s infinite;
}

.star-47 {
  top: 89%;
  left: 1vw;
  animation: 2.8s flickr -1.7s infinite;
}

.star-48 {
  top: 45%;
  left: 75vw;
  animation: 3.3s flickr -1.1s infinite;
}

.star-49 {
  top: 70%;
  left: 57vw;
  animation: 3.6s flickr -0.8s infinite;
}

.star-50 {
  top: 58%;
  left: 44vw;
  animation: 3.3s flickr -0.3s infinite;
}

.star-51 {
  top: 74%;
  left: 5vw;
  animation: 3.2s flickr -0.1s infinite;
}

.star-52 {
  top: 57%;
  left: 60vw;
  animation: 3.3s flickr -0.9s infinite;
}

.star-53 {
  top: 39%;
  left: 14vw;
  animation: 2.8s flickr -0.8s infinite;
}

.star-54 {
  top: 1%;
  left: 49vw;
  animation: 2.1s flickr -0.6s infinite;
}

.star-55 {
  top: 80%;
  left: 45vw;
  animation: 3.7s flickr -0.8s infinite;
}

.star-56 {
  top: 52%;
  left: 99vw;
  animation: 2.8s flickr -0.9s infinite;
}

.star-57 {
  top: 24%;
  left: 52vw;
  animation: 3.8s flickr -0.4s infinite;
}

.star-58 {
  top: 14%;
  left: 96vw;
  animation: 4s flickr -0.6s infinite;
}

.star-59 {
  top: 11%;
  left: 83vw;
  animation: 3.7s flickr -0.6s infinite;
}

.star-60 {
  top: 11%;
  left: 88vw;
  animation: 2.9s flickr -1.5s infinite;
}

.star-61 {
  top: 74%;
  left: 73vw;
  animation: 3.4s flickr -1.6s infinite;
}

.star-62 {
  top: 2%;
  left: 42vw;
  animation: 3.6s flickr -1.3s infinite;
}

.star-63 {
  top: 57%;
  left: 10vw;
  animation: 2.8s flickr -0.7s infinite;
}

.star-64 {
  top: 88%;
  left: 30vw;
  animation: 3.7s flickr -0.7s infinite;
}

.star-65 {
  top: 91%;
  left: 38vw;
  animation: 3.2s flickr -1.3s infinite;
}

.star-66 {
  top: 11%;
  left: 21vw;
  animation: 2.9s flickr -0.4s infinite;
}

.star-67 {
  top: 81%;
  left: 70vw;
  animation: 2.1s flickr -0.8s infinite;
}

.star-68 {
  top: 84%;
  left: 50vw;
  animation: 3s flickr -0.1s infinite;
}

.star-69 {
  top: 75%;
  left: 14vw;
  animation: 3s flickr -1.8s infinite;
}

.star-70 {
  top: 28%;
  left: 19vw;
  animation: 3.5s flickr -1.7s infinite;
}

.star-71 {
  top: 16%;
  left: 22vw;
  animation: 2.2s flickr -1.9s infinite;
}

.star-72 {
  top: 80%;
  left: 49vw;
  animation: 2.6s flickr -0.8s infinite;
}

.star-73 {
  top: 92%;
  left: 98vw;
  animation: 2.4s flickr -0.6s infinite;
}

.star-74 {
  top: 34%;
  left: 54vw;
  animation: 2.7s flickr -1.1s infinite;
}

.star-75 {
  top: 53%;
  left: 19vw;
  animation: 2.7s flickr -2s infinite;
}

.star-76 {
  top: 63%;
  left: 63vw;
  animation: 2.8s flickr -1.9s infinite;
}

.star-77 {
  top: 99%;
  left: 76vw;
  animation: 2.2s flickr -1.7s infinite;
}

.star-78 {
  top: 43%;
  left: 54vw;
  animation: 3.5s flickr -1.9s infinite;
}

.star-79 {
  top: 99%;
  left: 1vw;
  animation: 2.3s flickr -1.8s infinite;
}

.star-80 {
  top: 62%;
  left: 37vw;
  animation: 2.3s flickr -0.5s infinite;
}

.star-81 {
  top: 12%;
  left: 100vw;
  animation: 2.3s flickr -0.9s infinite;
}

.star-82 {
  top: 29%;
  left: 67vw;
  animation: 3.5s flickr -1.3s infinite;
}

.star-83 {
  top: 17%;
  left: 67vw;
  animation: 3.8s flickr -0.7s infinite;
}

.star-84 {
  top: 10%;
  left: 10vw;
  animation: 3.5s flickr -0.6s infinite;
}

.star-85 {
  top: 89%;
  left: 81vw;
  animation: 3.4s flickr -0.9s infinite;
}

.star-86 {
  top: 84%;
  left: 12vw;
  animation: 2.8s flickr -0.5s infinite;
}

.star-87 {
  top: 38%;
  left: 72vw;
  animation: 2.4s flickr -1.6s infinite;
}

.star-88 {
  top: 31%;
  left: 98vw;
  animation: 2.2s flickr -1.5s infinite;
}

.star-89 {
  top: 40%;
  left: 98vw;
  animation: 3.5s flickr -1.9s infinite;
}

.star-90 {
  top: 85%;
  left: 82vw;
  animation: 2.9s flickr -0.1s infinite;
}

.star-91 {
  top: 32%;
  left: 81vw;
  animation: 2.1s flickr -1.2s infinite;
}

.star-92 {
  top: 82%;
  left: 75vw;
  animation: 3.9s flickr -1.9s infinite;
}

.star-93 {
  top: 76%;
  left: 78vw;
  animation: 3s flickr -1.2s infinite;
}

.star-94 {
  top: 12%;
  left: 23vw;
  animation: 3.8s flickr -0.3s infinite;
}

.star-95 {
  top: 2%;
  left: 37vw;
  animation: 3.8s flickr -1.8s infinite;
}

.star-96 {
  top: 67%;
  left: 96vw;
  animation: 4s flickr -2s infinite;
}

.star-97 {
  top: 51%;
  left: 8vw;
  animation: 3.3s flickr -0.2s infinite;
}

.star-98 {
  top: 85%;
  left: 8vw;
  animation: 3.9s flickr -1.2s infinite;
}

.star-99 {
  top: 80%;
  left: 29vw;
  animation: 3.5s flickr -0.7s infinite;
}

.star-100 {
  top: 79%;
  left: 50vw;
  animation: 3s flickr -0.6s infinite;
}

.star-101 {
  top: 15%;
  left: 37vw;
  animation: 2.9s flickr -1s infinite;
}

.star-102 {
  top: 48%;
  left: 13vw;
  animation: 3.8s flickr -2s infinite;
}

.star-103 {
  top: 56%;
  left: 69vw;
  animation: 3.9s flickr -1.8s infinite;
}

.star-104 {
  top: 60%;
  left: 16vw;
  animation: 2.4s flickr -1.3s infinite;
}

.star-105 {
  top: 18%;
  left: 40vw;
  animation: 2.9s flickr -1s infinite;
}

.star-106 {
  top: 99%;
  left: 85vw;
  animation: 3.4s flickr -1.6s infinite;
}

.star-107 {
  top: 68%;
  left: 4vw;
  animation: 3.6s flickr -0.1s infinite;
}

.star-108 {
  top: 16%;
  left: 19vw;
  animation: 2.4s flickr -1.5s infinite;
}

.star-109 {
  top: 56%;
  left: 63vw;
  animation: 2.3s flickr -0.9s infinite;
}

.star-110 {
  top: 44%;
  left: 14vw;
  animation: 3.8s flickr -0.8s infinite;
}

.star-111 {
  top: 74%;
  left: 92vw;
  animation: 2.7s flickr -1s infinite;
}

.star-112 {
  top: 20%;
  left: 14vw;
  animation: 2.6s flickr -0.9s infinite;
}

.star-113 {
  top: 44%;
  left: 44vw;
  animation: 3.3s flickr -1.4s infinite;
}

.star-114 {
  top: 79%;
  left: 73vw;
  animation: 2.8s flickr -0.1s infinite;
}

.star-115 {
  top: 56%;
  left: 28vw;
  animation: 3.5s flickr -1.1s infinite;
}

.star-116 {
  top: 84%;
  left: 36vw;
  animation: 2.8s flickr -1.1s infinite;
}

.star-117 {
  top: 67%;
  left: 53vw;
  animation: 3.3s flickr -1.4s infinite;
}

.star-118 {
  top: 4%;
  left: 66vw;
  animation: 3.6s flickr -2s infinite;
}

.star-119 {
  top: 31%;
  left: 65vw;
  animation: 2.2s flickr -1.6s infinite;
}

.star-120 {
  top: 78%;
  left: 73vw;
  animation: 3.3s flickr -1.3s infinite;
}

.star-121 {
  top: 31%;
  left: 71vw;
  animation: 3.3s flickr -0.9s infinite;
}

.star-122 {
  top: 59%;
  left: 40vw;
  animation: 2.5s flickr -1.7s infinite;
}

.star-123 {
  top: 29%;
  left: 80vw;
  animation: 3.2s flickr -0.5s infinite;
}

.star-124 {
  top: 15%;
  left: 53vw;
  animation: 2.9s flickr -1.7s infinite;
}

.star-125 {
  top: 25%;
  left: 99vw;
  animation: 2.3s flickr -0.9s infinite;
}

.star-126 {
  top: 21%;
  left: 18vw;
  animation: 4s flickr -1.2s infinite;
}

.star-127 {
  top: 74%;
  left: 34vw;
  animation: 2.2s flickr -0.1s infinite;
}

.star-128 {
  top: 88%;
  left: 86vw;
  animation: 2.8s flickr -0.2s infinite;
}

.star-129 {
  top: 20%;
  left: 10vw;
  animation: 3.3s flickr -0.9s infinite;
}

.star-130 {
  top: 98%;
  left: 17vw;
  animation: 2.8s flickr -1.3s infinite;
}

.star-131 {
  top: 89%;
  left: 89vw;
  animation: 2.4s flickr -0.8s infinite;
}

.star-132 {
  top: 10%;
  left: 5vw;
  animation: 3.8s flickr -2s infinite;
}

.star-133 {
  top: 96%;
  left: 9vw;
  animation: 3s flickr -0.6s infinite;
}

.star-134 {
  top: 58%;
  left: 28vw;
  animation: 2.2s flickr -1s infinite;
}

.star-135 {
  top: 83%;
  left: 96vw;
  animation: 2.6s flickr -0.9s infinite;
}

.star-136 {
  top: 61%;
  left: 8vw;
  animation: 2.9s flickr -1.4s infinite;
}

.star-137 {
  top: 22%;
  left: 98vw;
  animation: 2.2s flickr -1.4s infinite;
}

.star-138 {
  top: 84%;
  left: 70vw;
  animation: 3.4s flickr -1.3s infinite;
}

.star-139 {
  top: 72%;
  left: 28vw;
  animation: 3.4s flickr -1.8s infinite;
}

.star-140 {
  top: 12%;
  left: 97vw;
  animation: 3.2s flickr -0.4s infinite;
}

.star-141 {
  top: 37%;
  left: 79vw;
  animation: 2.4s flickr -0.8s infinite;
}

.star-142 {
  top: 45%;
  left: 35vw;
  animation: 3.5s flickr -0.2s infinite;
}

.star-143 {
  top: 63%;
  left: 18vw;
  animation: 4s flickr -1.8s infinite;
}

.star-144 {
  top: 5%;
  left: 16vw;
  animation: 2.1s flickr -0.7s infinite;
}

.star-145 {
  top: 13%;
  left: 56vw;
  animation: 2.5s flickr -1.6s infinite;
}

.star-146 {
  top: 66%;
  left: 53vw;
  animation: 4s flickr -1s infinite;
}

.star-147 {
  top: 33%;
  left: 38vw;
  animation: 3.6s flickr -0.8s infinite;
}

.star-148 {
  top: 56%;
  left: 3vw;
  animation: 2.5s flickr -1.3s infinite;
}

.star-149 {
  top: 100%;
  left: 96vw;
  animation: 2.1s flickr -2s infinite;
}

.star-150 {
  top: 10%;
  left: 66vw;
  animation: 2.2s flickr -0.5s infinite;
}

.star-151 {
  top: 68%;
  left: 97vw;
  animation: 2.4s flickr -1.4s infinite;
}

.star-152 {
  top: 27%;
  left: 5vw;
  animation: 3s flickr -1.4s infinite;
}

.star-153 {
  top: 45%;
  left: 69vw;
  animation: 3.3s flickr -1.4s infinite;
}

.star-154 {
  top: 58%;
  left: 83vw;
  animation: 2.9s flickr -1.9s infinite;
}

.star-155 {
  top: 97%;
  left: 19vw;
  animation: 2.9s flickr -0.6s infinite;
}

.star-156 {
  top: 79%;
  left: 54vw;
  animation: 2.2s flickr -0.1s infinite;
}

.star-157 {
  top: 34%;
  left: 75vw;
  animation: 3.3s flickr -1.5s infinite;
}

.star-158 {
  top: 78%;
  left: 27vw;
  animation: 2.7s flickr -1.3s infinite;
}

.star-159 {
  top: 72%;
  left: 43vw;
  animation: 2.9s flickr -0.7s infinite;
}

.star-160 {
  top: 75%;
  left: 57vw;
  animation: 2.3s flickr -0.2s infinite;
}

.star-161 {
  top: 51%;
  left: 71vw;
  animation: 4s flickr -1.6s infinite;
}

.star-162 {
  top: 18%;
  left: 98vw;
  animation: 2.7s flickr -1.6s infinite;
}

.star-163 {
  top: 53%;
  left: 74vw;
  animation: 2.2s flickr -1.9s infinite;
}

.star-164 {
  top: 21%;
  left: 36vw;
  animation: 2.5s flickr -0.2s infinite;
}

.star-165 {
  top: 87%;
  left: 57vw;
  animation: 3.3s flickr -1.6s infinite;
}

.star-166 {
  top: 56%;
  left: 95vw;
  animation: 3.7s flickr -0.4s infinite;
}

.star-167 {
  top: 40%;
  left: 36vw;
  animation: 3.8s flickr -0.3s infinite;
}

.star-168 {
  top: 6%;
  left: 54vw;
  animation: 2.3s flickr -1.5s infinite;
}

.star-169 {
  top: 20%;
  left: 75vw;
  animation: 2.1s flickr -1.6s infinite;
}

.star-170 {
  top: 59%;
  left: 21vw;
  animation: 2.3s flickr -1.2s infinite;
}

.star-171 {
  top: 40%;
  left: 54vw;
  animation: 2.9s flickr -1.8s infinite;
}

.star-172 {
  top: 33%;
  left: 80vw;
  animation: 3.2s flickr -1s infinite;
}

.star-173 {
  top: 75%;
  left: 16vw;
  animation: 3.6s flickr -1.4s infinite;
}

.star-174 {
  top: 46%;
  left: 54vw;
  animation: 2.8s flickr -0.8s infinite;
}

.star-175 {
  top: 21%;
  left: 27vw;
  animation: 3.2s flickr -0.7s infinite;
}

.star-176 {
  top: 22%;
  left: 35vw;
  animation: 2.4s flickr -0.1s infinite;
}

.star-177 {
  top: 13%;
  left: 57vw;
  animation: 4s flickr -1.3s infinite;
}

.star-178 {
  top: 38%;
  left: 73vw;
  animation: 2.8s flickr -0.2s infinite;
}

.star-179 {
  top: 18%;
  left: 31vw;
  animation: 3.8s flickr -0.2s infinite;
}

.star-180 {
  top: 36%;
  left: 85vw;
  animation: 4s flickr -1.6s infinite;
}

.star-181 {
  top: 28%;
  left: 72vw;
  animation: 2.1s flickr -1.3s infinite;
}

.star-182 {
  top: 59%;
  left: 95vw;
  animation: 3.5s flickr -1.8s infinite;
}

.star-183 {
  top: 1%;
  left: 49vw;
  animation: 2.4s flickr -0.2s infinite;
}

.star-184 {
  top: 25%;
  left: 50vw;
  animation: 4s flickr -1.1s infinite;
}

.star-185 {
  top: 54%;
  left: 44vw;
  animation: 3.4s flickr -2s infinite;
}

.star-186 {
  top: 70%;
  left: 11vw;
  animation: 3.9s flickr -1.8s infinite;
}

.star-187 {
  top: 96%;
  left: 91vw;
  animation: 2.3s flickr -0.7s infinite;
}

.star-188 {
  top: 27%;
  left: 15vw;
  animation: 3.2s flickr -2s infinite;
}

.star-189 {
  top: 39%;
  left: 92vw;
  animation: 3.9s flickr -1s infinite;
}

.star-190 {
  top: 88%;
  left: 5vw;
  animation: 3s flickr -0.6s infinite;
}

.star-191 {
  top: 25%;
  left: 55vw;
  animation: 3.7s flickr -1.2s infinite;
}

.star-192 {
  top: 11%;
  left: 78vw;
  animation: 3.5s flickr -1.2s infinite;
}

.star-193 {
  top: 96%;
  left: 48vw;
  animation: 2.4s flickr -0.1s infinite;
}

.star-194 {
  top: 92%;
  left: 81vw;
  animation: 3.4s flickr -0.8s infinite;
}

.star-195 {
  top: 81%;
  left: 97vw;
  animation: 3.3s flickr -1.6s infinite;
}

.star-196 {
  top: 59%;
  left: 58vw;
  animation: 2.7s flickr -1.3s infinite;
}

.star-197 {
  top: 67%;
  left: 77vw;
  animation: 4s flickr -1.7s infinite;
}

.star-198 {
  top: 42%;
  left: 94vw;
  animation: 3.5s flickr -1.4s infinite;
}

.star-199 {
  top: 35%;
  left: 51vw;
  animation: 2.3s flickr -1.3s infinite;
}

.star-200 {
  top: 28%;
  left: 42vw;
  animation: 2.1s flickr -0.3s infinite;
}

.star-201 {
  top: 37%;
  left: 37vw;
  animation: 2.1s flickr -0.2s infinite;
}

.star-202 {
  top: 45%;
  left: 11vw;
  animation: 3.7s flickr -1.9s infinite;
}

.star-203 {
  top: 58%;
  left: 23vw;
  animation: 2.5s flickr -0.8s infinite;
}

.star-204 {
  top: 16%;
  left: 5vw;
  animation: 3.4s flickr -0.8s infinite;
}

.star-205 {
  top: 85%;
  left: 2vw;
  animation: 3.2s flickr -0.6s infinite;
}

.star-206 {
  top: 11%;
  left: 86vw;
  animation: 2.6s flickr -0.2s infinite;
}

.star-207 {
  top: 71%;
  left: 56vw;
  animation: 3.4s flickr -1.9s infinite;
}

.star-208 {
  top: 86%;
  left: 46vw;
  animation: 4s flickr -1.7s infinite;
}

.star-209 {
  top: 75%;
  left: 21vw;
  animation: 2.1s flickr -0.3s infinite;
}

.star-210 {
  top: 54%;
  left: 52vw;
  animation: 3.8s flickr -1.4s infinite;
}

.star-211 {
  top: 95%;
  left: 78vw;
  animation: 3.3s flickr -1.1s infinite;
}

.star-212 {
  top: 14%;
  left: 44vw;
  animation: 3.3s flickr -1.8s infinite;
}

.star-213 {
  top: 63%;
  left: 33vw;
  animation: 3.5s flickr -1.3s infinite;
}

.star-214 {
  top: 7%;
  left: 76vw;
  animation: 4s flickr -0.3s infinite;
}

.star-215 {
  top: 25%;
  left: 57vw;
  animation: 3.9s flickr -0.7s infinite;
}

.star-216 {
  top: 45%;
  left: 85vw;
  animation: 2.9s flickr -1s infinite;
}

.star-217 {
  top: 10%;
  left: 85vw;
  animation: 3.8s flickr -0.5s infinite;
}

.star-218 {
  top: 55%;
  left: 43vw;
  animation: 3.2s flickr -1.1s infinite;
}

.star-219 {
  top: 14%;
  left: 26vw;
  animation: 3.7s flickr -0.3s infinite;
}

.star-220 {
  top: 76%;
  left: 65vw;
  animation: 2.6s flickr -1.1s infinite;
}

.star-221 {
  top: 92%;
  left: 76vw;
  animation: 2.9s flickr -0.8s infinite;
}

.star-222 {
  top: 25%;
  left: 97vw;
  animation: 3.5s flickr -0.9s infinite;
}

.star-223 {
  top: 10%;
  left: 94vw;
  animation: 3.2s flickr -0.9s infinite;
}

.star-224 {
  top: 55%;
  left: 4vw;
  animation: 3.2s flickr -1.4s infinite;
}

.star-225 {
  top: 40%;
  left: 78vw;
  animation: 2.4s flickr -0.4s infinite;
}

.star-226 {
  top: 58%;
  left: 71vw;
  animation: 3.9s flickr -1.1s infinite;
}

.star-227 {
  top: 98%;
  left: 16vw;
  animation: 3.3s flickr -0.7s infinite;
}

.star-228 {
  top: 52%;
  left: 69vw;
  animation: 2.3s flickr -0.5s infinite;
}

.star-229 {
  top: 31%;
  left: 44vw;
  animation: 3.8s flickr -0.5s infinite;
}

.star-230 {
  top: 36%;
  left: 67vw;
  animation: 2.7s flickr -1.4s infinite;
}

.star-231 {
  top: 78%;
  left: 35vw;
  animation: 3s flickr -1.4s infinite;
}

.star-232 {
  top: 54%;
  left: 75vw;
  animation: 3.9s flickr -1.9s infinite;
}

.star-233 {
  top: 97%;
  left: 94vw;
  animation: 3.1s flickr -1.3s infinite;
}

.star-234 {
  top: 42%;
  left: 84vw;
  animation: 3.1s flickr -1s infinite;
}

.star-235 {
  top: 69%;
  left: 79vw;
  animation: 3.5s flickr -0.8s infinite;
}

.star-236 {
  top: 53%;
  left: 51vw;
  animation: 3.2s flickr -0.7s infinite;
}

.star-237 {
  top: 63%;
  left: 82vw;
  animation: 2.9s flickr -1.1s infinite;
}

.star-238 {
  top: 14%;
  left: 75vw;
  animation: 3.6s flickr -1.7s infinite;
}

.star-239 {
  top: 53%;
  left: 18vw;
  animation: 2.7s flickr -1.2s infinite;
}

.star-240 {
  top: 5%;
  left: 95vw;
  animation: 3.4s flickr -0.8s infinite;
}

.star-241 {
  top: 64%;
  left: 40vw;
  animation: 2.3s flickr -1.5s infinite;
}

.star-242 {
  top: 35%;
  left: 54vw;
  animation: 3.6s flickr -1s infinite;
}

.star-243 {
  top: 52%;
  left: 74vw;
  animation: 3.2s flickr -0.3s infinite;
}

.star-244 {
  top: 68%;
  left: 40vw;
  animation: 2.1s flickr -0.1s infinite;
}

.star-245 {
  top: 3%;
  left: 56vw;
  animation: 3.8s flickr -2s infinite;
}

.star-246 {
  top: 9%;
  left: 43vw;
  animation: 3.3s flickr -0.7s infinite;
}

.star-247 {
  top: 2%;
  left: 2vw;
  animation: 2.5s flickr -0.1s infinite;
}

.star-248 {
  top: 65%;
  left: 51vw;
  animation: 3.9s flickr -1s infinite;
}

.star-249 {
  top: 35%;
  left: 67vw;
  animation: 2.3s flickr -0.8s infinite;
}

.star-250 {
  top: 1%;
  left: 42vw;
  animation: 3.5s flickr -0.4s infinite;
}

.star-251 {
  top: 85%;
  left: 24vw;
  animation: 3.9s flickr -0.7s infinite;
}

.star-252 {
  top: 36%;
  left: 67vw;
  animation: 2.5s flickr -0.1s infinite;
}

.star-253 {
  top: 82%;
  left: 89vw;
  animation: 4s flickr -1.8s infinite;
}

.star-254 {
  top: 36%;
  left: 49vw;
  animation: 3.9s flickr -0.3s infinite;
}

.star-255 {
  top: 18%;
  left: 99vw;
  animation: 2.4s flickr -0.5s infinite;
}

.star-256 {
  top: 86%;
  left: 70vw;
  animation: 2.6s flickr -0.3s infinite;
}

.star-257 {
  top: 82%;
  left: 72vw;
  animation: 2.1s flickr -0.7s infinite;
}

.star-258 {
  top: 57%;
  left: 56vw;
  animation: 3.3s flickr -0.8s infinite;
}

.star-259 {
  top: 19%;
  left: 39vw;
  animation: 4s flickr -1.2s infinite;
}

.star-260 {
  top: 40%;
  left: 90vw;
  animation: 2.4s flickr -1.6s infinite;
}

.star-261 {
  top: 56%;
  left: 7vw;
  animation: 2.5s flickr -0.4s infinite;
}

.star-262 {
  top: 12%;
  left: 70vw;
  animation: 3.6s flickr -0.1s infinite;
}

.star-263 {
  top: 47%;
  left: 43vw;
  animation: 3s flickr -0.8s infinite;
}

.star-264 {
  top: 19%;
  left: 93vw;
  animation: 4s flickr -1.7s infinite;
}

.star-265 {
  top: 94%;
  left: 43vw;
  animation: 2.2s flickr -2s infinite;
}

.star-266 {
  top: 3%;
  left: 26vw;
  animation: 2.2s flickr -1.4s infinite;
}

.star-267 {
  top: 92%;
  left: 43vw;
  animation: 2.5s flickr -0.3s infinite;
}

.star-268 {
  top: 91%;
  left: 2vw;
  animation: 3.6s flickr -1.1s infinite;
}

.star-269 {
  top: 5%;
  left: 34vw;
  animation: 4s flickr -1.7s infinite;
}

.star-270 {
  top: 80%;
  left: 77vw;
  animation: 2.2s flickr -0.3s infinite;
}

.star-271 {
  top: 30%;
  left: 7vw;
  animation: 2.5s flickr -2s infinite;
}

.star-272 {
  top: 57%;
  left: 8vw;
  animation: 3.4s flickr -1.1s infinite;
}

.star-273 {
  top: 20%;
  left: 38vw;
  animation: 2.7s flickr -0.3s infinite;
}

.star-274 {
  top: 93%;
  left: 92vw;
  animation: 2.7s flickr -0.5s infinite;
}

.star-275 {
  top: 62%;
  left: 6vw;
  animation: 3.7s flickr -0.9s infinite;
}

.star-276 {
  top: 50%;
  left: 90vw;
  animation: 2.9s flickr -1.5s infinite;
}

.star-277 {
  top: 100%;
  left: 42vw;
  animation: 3.9s flickr -0.8s infinite;
}

.star-278 {
  top: 16%;
  left: 56vw;
  animation: 2.1s flickr -0.4s infinite;
}

.star-279 {
  top: 91%;
  left: 93vw;
  animation: 2.3s flickr -1.9s infinite;
}

.star-280 {
  top: 50%;
  left: 8vw;
  animation: 2.5s flickr -0.6s infinite;
}

.star-281 {
  top: 43%;
  left: 14vw;
  animation: 3.5s flickr -0.5s infinite;
}

.star-282 {
  top: 48%;
  left: 88vw;
  animation: 3.5s flickr -1.5s infinite;
}

.star-283 {
  top: 28%;
  left: 34vw;
  animation: 3.3s flickr -1.6s infinite;
}

.star-284 {
  top: 10%;
  left: 31vw;
  animation: 3.1s flickr -1.5s infinite;
}

.star-285 {
  top: 82%;
  left: 77vw;
  animation: 3.2s flickr -0.7s infinite;
}

.star-286 {
  top: 73%;
  left: 62vw;
  animation: 3.5s flickr -0.8s infinite;
}

.star-287 {
  top: 86%;
  left: 62vw;
  animation: 2.9s flickr -0.3s infinite;
}

.star-288 {
  top: 65%;
  left: 39vw;
  animation: 2.8s flickr -1.7s infinite;
}

.star-289 {
  top: 61%;
  left: 90vw;
  animation: 3.5s flickr -1.9s infinite;
}

.star-290 {
  top: 12%;
  left: 100vw;
  animation: 2.6s flickr -2s infinite;
}

.star-291 {
  top: 47%;
  left: 41vw;
  animation: 3.6s flickr -0.5s infinite;
}

.star-292 {
  top: 33%;
  left: 68vw;
  animation: 2.2s flickr -0.2s infinite;
}

.star-293 {
  top: 77%;
  left: 74vw;
  animation: 2.5s flickr -2s infinite;
}

.star-294 {
  top: 84%;
  left: 88vw;
  animation: 2.5s flickr -1.8s infinite;
}

.star-295 {
  top: 61%;
  left: 88vw;
  animation: 3.4s flickr -1s infinite;
}

.star-296 {
  top: 10%;
  left: 39vw;
  animation: 2.7s flickr -0.2s infinite;
}

.star-297 {
  top: 52%;
  left: 48vw;
  animation: 3.6s flickr -1.6s infinite;
}

.star-298 {
  top: 58%;
  left: 54vw;
  animation: 3.5s flickr -0.9s infinite;
}

.star-299 {
  top: 57%;
  left: 96vw;
  animation: 3.1s flickr -1.3s infinite;
}

.star-300 {
  top: 42%;
  left: 34vw;
  animation: 2.1s flickr -1.5s infinite;
}

@keyframes flickr {
  0%, 100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.3;
  }
}

svg[id$="-ring"] {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
}

svg[viewBox="0 0 1200 1200"] {
  position: absolute;
  height: 1200px;
  width: 1200px;
}

svg circle {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
}

svg circle.gold {
  stroke: #e0d8aa;
}

svg circle.base {
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(360deg);
  transform-origin: center;
}

svg#find-your-ring-1 {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  opacity: 0;
  transition: right .3s ease;
}

@media (min-width: 1180px) {
  svg#find-your-ring-1 {
    opacity: 1;
    top: -650px;
    right: 240px;
  }
}

svg#find-your-ring-1 circle {
  stroke: #e0d8aa;
  stroke-width: 2;
  fill: transparent;
}

svg#find-your-ring-1 circle.base {
  stroke: #e0d8aa;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform-origin: center;
  transform: rotate(357deg);
}

@media (min-width: 760px) {
  svg#find-your-ring-1 circle.base {
    transform: rotate(4.8deg);
  }
}

svg#find-your-ring-2 {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  top: 100px;
  transform: scale(1.1);
  z-index: 1;
}

svg#find-your-ring-2 circle {
  stroke: #e0d8aa;
  stroke-width: 2;
  fill: transparent;
}

svg#find-your-ring-2 circle.base {
  stroke: #e0d8aa;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(360deg);
  transform-origin: center;
}

.rings {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 1200px;
  height: 1200px;
  top: 100px;
  z-index: 1;
}

.rings #ring_one_wrapper,
.rings #ring_two_wrapper,
.rings #ring_three_wrapper,
.rings #ring_four_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 1200px;
}

.rings .future-ring-one {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1606px;
  height: 1606px;
  background-image: url("../img/find-future-ring-one.png");
  background-position: -390px -300px;
  background-size: auto;
  clip-path: url(#ring-one-overlay-clip);
}

.rings .future-ring-two {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1080px;
  width: 1080px;
  background-image: url("../img/find-future-ring-two.png");
  background-position: -46px 109px;
  background-size: 100%;
  clip-path: url(#ring-two-overlay-clip);
}

.rings .ring-one {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1080px;
  height: 1080px;
  background-image: url("../img/rings/ring_1_photo.jpg");
  clip-path: url(#ring-one-clip);
}

.rings .ring-two {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1080px;
  height: 1080px;
  background-image: url("../img/rings/ring_2_photo.jpg");
  clip-path: url(#ring-two-clip);
}

.rings .ring-three {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1343px;
  height: 1343px;
  background-image: url("../img/rings/ring_3_photo.jpg");
  clip-path: url(#ring-three-clip);
}

.rings .ring-four {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1606px;
  height: 1606px;
  background-image: url("../img/rings/ring_4_photo.jpg");
  clip-path: url(#ring-four-clip);
}

/* CSS Document */
.carousel-container .carousel-ring {
  opacity: 0;
  position: absolute;
  width: 1200px;
  height: 1200px;
  left: 50px;
  top: -300px;
}

.carousel-container .carousel-ring .carousel-path {
  top: -120px;
  stroke: #103d8e;
  stroke-width: 2;
}

@media (min-width: 760px) {
  .carousel-container .carousel-ring {
    opacity: 1;
  }
}

@media (min-width: 760px) {
  .carousel-container .carousel-ring-wrapper {
    position: relative;
    position: absolute;
    width: 1200px;
    height: 1200px;
    left: 50px;
    top: -300px;
  }
}

.carousel-container .carousel-inner-circle {
  border: none;
}

@media (min-width: 760px) {
  .carousel-container .carousel-inner-circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #103d8e;
  }
}

.carousel-container .carousel-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 0px 1fr;
  align-items: start;
  margin-bottom: 2em;
  line-height: 50px;
  font-size: 24px;
  border-radius: 100%;
  z-index: 1;
}

@media (min-width: 760px) {
  .carousel-container .carousel-item {
    width: 100px;
  }
}

.carousel-container .carousel-item:last-child {
  margin-bottom: 0;
}

.carousel-container .carousel-inner-item {
  transition: opacity 1.5s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 760px) {
  .carousel-container .carousel-inner-item {
    margin-top: 30px;
    width: 25vw;
    left: calc(100px + 1em);
    position: absolute;
  }
}

@media (min-width: 1180px) {
  .carousel-container .carousel-inner-item {
    width: 27vw;
  }
}

@media (min-width: 1400px) {
  .carousel-container .carousel-inner-item {
    width: 360px;
  }
}

.carousel-container .carousel-inner-item p {
  margin-bottom: 0;
}

.carousel-container .carousel-inner-item .mini-text {
  font-size: 13.5px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 300;
}

.carousel-container .carousel-inner-item .headline {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.carousel-container .carousel-inner-item.active {
  opacity: 1;
}

.carousel-container .cf-next, .carousel-container .cf-prev {
  display: none;
  position: absolute;
  left: 40px;
  background: transparent;
  transform-origin: center center;
  margin: 0;
}

.carousel-container .cf-next span, .carousel-container .cf-prev span {
  color: #103d8e;
  font-weight: 800 !important;
  font-size: 40px !important;
  transition: color .3s ease;
}

.carousel-container .cf-next span:hover, .carousel-container .cf-next span:focus, .carousel-container .cf-prev span:hover, .carousel-container .cf-prev span:focus {
  color: #4c85eb;
}

.carousel-container .cf-next:focus span, .carousel-container .cf-prev:focus span {
  color: #4c85eb;
}

@media (min-width: 760px) {
  .carousel-container .cf-next, .carousel-container .cf-prev {
    display: block;
  }
}

.carousel-container .cf-next {
  top: 3em;
  transform: rotate(300deg);
}

.carousel-container .cf-prev {
  bottom: 3em;
  transform: rotate(240deg);
}

.carousel-container ul {
  list-style: circle;
  margin-left: 30px;
}

.carousel-container li {
  margin-bottom: 0;
}

.carousel-container.ring-white .carousel-path {
  stroke: #fff;
}

@media (min-width: 760px) {
  .carousel-container.ring-white .carousel-inner-circle {
    border: 2px solid #fff;
  }
}

.carousel-container.ring-white .cf-next span, .carousel-container.ring-white .cf-prev span {
  color: #fff;
}

.carousel-container.ring-white .cf-next span:hover, .carousel-container.ring-white .cf-next span:focus, .carousel-container.ring-white .cf-prev span:hover, .carousel-container.ring-white .cf-prev span:focus {
  color: #b3b3b3;
}

.carousel-container.ring-white .cf-next:focus span, .carousel-container.ring-white .cf-prev:focus span {
  color: #b3b3b3;
}

.carousel-container.ring-white.lighten-hover .cf-next span, .carousel-container.ring-white.lighten-hover .cf-prev span {
  color: #fff;
}

.carousel-container.ring-white.lighten-hover .cf-next span:hover, .carousel-container.ring-white.lighten-hover .cf-next span:focus, .carousel-container.ring-white.lighten-hover .cf-prev span:hover, .carousel-container.ring-white.lighten-hover .cf-prev span:focus {
  color: white;
}

.carousel-container.ring-white.lighten-hover .cf-next:focus span, .carousel-container.ring-white.lighten-hover .cf-prev:focus span {
  color: white;
}

.carousel-container.ring-black .carousel-path {
  stroke: #000;
}

@media (min-width: 760px) {
  .carousel-container.ring-black .carousel-inner-circle {
    border: 2px solid #000;
  }
}

.carousel-container.ring-black .cf-next span, .carousel-container.ring-black .cf-prev span {
  color: #000;
}

.carousel-container.ring-black .cf-next span:hover, .carousel-container.ring-black .cf-next span:focus, .carousel-container.ring-black .cf-prev span:hover, .carousel-container.ring-black .cf-prev span:focus {
  color: black;
}

.carousel-container.ring-black .cf-next:focus span, .carousel-container.ring-black .cf-prev:focus span {
  color: black;
}

.carousel-container.ring-black.lighten-hover .cf-next span, .carousel-container.ring-black.lighten-hover .cf-prev span {
  color: #000;
}

.carousel-container.ring-black.lighten-hover .cf-next span:hover, .carousel-container.ring-black.lighten-hover .cf-next span:focus, .carousel-container.ring-black.lighten-hover .cf-prev span:hover, .carousel-container.ring-black.lighten-hover .cf-prev span:focus {
  color: #4d4d4d;
}

.carousel-container.ring-black.lighten-hover .cf-next:focus span, .carousel-container.ring-black.lighten-hover .cf-prev:focus span {
  color: #4d4d4d;
}

.carousel-container.ring-off-black .carousel-path {
  stroke: #0a0a0a;
}

@media (min-width: 760px) {
  .carousel-container.ring-off-black .carousel-inner-circle {
    border: 2px solid #0a0a0a;
  }
}

.carousel-container.ring-off-black .cf-next span, .carousel-container.ring-off-black .cf-prev span {
  color: #0a0a0a;
}

.carousel-container.ring-off-black .cf-next span:hover, .carousel-container.ring-off-black .cf-next span:focus, .carousel-container.ring-off-black .cf-prev span:hover, .carousel-container.ring-off-black .cf-prev span:focus {
  color: black;
}

.carousel-container.ring-off-black .cf-next:focus span, .carousel-container.ring-off-black .cf-prev:focus span {
  color: black;
}

.carousel-container.ring-off-black.lighten-hover .cf-next span, .carousel-container.ring-off-black.lighten-hover .cf-prev span {
  color: #0a0a0a;
}

.carousel-container.ring-off-black.lighten-hover .cf-next span:hover, .carousel-container.ring-off-black.lighten-hover .cf-next span:focus, .carousel-container.ring-off-black.lighten-hover .cf-prev span:hover, .carousel-container.ring-off-black.lighten-hover .cf-prev span:focus {
  color: #575757;
}

.carousel-container.ring-off-black.lighten-hover .cf-next:focus span, .carousel-container.ring-off-black.lighten-hover .cf-prev:focus span {
  color: #575757;
}

.carousel-container.ring-gold .carousel-path {
  stroke: #feb043;
}

@media (min-width: 760px) {
  .carousel-container.ring-gold .carousel-inner-circle {
    border: 2px solid #feb043;
  }
}

.carousel-container.ring-gold .cf-next span, .carousel-container.ring-gold .cf-prev span {
  color: #feb043;
}

.carousel-container.ring-gold .cf-next span:hover, .carousel-container.ring-gold .cf-next span:focus, .carousel-container.ring-gold .cf-prev span:hover, .carousel-container.ring-gold .cf-prev span:focus {
  color: #a76201;
}

.carousel-container.ring-gold .cf-next:focus span, .carousel-container.ring-gold .cf-prev:focus span {
  color: #a76201;
}

.carousel-container.ring-gold.lighten-hover .cf-next span, .carousel-container.ring-gold.lighten-hover .cf-prev span {
  color: #feb043;
}

.carousel-container.ring-gold.lighten-hover .cf-next span:hover, .carousel-container.ring-gold.lighten-hover .cf-next span:focus, .carousel-container.ring-gold.lighten-hover .cf-prev span:hover, .carousel-container.ring-gold.lighten-hover .cf-prev span:focus {
  color: #fff0db;
}

.carousel-container.ring-gold.lighten-hover .cf-next:focus span, .carousel-container.ring-gold.lighten-hover .cf-prev:focus span {
  color: #fff0db;
}

.carousel-container.ring-gold-lite .carousel-path {
  stroke: #e0d8aa;
}

@media (min-width: 760px) {
  .carousel-container.ring-gold-lite .carousel-inner-circle {
    border: 2px solid #e0d8aa;
  }
}

.carousel-container.ring-gold-lite .cf-next span, .carousel-container.ring-gold-lite .cf-prev span {
  color: #e0d8aa;
}

.carousel-container.ring-gold-lite .cf-next span:hover, .carousel-container.ring-gold-lite .cf-next span:focus, .carousel-container.ring-gold-lite .cf-prev span:hover, .carousel-container.ring-gold-lite .cf-prev span:focus {
  color: #b1a040;
}

.carousel-container.ring-gold-lite .cf-next:focus span, .carousel-container.ring-gold-lite .cf-prev:focus span {
  color: #b1a040;
}

.carousel-container.ring-gold-lite.lighten-hover .cf-next span, .carousel-container.ring-gold-lite.lighten-hover .cf-prev span {
  color: #e0d8aa;
}

.carousel-container.ring-gold-lite.lighten-hover .cf-next span:hover, .carousel-container.ring-gold-lite.lighten-hover .cf-next span:focus, .carousel-container.ring-gold-lite.lighten-hover .cf-prev span:hover, .carousel-container.ring-gold-lite.lighten-hover .cf-prev span:focus {
  color: white;
}

.carousel-container.ring-gold-lite.lighten-hover .cf-next:focus span, .carousel-container.ring-gold-lite.lighten-hover .cf-prev:focus span {
  color: white;
}

.carousel-container.ring-gold-pale .carousel-path {
  stroke: #e9e4d1;
}

@media (min-width: 760px) {
  .carousel-container.ring-gold-pale .carousel-inner-circle {
    border: 2px solid #e9e4d1;
  }
}

.carousel-container.ring-gold-pale .cf-next span, .carousel-container.ring-gold-pale .cf-prev span {
  color: #e9e4d1;
}

.carousel-container.ring-gold-pale .cf-next span:hover, .carousel-container.ring-gold-pale .cf-next span:focus, .carousel-container.ring-gold-pale .cf-prev span:hover, .carousel-container.ring-gold-pale .cf-prev span:focus {
  color: #b8a76a;
}

.carousel-container.ring-gold-pale .cf-next:focus span, .carousel-container.ring-gold-pale .cf-prev:focus span {
  color: #b8a76a;
}

.carousel-container.ring-gold-pale.lighten-hover .cf-next span, .carousel-container.ring-gold-pale.lighten-hover .cf-prev span {
  color: #e9e4d1;
}

.carousel-container.ring-gold-pale.lighten-hover .cf-next span:hover, .carousel-container.ring-gold-pale.lighten-hover .cf-next span:focus, .carousel-container.ring-gold-pale.lighten-hover .cf-prev span:hover, .carousel-container.ring-gold-pale.lighten-hover .cf-prev span:focus {
  color: white;
}

.carousel-container.ring-gold-pale.lighten-hover .cf-next:focus span, .carousel-container.ring-gold-pale.lighten-hover .cf-prev:focus span {
  color: white;
}

.carousel-container.ring-gold-dark .carousel-path {
  stroke: #7e5b0a;
}

@media (min-width: 760px) {
  .carousel-container.ring-gold-dark .carousel-inner-circle {
    border: 2px solid #7e5b0a;
  }
}

.carousel-container.ring-gold-dark .cf-next span, .carousel-container.ring-gold-dark .cf-prev span {
  color: #7e5b0a;
}

.carousel-container.ring-gold-dark .cf-next span:hover, .carousel-container.ring-gold-dark .cf-next span:focus, .carousel-container.ring-gold-dark .cf-prev span:hover, .carousel-container.ring-gold-dark .cf-prev span:focus {
  color: black;
}

.carousel-container.ring-gold-dark .cf-next:focus span, .carousel-container.ring-gold-dark .cf-prev:focus span {
  color: black;
}

.carousel-container.ring-gold-dark.lighten-hover .cf-next span, .carousel-container.ring-gold-dark.lighten-hover .cf-prev span {
  color: #7e5b0a;
}

.carousel-container.ring-gold-dark.lighten-hover .cf-next span:hover, .carousel-container.ring-gold-dark.lighten-hover .cf-next span:focus, .carousel-container.ring-gold-dark.lighten-hover .cf-prev span:hover, .carousel-container.ring-gold-dark.lighten-hover .cf-prev span:focus {
  color: #efb632;
}

.carousel-container.ring-gold-dark.lighten-hover .cf-next:focus span, .carousel-container.ring-gold-dark.lighten-hover .cf-prev:focus span {
  color: #efb632;
}

.carousel-container.ring-blue .carousel-path {
  stroke: #103d8e;
}

@media (min-width: 760px) {
  .carousel-container.ring-blue .carousel-inner-circle {
    border: 2px solid #103d8e;
  }
}

.carousel-container.ring-blue .cf-next span, .carousel-container.ring-blue .cf-prev span {
  color: #103d8e;
}

.carousel-container.ring-blue .cf-next span:hover, .carousel-container.ring-blue .cf-next span:focus, .carousel-container.ring-blue .cf-prev span:hover, .carousel-container.ring-blue .cf-prev span:focus {
  color: #010204;
}

.carousel-container.ring-blue .cf-next:focus span, .carousel-container.ring-blue .cf-prev:focus span {
  color: #010204;
}

.carousel-container.ring-blue.lighten-hover .cf-next span, .carousel-container.ring-blue.lighten-hover .cf-prev span {
  color: #103d8e;
}

.carousel-container.ring-blue.lighten-hover .cf-next span:hover, .carousel-container.ring-blue.lighten-hover .cf-next span:focus, .carousel-container.ring-blue.lighten-hover .cf-prev span:hover, .carousel-container.ring-blue.lighten-hover .cf-prev span:focus {
  color: #4c85eb;
}

.carousel-container.ring-blue.lighten-hover .cf-next:focus span, .carousel-container.ring-blue.lighten-hover .cf-prev:focus span {
  color: #4c85eb;
}

.carousel-container.ring-blue-lite .carousel-path {
  stroke: #566987;
}

@media (min-width: 760px) {
  .carousel-container.ring-blue-lite .carousel-inner-circle {
    border: 2px solid #566987;
  }
}

.carousel-container.ring-blue-lite .cf-next span, .carousel-container.ring-blue-lite .cf-prev span {
  color: #566987;
}

.carousel-container.ring-blue-lite .cf-next span:hover, .carousel-container.ring-blue-lite .cf-next span:focus, .carousel-container.ring-blue-lite .cf-prev span:hover, .carousel-container.ring-blue-lite .cf-prev span:focus {
  color: #1a202a;
}

.carousel-container.ring-blue-lite .cf-next:focus span, .carousel-container.ring-blue-lite .cf-prev:focus span {
  color: #1a202a;
}

.carousel-container.ring-blue-lite.lighten-hover .cf-next span, .carousel-container.ring-blue-lite.lighten-hover .cf-prev span {
  color: #566987;
}

.carousel-container.ring-blue-lite.lighten-hover .cf-next span:hover, .carousel-container.ring-blue-lite.lighten-hover .cf-next span:focus, .carousel-container.ring-blue-lite.lighten-hover .cf-prev span:hover, .carousel-container.ring-blue-lite.lighten-hover .cf-prev span:focus {
  color: #acb8ca;
}

.carousel-container.ring-blue-lite.lighten-hover .cf-next:focus span, .carousel-container.ring-blue-lite.lighten-hover .cf-prev:focus span {
  color: #acb8ca;
}

.carousel-container.ring-blue-dark .carousel-path {
  stroke: #121923;
}

@media (min-width: 760px) {
  .carousel-container.ring-blue-dark .carousel-inner-circle {
    border: 2px solid #121923;
  }
}

.carousel-container.ring-blue-dark .cf-next span, .carousel-container.ring-blue-dark .cf-prev span {
  color: #121923;
}

.carousel-container.ring-blue-dark .cf-next span:hover, .carousel-container.ring-blue-dark .cf-next span:focus, .carousel-container.ring-blue-dark .cf-prev span:hover, .carousel-container.ring-blue-dark .cf-prev span:focus {
  color: black;
}

.carousel-container.ring-blue-dark .cf-next:focus span, .carousel-container.ring-blue-dark .cf-prev:focus span {
  color: black;
}

.carousel-container.ring-blue-dark.lighten-hover .cf-next span, .carousel-container.ring-blue-dark.lighten-hover .cf-prev span {
  color: #121923;
}

.carousel-container.ring-blue-dark.lighten-hover .cf-next span:hover, .carousel-container.ring-blue-dark.lighten-hover .cf-next span:focus, .carousel-container.ring-blue-dark.lighten-hover .cf-prev span:hover, .carousel-container.ring-blue-dark.lighten-hover .cf-prev span:focus {
  color: #466188;
}

.carousel-container.ring-blue-dark.lighten-hover .cf-next:focus span, .carousel-container.ring-blue-dark.lighten-hover .cf-prev:focus span {
  color: #466188;
}

.carousel-container.ring-gray .carousel-path {
  stroke: #C0C0C0;
}

@media (min-width: 760px) {
  .carousel-container.ring-gray .carousel-inner-circle {
    border: 2px solid #C0C0C0;
  }
}

.carousel-container.ring-gray .cf-next span, .carousel-container.ring-gray .cf-prev span {
  color: #C0C0C0;
}

.carousel-container.ring-gray .cf-next span:hover, .carousel-container.ring-gray .cf-next span:focus, .carousel-container.ring-gray .cf-prev span:hover, .carousel-container.ring-gray .cf-prev span:focus {
  color: #747474;
}

.carousel-container.ring-gray .cf-next:focus span, .carousel-container.ring-gray .cf-prev:focus span {
  color: #747474;
}

.carousel-container.ring-gray.lighten-hover .cf-next span, .carousel-container.ring-gray.lighten-hover .cf-prev span {
  color: #C0C0C0;
}

.carousel-container.ring-gray.lighten-hover .cf-next span:hover, .carousel-container.ring-gray.lighten-hover .cf-next span:focus, .carousel-container.ring-gray.lighten-hover .cf-prev span:hover, .carousel-container.ring-gray.lighten-hover .cf-prev span:focus {
  color: white;
}

.carousel-container.ring-gray.lighten-hover .cf-next:focus span, .carousel-container.ring-gray.lighten-hover .cf-prev:focus span {
  color: white;
}

.carousel-container.ring-lite-gray .carousel-path {
  stroke: #D9D9D9;
}

@media (min-width: 760px) {
  .carousel-container.ring-lite-gray .carousel-inner-circle {
    border: 2px solid #D9D9D9;
  }
}

.carousel-container.ring-lite-gray .cf-next span, .carousel-container.ring-lite-gray .cf-prev span {
  color: #D9D9D9;
}

.carousel-container.ring-lite-gray .cf-next span:hover, .carousel-container.ring-lite-gray .cf-next span:focus, .carousel-container.ring-lite-gray .cf-prev span:hover, .carousel-container.ring-lite-gray .cf-prev span:focus {
  color: #8d8d8d;
}

.carousel-container.ring-lite-gray .cf-next:focus span, .carousel-container.ring-lite-gray .cf-prev:focus span {
  color: #8d8d8d;
}

.carousel-container.ring-lite-gray.lighten-hover .cf-next span, .carousel-container.ring-lite-gray.lighten-hover .cf-prev span {
  color: #D9D9D9;
}

.carousel-container.ring-lite-gray.lighten-hover .cf-next span:hover, .carousel-container.ring-lite-gray.lighten-hover .cf-next span:focus, .carousel-container.ring-lite-gray.lighten-hover .cf-prev span:hover, .carousel-container.ring-lite-gray.lighten-hover .cf-prev span:focus {
  color: white;
}

.carousel-container.ring-lite-gray.lighten-hover .cf-next:focus span, .carousel-container.ring-lite-gray.lighten-hover .cf-prev:focus span {
  color: white;
}

#launch-countdown-wrapper {
  position: relative;
  margin-left: auto;
  width: 425px;
  height: 300px;
}

@media (min-width: 760px) {
  #launch-countdown-wrapper {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 425px;
    height: 300px;
  }
}

#launch-countdown-wrapper svg {
  position: absolute;
}

#launch-countdown-wrapper svg #countdown-circle {
  stroke-dashoffset: 1885;
  stroke-dasharray: 1885;
}

#launch-countdown-wrapper svg .base {
  fill: rgba(0, 0, 0, 0.25);
}

#launch-countdown-wrapper .countdown {
  position: absolute;
  top: 70px;
  left: 115px;
}

#launch-countdown-wrapper .countdown-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 140px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin: 0 3em 1.5em;
  background-image: none;
}

#launch-countdown-wrapper .countdown-content img {
  max-width: 100px;
}

#launch-countdown-wrapper .h3, #launch-countdown-wrapper .h4 {
  margin: 0 0 .5em;
  padding: 0;
  display: block;
}

#launch-countdown-wrapper h1 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-items: center;
  margin: 0;
  background-image: none;
}

#launch-countdown-wrapper h1 .day {
  font-size: 60px;
  line-height: 22px;
  font-family: "Avant Garde Condensed", sans-serif;
  line-height: .9;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  align-self: flex-start;
  position: relative;
  transition: font-size .3s ease;
  z-index: 1;
}

#launch-countdown-wrapper h1 .day:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23e0d8aa' stroke-width='2' fill='transparent'/%3E%3C/svg%3E ");
  position: absolute;
  width: 50px;
  height: 50px;
  left: -70px;
  top: -50px;
  z-index: -1;
}

#launch-countdown-wrapper h1 .coundown-label {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.86;
  letter-spacing: 0.25px;
  margin: 0;
  text-transform: uppercase;
}

#more-than-launches {
  background: #0a0a0a;
  background-image: url(../img/light-orange-bokeh-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: cover;
}

#more-than-launches .more-than-launch-wrapper {
  z-index: 1;
  padding-top: 5rem;
}

@media (min-width: 760px) {
  #more-than-launches .more-than-launch-wrapper {
    padding-top: 0;
  }
}

#more-than-launches .more-than-launch-wrapper .more-than-launch-inner-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #103d8e;
}

#more-than-launches .more-than-launch-wrapper .more-than-launch-inner-circle svg {
  fill: #fff;
  stroke: transparent;
}

#more-than-launches .more-than-launch-wrapper .more-than-launch-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  column-gap: 1em;
  align-items: start;
  margin-bottom: 2em;
  font-size: 24px;
  z-index: 1;
}

@media (min-width: 1180px) {
  #more-than-launches .more-than-launch-wrapper .more-than-launch-item {
    width: 100px;
    position: absolute;
    opacity: 0;
  }
}

#more-than-launches .more-than-launch-wrapper .more-than-launch-item:last-child {
  margin-bottom: 0;
}

#more-than-launches .more-than-launch-wrapper .more-than-launch-item .more-than-launch-inner-item {
  margin-top: 20px;
}

@media (min-width: 1180px) {
  #more-than-launches .more-than-launch-wrapper .more-than-launch-item .more-than-launch-inner-item {
    width: 225px;
  }
}

@media (min-width: 1180px) {
  #more-than-launches .more-than-launch-wrapper .more-than-launch-item.we-operate .more-than-launch-inner-item {
    max-width: 190px;
  }
}

#more-than-launches #more-than-ring {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  transition: right .3s ease;
  top: 50px;
}

@media (min-width: 1180px) {
  #more-than-launches #more-than-ring {
    right: 240px;
  }
}

#more-than-launches #more-than-ring circle {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform-origin: center;
  transition: left .3s ease, right .3s ease;
  transform: rotate(175deg);
}

#find-your-future {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 150px), url(../img/find-future-ring-one.png);
  background-position: 150px top;
}

#find-your-future:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(to right, white 20%, rgba(172, 76, 21, 0.45) 100%);
}

@media (min-width: 760px) {
  #find-your-future {
    background-image: none;
  }
  #find-your-future:before {
    background: none;
  }
}

#future-launch-ring-container {
  position: absolute;
  display: grid;
  height: 0px;
  width: calc(100% - 6em);
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  #future-launch-ring-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  #future-launch-ring-container {
    width: calc(100% - 10em);
  }
}

#future-launch-ring-container > div:first-of-type {
  position: relative;
}

#future-rings-container {
  display: none;
  transform: scale(0.9);
  transform-origin: left;
  z-index: 1;
}

@media (min-width: 760px) {
  #future-rings-container {
    display: block;
  }
}

#partner-with-you {
  background: #121923;
  background-image: url(../img/partner-home-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

#news-media ul.date-list {
  position: relative;
  right: auto;
  left: auto;
}

@media (min-width: 760px) {
  #news-media ul.date-list {
    position: absolute;
    margin-right: 50x;
    right: auto;
    left: 0px;
  }
}

@media (min-width: 1180px) {
  #news-media ul.date-list {
    right: auto;
    left: 164px;
  }
}

@media (min-width: 1400px) {
  #news-media ul.date-list {
    left: auto;
    right: 50px;
    max-width: 25em;
  }
}

#news-media ul.date-list li {
  display: grid;
  grid-template-areas: "a b" "c d";
  grid-template-columns: 110px 1fr;
  grid-auto-rows: 25px 100px;
  margin-bottom: 2em;
  column-gap: 0;
  position: relative;
  transition: column-gap .3s ease, margin .3s ease;
}

#news-media ul.date-list li:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #103d8e;
  border-radius: 50px;
  left: -50px;
  top: -25px;
  z-index: 0;
}

#news-media ul.date-list li:nth-child(1) {
  margin: 110px 0 0px 70px;
}

#news-media ul.date-list li:nth-child(2) {
  margin: 1em 0 0 20px;
}

#news-media ul.date-list li:nth-child(3) {
  margin: 2em 0 0 10px;
}

@media (min-width: 760px) {
  #news-media ul.date-list li:nth-child(1) {
    margin: 60px 0 0;
  }
  #news-media ul.date-list li:nth-child(2) {
    margin: 1em 0 0 1em;
  }
}

@media (min-width: 1180px) {
  #news-media ul.date-list li {
    column-gap: 1em;
    grid-template-columns: 100px calc(100% - 280px);
  }
  #news-media ul.date-list li:nth-child(1) {
    margin: 60px 0 0;
  }
  #news-media ul.date-list li:nth-child(2) {
    margin: 0 0 0 -90px;
  }
  #news-media ul.date-list li:nth-child(3) {
    margin: 1em 0 0 -140px;
  }
}

@media (min-width: 1400px) {
  #news-media ul.date-list li {
    grid-template-columns: 110px calc(100% - 75px);
  }
  #news-media ul.date-list li:nth-child(1) {
    margin: 60px 0 0;
  }
  #news-media ul.date-list li:nth-child(2) {
    margin: 0 0 0 -90px;
  }
  #news-media ul.date-list li:nth-child(3) {
    margin: 1em 0 0 -140px;
  }
}

#news-media svg#media-ring {
  width: 1200px;
  top: -200px;
  position: absolute;
  overflow: visible;
  left: 0px;
  transition: all .3s ease;
}

@media (min-width: 760px) {
  #news-media svg#media-ring {
    right: auto;
    left: -1180px;
    top: -360px;
  }
}

@media (min-width: 1180px) {
  #news-media svg#media-ring {
    right: auto;
    left: 0;
    top: -100px;
  }
}

@media (min-width: 1400px) {
  #news-media svg#media-ring {
    left: auto;
    right: -590px;
    top: -100px;
  }
}

#news-media svg#media-ring circle {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
}

#news-media svg#media-ring circle.base {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 0;
  stroke-dasharray: 3768;
  transform: rotate(180deg);
  transform-origin: center;
}

#work-at-play-btn {
  position: absolute;
  left: 165px;
  top: 260px;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}

@media (min-width: 760px) {
  #work-at-play-btn {
    left: auto;
    right: 65px;
    top: 50%;
  }
}

#work-at-nro-bg-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: #03050e;
  background-image: url(../img/work-at-nro-bg.jpg);
  background-size: 1000px;
  background-position: left top;
  background-repeat: no-repeat;
}

#WWwork-at-nro-bg-img  {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: #03050e;
  background-image: url(../img/Jwork-at-nro-bg-img.jpg);
  background-size: 1000px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (min-width: 760px) {
  #work-at-nro-bg-img {
    background-size: contain;
    background-position: center;
  }
}

#work-at-nro-bg-img .split-right {
  background: transparent;
}

@media (min-width: 760px) {
  #work-at-nro-bg-img .split-right {
    background: linear-gradient(90deg, transparent 100px, white 100px);
  }
}

#work-at-nro-bg-img .split-right svg {
  display: none;
}

@media (min-width: 760px) {
  #work-at-nro-bg-img .split-right svg {
    display: block;
  }
}

#work-at-nro .relative-container {
  min-height: 350px;
}

@media (min-width: 760px) {
  #work-at-nro .relative-container {
    min-height: auto;
  }
}

#work-at-nro-outline {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  top: -100px;
  left: -200px;
  z-index: 2;
  transition: left .3s ease;
}

@media (min-width: 960px) {
  #work-at-nro-outline {
    left: -250px;
  }
}

#work-at-nro-outline circle {
  stroke: #fff;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(180deg);
  transform-origin: center;
}

#work-at-nro-ring {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  z-index: 1;
  top: 340px;
  left: -320px;
  transition: left .3s ease;
}

@media (min-width: 760px) {
  #work-at-nro-ring {
    top: -100px;
    left: -200px;
  }
}

@media (min-width: 960px) {
  #work-at-nro-ring {
    left: -250px;
  }
}

#work-at-nro-ring circle {
  stroke: transparent;
  stroke-width: 2;
  fill: #fff;
}

#start-your-path {
  background: #0a0a0a;
  background-image: url(../img/dark-bokeh-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: cover;
}

#find-your-now-ring {
  width: 1200px;
  position: absolute;
  z-index: 0;
}

@media (min-width: 760px) {
  #find-your-now-ring {
    top: -300px;
    left: -1220px;
  }
}

@media (min-width: 1180px) {
  #find-your-now-ring {
    top: -130px;
    left: -1130px;
  }
}

#find-your-now-ring circle {
  stroke: #E3E3E3;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(170.5deg);
  transform-origin: center;
}

@media (min-width: 760px) {
  #find-your-now-ring circle {
    stroke-dashoffset: 0;
  }
}

@media (min-width: 1180px) {
  #find-your-now-ring circle {
    stroke-dashoffset: 3768;
  }
}

#job-listings-container h3 {
  margin: 0;
  z-index: 1;
  position: relative;
}

#job-listings-container ul {
  padding-top: 5em;
  width: 100%;
}

@media (min-width: 760px) {
  #job-listings-container ul {
    padding: 0;
  }
}

@media (min-width: 1180px) {
  #job-listings-container ul {
    margin: 0;
    padding: 0;
  }
}

#job-listings-container ul li {
  opacity: 1;
  position: relative;
  margin: 0 0 1em;
}

@media (min-width: 760px) {
  #job-listings-container ul li:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='48' stroke='%23dee2e6' stroke-width='2' fill='transparent'/%3E%3C/svg%3E ");
    position: absolute;
    width: 100px;
    height: 100px;
    left: -75px;
    top: -25px;
    z-index: 0;
  }
}

@media (min-width: 1180px) {
  #job-listings-container ul li {
    position: absolute;
    max-width: 100%;
    opacity: 0;
  }
}

#job-listings-container dd {
  color: #757575;
}

#job-listings-container dl {
  position: relative;
  justify-self: end;
  width: 100%;
  grid-template: auto / 130px auto;
}

#job-listings-container dl dt, #job-listings-container dl dd {
  position: relative;
}

#careers-launch-future-ring {
  width: 1200px;
  position: absolute;
  z-index: 0;
  top: -350px;
  left: 40px;
}

@media (min-width: 960px) {
  #careers-launch-future-ring {
    top: -350px;
    left: 40px;
  }
}

@media (min-width: 960px) {
  #careers-launch-future-ring {
    top: 320px;
    left: -280px;
  }
}

@media (min-width: 1180px) {
  #careers-launch-future-ring {
    top: 400px;
    left: -250px;
  }
}

#careers-launch-future-ring circle {
  stroke: transparent;
  stroke-width: 2;
  fill: transparent;
}

@media (min-width: 760px) {
  #careers-launch-future-ring circle {
    stroke: #E3E3E3;
  }
}

#careers-launch-future-ring #careers-launch-future-circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 3768;
  transform: rotate(175deg);
  transform-origin: center;
}

@media (min-width: 1180px) {
  #careers-launch-future-ring #careers-launch-future-circle {
    stroke-dashoffset: 3768;
  }
}

#careers-launch-your-future {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/careers-launch-future-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

#careers-launch-your-future .section-container {
  margin: 5em 3em;
}

@media (min-width: 1180px) {
  #careers-launch-your-future .section-container {
    margin: unset;
  }
}

#careers-launch-your-future .careers-lyf-wrapper {
  z-index: 1;
  padding-top: 5rem;
}

@media (min-width: 760px) {
  #careers-launch-your-future .careers-lyf-wrapper {
    padding-top: 0;
  }
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-inner-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: none;
  background: #fff;
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-inner-circle svg {
  fill: #103d8e;
  stroke: transparent;
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 2em;
  font-size: 24px;
  z-index: 1;
}

@media (min-width: 960px) {
  #careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item {
    width: 100px;
    height: 100px;
    position: absolute;
    justify-items: center;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: .5em;
    opacity: 0;
  }
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item:last-child {
  margin-bottom: 0;
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item .careers-lyf-inner-item p {
  margin-bottom: 0;
}

#careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item .careers-lyf-inner-item .headline {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) {
  #careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item .careers-lyf-inner-item {
    width: 175px;
    text-align: center;
  }
  #careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item .careers-lyf-inner-item .headline {
    max-width: 175px;
  }
}

@media (min-width: 1180px) {
  #careers-launch-your-future .careers-lyf-wrapper .careers-lyf-item .careers-lyf-inner-item {
    width: 225px;
  }
}

#working-at-splash-panel {
  background-image: url(../img/working-at-nro-splash-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

#working-nro-culture {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/working-culture-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

#working-nro-culture .section-container {
  margin: 5em 3em;
}

@media (min-width: 1180px) {
  #working-nro-culture .section-container {
    margin: unset;
  }
}

#working-culture-ring {
  width: 1200px;
  position: absolute;
  z-index: 0;
  top: 100px;
  left: -230px;
}

@media (min-width: 760px) {
  #working-culture-ring {
    top: 320px;
    left: -280px;
  }
}

@media (min-width: 1180px) {
  #working-culture-ring {
    top: 130px;
    left: -1120px;
  }
}

#working-culture-ring #working-culture-circle {
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(175deg);
  transform-origin: center;
}

.circle-info-grid {
  display: grid;
  grid-template-columns: 100px auto 1fr;
  grid-template-rows: 100px;
  align-items: center;
}

.large-number {
  font-family: "Avant Garde", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 0.86;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
}

.headline {
  margin-bottom: 0;
}

#working-nro-culture ul.ring-list {
  position: relative;
  right: auto;
  left: auto;
}

#working-nro-culture ul.ring-list li {
  display: grid;
  grid-template-columns: minmax(75px, auto) 1fr;
  grid-auto-rows: 100px;
  margin-bottom: 2em;
  align-items: center;
  column-gap: 0;
  position: relative;
  transition: column-gap .3s ease, margin .3s ease;
}

#working-nro-culture ul.ring-list li:nth-child(1) {
  margin: 110px 0 3em 90px;
}

#working-nro-culture ul.ring-list li:nth-child(2) {
  margin: 0 0 3em 110px;
}

#working-nro-culture ul.ring-list li:nth-child(3) {
  margin: 0 0 3em 90px;
}

@media (min-width: 760px) {
  #working-nro-culture ul.ring-list li:nth-child(1) {
    margin: 60px 0 3em;
  }
  #working-nro-culture ul.ring-list li:nth-child(2) {
    margin: 0 0 3em 20px;
  }
  #working-nro-culture ul.ring-list li:nth-child(3) {
    margin: 1em 0 3em;
  }
}

@media (min-width: 1180px) {
  #working-nro-culture ul.ring-list li:nth-child(1) {
    margin: 150px 0 3em;
  }
  #working-nro-culture ul.ring-list li:nth-child(2) {
    margin: 0 0 3em 20px;
  }
  #working-nro-culture ul.ring-list li:nth-child(3) {
    margin: 0 0 3em;
  }
}

#working-nro-culture ul.ring-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='48' stroke='%23103d8e' stroke-width='2' fill='transparent'/%3E%3C/svg%3E ");
  position: absolute;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -40px;
  z-index: 0;
}

#working-nro-culture svg#media-ring {
  width: 1200px;
  position: absolute;
  overflow: visible;
  transition: all .3s ease;
  left: -1080px;
  top: -300px;
}

@media (min-width: 760px) {
  #working-nro-culture svg#media-ring {
    left: -1180px;
    top: calc(-300px - 5em);
  }
}

@media (min-width: 1180px) {
  #working-nro-culture svg#media-ring {
    top: -300px;
  }
}

#working-nro-culture svg#media-ring circle {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
}

#working-nro-culture svg#media-ring circle.base {
  stroke: #103d8e;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 0;
  stroke-dasharray: 3768;
  transform: rotate(155deg);
  transform-origin: center;
}

#working-testimonial {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 250px), url(../img/work-at-nro-2-bg.jpg);
  background-position: 250px top;
}

#working-testimonial:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, black 20%, rgba(172, 76, 21, 0.45) 100%);
}

@media (min-width: 760px) {
  #working-testimonial {
    background-image: none;
  }
  #working-testimonial:before {
    background: none;
  }
}

@media (min-width: 560px) {
  #working-testimonial {
    background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 60vw), url(../img/work-at-nro-2-bg.jpg);
    background-position: 60vw top;
  }
}

#working-testimonial #work-at-nro-2-bg-img {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: #03050e;
  background-image: url(../img/work-at-nro-2-bg.jpg);
  background-size: 1000px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (min-width: 760px) {
  #working-testimonial #work-at-nro-2-bg-img {
    display: flex;
    background-size: contain;
    background-position: center;
  }
}

#working-career-dev {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 250px), url(../img/working-at-career-dev-cir.jpg);
  background-position: 250px top;
}

#working-career-dev:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, black 20%, rgba(20, 50, 98, 0.5) 100%);
}

@media (min-width: 760px) {
  #working-career-dev {
    background-image: none;
  }
  #working-career-dev:before {
    background: none;
  }
}

#working-career-dev-ring {
  width: 600px;
  height: 600px;
  top: -100px;
}

#working-career-dev-ring #working-career-dev-circle {
  stroke-width: 4;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(222deg);
  transform-origin: center;
  stroke: #C0C0C0;
}

#working-career-dev-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#working-career-dev-clip);
  position: absolute;
  top: 0px;
  object-position: center bottom;
  object-fit: cover;
  max-width: inherit;
}

#about-nro-scolese-video {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/about-nro-scolese-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

#about-mission-vision {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100px), url(../img/about-nro-mission-cir.jpg);
  background-position: 100px -200px;
}

#about-mission-vision:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, black 20%, rgba(20, 50, 98, 0.5) 100%);
}

@media (min-width: 760px) {
  #about-mission-vision {
    background-image: none;
  }
  #about-mission-vision:before {
    background: none;
  }
}

#about-mission-vision-ring {
  width: 600px;
  height: 600px;
  top: -100px;
  right: 0;
}

#about-mission-vision-ring #about-mission-vision-circle {
  stroke-width: 4;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(222deg);
  transform-origin: center;
  stroke: #feb043;
}

#about-mission-vision-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#about-mission-vision-clip);
  position: absolute;
  top: 0px;
  right: 0;
  object-position: 0%;
  object-fit: cover;
  overflow: visible;
  max-width: inherit;
}

#about-leadership {
  background-image: url(../img/straight-lines-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

#about-nro-workforce {
  background-image: linear-gradient(to right, rgba(20, 50, 98, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/about-nro-workforce-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (min-width: 760px) {
  #about-nro-workforce {
    background-position: center center;
  }
}

@media (min-width: 1180px) {
  #about-nro-workforce {
    background-position: left center;
  }
}

@media (min-width: 760px) {
  #about-nro-workforce .relative-container {
    padding: 3em 0;
  }
}

@media (min-width: 960px) {
  #about-nro-workforce .relative-container {
    padding: 5em 0;
  }
}

#about-mission-partners-bg-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: #e9e4d1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100px), url(../img/about-nro-mission-partners.jpg);
  background-position: 100px top;
}

#about-mission-partners-bg-img:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e9e4d1 50%, rgba(233, 228, 209, 0) 100%);
}

@media (min-width: 760px) {
  #about-mission-partners-bg-img {
    background-image: none;
  }
  #about-mission-partners-bg-img:before {
    background: none;
  }
}

@media (min-width: 760px) {
  #about-mission-partners-bg-img {
    background-image: url(../img/about-nro-mission-partners.jpg);
    background-position: -60px -50px;
    background-size: 830px;
  }
}

@media (min-width: 1700px) {
  #about-mission-partners-bg-img {
    background-size: 50vw;
  }
}

#about-mission-partners-bg-img .split-right {
  background: transparent;
}

@media (min-width: 960px) {
  #about-mission-partners-bg-img .split-right {
    background: linear-gradient(90deg, transparent 100px, #e9e4d1 100px);
  }
}

#about-mission-partners-bg-img .split-right svg {
  position: absolute;
  height: 1200px;
  width: 1200px;
  top: -300px;
  left: -255px;
  display: none;
}

@media (min-width: 760px) {
  #about-mission-partners-bg-img .split-right svg {
    display: block;
    left: -140px;
  }
}

@media (min-width: 1180px) {
  #about-mission-partners-bg-img .split-right svg {
    left: -200px;
  }
}

#about-mission-partners-bg-img .split-right svg circle {
  stroke: transparent;
  fill: #e9e4d1;
}

#about-leadership #about-leadership-circle-container {
  width: 1200px;
  height: 1200px;
  position: absolute;
  overflow: visible;
  top: -110px;
  left: -1090px;
}

@media (min-width: 760px) {
  #about-leadership #about-leadership-circle-container {
    top: -240px;
    left: -1150px;
  }
}

@media (min-width: 1180px) {
  #about-leadership #about-leadership-circle-container {
    top: -110px;
    left: -1060px;
  }
}

@media (min-width: 1280px) {
  #about-leadership #about-leadership-circle-container {
    top: -110px;
    left: -1020px;
  }
}

#about-leadership #about-leadership-circle-container circle {
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform-origin: center;
  transition: left .3s ease, right .3s ease;
  transform: rotate(158deg);
}

#about-leadership img {
  border-radius: 100px;
  border: 2px solid #103d8e;
  width: 100px;
}

#about-leadership .ring-list li {
  opacity: 1;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 2em;
  align-items: center;
  margin-bottom: 2em;
}

@media (min-width: 760px) {
  #about-leadership .ring-list li {
    opacity: 0;
  }
}

#about-leadership .ring-list li .title {
  font-size: 13px;
  line-height: 17px;
}

@media (min-width: 960px) {
  #about-leadership .ring-list li .title {
    font-size: 14px;
    line-height: 18px;
  }
}

#about-leadership .relative-container {
  display: flex;
  align-items: center;
}

#about-locations {
  background: #0a0a0a;
  background-image: url(../img/blue-wave-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about-history {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/unclass-history-ring.png);
  background-position: right top;
}

#about-history:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(to right, white 20%, rgba(172, 76, 21, 0.45) 100%);
}

@media (min-width: 760px) {
  #about-history {
    background-image: none;
  }
  #about-history:before {
    background: none;
  }
}

#unclass-history-ring {
  width: 750px;
  height: 750px;
  top: -126px;
  left: 0px;
}

#unclass-history-ring #unclass-history-circle {
  stroke-width: 4;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(175deg);
  transform-origin: center;
  stroke: #7e5b0a;
}

#unclass-history-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#unclass-history-clip);
  position: absolute;
  object-fit: cover;
  object-position: 120% top;
  transition: object-position .3s ease;
  overflow: visible;
  max-width: inherit;
  transform: scale(1.25);
  top: 75px;
  left: 75px;
}

@media (min-width: 760px) {
  #unclass-history-cir-img {
    object-position: 90% center;
  }
}

@media (min-width: 960px) {
  #unclass-history-cir-img {
    object-position: center center;
  }
}

#students-splash-panel {
  background-image: url(../img/student-opp-splash-bg.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

#students-splashfull-panel {
  background-image: url(../img/student-opp-splash-bg2.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (min-width: 1180px) {
  #students-splashfull-panel {
    background-position: left top;
}

@media (min-width: 1180px) {
  #students-splash-panel {
    background-position: left top;
  }
}

#have-what-it-takes {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/have-what-it-takes-cir.jpg);
  background-position: right top;
}

#have-what-it-takes:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, black 20%, rgba(172, 76, 21, 0.45) 100%);
}

@media (min-width: 760px) {
  #have-what-it-takes {
    background-image: none;
  }
  #have-what-it-takes:before {
    background: none;
  }
}

#have-what-it-takes-ring {
  width: 600px;
  height: 600px;
  top: -100px;
}

#have-what-it-takes-ring #have-what-it-takes-circle {
  stroke-width: 4;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(175deg);
  transform-origin: center;
}

#have-what-it-takes-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#have-what-it-takes-clip);
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: 120% top;
  transition: object-position .3s ease;
  max-width: inherit;
}

@media (min-width: 760px) {
  #have-what-it-takes-cir-img {
    object-position: 90% top;
  }
}

@media (min-width: 960px) {
  #have-what-it-takes-cir-img {
    object-position: 80% top;
  }
}

@media (min-width: 1180px) {
  #have-what-it-takes-cir-img {
    object-position: 70% 0%;
  }
}

#students-event-ring {
  width: 1200px;
  position: absolute;
  overflow: visible;
  left: -1150px;
  top: -350px;
  opacity: 0;
  transition: all .3s ease;
}

@media (min-width: 760px) {
  #students-event-ring {
    opacity: 1;
  }
}

@media (min-width: 1180px) {
  #students-event-ring {
    left: 20px;
    top: -100px;
  }
}

#students-event-ring #students-event-circle {
  stroke: #D9D9D9;
  stroke-width: 2;
  fill: transparent;
  stroke-dashoffset: 0;
  stroke-dasharray: 3768;
  transform: rotate(155deg);
  transform-origin: center;
}

ul.calendar-list {
  position: relative;
  align-self: flex-start;
  padding-top: 30px;
}

@media (min-width: 1180px) {
  ul.calendar-list {
    margin-bottom: 0;
    width: 100%;
  }
}

ul.calendar-list li {
  padding-left: 5px;
}

ul.calendar-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath x='50' d='m37.61,6.77h-3.73V.95c0-.52-.42-.95-.95-.95s-.95.42-.95.95v5.82H11.53V.95c0-.52-.42-.95-.95-.95s-.95.42-.95.95v5.82h-3.83c-3.21,0-5.81,2.61-5.81,5.81v31.61c0,3.21,2.61,5.81,5.81,5.81h31.79c3.21,0,5.81-2.61,5.81-5.81V12.58c0-3.21-2.61-5.81-5.81-5.81Zm-31.79,1.89h31.79c2.16,0,3.92,1.76,3.92,3.92v3.55H1.89v-3.55c0-2.16,1.76-3.92,3.92-3.92Zm9.71,29.25v-9.41h12.47v9.41h-12.47Zm12.47,1.89v8.3h-12.47v-8.3h12.47Zm0-21.78v8.58h-12.47v-8.58h12.47Zm-14.37,8.58H1.89v-8.58h11.73v8.58Zm0,1.89v9.41H1.89v-9.41h11.73Zm16.26,0h11.64v9.41h-11.64v-9.41Zm0-1.89v-8.58h11.64v8.58h-11.64ZM1.89,44.19v-4.38h11.73v8.3h-7.81c-2.16,0-3.92-1.76-3.92-3.92Zm35.71,3.92h-7.72v-8.3h11.64v4.38c0,2.16-1.76,3.92-3.92,3.92Z' fill='%237e5b0a' style='transform:translate(26px,22px)' /%3E%3C/svg%3E ");
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #D9D9D9;
  border-radius: 50px;
  left: -70px;
  top: -35px;
  z-index: 0;
}

@media (min-width: 760px) {
  ul.calendar-list li:nth-child(3) {
    margin: 0 0 3em 60px;
  }
}

@media (min-width: 1180px) {
  ul.calendar-list li {
    column-gap: 1em;
  }
  ul.calendar-list li:nth-child(1) {
    margin: 0 0 2em 200px;
  }
  ul.calendar-list li:nth-child(2) {
    margin: 0 0 2em 110px;
  }
}

#student-fit-in {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/working-culture-bg.jpg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#student-possibilities-circle {
  top: -300px;
  display: none;
}

@media (min-width: 960px) {
  #student-possibilities-circle {
    display: block;
    left: -280px;
  }
}

@media (min-width: 1180px) {
  #student-possibilities-circle {
    left: -250px;
  }
}

#student-possibilities-circle circle {
  stroke: #fff;
}

#launches-splash-panel {
  background-image: url(../img/launches.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#launch-list {
  background: #fff;
}

#launch-list .page-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 560px) {
  #launch-list .page-container {
    flex-direction: column;
  }
}

#launch-list .subpage-header {
  display: flex;
  align-items: flex-start;
  width: 20%;
  margin-right: 10%;
}

@media (max-width: 960px) {
  #launch-list .subpage-header {
    width: 30%;
  }
}

@media (max-width: 560px) {
  #launch-list .subpage-header {
    width: 100%;
    margin: 10px 0 40px;
    justify-content: center;
  }
}

#launch-list .subpage-header h2 {
  color: #103d8e;
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 2.56rem);
  line-height: 0.86;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  margin: 0;
  padding-bottom: 0;
  display: block;
  background: none;
}

#launch-list .launches-contain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

@media (max-width: 960px) {
  #launch-list .launches-contain {
    grid-template-columns: repeat(1, 1fr);
  }
}

#launch-list .missions .launches-contain a.mission-contain {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all .3s ease;
  text-decoration: none;
}

#launch-list .missions .launches-contain a.mission-contain .emblem {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

#launch-list .missions .launches-contain a.mission-contain .emblem img {
  height: 90%;
  width: 90%;
  transition: all .3s ease;
}

#launch-list .missions .launches-contain a.mission-contain .emblem img.alt-size {
  width: 176px;
}

#launch-list .missions .launches-contain a.mission-contain .text-contain {
  display: flex;
  text-align: left;
  flex-direction: column;
}

#launch-list .missions .launches-contain a.mission-contain .text-contain .title {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #103d8e;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

#launch-list .missions .launches-contain a.mission-contain .text-contain .title:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(to right, #113d86 50%, rgba(17, 61, 134, 0) 100%);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

#launch-list .missions .launches-contain a.mission-contain .text-contain .date {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7e5b0a;
  margin-bottom: 8px;
}

#launch-list .missions .launches-contain a.mission-contain .text-contain .location {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #121923;
}

.silhouette {
  clip-path: url(#rocket_silhouettes);
  display: none;
}

@media (min-width: 760px) {
  .silhouette {
    display: block;
  }
}

#launch-list .missions .launches-contain a.mission-contain:hover, #launch-list .missions .launches-contain a.mission-contain:focus {
  color: #103d8e;
}

#launch-list .missions .launches-contain a.mission-contain:hover .emblem img, #launch-list .missions .launches-contain a.mission-contain:focus .emblem img {
  transform: scale(1.1);
}

#launch-list .missions .launches-contain a.mission-contain:hover .text-contain .title:after, #launch-list .missions .launches-contain a.mission-contain:focus .text-contain .title:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#launch-vehicles {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/silhouette-rocket-image.jpg);
  background-position: right center;
}

#launch-vehicles:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(18, 25, 35, 0.3) 0%, rgba(18, 25, 35, 0.3) 100%), linear-gradient(to right, #121923 20%, rgba(20, 50, 98, 0.5) 100%);
}

@media (min-width: 760px) {
  #launch-vehicles {
    background-image: none;
  }
  #launch-vehicles:before {
    background: none;
  }
}

.tab {
  display: flex;
  border-right: 1px solid #777;
  flex-direction: column;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .tab {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #777;
    margin-bottom: 30px;
  }
}

.tab .tab-button {
  display: flex;
  background-color: inherit;
  color: #5A5A5A;
  padding: 16px 10px;
  min-width: 168px;
  margin-right: 10px;
  border: none;
  justify-content: flex-end;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px;
}

@media (max-width: 1180px) {
  .tab .tab-button {
    border-right: 0;
    padding: 5px 12px;
    min-width: unset;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    justify-content: center;
    text-align: center;
  }
}

.tab .tab-button:hover, .tab .tab-button:focus {
  background-color: #feb043;
  color: #103d8e;
  font-weight: 700;
  letter-spacing: 1.88px;
}

@media (max-width: 1180px) {
  .tab .tab-button:hover, .tab .tab-button:focus {
    letter-spacing: 1.45px;
  }
}

.tab .tab-button.active {
  color: #103d8e;
  font-weight: 700;
  letter-spacing: 1.88px;
}

@media (max-width: 1180px) {
  .tab .tab-button.active {
    letter-spacing: 1.45px;
  }
}

.tabcontent {
  display: none;
  border-left: none;
  flex-direction: row;
}

.tabcontent.active {
  display: flex;
  outline: 0;
}

@media (max-width: 760px) {
  .tabcontent {
    flex-direction: column;
  }
}

.tabcontent .content {
  padding: 0px 4%;
  display: flex;
  flex-direction: column;
  width: 55%;
}

@media (max-width: 1180px) {
  .tabcontent .content {
    padding: 0px 4% 0 0;
    width: 55%;
  }
}

@media (max-width: 760px) {
  .tabcontent .content {
    padding: 0;
    width: 100%;
  }
}

.tabcontent .illustration {
  display: flex;
  flex-direction: column;
  width: 37%;
  background-color: #f3f3f3;
  padding: 50px;
  align-items: flex-start;
  max-width: unset;
  text-align: center;
}

@media (max-width: 1180px) {
  .tabcontent .illustration {
    width: 41%;
    padding: 25px;
  }
}

@media (max-width: 760px) {
  .tabcontent .illustration {
    padding: 50px;
    width: 100%;
    justify-content: center;
  }
}

#launch-vehicles-tabs {
  background: #fff;
  flex-direction: column;
}

#launch-vehicles-tabs .tabs-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1180px) {
  #launch-vehicles-tabs .tabs-container {
    flex-direction: column;
  }
}

#launch-vehicles-tabs h2, #launch-vehicles-tabs h3 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 45px;
  line-height: 50px;
  margin: 0;
  padding-bottom: 12px;
  background: none;
}

#launch-vehicles-tabs h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 6px;
}

#launch-vehicles-tabs ul.has-list-style {
  list-style-type: circle;
  margin-bottom: 32px;
}

#launch-vehicles-tabs ul.has-list-style li {
  margin-bottom: 0;
  margin-left: 20px;
}

#launch-vehicles-tabs p, #launch-vehicles-tabs li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

#launch-vehicles-tabs .logo-manufacturer {
  width: 164px;
  padding: 0 0 0px 16px;
  display: inline;
  float: right;
}

.summary {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}

.summary .statement p {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  color: #293950 !important;
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.summary .emblem-info {
  display: flex;
  flex-direction: row;
}

@media (max-width: 760px) {
  .summary .emblem-info {
    flex-direction: column;
  }
}

.summary .emblem-info .image {
  display: flex;
  width: 20%;
  padding-right: 40px;
  align-items: flex-start;
}

@media (max-width: 1180px) {
  .summary .emblem-info .image {
    width: 30%;
  }
}

@media (max-width: 760px) {
  .summary .emblem-info .image {
    width: 70%;
    padding-bottom: 20px;
  }
}

.summary .emblem-info .text {
  display: flex;
  width: 80%;
  flex-direction: column;
}

@media (max-width: 1180px) {
  .summary .emblem-info .text {
    width: 70%;
  }
}

@media (max-width: 760px) {
  .summary .emblem-info .text {
    width: 100%;
  }
}

.summary .emblem-info .image-alt {
  display: flex;
  width: 35%;
  padding-right: 40px;
  align-items: flex-start;
}

@media (max-width: 1180px) {
  .summary .emblem-info .image-alt {
    width: 45%;
  }
}

@media (max-width: 760px) {
  .summary .emblem-info .image-alt {
    width: 55%;
    padding-bottom: 20px;
  }
}

.summary .emblem-info .text-alt {
  display: flex;
  width: 65%;
  flex-direction: column;
}

@media (max-width: 1180px) {
  .summary .emblem-info .text-alt {
    width: 55%;
  }
}

@media (max-width: 760px) {
  .summary .emblem-info .text-alt {
    width: 100%;
  }
}

.launch-vehicle {
  border-left: none;
  flex-direction: row;
  display: flex;
  margin: 0 0 3em 0;
}

@media (max-width: 760px) {
  .launch-vehicle {
    flex-direction: column;
  }
}

.launch-vehicle .content {
  padding: 0 4% 0 0;
  display: flex;
  flex-direction: column;
  width: 70%;
}

@media (max-width: 1180px) {
  .launch-vehicle .content {
    padding: 0 4% 0 0;
    width: 65%;
  }
}

@media (max-width: 760px) {
  .launch-vehicle .content {
    padding: 0;
    width: 100%;
  }
}

.launch-vehicle .illustration {
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f3f3f3;
  padding: 50px;
  align-items: flex-start;
  max-width: unset;
  text-align: center;
}

@media (max-width: 1180px) {
  .launch-vehicle .illustration {
    width: 35%;
    padding: 25px;
  }
}

@media (max-width: 760px) {
  .launch-vehicle .illustration {
    padding: 50px;
    width: 100%;
    justify-content: center;
  }
}

#launch-mission h2, #launch-mission h3 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 45px;
  line-height: 43px;
  margin: 0;
  padding-bottom: 18px;
  background: none;
}

@media (max-width: 760px) {
  #launch-mission h2 {
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 18px;
  }
}

@media (max-width: 560px) {
  #launch-mission h2 {
    font-size: 35px;
    line-height: 33px;
    padding-bottom: 16px;
  }
}

#launch-mission h3 {
  font-size: 24px;
  line-height: 22px;
  padding-bottom: 6px;
}

#launch-mission h4 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 6px;
  background: none;
}

#launch-mission ul.has-list-style {
  list-style-type: circle;
  margin-bottom: 32px;
}

#launch-mission ul.has-list-style li {
  margin-bottom: 0;
  margin-left: 20px;
}

#launch-mission p, #launch-mission li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

#launch-mission .logo-manufacturer {
  width: 164px;
  padding: 0 0 0px 16px;
  display: inline;
  float: right;
}

.media-template {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.media-template h2, .media-template h3 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #7e5b0a;
  font-size: 45px;
  line-height: 50px;
  margin: 0;
  padding-bottom: 12px;
  background: none;
}

.media-template h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 6px;
}

.media-template ul.has-list-style {
  list-style-type: square;
  margin-bottom: 32px;
}

.media-template ul.has-list-style li {
  margin-bottom: 0;
  margin-left: 20px;
}

.media-template p, .media-template li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.media-template .media-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .media-template .media-nav {
    margin-bottom: 28px;
    justify-content: space-between;
  }
}

.media-template .content {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1180px) {
  .media-template .content {
    flex-direction: column;
  }
}

.media-template .content a, .media-template .content a:hover {
  border-bottom: none;
}

.media-template .content .head {
  display: flex;
  flex-direction: column;
  width: 15%;
  padding: 20px 2.5% 0 0;
  text-align: right;
  justify-content: flex-start;
  border-right: 1px solid #777;
  min-width: 178px;
}

@media (max-width: 1180px) {
  .media-template .content .head {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #777;
    padding: 20px 0 20px;
    text-align: left;
  }
}

.media-template .content .head span {
  font: 35px/32px "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #103d8e;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
}

@media (max-width: 1180px) {
  .media-template .content .head span {
    padding-bottom: 15px;
  }
}

@media (min-width: 1180px) {
  .media-template .content .head span.small-text {
    font-size: 25px;
    line-height: 24px;
  }
}

.media-template .content .head .description {
  font: 14px/20px "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}

.media-template .content .body {
  display: flex;
  flex-direction: column;
  width: 85%;
  padding: 20px 0 0 3%;
}

@media (max-width: 1180px) {
  .media-template .content .body {
    width: 100%;
    padding: 50px 0 20px;
  }
}

.media-template .content .body .date,
.media-template .content .body .episode {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #7e5b0a;
  position: relative;
}

.media-template .content .body .date:before,
.media-template .content .body .episode:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -6px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
}

.media-template .content .body .top-story a .date:after,
.media-template .content .body a .date:after,
.media-template .content .body a .episode:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -7px;
  left: 0;
  background-image: linear-gradient(to right, #113d86 50%, rgba(17, 61, 134, 0) 100%);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.media-template .content .body .top-story a:hover .date:after,
.media-template .content .body a:hover .date:after,
.media-template .content .body a:focus .date:after,
.media-template .content .body a:hover .episode:after,
.media-template .content .body a:focus .episode:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.media-template .content .body .headline {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #103d8e;
  font-style: italic;
}

.media-template .content .body .description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}

.media-template .content .body .author {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5A5A5A;
}

article.top-story a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}

@media (max-width: 760px) {
  article.top-story a {
    flex-direction: column;
  }
}

article.top-story a .left, article.top-story a .right {
  display: flex;
  width: 50%;
  justify-content: center;
}

@media (max-width: 760px) {
  article.top-story a .left, article.top-story a .right {
    width: 100%;
  }
}

article.top-story a .left {
  flex-direction: column;
  padding-right: 20px;
}

@media (max-width: 1400px) {
  article.top-story a .left {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  article.top-story a .left {
    width: 45%;
  }
}

@media (max-width: 1180px) {
  article.top-story a .left {
    width: 40%;
  }
}

@media (max-width: 960px) {
  article.top-story a .left {
    width: 40%;
  }
}

@media (max-width: 760px) {
  article.top-story a .left {
    padding-right: 0;
    width: 100%;
  }
}

article.top-story a .right {
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 1400px) {
  article.top-story a .right {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  article.top-story a .right {
    width: 55%;
  }
}

@media (max-width: 1180px) {
  article.top-story a .right {
    width: 60%;
  }
}

@media (max-width: 960px) {
  article.top-story a .right {
    width: 60%;
  }
}

@media (max-width: 760px) {
  article.top-story a .right {
    width: 100%;
    margin-top: 20px;
  }
}

article.top-story a .right > img {
  object-fit: cover;
  transition: 0.3s;
}

article.top-story a .left .date {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 30px;
}

article.top-story a .left .headline {
  font-size: 48px;
  line-height: 46px;
  padding-bottom: 20px;
}

@media (max-width: 1280px) {
  article.top-story a .left .headline {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 1180px) {
  article.top-story a .left .headline {
    font-size: 40px;
    line-height: 38px;
  }
}

@media (max-width: 960px) {
  article.top-story a .left .headline {
    font-size: 34px;
    line-height: 32px;
  }
}

@media (max-width: 760px) {
  article.top-story a .left .headline {
    font-size: 30px;
    line-height: 28px;
  }
}

article.top-story a .left .description {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 25px;
}

article.top-story a .left .author {
  font-size: 12px;
  line-height: 13px;
}

article.top-story a:hover .right img {
  transform: scale(1.1);
}

.mid-stories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 130px);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  margin-top: 57px;
}

@media (max-width: 960px) {
  .mid-stories {
    grid-template-rows: repeat(2, 200px);
  }
}

@media (max-width: 560px) {
  .mid-stories {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
}

.mid-stories .story-two {
  grid-area: 1 / 1 / 2 / 2;
}

@media (max-width: 560px) {
  .mid-stories .story-two {
    display: flex;
    margin-top: 60px;
  }
}

.mid-stories .story-three {
  grid-area: 1 / 2 / 2 / 3;
}

@media (max-width: 560px) {
  .mid-stories .story-three {
    display: flex;
    margin-top: 60px;
  }
}

.mid-stories .story-four {
  grid-area: 2 / 1 / 3 / 2;
}

@media (max-width: 560px) {
  .mid-stories .story-four {
    display: flex;
    margin-top: 60px;
  }
}

.mid-stories .story-five {
  grid-area: 2 / 2 / 3 / 3;
}

@media (max-width: 560px) {
  .mid-stories .story-five {
    display: flex;
    margin-top: 60px;
  }
}

.mid-stories .story-two a,
.mid-stories .story-three a,
.mid-stories .story-four a,
.mid-stories .story-five a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  height: 100%;
}

@media (max-width: 960px) {
  .mid-stories .story-two a,
.mid-stories .story-three a,
.mid-stories .story-four a,
.mid-stories .story-five a {
    flex-direction: column;
  }
}

.mid-stories a .mid-left,
.mid-stories a .mid-right {
  display: flex;
}

@media (max-width: 960px) {
  .mid-stories a .mid-left,
.mid-stories a .mid-right {
    width: 100% !important;
  }
}

.mid-stories a .mid-left {
  width: 55%;
  flex-direction: column;
  padding-right: 20px;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .mid-stories a .mid-left {
    padding-right: 0;
  }
}

.mid-stories a .mid-left .date {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 5px;
}

@media (max-width: 1280px) {
  .mid-stories a .mid-left .date {
    margin-bottom: 18px;
  }
}

.mid-stories a .mid-left .headline {
  height: 100%;
  display: flex;
  align-items: center;
}

.mid-stories a .mid-left .headline span {
  font-size: 22px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  .mid-stories a .mid-left .headline span {
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}

.mid-stories a .mid-right {
  width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .mid-stories a .mid-right {
    width: 55%;
  }
}

@media (max-width: 560px) {
  .mid-stories a .mid-right {
    height: 150px;
  }
}

.mid-stories a .mid-right > img {
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}

.mid-stories a:hover .mid-right img {
  transform: scale(1.1);
}

.content .body .podcasts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media (max-width: 960px) {
  .content .body .podcasts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .content .body .podcasts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.podcast-contain {
  display: grid;
}

.podcast-contain:first-child {
  display: grid;
  grid-area: 1 / 1 / 2 / 4;
}

@media (max-width: 960px) {
  .podcast-contain:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media (max-width: 760px) {
  .podcast-contain:first-child {
    grid-area: unset;
  }
}

.podcast-contain a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  height: 100%;
}

.podcast-contain a .mid-left,
.podcast-contain a .mid-right,
.podcast-contain a .left,
.podcast-contain a .right {
  display: flex;
}

@media (max-width: 960px) {
  .podcast-contain a .mid-left,
.podcast-contain a .mid-right,
.podcast-contain a .left,
.podcast-contain a .right {
    width: 100% !important;
  }
}

.podcast-contain .latest {
  display: flex;
  height: 231px;
  background: url(../img/podcast-banner.jpg) no-repeat center right;
  position: relative;
}

@media (max-width: 760px) {
  .podcast-contain .latest {
    height: auto;
    background: none;
  }
}

.podcast-contain .latest::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 960px) {
  .podcast-contain .latest::before {
    background-image: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 760px) {
  .podcast-contain .latest::before {
    display: none;
  }
}

.podcast-contain .latest a {
  display: flex;
  position: relative;
  width: 50%;
  padding: 3% 0;
}

@media (max-width: 960px) {
  .podcast-contain .latest a {
    justify-content: center;
    width: 60%;
    padding: auto;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .podcast-contain .latest a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}

.podcast-contain .latest a .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 15px;
  width: 65%;
}

@media (max-width: 760px) {
  .podcast-contain .latest a .left {
    flex-direction: column;
    padding-right: 12px;
    justify-content: space-between;
  }
}

.podcast-contain .latest a .left .episode {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 22px;
  width: 100%;
}

@media (max-width: 1280px) {
  .podcast-contain .latest a .left .episode {
    margin-bottom: 18px;
  }
}

.podcast-contain .latest a .left .headline {
  font-size: 26px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  .podcast-contain .latest a .left .headline {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .podcast-contain .latest a .left .headline {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.podcast-contain .latest a .right {
  width: auto;
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 960px) {
  .podcast-contain .latest a .right {
    height: 103px;
    width: 103px !important;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .podcast-contain .latest a .right {
    width: 100% !important;
    height: 100% !important;
  }
}

.podcast-contain .latest a .right > img {
  object-fit: contain;
  transition: 0.3s;
  width: 100%;
}

.podcast-contain .latest a:hover .right img {
  transform: scale(1.1);
}

.podcast-contain a .mid-left {
  width: 55%;
  flex-direction: column;
  padding-right: 12px;
  justify-content: space-between;
}

.podcast-contain a .mid-left .episode {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 5px;
}

@media (max-width: 1280px) {
  .podcast-contain a .mid-left .episode {
    margin-bottom: 18px;
  }
}

.podcast-contain a .mid-left .headline {
  height: 100%;
  display: flex;
  align-items: center;
}

.podcast-contain a .mid-left .headline span {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .podcast-contain a .mid-left .headline span {
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .podcast-contain a .mid-left .headline span {
    font-size: 20px;
    line-height: 22px;
  }
}

.podcast-contain a .mid-right {
  width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .podcast-contain a .mid-right {
    width: 55%;
  }
}

@media (max-width: 560px) {
  .podcast-contain a .mid-right {
    height: auto;
  }
}

.podcast-contain a .mid-right > img {
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}

.podcast-contain a:hover .mid-right img {
  transform: scale(1.1);
}

.content .body .press-releases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media (max-width: 960px) {
  .content .body .press-releases {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .content .body .press-releases {
    grid-template-columns: repeat(1, 1fr);
  }
}

#speeches_testimonies .press-releases-contain .latest {
  background: url(../img/speeches-banner.jpg) no-repeat center right;
}

@media (max-width: 960px) {
  #speeches_testimonies .press-releases-contain .latest {
    background: url(../img/speeches-banner.jpg) no-repeat 90% right;
  }
}

@media (max-width: 760px) {
  #speeches_testimonies .press-releases-contain .latest {
    height: auto;
    background: none;
  }
}

article.press-releases-contain {
  display: grid;
}

article.press-releases-contain:first-child {
  display: grid;
  grid-area: 1 / 1 / 2 / 4;
}

@media (max-width: 960px) {
  article.press-releases-contain:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media (max-width: 760px) {
  article.press-releases-contain:first-child {
    grid-area: unset;
  }
}

article.press-releases-contain a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  height: 100%;
}

article.press-releases-contain a .mid-left,
article.press-releases-contain a.left {
  display: flex;
}

@media (max-width: 960px) {
  article.press-releases-contain a .mid-left,
article.press-releases-contain a.left {
    width: 100% !important;
  }
}

article.press-releases-contain .latest {
  display: flex;
  height: 231px;
  background: url(../img/pr-banner.jpg) no-repeat center right;
  position: relative;
}

@media (max-width: 960px) {
  article.press-releases-contain .latest {
    background: url(../img/pr-banner.jpg) no-repeat 90% right;
  }
}

@media (max-width: 760px) {
  article.press-releases-contain .latest {
    height: auto;
    background: none;
  }
}

article.press-releases-contain .latest::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 75%);
}

@media (max-width: 960px) {
  article.press-releases-contain .latest::before {
    background-image: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 75%);
  }
}

@media (max-width: 760px) {
  article.press-releases-contain .latest::before {
    display: none;
  }
}

article.press-releases-contain .latest a {
  display: flex;
  position: relative;
  width: 55%;
  padding: 3% 0;
}

@media (max-width: 960px) {
  article.press-releases-contain .latest a {
    justify-content: center;
    width: 50%;
    padding: auto;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  article.press-releases-contain .latest a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}

article.press-releases-contain .latest a .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

article.press-releases-contain .latest a .left .date {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 20px;
  width: 100%;
}

article.press-releases-contain .latest a .left .headline {
  font-size: 26px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  article.press-releases-contain .latest a .left .headline {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}

@media (max-width: 760px) {
  article.press-releases-contain .latest a .left .headline {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

article.press-releases-contain a .mid-left {
  flex-direction: column;
  padding-right: 12px;
  justify-content: space-between;
}

article.press-releases-contain a .mid-left .date {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 20px;
}

article.press-releases-contain a .mid-left .headline {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

article.press-releases-contain a .mid-left .headline span {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  article.press-releases-contain a .mid-left .headline span {
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}

@media (max-width: 760px) {
  article.press-releases-contain a .mid-left .headline span {
    font-size: 20px;
    line-height: 22px;
  }
}

.content .body .bottom-stories {
  border-top: 1px solid #777;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
  column-gap: 20px;
}

@media (max-width: 760px) {
  .content .body .bottom-stories {
    flex-direction: column;
    padding-top: 0;
    border-top: 0;
  }
}

.content .body .bottom-stories article {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 33%;
}

.content .body .bottom-stories article a {
  text-decoration: none;
}

@media (max-width: 760px) {
  .content .body .bottom-stories article {
    width: 100%;
    margin-bottom: 40px;
  }
}

.content .body .bottom-stories article:last-child {
  padding-right: 0;
}

@media (max-width: 760px) {
  .content .body .bottom-stories article:last-child {
    margin-bottom: 0;
  }
}

.content .body .bottom-stories article .date {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 18px;
}

.content .body .bottom-stories article .headline {
  display: flex;
  align-items: center;
}

.content .body .bottom-stories article .headline span {
  font-size: 18px;
  line-height: 19px;
}

.media-template .media-nav .btn-cta {
  display: flex;
  background-color: #fff;
  color: #121923;
  margin: 0 22px 0 0;
  border: 1px solid #121923;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 1180px) {
  .media-template .media-nav .btn-cta {
    margin: 0 0 20px 0;
    width: 48%;
    justify-content: center;
    align-items: center;
  }
  .media-template .media-nav .btn-cta:nth-child(3), .media-template .media-nav .btn-cta:nth-child(4) {
    margin: 0;
  }
}

.media-template .media-nav .btn-cta:last-child {
  margin: 0;
}

.media-template .media-nav .btn-cta span {
  padding: 14px 23px;
}

@media (max-width: 1180px) {
  .media-template .media-nav .btn-cta span {
    width: 100%;
  }
}

.media-template .media-nav .btn-cta:before, .media-template .media-nav .btn-cta:after {
  background: #103d8e;
}

.media-template .media-nav .btn-cta:hover {
  background: #fff;
  color: #121923;
}

.media-template .media-nav .btn-cta:hover span:before,
.media-template .media-nav .btn-cta:hover span:after {
  background: #103d8e;
}

.media-template .media-nav .btn-cta.active {
  background: #103d8e;
  color: #fff;
  pointer-events: none;
}

.media-template .media-nav .btn-cta:focus:before, .media-template .media-nav .btn-cta:focus:after {
  background: #103d8e;
}

.media-template .media-nav .btn-cta:focus span:before,
.media-template .media-nav .btn-cta:focus span:after {
  background: #103d8e;
}

#wwnro-splash-panel {
  background-image: url(../img/work-with-nro-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 1180px) {
  #wwnro-splash-panel {
    background-position: left center;
  }
}

#wwnro-invest-in-tech {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 250px), url(../img/working-dii-cir.jpg);
  background-position: 250px top;
}

#wwnro-invest-in-tech:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to right, black 20%, rgba(20, 50, 98, 0.5) 100%);
}

@media (min-width: 760px) {
  #wwnro-invest-in-tech {
    background-image: none;
  }
  #wwnro-invest-in-tech:before {
    background: none;
  }
}

#wwnro-invest-in-tech-ring {
  width: 600px;
  height: 600px;
  top: -100px;
}

#wwnro-invest-in-tech-ring #wwnro-invest-in-tech-circle {
  stroke-width: 4;
  stroke-dashoffset: 3768;
  stroke-dasharray: 3768;
  transform: rotate(222deg);
  transform-origin: center;
}

#wwnro-invest-in-tech-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#wwnro-invest-in-tech-clip);
  position: absolute;
  top: 0px;
  object-position: 0%;
  object-fit: cover;
  max-width: inherit;
}

#wwn-arc {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100px), url(../img/working-arc-cir.jpg);
  background-position: 100px top;
}

#wwn-arc:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(to right, white 20%, rgba(20, 50, 98, 0.5) 100%);
}

@media (min-width: 760px) {
  #wwn-arc {
    background-image: none;
  }
  #wwn-arc:before {
    background: none;
  }
}

#arc-cir-ring {
  width: 600px;
  height: 600px;
  top: 50px;
  right: 0px;
}

#arc-cir-ring #arc-cir-circle {
  stroke-width: 4;
  stroke: #D9D9D9;
  transform: rotate(30deg);
}

#arc-cir-img {
  width: 600px;
  height: 600px;
  clip-path: url(#arc-cir-clip);
  position: absolute;
  top: 50px;
  right: 0;
  object-fit: cover;
  object-position: 50% -50px;
  max-width: inherit;
}

#wwnro-enabling {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/business-big-things-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

#history-splash-panel {
  background-image: url(../img/mol.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#history-splash-panel .splash-left-align {
  max-width: 38em;
}

#history-splash-panel .splash-left-align .description-panel {
  display: flex;
  flex-direction: row;
}

@media (max-width: 760px) {
  #history-splash-panel .splash-left-align .description-panel {
    flex-direction: column;
  }
}

#history-splash-panel .splash-left-align .description-panel .csnr {
  display: flex;
  background: url(../img/csnr-logo.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  width: 100%;
}

@media (max-width: 760px) {
  #history-splash-panel .splash-left-align .description-panel .csnr {
    margin: 0 0 15px 0;
    height: 80px;
  }
}

#history-splash-panel .splash-left-align .description-panel p {
  margin-bottom: 0;
}

#history-splash-panel .splash-left-align .description-panel p span {
  font-style: italic;
}

#nro_history_main {
  background: #fff;
  flex-direction: column;
}

#nro_history_main .page-container {
  display: flex;
  flex-direction: row;
}

#nro_history_main .subpage-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

#nro_history_main .subpage-header h2 {
  color: #fff;
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 2.56rem);
  line-height: 0.86;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  padding-bottom: 0;
  display: block;
  background: none;
}

.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 800px;
  position: relative;
}

@media (max-width: 960px) {
  .timeline {
    width: 90%;
  }
}

.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-weight: 600;
  color: #fff;
  font-style: normal;
}

.timeline__content-desc {
  margin: 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  letter-spacing: .4px;
  font-weight: 300;
  font-size: 13.5px;
  line-height: 30px;
  padding-bottom: 15px;
}

.timeline__content-desc .content-subtitle {
  font-weight: 600;
  display: block;
  font-size: 14.5px;
  color: #feb043;
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 39px);
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 39px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}

.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}

.timeline-item--active .timeline__content-title {
  margin: -45px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: -78px !important;
    padding: 0 !important;
    top: 100px;
    transform: rotate(-90deg);
    width: 210px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.85);
  content: "";
}

.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0;
}

.timeline-header__subtitle {
  color: #feb043;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-weight: normal;
  font-style: normal;
}

.content {
  display: flex;
  flex-direction: column;
}

.content .content-layout {
  margin-bottom: 20px;
}

.content .statement p {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  color: #293950 !important;
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.content a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #103d8e;
  text-decoration: none;
  letter-spacing: .25px;
  transition: .2s ease;
  border-bottom: 1px dotted rgba(18, 25, 35, 0.7);
}

.content a:hover {
  color: #121923;
  border-bottom: 1px solid #121923;
}

.content h2, .content h3 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 45px;
  line-height: 43px;
  margin: 0;
  padding-bottom: 18px;
  background: none;
}

.content h2.large {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 45px;
  line-height: 43px;
  margin: 0;
  padding-bottom: 18px;
  background: none;
}

@media (max-width: 760px) {
  .content h2 {
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 18px;
  }
}

@media (max-width: 560px) {
  .content h2 {
    font-size: 35px;
    line-height: 33px;
    padding-bottom: 16px;
  }
}

.content h2.content-head {
  color: #293950;
  font-size: 32px;
  line-height: 28px;
  margin: 0 0 25px 0;
  padding-bottom: 0;
  background: none;
}

.content h2, .content h3 {
  font-size: 24px;
  line-height: 22px;
  color: #293950;
  padding-top: 8px;
}

.content h2.has-accent-bar,
.content h3.has-accent-bar {
  font-size: 24px;
  line-height: 22px;
  color: #293950;
  margin: 0 0 22px 0;
  padding-bottom: 6px;
  display: block;
  background: linear-gradient(to right, #121923 60%, rgba(18, 25, 35, 0) 100%) left bottom transparent no-repeat !important;
  background-size: 100% 2px !important;
}

.content h4 {
  font-family: "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  color: #293950;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 6px;
  background: none;
}

.content ul {
  margin-bottom: 30px;
}

.content ul li {
  line-height: 22px;
}

.content ul li > ul, .content ul li > ol {
  margin-bottom: 0;
}

.content ul.square-list-style {
  --icon-space: 44px;
  --icon-size: 8px;
  --gutter: 10px;
  padding: 0 0 0 var(--icon-size);
  list-style: none;
  padding: 0;
}

.content ul.square-list-style li {
  padding-left: var(--icon-space);
  margin-bottom: 8px;
  line-height: 30px;
  position: relative;
}

.content ul.square-list-style li.has-link:hover:before {
  transform: scale(1.3);
}

.content ul.square-list-style li:before {
  position: absolute;
  top: 1px;
  left: 25px;
  font-family: var(--fa-style-family-classic);
  font-size: var(--icon-size);
  font-weight: 800;
  content: "\f0c8" / "Bullet";
  /* FontAwesome Unicode Square */
  padding-right: 8px;
  display: inline-block;
  transition: .2s ease;
}

.content ul.square-list-style li.pdf:before {
  content: "\f1c1" / "PDF";
  /* FontAwesome Unicode */
  font-size: 15px;
  color: red;
}

.content ul.square-list-style li.image:before {
  content: "\f1c5" / "Image";
  /* FontAwesome Unicode */
  font-size: 15px;
}

.content ul.square-list-style li.video:before {
  content: "\f1c8" / "Video";
  /* FontAwesome Unicode */
  font-size: 15px;
}

.content ul.square-list-style li.pdf:hover:before,
.content ul.square-list-style li.image:hover:before,
.content ul.square-list-style li.video:hover:before {
  transform: scale(1.2);
}

.content ul.icon-list-style {
  --icon-space: 44px;
  --icon-size: 15px;
  --gutter: 10px;
  padding: 0 0 0 var(--icon-size);
  list-style: none;
  padding: 0;
}

.content ul.icon-list-style li {
  padding-left: var(--icon-space);
  margin-bottom: 8px;
  line-height: 30px;
  position: relative;
}

.content ul.icon-list-style li:hover:before {
  transform: scale(1.2);
}

.content ul.icon-list-style li:before {
  position: absolute;
  top: 1px;
  left: 21px;
  font-family: var(--fa-style-family-classic);
  font-size: var(--icon-size);
  font-weight: 800;
  padding-right: 8px;
  display: inline-block;
  transition: .2s ease;
}

.content ul.icon-list-style li.pdf:before {
  content: "\f1c1" / "PDF";
  /* FontAwesome Unicode */
  color: red;
}

.content ul.icon-list-style li.image:before {
  content: "\f1c5" / "Image";
  /* FontAwesome Unicode */
}

.content ul.icon-list-style li.video:before {
  content: "\f1c8" / "Video";
  /* FontAwesome Unicode */
}

.content ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .25px;
  transition: .2s ease;
  border-bottom: 1px dotted rgba(18, 25, 35, 0.7);
}

.content ul li a:hover {
  border-bottom: 1px solid #121923;
}

.content p, .content li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.content .content-layout {
  display: block;
}

.leader-contain {
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
}

.leader-contain:last-child {
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .leader-contain {
    flex-direction: column;
  }
}

.leader-contain .left, .leader-contain .right {
  display: flex;
  align-items: center;
}

.leader-contain .left {
  align-items: flex-start;
}

.leader-contain .left img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  transition: .3s;
}

@media (max-width: 960px) {
  .leader-contain .left img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 560px) {
  .leader-contain .left img {
    width: 300px;
    height: 300px;
  }
}

.leader-contain .right {
  flex: 1;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 760px) {
  .leader-contain .right {
    padding: 30px 0 0 0;
  }
}

figure {
  float: right;
  margin: 0;
}

figure.extra-small {
  width: 15%;
}

@media (max-width: 960px) {
  figure.extra-small {
    width: 25%;
  }
}

@media (max-width: 760px) {
  figure.extra-small {
    width: 35%;
  }
}

@media (max-width: 560px) {
  figure.extra-small {
    width: 50%;
  }
}

figure.small {
  width: 30%;
}

@media (max-width: 760px) {
  figure.small {
    width: 40%;
  }
}

@media (max-width: 760px) {
  figure.small {
    width: 50%;
  }
}

@media (max-width: 560px) {
  figure.small {
    width: 60%;
  }
}

figure.medium {
  width: 45%;
}

@media (max-width: 760px) {
  figure.medium {
    width: 60%;
  }
}

figure.large {
  width: 60%;
}

@media (max-width: 560px) {
  figure.large {
    width: 100%;
  }
}

figure.full-width {
  width: 100%;
}

figure.align-right {
  float: right;
  padding: 0 0 9px 30px;
}

figure.align-right figcaption {
  text-align: right;
  padding: 5px 0 8px 10px;
}

figure.align-left {
  float: left;
  padding: 0 30px 9px 0;
}

figure.align-left figcaption {
  text-align: left;
  padding: 5px 10px 8px 0;
}

@media (max-width: 560px) {
  figure.align-right.large, figure.align-left.large, figure.align-right.full-width, figure.align-left.full-width {
    padding: 0 0 9px 0;
  }
}

figure.align-right.full-width, figure.align-left.full-width {
  padding: 0 0 9px 0;
}

figure.align-right.full-width figcaption, figure.align-left.full-width figcaption {
  text-align: left;
  padding: 5px 0 8px;
}

@media (max-width: 560px) {
  figure.align-right.large figcaption, figure.align-right.full-width figcaption {
    text-align: left;
    padding: 5px 0 8px;
  }
}

figure figcaption {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #293950;
}

figure img {
  width: 100%;
}

@media (max-width: 560px) {
  figure.leadership {
    width: 100%;
    padding: 0 0 9px 0;
  }
}

.blockquote-wrapper {
  display: flex;
}

.blockquote {
  position: relative;
  align-self: center;
  margin-bottom: 34px;
}

.blockquote .shell {
  position: relative;
  margin: 0;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  padding: 25px 10px 25px 15px;
}

.blockquote .shell:after {
  content: "";
  position: absolute;
  border: 2px solid #dbdbdb;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

.blockquote .shell:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fff;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}

.blockquote .shell .actual-quote {
  font: 24px / 32px "Avant Garde Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -.25px;
  position: relative;
  color: #293950;
  padding: 0 37px;
  margin: 0;
}

.blockquote .shell .actual-quote:before {
  position: absolute;
  font: 28px var(--fa-style-family-classic);
  font-weight: 800;
  display: block;
  color: #ddd;
  content: "\f10d" / "Quote Left";
  /* FontAwesome Unicode for Quote */
  top: -6px;
  left: 0;
}

.blockquote .shell .actual-quote .endquote {
  position: relative;
}

.blockquote .shell .actual-quote .endquote:after {
  position: absolute;
  font: 28px var(--fa-style-family-classic);
  font-weight: 800;
  display: block;
  color: #ddd;
  content: "\f10e" / "Quote Right";
  /* FontAwesome Unicode Quote Right */
  bottom: -3px;
  right: -41px;
}

.blockquote h4 {
  position: relative;
  color: #293950;
  font: 15px / 18px "Poppins", sans-serif;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  font-style: italic;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
  margin-left: 133px;
}

.segment-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
}

.segment-container .main-segment {
  background: #f3f3f3;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.segment-container .main-segment .head {
  font: 14px / 18px "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #293950;
  padding-bottom: 17px;
}

.segment-container .main-segment .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.segment-container .main-segment .content .content-btn {
  margin-bottom: 8px !important;
  width: 100%;
}

.segment-container .main-segment .content .content-btn:last-child {
  margin-bottom: 0;
}

.segment-container .main-segment .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 25px;
}

.main-segment-2 {
  background: #f3f3f3;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main-segment-2 .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 960px) {
  .main-segment-2 .content {
    flex-wrap: wrap;
  }
}

.main-segment-2 .content .content-btn {
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 15px !important;
}

@media (max-width: 960px) {
  .main-segment-2 .content .content-btn {
    width: 44%;
  }
  .main-segment-2 .content .content-btn:nth-child(1), .main-segment-2 .content .content-btn:nth-child(2) {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 760px) {
  .main-segment-2 .content .content-btn {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .main-segment-2 .content .content-btn:last-child {
    margin-bottom: 0 !important;
  }
}

.main-segment-2 .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 25px;
}

.privacy-act-segment {
  background: #f3f3f3;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  float: right;
  width: 280px;
  margin: 0 0 20px 20px;
}

@media (max-width: 560px) {
  .privacy-act-segment {
    width: 100%;
  }
}

.privacy-act-segment .head {
  font: 14px / 18px "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #293950;
  padding-bottom: 17px;
}

.privacy-act-segment .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.privacy-act-segment .content .content-btn {
  margin-bottom: 8px !important;
  width: 100%;
}

.privacy-act-segment .content .content-btn:last-child {
  margin-bottom: 0;
}

.privacy-act-segment .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 25px;
}

.reminder {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #a75151;
  background: #ffebeb;
  position: relative;
}

.reminder span {
  font-weight: 600;
  color: #9b4747;
  padding-bottom: 6px;
}

.reminder p {
  line-height: 25px;
  color: #6c2e2e;
}

.reminder p:last-child {
  margin-bottom: 0;
}

.asterisk-comment {
  font: 13px / 15px "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #9b4747;
}

.sample-letter {
  border: 1px solid #777;
  background: #f3f3f3;
  padding: 30px;
}

.sample-letter ul {
  list-style-type: square;
  margin-bottom: 30px;
  padding-left: 30px;
}

.sample-letter p, .sample-letter li {
  font: 15px/24px 'Courier', sans-serif;
  color: #000;
}

.sample-letter p .instruction, .sample-letter li .instruction {
  font: 14px / 24px "Poppins", sans-serif;
  font-weight: 600;
  color: #9b4747;
  font-style: italic;
  letter-spacing: .4px;
}

.sample-letter p:last-child {
  margin-bottom: 0;
}

.accordion-container {
  margin: 0 auto;
  padding: 0 0 60px 0;
}

.accordion .accordion-item {
  border-bottom: 1px solid #CCCCCC;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #103d8e;
}

.accordion button {
  font: 15px / 18px "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px 5px;
  color: #5A5A5A;
  border: none;
  background: none;
  outline-offset: 2px;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #103d8e;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #103d8e;
  border: 1px solid #103d8e;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  transition: .3s;
}

.accordion button .icon::before, .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  background: currentColor;
  transition: .15s;
}

.accordion button .icon::before {
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
}

.accordion button .icon::after {
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
}

.accordion button * {
  pointer-events: none;
}

.accordion button[aria-expanded='true'] {
  color: #103d8e;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 40vh;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  overflow-y: auto;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  background: #f3f3f3;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordion .accordion-content ul {
  padding-top: 10px;
  margin-bottom: 15px;
}

.sorn-list-titles {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  border-bottom: 1px solid #293950;
}

.sorn-list-titles div {
  font: 12px / 13px "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #293950;
  text-transform: uppercase;
}

ul.sorn li {
  display: flex;
  font: 13px / 16px "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

ul.sorn li:nth-child(2n+1) {
  background: #f3f3f3;
}

ul.sorn li:before {
  display: none;
}

ul.sorn li a {
  font: 13px / 15px "Poppins", sans-serif;
}

.sys-id,
.sys-title,
.fr-citation,
.exemption {
  display: flex;
  padding: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.sys-id {
  width: 10%;
}

.sys-title {
  width: 55%;
  font-weight: 600;
}

.fr-citation {
  width: 20%;
}

.exemption {
  width: 15%;
}

ul.with-overflow {
  display: flex;
  flex-direction: column;
  padding-top: 10px !important;
  max-height: 50vh;
  overflow-y: auto;
  background: #f3f3f3;
}

.education,
.assignments {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.education .edu-row,
.education .assignment-row,
.assignments .edu-row,
.assignments .assignment-row {
  display: flex;
  flex-direction: row;
}

.education .edu-row:nth-child(odd),
.education .assignment-row:nth-child(odd),
.assignments .edu-row:nth-child(odd),
.assignments .assignment-row:nth-child(odd) {
  background: #f3f3f3;
}

.education .edu-row .year,
.education .edu-row .description,
.education .edu-row .number,
.education .edu-row .duration,
.education .assignment-row .year,
.education .assignment-row .description,
.education .assignment-row .number,
.education .assignment-row .duration,
.assignments .edu-row .year,
.assignments .edu-row .description,
.assignments .edu-row .number,
.assignments .edu-row .duration,
.assignments .assignment-row .year,
.assignments .assignment-row .description,
.assignments .assignment-row .number,
.assignments .assignment-row .duration {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
}

.education .edu-row .description,
.education .assignment-row .description,
.assignments .edu-row .description,
.assignments .assignment-row .description {
  flex: 1;
}

.education .edu-row .description span,
.education .edu-row .duration span,
.education .assignment-row .description span,
.education .assignment-row .duration span,
.assignments .edu-row .description span,
.assignments .edu-row .duration span,
.assignments .assignment-row .description span,
.assignments .assignment-row .duration span {
  font-style: italic;
}

.education .edu-row .custom,
.education .assignment-row .custom,
.assignments .edu-row .custom,
.assignments .assignment-row .custom {
  flex-direction: column;
  align-items: flex-start !important;
}

.education .edu-row .year,
.education .assignment-row .year,
.assignments .edu-row .year,
.assignments .assignment-row .year {
  font-weight: 600;
  align-items: center;
  padding-left: 10px;
  width: 57px;
}

.education .edu-row .number,
.education .edu-row .duration,
.education .assignment-row .number,
.education .assignment-row .duration,
.assignments .edu-row .number,
.assignments .edu-row .duration,
.assignments .assignment-row .number,
.assignments .assignment-row .duration {
  font-weight: 600;
  align-items: center;
  width: 38px;
}

.education .edu-row .duration,
.education .assignment-row .duration,
.assignments .edu-row .duration,
.assignments .assignment-row .duration {
  width: 206px;
  padding-left: 0;
  padding-right: 0;
}

.diversity-branches {
  display: grid;
  grid-template-columns: repeat(auto-fill, 275px);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-bottom: 40px;
}

.diversity-branches .branch {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 0;
  border: 1px solid #888;
  background: #fff;
  justify-content: space-between;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.diversity-branches .branch .image-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.diversity-branches .branch .image-contain img {
  max-width: 200px;
}

.diversity-branches .branch .title {
  display: flex;
  font: 14px / 18px "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #293950;
  text-align: center;
  justify-content: center;
  height: 70px;
  align-items: center;
}

#crowd-watching-launch-subfooter {
  background-image: url(../img/working-at-subfooter-bg.jpg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

#crowd-watching-launch-subfooter:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%);
}

@media (min-width: 1400px) {
  #crowd-watching-launch-subfooter {
    background-position: left 80%;
  }
}

#wide-angle-rocket-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/wide-angle-rocket-subfooter-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

#wide-angle-launch-flare-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/wide-angle-launch-flare-subfooter-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

@media (min-width: 1400px) {
  #wide-angle-launch-flare-subfooter {
    background-position: left 50%;
  }
}

#walking-away-from-rocket-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/walking-away-from-rocket-subfooter-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

@media (min-width: 1400px) {
  #walking-away-from-rocket-subfooter {
    background-position: center 60%;
  }
}

#wallops-control-room-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/wallops-control-room-subfooter-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#NROL-47-launch-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/NROL-47-launch-subfooter-bg.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

@media (min-width: 1400px) {
  #NROL-47-launch-subfooter {
    background-position: right 70%;
  }
}

#rocket-blast-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/rocket-blast-subfooter-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

@media (min-width: 1400px) {
  #rocket-blast-subfooter {
    background-position: left 50%;
  }
}

#film-recovery-subfooter {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/film-recovery-subfooter-bg.jpg);
  background-size: cover;
  background-position: centertop;
  background-repeat: no-repeat;
  transition: background-position .5s ease;
}

@media (min-width: 1400px) {
  #film-recovery-subfooter {
    background-position: center 30%;
  }
}

#possibilities-endless #possibilities-bg-img,
#student-possibilities-endless #possibilities-bg-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: #03050e;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to left, rgba(20, 50, 98, 0.5) 0%, rgba(172, 76, 21, 0.45) 100%), url(../img/possibilities-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

@media (min-width: 960px) {
  #possibilities-endless #possibilities-bg-img,
#student-possibilities-endless #possibilities-bg-img {
    background-image: url(../img/possibilities-bg.jpg);
    background-size: cover;
    background-position: -50px;
  }
}

@media (min-width: 1180px) {
  #possibilities-endless #possibilities-bg-img,
#student-possibilities-endless #possibilities-bg-img {
    background-size: 1250px;
    background-position: center;
  }
}

#possibilities-endless #possibilities-bg-img .split-right,
#student-possibilities-endless #possibilities-bg-img .split-right {
  background: transparent;
}

@media (min-width: 960px) {
  #possibilities-endless #possibilities-bg-img .split-right,
#student-possibilities-endless #possibilities-bg-img .split-right {
    background: linear-gradient(90deg, transparent 100px, #121923 100px);
  }
}

#possibilities-endless #possibilities-bg-img .split-right svg,
#student-possibilities-endless #possibilities-bg-img .split-right svg {
  top: -300px;
  left: -255px;
  display: none;
}

@media (min-width: 960px) {
  #possibilities-endless #possibilities-bg-img .split-right svg,
#student-possibilities-endless #possibilities-bg-img .split-right svg {
    display: block;
    left: -280px;
  }
}

@media (min-width: 1180px) {
  #possibilities-endless #possibilities-bg-img .split-right svg,
#student-possibilities-endless #possibilities-bg-img .split-right svg {
    left: -250px;
  }
}

#possibilities-endless #possibilities-bg-img .split-right svg circle,
#student-possibilities-endless #possibilities-bg-img .split-right svg circle {
  stroke: transparent;
  fill: #121923;
}

.dig_admin_label {

1.	    font-size: 16px; 
	    text-align: right;
	    width: 29%;
	    font-weight: bold;	
	    font-color: black;
}
