.header {
  width: 100%;
  min-height: 100vh;
  height: auto;
  max-width: unset;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 176px;
  flex-direction: column;
}

.header .header-image {
  grid-column: 1 / -1;
  display: flex;
  margin-top: auto;
  align-self: flex-end;
  max-width: 1579px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}

.header .header-image img {
  min-height: 350px;
  object-fit: cover;
  max-height: 750px;
  width: 100%;
}

.header-background {
  position: absolute;
  background: #1a1919;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header__background-wrapper::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  background: radial-gradient(
      29.72% 29.72% at 53.89% 50%,
      rgba(26, 25, 25, 0.78) 0%,
      rgba(26, 25, 25, 0) 100%
    ),
    linear-gradient(
      179.78deg,
      rgba(26, 25, 25, 0.48) 1.16%,
      rgba(26, 25, 25, 0.3) 99.84%
    );
}

.header .mobile-image {
  display: none;
}

.header__background-wrapper::after {
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 16, 0.37)), color-stop(94.14%, #111110), to(rgba(17, 17, 16, 0.97)));
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    linear-gradient(
      270deg,
      rgba(17, 17, 16, 0.37) 0%,
      #111110 94.14%,
      rgba(17, 17, 16, 0.97) 100%
    );
}

.header__background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__info {
  grid-column: 1 / -1;
  display: flex;
  z-index: 2;
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  width: 90%;
  margin-top: 9%;
  margin-bottom: 10%;
}

.header__title {
  position: relative;
  width: 100%;
}

.header__title h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.header__title span {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 34px;
  display: block;
}

.header__title .text-header {
  position: relative;
  max-width: 641px;
  margin-left: 13.5%;
}

.header__title .text-header p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.associates {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
}

.associates-inner {
  position: relative;
  display: block;
  max-width: 1579px;
  margin: 0 auto;
  width: 90%;
}

.associates-list {
  position: relative;
  max-width: 1307px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 304px;
  width: 100%;
}

.associates-list .row {
  position: relative;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0px -1px 0px #eaeaea;
  align-items: center;
  cursor: pointer;
}

.associates-list .row:hover .arrow a svg {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.associates-list .row:hover .arrow a svg path.first {
  fill: #ba2229;
}

.associates-list .row:hover .arrow a svg path.second {
  stroke: #ba2229;
}

.associates-list .row .cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.associates-list .row:last-child {
  margin-bottom: 0;
}

.associates-list .row .image {
  position: relative;
  width: 28.34%;
  margin-right: 33px;
  height: auto;
}

.associates-list .row .image img {
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  max-height: 250px;
  margin: 0 auto;
}

.associates-list .row .associate-info {
  position: relative;
  width: 48.67%;
}

.associates-list .row .associate-info h3 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ba2229;
  margin-bottom: 24px;
}

.associates-list .row .associate-info .address span {
  display: block;
  font-weight: 600;
  font-family: "Hero New";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
}

.associates-list .row .associate-info .address p {
  display: block;
  font-weight: 400;
  font-family: "Hero New";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
}

.associates-list .row .associate-info .contacts > span {
  display: block;
  font-weight: 600;
  font-family: "Hero New";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
}

.associates-list .row .associate-info .contacts p {
  display: block;
  font-weight: 400;
  font-family: "Hero New";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
}

.associates-list .row .associate-info .contacts p span {
  font-weight: 600;
}

.associates-list .row .associate-info .website {
  display: block;
  margin-top: 24px;
}

.associates-list .row .associate-info .website a {
  display: inline-block;
  font-weight: 600;
  font-family: "Hero New";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ba2229;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.associates-list .row .associate-info .website a:hover {
  color: #1a1919;
}

.associates-list .row .arrow {
  margin-left: auto;
}

.associates-list .row .arrow a {
  display: block;
  width: 100%;
  height: 100%;
}

.associates-list .row .arrow a svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.associates-list .row .arrow a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.associates-list .row .arrow a:hover svg path.first {
  fill: #ba2229;
}

.associates-list .row .arrow a:hover svg path.second {
  stroke: #ba2229;
}

@media only screen and (max-width: 912px) {
  .header__info {
    margin-bottom: 128px;
  }

  .header-background {
    height: 100%;
  }

  .header {
    min-height: 100vh;
    flex-direction: column;
  }

  .header .header-image {
    display: flex;
    width: 100%;
    margin-top: auto;
    align-self: flex-end;
  }

  .header .mobile-image img {
    width: 100%;
    height: 358px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 900px) {
  .header__title h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .associates {
    margin-top: 0 !important;
  }

  .header {
    height: auto;
    grid-template-rows: initial;
    flex-direction: column;
  }

  .associates-inner {
    width: 90%;
  }

  .associates-inner .image-container {
    display: none;
  }

  .header .mobile-image {
    position: relative;
    display: block;
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 128px;
  }

  .header .mobile-image img {
    min-height: 350px;
    object-fit: cover;
  }

  .associates-inner .image-container img {
    height: 358px;
    object-fit: cover;
  }

  .associates-list {
    margin-bottom: 160px;
  }

  .associates-list {
    margin-top: 80px;
  }

  .associates-list .row {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .associates-list .row:last-child {
    margin-bottom: 0;
  }

  .associates-list .row .image {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
  }

  .associates-list .row .image img {
    margin: 0 auto;
  }

  .associates-list .row .associate-info {
    width: 100%;
  }

  .associates-list .row .arrow {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .header__title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .header__title span {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .header {
    padding-top: 149px;
  }

  .header__info {
    margin-top: 129px;
  }
}
