:root {
  --white: #f9f9f9;
  --blue: #2c47af;
  --black: #141414;
  --grey: #a6abae;
}

a {
  color: #000;
}

.hover-line {
  background-color: #638c3d;
  width: 0%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  background-color: var(--white);
  text-transform: lowercase;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .32s;
  position: relative;
}

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

.link.w--current {
  cursor: pointer;
  font-weight: 600;
}

.link.post {
  margin-left: 24px;
  display: none;
}

.nav-link-name {
  text-transform: lowercase;
}

.nav-link-name.post {
  color: #000;
}

.menu {
  z-index: 100;
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--white);
  font-family: Open Sans, sans-serif;
}

.section {
  justify-content: space-between;
  width: 100vw;
  max-width: 1500px;
  height: 100vh;
  max-height: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.invert.intro {
  height: 100svh;
  margin-top: 0;
  padding: 70px 0 0;
}

.section.invert.disc {
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.section.intro {
  padding-top: 80px;
}

.section.intro.blue {
  background-color: var(--blue);
  flex-direction: column;
  max-height: none;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 0;
}

.section.fully {
  height: 100svh;
}

.section.fully.auto {
  height: auto;
}

.section.flip {
  justify-content: flex-start;
}

.section.full {
  padding-top: 0;
}

.info {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: auto;
  margin-bottom: 50px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.info.absolute {
  margin-bottom: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-title {
  color: var(--black);
  width: auto;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.section-paragraph {
  color: var(--black);
  text-transform: none;
  max-width: 500px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 145%;
}

.section-paragraph.white {
  color: var(--white);
  margin-left: 0;
}

.section-paragraph.white.dla {
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.section-paragraph.white.dla.dad {
  text-decoration: underline;
}

.section-paragraph.white.xtra {
  margin-bottom: 20px;
  font-size: 20px;
}

.section-paragraph.white.xtra.short.d {
  max-width: 100%;
}

.section-paragraph.short {
  max-width: 360px;
}

.link-bar {
  justify-content: flex-start;
  display: flex;
}

.mobile-logo {
  z-index: 3;
  opacity: .9;
  color: #fff;
  width: 165px;
  height: auto;
}

.mobile-logo:hover {
  opacity: 1;
}

.top-line {
  background-color: var(--black);
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.burger-menu {
  z-index: 5;
  width: 60px;
  height: 60px;
  display: none;
  position: relative;
}

.burger-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.bottom-line {
  background-color: var(--black);
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: var(--black);
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.footer-link {
  color: var(--black);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .35s;
}

.footer-link:hover {
  color: var(--blue);
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.new-mobile-nav {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.close-button {
  z-index: 5;
  width: 60px;
  height: 60px;
  position: relative;
}

.close-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.close-button.sdae {
  z-index: 1000;
  border: 1px solid green;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.d-1-arrow {
  background-color: var(--black);
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.d-2-arrow {
  background-color: #162350;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.page-links {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.image {
  width: 50%;
  height: 100%;
  margin-bottom: -2px;
  margin-left: -1px;
  position: relative;
}

.image.cover {
  z-index: 1;
  object-fit: cover;
  width: 50%;
}

.image.right-float {
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
  left: auto;
}

.image.left-float {
  object-fit: cover;
  width: 50%;
  height: 100%;
  padding-left: 50px;
}

.blue-block {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.buidlling-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-button {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-transform: lowercase;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .32s;
  position: relative;
}

.cta-button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.cta-button.w--current {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.cta-button.blue {
  border-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
}

.cta-button.blue:hover {
  transform: scale(1.05);
}

._3d-embed {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._3d-embed:focus {
  border: 1px #000;
}

.embed-component {
  background-color: rgba(237, 237, 237, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.plus-icon {
  z-index: 5;
  width: 60px;
  height: 60px;
  display: none;
  position: relative;
}

.plus-icon.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.vertical-line {
  background-color: var(--black);
  width: 25px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.horizontal-line {
  background-color: var(--black);
  width: 25px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.link-nav {
  width: 100%;
  max-width: 480px;
  margin-top: 5px;
  position: relative;
}

.link-nav.due {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hyperlink {
  color: var(--black);
  border: 1px rgba(0, 0, 0, .5);
  border-top-style: solid;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  background-color: var(--blue);
  color: var(--white);
  padding-left: 20px;
}

.hyperlink.last {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin-bottom: 0;
}

.plain {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.full-cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.simple-paragraph {
  color: var(--black);
  text-transform: none;
  max-width: 480px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.footer-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 600;
  line-height: 62px;
}

.footer-title.adaf {
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.contact-info {
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  max-height: 500px;
  margin-top: 30%;
  display: flex;
}

.footer-info {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
}

.logo-download {
  width: 60%;
}

.little-river-map {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-link {
  background-color: var(--white);
  text-transform: lowercase;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  text-decoration: none;
  transition: all .32s;
  position: relative;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-link.w--current {
  color: var(--black);
  cursor: pointer;
  font-weight: 600;
}

.c1 {
  margin-bottom: 100px;
  position: relative;
}

.c2 {
  display: none;
  position: relative;
}

.c3 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.half {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  padding-left: 50px;
  display: flex;
}

.contact-logo-wrap {
  width: 50%;
}

.close-button-2 {
  z-index: 5;
  width: 60px;
  height: 60px;
  display: none;
  position: relative;
}

.close-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.new-mobile-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.close-button-3 {
  z-index: 5;
  width: 60px;
  height: 60px;
  display: none;
  position: relative;
}

.close-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.footer-image {
  width: 100%;
  margin-top: -1px;
  margin-bottom: -2px;
  margin-left: -1px;
}

.footer-section {
  background-color: var(--blue);
  justify-content: space-between;
  width: 100vw;
  max-width: 1500px;
  height: auto;
  max-height: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section.de {
  margin-top: 30px;
}

.mobile-menu-link {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.mobile-menu-link.w--current {
  cursor: pointer;
  font-weight: 600;
}

.y-logo {
  display: none;
}

.download-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 25px 50px;
  display: grid;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.disclaimer {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.disclaimer-paragraph {
  color: var(--black);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 145%;
}

.arial-shot {
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-left: 50px;
}

@media screen and (min-width: 1440px) {
  .link.post {
    display: none;
  }

  .info {
    padding-left: 0;
  }

  .mobile-logo {
    width: 180px;
  }

  .h2 {
    margin-bottom: 20px;
  }

  .disclaimer {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section.invert.disc {
    margin-top: 10px;
  }

  .section.fully.auto {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mobile-logo {
    width: 190px;
  }

  .footer-link {
    line-height: 21px;
  }

  .image.right-float {
    padding-right: 0;
  }

  .image.left-float {
    padding-left: 0;
  }

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

  .footer-info {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-download, .y-logo {
    height: 100%;
  }

  .download-grid {
    padding-left: 0;
    padding-right: 0;
  }

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

  .arial-shot {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .link.nav {
    margin-right: 0;
    display: none;
  }

  .menu {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: scroll;
  }

  .body {
    background-color: var(--white);
  }

  .body.footer {
    padding-top: 20px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.invert {
    flex-direction: column-reverse;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .section.invert.intro {
    background-color: var(--white);
    height: 100svh;
    padding-top: 0;
  }

  .section.invert.disc {
    min-height: 100svh;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.invert.fa, .section.invert.re {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.intro.blue {
    height: 100svh;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.fully {
    height: auto;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.fully.auto {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section.flip {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.flip.adfa {
    padding-top: 20px;
  }

  .section._3d {
    height: auto;
    min-height: 0;
    padding-bottom: 40px;
  }

  .info {
    width: 520px;
    margin: 0 40px 40px;
  }

  .mobile-logo {
    z-index: 5;
    width: 130px;
    margin-top: 3px;
    display: block;
  }

  .burger-menu {
    z-index: 0;
    align-items: center;
    margin-right: -10px;
    display: none;
  }

  .new-mobile-nav {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .close-button {
    display: block;
  }

  .close-button.sdae {
    margin: 20px;
    padding: 15px;
    display: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .d-1-arrow {
    background-color: #000;
    transform: translate(0, 10px)rotate(45deg);
  }

  .d-2-arrow {
    background-color: #000;
    transform: translate(0, -10px)rotate(-45deg);
  }

  .page-links {
    background-color: var(--blue);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 40px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .image.cover {
    flex: 1;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .image.right-float {
    width: 100%;
    height: 900px;
    padding-right: 0;
  }

  .image.left-float {
    object-fit: cover;
    width: 100%;
    height: 900px;
    margin-left: 0;
    padding-left: 0;
  }

  .blue-block {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3d-embed {
    flex: 1;
  }

  .plus-icon {
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-right: -15px;
    padding: 15px;
    display: flex;
  }

  .vertical-line {
    background-color: var(--black);
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotate(90deg);
  }

  .horizontal-line {
    background-color: var(--black);
    margin-top: auto;
    margin-bottom: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-nav.due {
    grid-column-gap: 0px;
    margin-top: 0;
  }

  .hyperlink.first {
    border-top-style: none;
  }

  .contact-info {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .footer-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-download {
    display: none;
  }

  .little-river-map {
    height: 100svh;
  }

  .nav-link {
    margin-right: 24px;
  }

  .half {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }

  .contact-logo-wrap {
    flex: 1;
    display: none;
    position: relative;
  }

  .close-button-2 {
    display: block;
  }

  .new-mobile-menu {
    z-index: 10;
    background-color: var(--blue);
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close-button-3 {
    display: block;
  }

  .footer-image {
    margin-left: -41px;
  }

  .footer-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 100svh;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-section.de {
    margin-top: 20px;
  }

  .mobile-menu-link {
    font-size: 30px;
  }

  .logo {
    color: var(--black);
  }

  .y-logo {
    width: 40%;
    display: block;
    position: relative;
  }

  .download-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .disclaimer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .arial-shot {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-name.post {
    font-size: 12px;
  }

  .body {
    flex-direction: column;
    align-items: stretch;
  }

  .body.footer {
    padding-top: 50px;
  }

  .section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 20px 20px;
  }

  .section.invert {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
  }

  .section.invert.intro {
    justify-content: space-between;
    height: auto;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.invert.disc {
    min-height: 0;
  }

  .section.invert.fa {
    justify-content: space-around;
    padding-top: 20px;
  }

  .section.invert.re {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 20px;
  }

  .section.intro.blue {
    height: auto;
  }

  .section.fully.auto {
    padding: 20px;
  }

  .section.flip {
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
  }

  .section.flip.adfa {
    flex-direction: row-reverse;
    padding-top: 20px;
  }

  .section._3d {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info {
    width: 45%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .info.absolute {
    width: 100%;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 120%;
  }

  .section-paragraph {
    font-size: 18px;
  }

  .section-paragraph.white.dla {
    margin-bottom: 20px;
  }

  .section-paragraph.white.xtra.short.d {
    width: 290px;
    margin-bottom: 40px;
  }

  .top-line, .bottom-line, .middle-line {
    width: 35px;
  }

  .h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .new-mobile-nav {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .d-1-arrow, .d-2-arrow {
    width: 35px;
  }

  .page-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.cover {
    flex: 0 auto;
    width: 45%;
    height: 330px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image.right-float {
    flex: 0 auto;
    width: 45%;
    height: 330px;
    margin-bottom: 0;
  }

  .image.right-float.a {
    margin-left: 0;
  }

  .image.left-float {
    flex: 0 auto;
    width: 45%;
    height: 330px;
    margin-bottom: 0;
  }

  .cta-button {
    font-size: 18px;
  }

  ._3d-embed {
    height: 400px;
  }

  .plain {
    font-size: 18px;
  }

  .footer-title {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-info {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .footer-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-right: 12px;
    font-size: 16px;
  }

  .c1 {
    margin-bottom: 40px;
  }

  .half {
    flex-direction: row;
    width: 100%;
    margin-left: 0;
  }

  .contact-logo-wrap {
    width: auto;
    height: 230px;
    display: none;
  }

  .new-mobile-menu {
    overflow: scroll;
  }

  .footer-image {
    width: auto;
    height: 100%;
    margin-left: 0;
  }

  .footer-section {
    flex-direction: row-reverse;
    justify-content: flex-end;
    min-height: 0;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .footer-section.de {
    margin-top: 0;
  }

  .y-logo {
    width: 20%;
  }

  .download-grid {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    width: 100%;
    max-width: none;
    margin: 40px 20px 0;
  }

  .disclaimer-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .arial-shot {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .link {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .link.post {
    margin-left: 20px;
  }

  .menu {
    display: none;
  }

  .body.footer {
    padding-top: 30px;
  }

  .section {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .section.invert {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.invert.intro {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.invert.disc {
    min-height: 100svh;
  }

  .section.invert.fa {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.invert.re {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.intro.blue {
    height: 100svh;
    padding-top: 70px;
  }

  .section.fully {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.fully.auto {
    padding: 40px 0 0;
  }

  .section.flip {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.flip.adfa {
    flex-direction: column;
    padding-top: 40px;
  }

  .section._3d {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .info {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info.absolute {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .section-title {
    width: auto;
  }

  .section-paragraph.white.dla {
    text-align: left;
    margin-bottom: 50px;
    line-height: 30px;
  }

  .section-paragraph.white.xtra {
    line-height: 30px;
  }

  .section-paragraph.om {
    display: none;
  }

  .link-bar {
    width: 100%;
  }

  .mobile-logo {
    z-index: 7;
  }

  .top-line {
    height: 2px;
  }

  .burger-menu {
    position: relative;
  }

  .bottom-line, .middle-line {
    height: 2px;
  }

  .h2 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .new-mobile-nav {
    position: fixed;
  }

  .image.cover, .image.right-float, .image.left-float {
    width: 100%;
    height: 480px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .blue-block {
    padding: 20px;
  }

  ._3d-embed {
    flex: 0 auto;
    height: 360px;
  }

  .embed-component {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: absolute;
  }

  .link-nav {
    width: 100%;
  }

  .hyperlink.we {
    border-top-style: none;
  }

  .simple-paragraph {
    font-size: 17px;
    line-height: 25px;
  }

  .c1 {
    margin-bottom: 50px;
  }

  .c3 {
    flex-direction: column;
  }

  .half {
    width: 100%;
  }

  .contact-logo-wrap {
    width: 100%;
    display: none;
  }

  .footer-section {
    margin-top: 40px;
  }

  .intro {
    flex: 1;
    height: 100%;
  }

  .mobile-menu-link {
    padding-left: 0;
  }

  .y-logo {
    flex: 0 auto;
    width: 25%;
  }

  .download-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    margin-top: 280px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .arial-shot {
    padding-left: 20px;
    padding-right: 20px;
  }
}


