:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #000;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-2 {
  background-color: #000;
}

.columns {
  padding-top: 41px;
  padding-bottom: 41px;
}

.section-3 {
  padding-top: 268px;
  padding-bottom: 397px;
}

.section-4 {
  background-color: #000;
  border-top: 1px solid #777;
  padding-top: 30px;
  padding-bottom: 70px;
}

.text-block {
  color: #fff;
  font-family: Mazdatype, sans-serif;
  font-weight: 400;
}

.footer-link {
  color: #bebdbd;
}

.heading {
  text-align: center;
  font-family: Mazdatype, sans-serif;
}

.text-block-2 {
  text-align: center;
  padding-left: 95px;
  padding-right: 95px;
  font-family: Mazdatype, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-left: 43px;
    padding-right: 43px;
  }

  .column, .column-2, .column-3 {
    text-align: center;
  }

  .image {
    padding-bottom: 44px;
  }
}


@font-face {
  font-family: 'Mazdatype';
  src: url('../fonts/MazdaType_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazdatype';
  src: url('../fonts/MazdaType_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mazdatype';
  src: url('../fonts/MazdaType_BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mazdatype';
  src: url('../fonts/MazdaType_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazdatype';
  src: url('../fonts/MazdaType_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}