#head {
  background: url("./../../img/pages/our-awards/header_bg.webp");
  padding: 100px 0;
  color: #FFF;
  background-size: cover;
}
#head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#head .container h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
#head .container .info {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

#head .item:first-child {
  width: 550px;
  margin-right: 90px;
  flex-shrink: 0;
}

#types {
  padding: 100px 0;
  background: #F8FCFF;
}
#types .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
#types .item {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  padding: 35px 0 35px 35px;
  margin-bottom: 0px;
  border-radius: 20px;
  border: 2px solid #E2EBF6;
  max-width: 590px;
  width: 590px;
  height: 590px;
}
#types .left {
  width: 330px;
  flex-shrink: 0;
}
#types .platinum .left {
  width: 263px;
}
#types .platinum .category {
  max-width: 270px;
}
#types .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#types .right.gold {
  background: url("./../../img/pages/our-awards/gold.webp") no-repeat bottom;
  width: 100%;
  background-size: 128%;
}
#types .right.hermes {
  background: url("./../../img/pages/our-awards/hermes_bg.webp") no-repeat bottom;
  width: 100%;
  background-size: contain;
}
#types .year {
  width: 55px;
  margin-left: auto;
  padding: 0px 3px;
  background: #DFDFDF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 5px;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 20px;
}
#types .winner {
  background: #EBAF23;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 7px 0px;
  display: inline-block;
  margin-bottom: 20px;
}
#types .platinum .winner {
  background: #C0C0C0;
}
#types .silver .winner {
  background: linear-gradient(91.27deg, #D2D2D0 0.52%, #C1C8DA 37.06%, #90979D 93.79%, #90979D 103.61%);
}
#types .img-wrapper {
  height: 110px;
}
#types h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 76px;
}
#types .site {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
#types .location {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
}
#types .view {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.53711 7.38162L13.6067 2.31201" stroke="%231A71FF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1009 4.78521V1.81763H11.1333" stroke="%231A71FF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.30054 1.81763H6.06405C2.97282 1.81763 1.73633 3.05412 1.73633 6.14535V9.85482C1.73633 12.946 2.97282 14.1825 6.06405 14.1825H9.77352C12.8647 14.1825 14.1012 12.946 14.1012 9.85482V8.61833" stroke="%231A71FF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  padding-left: 30px;
  background-size: 20px;
  text-decoration: underline;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1A71FF;
  background-repeat: no-repeat;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

#score {
  background: #F7F7F7;
}

#score h2 {
  text-align: center;
  margin-bottom: 70px;
}

#score .items {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1280px) {
  .page .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  #head .item:first-child {
    margin: 0;
    text-align: center;
  }
  #head {
    background: url("./../../img/pages/our-awards/header_m_bg.webp");
    padding: 40px 15px 300px 15px;
    background-size: cover;
  }
  #head .container h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
  }
  #head .container .info {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  #types {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #types .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #types .right {
    background-position: right center !important;
    background-size: 100% !important;
  }
  #types .left {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #types .img-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
  #head .item:first-child {
    width: 100%;
  }
  #head .container {
    flex-direction: column;
  }
  #head {
    background: url("./../../img/pages/our-awards/header_m_bg.webp");
    padding: 40px 15px 300px 15px;
    background-size: cover;
    background-position: center;
  }
  .owl-carousel .owl-dots {
    margin-top: 35px;
  }
  #types .inner {
    flex-direction: column;
    gap: 30px;
  }
  #types .item {
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }
  #types .location {
    margin-top: 40px;
  }
  #score .items {
    flex-direction: column;
  }
  #score img {
    width: 170px;
    margin: 0 auto;
  }
  #score h2 {
    margin-bottom: 35px;
  }
  #types .platinum .left {
    width: 200px;
  }
}
@media (max-width: 330px) {
  .left {
    max-width: 190px !important;
  }
}

/*# sourceMappingURL=our-awards.css.map */
