:root {
  --color-primary: #001c45;
  --color-red: #ff372d;
  --color-orange: #ff8c26;
  --color-yellow: #ffcd42;
  --color-green: #06b6ab;
  --color-blue: #1551a3;
}

/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter/inter-v20-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter/inter-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter/inter-v20-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main-navigation {
  padding: 15px 0;
}
.main-navigation .menu-toggle {
  display: none;
}
.main-navigation .container {
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
  gap: 75px;
}
.main-navigation .logo {
  height: 55px;
  width: auto;
}
.main-navigation .menu-wrapper {
  flex: 1;
}
.main-navigation .top-navigation {
  margin-bottom: 20px;
}
.main-navigation .top-navigation ul.location-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .top-navigation ul.location-list li a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.main-navigation .top-navigation ul.location-list li a:hover {
  color: var(--color-red);
}
.main-navigation .bottom-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .bottom-navigation .navbar {
  padding: 0;
}
.main-navigation .main-menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .main-menu li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.main-navigation .main-menu li a:hover {
  color: var(--color-red);
}
.main-navigation .social-links {
  display: flex;
  list-style: none;
  margin: 0 20px 0 auto;
  padding: 0;
}
.main-navigation .social-links li a {
  display: inline-block;
  color: var(--color-primary);
  font-size: 18px;
  transition: color 0.2s ease;
}
.main-navigation .social-links li a:hover {
  color: var(--color-red);
}
.main-navigation .language-switcher {
  border: 0;
  cursor: pointer;
}

.bg-dark {
  background-color: var(--color-primary) !important;
  color: #ffffff;
  padding: 50px 0;
}

.home section {
  margin-bottom: 50px;
}
.home h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}
.home .hero__wrapper {
  position: relative;
}
.home .hero__wrapper .hero__content {
  position: relative;
  height: 675px;
  background-color: var(--color-primary);
  color: #ffffff;
  overflow: hidden;
}
.home .hero__wrapper .hero__content h1 {
  font-size: 85px;
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 1;
}
.home .hero__wrapper .hero__content .hero__image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: none;
  pointer-events: none;
}
.home .hero__wrapper .hero__content .hero__logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .hero__wrapper .contact-menu {
  position: absolute;
  bottom: 0;
  transform: translateX(-60px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home .hero__wrapper .contact-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--color-primary);
  border-radius: 50px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.home .hero__wrapper .contact-menu li a:hover {
  background-color: var(--color-red);
}
.home #departments {
  display: flex;
  flex-direction: column;
}
.home #departments .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home #departments ul.departments-list {
  margin: 0;
  padding: 100px 0 50px;
  margin-top: auto;
  margin-bottom: auto;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.home #departments ul.departments-list li {
  font-size: 110px;
  line-height: 1;
  display: inline-block;
}
.home #departments ul.departments-list li:nth-child(1) {
  color: var(--color-red);
}
.home #departments ul.departments-list li:nth-child(2) {
  color: var(--color-orange);
}
.home #departments ul.departments-list li:nth-child(3) {
  color: var(--color-yellow);
}
.home #departments ul.departments-list li:nth-child(4) {
  color: var(--color-green);
}
.home #departments ul.departments-list li:nth-child(5) {
  color: var(--color-blue);
}
.home #team .team-content {
  margin-top: 50px;
}
.home #team .team-content h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home #team .team-content .board-image {
  margin-bottom: 20px;
}
.home #team .team-content ul.team-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home #team .team-content ul.team-list.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.home #history .history-content {
  margin-bottom: 40px;
}
.home #history .history-content h3 {
  font-size: 38px;
}
.home #history .history-content p {
  font-size: 18px;
}
.home #history .history-swiper .history-image-wrapper {
  --corner-size: 40px;
  --corner-color: var(--color-primary);
  position: relative;
  overflow: hidden;
}
.home #history .history-swiper .history-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0 0, var(--corner-color) 0 var(--corner-size), transparent calc(var(--corner-size) + 1px)) top left, radial-gradient(circle at 100% 0, var(--corner-color) 0 var(--corner-size), transparent calc(var(--corner-size) + 1px)) top right, radial-gradient(circle at 0 100%, var(--corner-color) 0 var(--corner-size), transparent calc(var(--corner-size) + 1px)) bottom left, radial-gradient(circle at 100% 100%, var(--corner-color) 0 var(--corner-size), transparent calc(var(--corner-size) + 1px)) bottom right;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.home #history .history-swiper img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #history .history-swiper figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.8;
}
.home #stores h2 {
  margin-bottom: 20px;
}
.home #stores .stores-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebecec;
  border-radius: 10px;
  padding: 50px 20px;
}
.home #stores .stores-wrapper img.stores-map {
  height: 500px;
  width: auto;
}

footer {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 75px 0;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
footer .footer-content .logo {
  height: 160px;
}
footer .footer-content .location-list {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}
footer .footer-content .location-list li > a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease;
}
footer .footer-content .location-list li > a:hover {
  color: var(--color-red);
}
footer .footer-content .location-list li > a i {
  font-size: 25px;
  margin-top: 10px;
}
footer .footer-content .location-list li > a span {
  font-size: 33px;
  font-weight: 700;
}
footer .site-info {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}
footer .site-info a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
footer .site-info a:hover {
  color: var(--color-red);
}

@media (max-width: 1399px) {
  .home .hero__wrapper .hero__content {
    height: auto;
    aspect-ratio: 16/9;
  }
  .home .hero__wrapper .hero__content h1 {
    font-size: 64px;
    right: 40px;
  }
  .home .hero__wrapper .contact-menu {
    transform: translate(10px, -10px);
  }
}
@media (max-width: 1199px) {
  .main-navigation .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .main-navigation .menu-wrapper {
    width: 100%;
  }
  .main-navigation .menu-wrapper .top-navigation {
    margin-bottom: 20px;
  }
  .main-navigation .menu-wrapper .top-navigation ul.location-list {
    justify-content: end;
  }
  .home .hero__wrapper .hero__content {
    height: auto;
    aspect-ratio: 16/9;
  }
  .home .hero__wrapper .hero__content h1 {
    font-size: 64px;
  }
  .home .hero__wrapper .hero__content .hero__logo {
    width: 200px;
    height: auto;
  }
  .home .hero__wrapper .contact-menu {
    transform: translate(10px, -10px);
  }
  .home #departments ul.departments-list {
    gap: 20px;
    padding: 50px 0 25px;
  }
  .home #departments ul.departments-list li {
    font-size: 80px;
  }
  .home #history .history-content {
    margin-bottom: 20px;
  }
  .home #history .history-content h3 {
    font-size: 28px;
  }
  .home #history .history-content p {
    font-size: inherit;
  }
  .home #history .history-swiper img {
    height: auto;
    aspect-ratio: 16/9;
  }
  footer .footer-content .logo {
    height: 100px;
  }
  footer .footer-content .location-list li > a span {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .main-navigation {
    padding: 20px 0;
  }
  .main-navigation .container {
    flex-direction: row;
    align-items: center;
  }
  .main-navigation .logo {
    height: 45px;
  }
  .main-navigation .menu-wrapper:not(.active),
  .main-navigation .top-navigation {
    display: none;
  }
  .main-navigation .menu-wrapper {
    order: 2;
    flex: auto;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
  }
  .main-navigation .menu-wrapper .bottom-navigation {
    flex-direction: column;
    gap: 10px;
  }
  .main-navigation .menu-wrapper .bottom-navigation .navbar {
    width: 100%;
  }
  .main-navigation .menu-wrapper .bottom-navigation .main-menu {
    flex-direction: column;
    gap: 10px;
  }
  .main-navigation .menu-wrapper .bottom-navigation .social-links {
    margin: 0;
  }
  .main-navigation .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }
  .main-navigation .menu-toggle svg {
    width: 24px;
    height: 24px;
  }
  .home h2 {
    margin-bottom: 30px;
  }
  .home .hero__wrapper .hero__content h1 {
    font-size: 42px;
  }
  .home .hero__wrapper .hero__content .hero__logo {
    width: 150px;
    height: auto;
  }
  .home .hero__wrapper .contact-menu {
    gap: 6px;
    transform: translate(10px, -10px);
  }
  .home .hero__wrapper .contact-menu li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .home #departments ul.departments-list {
    gap: 20px;
    padding: 0;
  }
  .home #departments ul.departments-list li {
    font-size: 59px;
  }
  .home #team .team-content {
    margin-top: 30px;
  }
  .home #team .team-content .row {
    gap: 30px;
  }
  .home #stores .stores-wrapper {
    padding: 30px;
  }
  .home #stores .stores-wrapper img.stores-map {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .home section {
    margin-bottom: 30px;
  }
  .home #departments ul.departments-list {
    gap: 20px;
  }
  .home #departments ul.departments-list li {
    font-size: 48px;
  }
  .bg-dark {
    padding: 30px 0;
  }
  footer .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
  }
  footer .site-info {
    flex-direction: column;
    align-items: center;
  }
  footer .site-info .copyright-text {
    order: 2;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .home .hero__wrapper .hero__content {
    height: 300px;
    aspect-ratio: inherit;
  }
  .home .hero__wrapper .hero__content h1 {
    font-size: 28px;
  }
  .home .hero__wrapper .hero__content .hero__logo {
    width: 100px;
    height: auto;
  }
  .home .hero__wrapper .hero__content .hero__image {
    height: auto;
    width: 100%;
  }
  .home .hero__wrapper .contact-menu {
    gap: 6px;
    transform: translate(10px, -10px);
  }
  .home .hero__wrapper .contact-menu li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .home #team .team-content ul.team-list.columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-content .logo {
    height: 80px;
  }
  footer .footer-content .location-list {
    gap: 30px;
  }
  footer .footer-content .location-list li a {
    gap: 3px;
  }
  footer .footer-content .location-list li a i {
    font-size: 18px;
    margin-top: 5px;
  }
  footer .footer-content .location-list li a span {
    font-size: 16px;
  }
  footer .site-info {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.min.css.map */