@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?ru3eum");
  src: url("../assets/fonts/icomoon.eot?ru3eum#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?ru3eum") format("truetype"), url("../assets/fonts/icomoon.woff?ru3eum") format("woff"), url("../assets/fonts/icomoon.svg?ru3eum#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cmi-arrow:before {
  content: "\e900";
  color: #c3c1ba;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Cabin", system-ui;
  width: 100vw;
}

.header {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.header__background__image__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header__background__image {
  position: absolute;
  right: 0;
  bottom: -12%;
  display: none;
  width: fit-content;
  height: fit-content;
}
@media (min-width: 1430px) {
  .header__background__image {
    display: block;
  }
}

.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #C3C1BA;
}

.header__body {
  height: 100%;
  padding: 30px 30px 0 30px;
}
@media (min-width: 992px) {
  .header__body {
    padding: 100px 100px 0 100px;
  }
}

.logo__container {
  position: absolute;
  width: 250px;
  height: 75px;
  overflow: hidden;
  left: 30px;
  top: 30px;
}
@media (min-width: 768px) {
  .logo__container {
    width: 327px;
    left: 50px;
    top: 50px;
  }
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

h1, h2, h3, p, a {
  margin: 0;
  padding: 0;
}

.cta {
  position: relative;
  top: 15%;
}
@media (min-width: 768px) {
  .cta {
    top: 30%;
  }
}

.cta__title {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-size: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .cta__title {
    font-size: 64px;
  }
}

.cta__subtitle {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cta__subtitle {
    font-size: 32px;
  }
}

.cta__buttons {
  margin-top: 50px;
  width: 100%;
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cta__buttons {
    flex-direction: row;
    align-items: center;
  }
}

.btn {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  background: #1D1D1B;
  color: #C3C1BA;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.cta__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  text-transform: uppercase;
}

.cta__link {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

/*# sourceMappingURL=application.css.map */
