@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/Circe-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/Circe-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "Circe";
  font-size: inherit;
  color: #646464;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "Circe";
  font-weight: 400;
  color: #646464;
  font-size: 1rem;
  background-color: #fcfcfc;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2.25rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.menu {
  position: relative;
  z-index: 5;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 3.9375rem;
}

.menu__link {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 1.15625rem 0;
  border-bottom: 0.0625rem solid rgba(255,255,255,.5);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.6875rem;
          flex: 0 0 4.6875rem;
}

.header__logo img {
  max-width: 100%;
}

.hero {
  min-height: 50rem;
  position: relative;
  padding-top: 8.75rem;
  padding-bottom: 2.25rem;
}

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

.hero__title {
  max-width: 70.625rem;
  font-weight: 300;
  font-size: 3rem;
  line-height: 115%;
  color: #fff;
  margin-bottom: 7.75rem;
}

.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.hero__text {
  max-width: 30rem;
  font-size: 1.125rem;
  line-height: 130%;
  color: #fff;
}

.hero__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.125rem;
          flex: 0 0 35.125rem;
  margin-bottom: 0.3125rem;
}

.hero__link {
  min-height: 3.375rem;
  padding: 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #2e2e2e;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: #fcfcfc;
  border-top: 0.0625rem solid #ddd;
}

.footer__top {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  border-bottom: 0.0625rem solid #ddd;
}

.footer__mail {
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.75rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6875rem;
  gap: 0.4375rem;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.footer__item:not(:last-child)::after {
  content: "|";
  font-size: 1rem;
  text-transform: uppercase;
}

.footer__link-social {
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__text {
  font-size: 1rem;
  text-transform: uppercase;
  color: #646464;
}

.footer__bottom {
  padding: 3.25rem 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.3125rem;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 120%;
}

.footer__link {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 120%;
  color: #646464;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media (max-width: 75rem) {
  .menu__list {
    gap: 0.3125rem 2.5625rem;
  }

  .hero {
    min-height: auto;
    padding-top: 8.5625rem;
  }

  .hero__title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }

  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 17.125rem;
  }

  .hero__links {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
  }

  .hero__link--transparent {
    color: #fff;
    border: 0.0625rem solid #fff;
    background-color: rgba(0,0,0,0);
  }

  .footer__top {
    padding: 6.25rem 0;
  }

  .footer__bottom {
    padding-top: 3.125rem;
    padding-bottom: 2.25rem;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__desc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6875rem;
    max-width: 13.75rem;
  }
}

@media (max-width: 47.9375rem) {
  [class*=__container] {
    padding: 0 0.75rem;
  }

  .menu {
    display: none;
  }

  .hero {
    padding: 11.8125rem 0;
  }

  .hero__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .hero__row {
    gap: 4rem;
  }

  .hero__text {
    font-size: 0.875rem;
    max-width: 100%;
  }

  .hero__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__link {
    min-height: 3.1875rem;
    font-size: 0.875rem;
  }

  .footer__mail {
    font-size: 0.875rem;
  }

  .footer__link-social {
    font-size: 0.875rem;
  }

  .footer__text {
    font-size: 0.875rem;
  }

  .footer__bottom {
    padding: 2.25rem 0;
  }

  .footer__link {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: #c4c4c4;
  }

  .hero__link:hover {
    background-color: #2e2e2e;
    color: #fff;
  }

  .footer__mail:hover {
    color: #000;
  }

  .footer__link-social:hover {
    color: #000;
  }

  .footer__link:hover {
    color: #000;
  }
}