@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@font-face {
  font-family: 'Agrandir';
  src: url("fonts/Agrandir-Bold.woff2") format("woff2"), url("fonts/Agrandir-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url("fonts/Agrandir-Medium.woff2") format("woff2"), url("fonts/Agrandir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

textarea:focus,
button:focus,
input:focus {
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background-color: #fff;
}

.container {
  margin: 0 auto;
}
.container.container--wide {
  max-width: 1300px;
  padding: 0 20px;
}
.container.container--normal {
  max-width: 960px;
  padding: 0 20px;
}

.button {
  display: inline-block;
  border: 1px solid #000;
  font-family: 'Agrandir';
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  color: #000;
  text-decoration: none;
  border-radius: 145px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.button.button--white {
  color: #fff;
  border: 1px solid #fff;
}
.button.button--hover-yellow:hover, .button.button--yellow {
  background-color: #fbfe7e;
  transition: all 0.5s ease-in-out;
}

.wrapper--grey {
  background-color: #f3f4f4;
}

.wrapper--grey2 {
  background-color: #f8f8f8;
}

.wrapper--grey3 {
  background-color: #f0f0f0;
}

.wrapper--yellow {
  text-align: center;
  height: 132px;
  font-size: 24px;
  background-color: #fbfe7e;
  font-family: 'Agrandir';
  font-weight: 500;
  display: flex;
  align-items: center;
}

.wrapper--footer {
  background-color: #000000;
}

.wrapper--index_cta {
  background: url(../images/cta_home@2x.jpg);
  background-size: auto 516px;
  background-repeat: no-repeat;
  background-color: #e8eae9;
  background-position: 20% 0;
}
@media screen and (min-width: 620px) {
  .wrapper--index_cta {
    background-position: right;
    background-size: auto 727px;
  }
}

.wrapper--brand_cta {
  background: url(../images/cta_brand@2x.jpg);
  background-size: auto 510px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
}

.header {
  height: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.header .header__logo,
.header .header__cta {
  flex: 1 1 auto;
  align-self: auto;
}
.header .header__cta {
  justify-content: flex-end;
  display: flex;
}

.index_cta {
  display: flex;
  flex-direction: column;
  height: 516px;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 620px) {
  .index_cta {
    height: 727px;
  }
}
.index_cta .index_cta__title {
  font-family: 'Agrandir';
  font-weight: 500;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1060px) {
  .index_cta .index_cta__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1350px) {
  .index_cta .index_cta__title {
    font-size: 64px;
  }
}
.index_cta .index_cta__subtitle {
  font-size: 18px;
  margin-bottom: 45px;
}
@media screen and (min-width: 770px) {
  .index_cta .index_cta__subtitle {
    font-size: 20px;
  }
}
.index_cta .index_cta__lb {
  display: block;
}
@media screen and (min-width: 820px) {
  .index_cta .index_cta__lb {
    display: none;
  }
}
.index_cta .ml {
  max-width: 435px;
  height: 55px;
  overflow: hidden;
  position: relative;
}
.index_cta .ml .ml__email {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: none;
  background-color: #ffffff;
  padding-right: 150px;
  border-radius: 145px;
  letter-spacing: 0.08em;
  text-indent: 25px;
}
.index_cta .ml .ml__email:focus {
  border: 1px solid #d1d2d2;
}
.index_cta .ml.ml--error .ml__email {
  border: 1px solid #d1d2d2;
  background-color: #ffd7d7;
}
.index_cta .ml .ml__button {
  position: absolute;
  right: 3px;
  top: 3px;
  font-family: 'Agrandir';
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
  border-radius: 145px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  color: #fbfe7e;
  background-color: #000;
  cursor: pointer;
}
.index_cta .ml button.ml__button,
.index_cta .ml button.ml__button:focus,
.index_cta .ml button.ml__button:active {
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.index_cta .ml .ml__message {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fffffff5;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  display: block;
  border-radius: 145px;
}
.index_cta .ml .ml__message--hidden {
  display: none;
}

.brand_cta {
  display: flex;
  flex-direction: column;
  height: 510px;
  align-items: flex-end;
  flex-direction: row;
  text-align: center;
  padding-bottom: 45px;
}
.brand_cta .brand_cta__title {
  font-family: 'Agrandir';
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 45px;
  line-height: 1em;
}
@media screen and (min-width: 900px) {
  .brand_cta .brand_cta__title {
    font-size: 60px;
  }
}

.madeby {
  height: 175px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4em;
}
.madeby p {
  margin-bottom: 5px;
}
.madeby .madeby__text {
  margin-bottom: 10px;
}
.madeby .madeby__link {
  color: #000;
  text-decoration: underline;
}

.bullets {
  display: grid;
  grid-auto-flow: row;
  gap: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 900px) {
  .bullets {
    grid-auto-flow: column;
  }
}
.bullets .bullets__item {
  text-align: center;
  overflow: hidden;
}
.bullets .bullets__title {
  font-family: 'Agrandir';
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 30px;
}
.bullets .bullets__text {
  line-height: 1.4em;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.bullets .bullets__icon {
  margin-bottom: 15px;
  line-height: 40px;
}

.footer {
  min-height: 195px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  font-family: 'Agrandir';
  font-weight: 500;
  padding: 45px 0;
  overflow: hidden;
}
.footer .footer__left {
  flex-grow: 1;
  flex-basis: 0;
}
.footer .footer__right {
  flex-basis: 0;
}
.footer .footer__item {
  color: #fff;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .footer__item-icon-lin {
  background-image: url(../images/icon-lin.svg);
  background-repeat: no-repeat;
  text-indent: 35px;
  background-repeat: none;
  background-size: 20px;
}
.footer .footer__item-icon-fa {
  background-image: url(../images/icon-fa.svg);
  background-repeat: no-repeat;
  text-indent: 35px;
  background-repeat: none;
  background-size: 20px;
}
.footer .footer__item--last {
  margin-top: 45px;
}
.footer .button {
  padding: 0px 20px;
}

.page {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 600px;
}
.page h1,
.page h2,
.page h3 {
  font-family: 'Agrandir';
  font-weight: 500;
  font-size: 28px;
}
.page p,
.page h1,
.page h2,
.page h3 {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.page .subtitle {
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
}
.page .page__about-section {
  margin-bottom: 20px;
}
.page .page__about-model-top {
  display: none;
}
@media screen and (min-width: 900px) {
  .page .page__about-model-top {
    display: inline-block;
  }
}
@media screen and (min-width: 900px) {
  .page .page__about-model-bottom {
    display: none;
  }
}
.page .page__about-model1 {
  max-width: 50%;
  height: auto;
  float: right;
  padding-bottom: 25px;
  padding-left: 5px;
}
@media screen and (min-width: 900px) {
  .page .page__about-model1 {
    padding-left: 20px;
  }
}
.page .page__about-model2 {
  max-width: 50%;
  height: auto;
  float: left;
  padding-bottom: 25px;
  padding-right: 5px;
}
@media screen and (min-width: 900px) {
  .page .page__about-model2 {
    padding-right: 25px;
  }
}
