/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@glidejs/glide/src/assets/sass/glide.core.scss ***!
  \******************************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_top_sliders.sass ***!
  \********************************************************************************************************************************/
.h-slider__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  z-index: 9;
}
.h-slider__content {
  position: absolute;
  width: auto;
  z-index: 10;
}
.h-slider__text {
  color: var(--color2);
  font-size: var(--fs-xl);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
  text-align: center;
}
.h-slider .btn {
  width: max-content;
  margin: auto;
}
.h-slider .glide__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (orientation: landscape) {
  .h-slider .glide__slide {
    aspect-ratio: 16/9;
  }
  .h-slider__content {
    max-width: 30%;
  }
}
@media all and (orientation: portrait) {
  .h-slider .glide__slide {
    height: 100vh;
  }
  .h-slider__content {
    max-width: 90%;
  }
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_home.sass ***!
  \*************************************************************************************************************************/
.h-about__container {
  border-top: 0.05vw solid var(--grey-line-color);
  margin: auto;
  padding: 10vw 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-about__image {
  display: block;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.h-about__content {
  margin: 0;
}
.h-about__title {
  color: var(--color4);
  font-size: var(--fs-xl);
  font-weight: 600;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
  margin: auto;
}
.h-about__text {
  color: var(--color1);
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
}
.h-about__link {
  width: max-content;
  margin: 2vw auto auto 0;
}

.h-locations {
  background-color: var(--color6);
}
.h-locations__container {
  height: auto;
  margin: auto;
}
.h-locations__title {
  color: var(--color8);
  font-size: var(--fs-large);
  font-weight: 700;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-large) * 1.3);
  letter-spacing: calc(var(--fs-large) * 0);
}
.h-locations svg {
  width: 18vw;
  color: var(--color8);
  height: auto;
  margin-right: 1vw;
}
.h-locations p {
  color: var(--color8);
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
}
.h-locations p strong {
  font-weight: 700;
}
.h-locations__link {
  width: max-content;
}

.h-allies__container {
  margin: auto;
}
.h-allies__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-allies__image1, .h-allies__image2 {
  display: block;
  width: 49%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.h-allies__image1 {
  border-top-left-radius: 10vw;
}
.h-allies__image2 {
  border-bottom-right-radius: 10vw;
}
.h-allies__title {
  color: var(--color8);
  font-size: var(--fs-xl);
  font-weight: 700;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
  margin: 0 0 1vw 0;
}
.h-allies p {
  color: var(--color8);
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
}
.h-allies__link {
  width: max-content;
}

@media all and (orientation: landscape) {
  .h-about__container {
    width: 75vw;
  }
  .h-about__content {
    width: 26.25vw;
  }
  .h-about__image {
    width: 45vw;
    border-radius: 3rem;
  }
  .h-locations__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h-locations__column--left {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-locations__column--right {
    width: 35%;
  }
  .h-allies__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    padding: 8vw 0;
  }
  .h-allies__images {
    width: 60%;
  }
  .h-allies__content {
    width: 35%;
  }
}
@media all and (orientation: portrait) {
  .h-about__container {
    width: 85vw;
    flex-wrap: wrap;
  }
  .h-about__image {
    order: 0;
    width: 100%;
    border-radius: 2rem;
    margin-bottom: 8vw;
  }
  .h-about__content {
    width: 100%;
    order: 1;
  }
  .h-locations__container {
    padding: 20vw 0;
    width: 85%;
  }
  .h-allies__container {
    width: 85%;
    padding: 15vw 0;
  }
  .h-allies__images {
    width: 100%;
    margin-bottom: 8vw;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_usage_component.sass ***!
  \************************************************************************************************************************************/
.h-usage__container {
  margin: auto;
  box-sizing: border-box;
}
.h-usage__title {
  color: var(--color4);
  font-size: var(--fs-xl);
  font-weight: 700;
  font-family: var(--ff2);
  font-style: normal;
  line-height: calc(var(--fs-xl) * 1.3);
  letter-spacing: calc(var(--fs-xl) * 0);
  text-align: center;
}
.h-usage__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.h-usage__element {
  height: auto;
  text-decoration: none;
  display: flex;
  align-items: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.h-usage__image {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.h-usage__name {
  color: var(--color2);
  font-size: var(--fs-mid);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: calc(var(--fs-mid) * 1.3);
  letter-spacing: calc(var(--fs-mid) * 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.h-usage__name svg {
  object-fit: contain;
}
.h-usage__text {
  display: block;
  width: calc(100% - 2vw);
}

@media all and (orientation: landscape) {
  .h-usage__container {
    width: 75%;
    padding: 6vw 0 10vw 0;
  }
  .h-usage__element {
    width: 18%;
    border-radius: 2vw;
  }
  .h-usage__image {
    aspect-ratio: 4/3;
    border-radius: 2vw;
  }
  .h-usage__name {
    text-align: center;
    padding: 0 1vw;
  }
  .h-usage__name svg {
    width: 2vw;
    height: 2vw;
  }
}
@media all and (orientation: portrait) {
  .h-usage__container {
    width: 80%;
    padding: 4vw 0 6vw 0;
  }
  .h-usage__list {
    flex-wrap: wrap;
  }
  .h-usage__element {
    width: 100%;
    border-radius: 5vw;
    margin: 2vw 0;
  }
  .h-usage__image {
    aspect-ratio: 21/9;
    border-radius: 5vw;
  }
  .h-usage__name {
    padding: 2vw 3vw;
    width: 100%;
    margin: 0;
  }
  .h-usage__name svg {
    width: 9vw;
    height: 9vw;
  }
}
