@font-face {
  font-family: "FiraSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/firasans/FiraSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "FiraSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/firasans/FiraSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SourceSans3-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/sourcesans3/SourceSans3-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SourceSans3-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/sourcesans3/SourceSans3-Semibold.woff2") format("woff2");
}
:root {
  --header-height: 94px;
}

.box-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.box-list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  width: 100%;
  overflow: hidden;
  background-color: #f1f5f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.box-list__item img {
  width: 100%;
  height: auto;
}
.box-list__link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.box-list__link span {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  color: #fff;
  font-family: "SourceSans3-Semibold";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.24px;
  font-style: normal;
  text-align: center;
}
.box-list__link:after {
  content: "";
  z-index: 0;
  opacity: 0.85;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 77%;
  height: 70px;
  background-color: #0068c3;
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box-list__link:hover:after {
  width: 100% !important;
  height: 100% !important;
}
.box-list.-product .box-list__link:after {
  width: 82%;
  height: 100px;
}
.box-list.-sector .box-list__link:after {
  width: 82%;
}

.home__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  margin: 0 0 40px 0;
  text-align: center;
}
.home__text__title {
  color: #2048b3;
  font-family: "SourceSans3-Semibold";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: -0.02px;
}
.home__text__desc p {
  color: #122966;
  font-family: "FiraSans-Medium";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.home-slider {
  position: relative;
  height: 100vh;
  background-color: #183073;
}
.home-slider__title {
  z-index: 1;
  position: relative;
  padding: 0 50px;
  text-align: center;
}
.home-slider__title p {
  color: #fff;
  font-family: "FiraSans-Regular";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.home-slider__title p strong {
  font-family: "FiraSans-Medium";
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 500;
}
.home-slider__image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider__video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider__button {
  z-index: 1;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 56px;
  height: 50px;
  background-color: transparent;
}
.home-slider__button span {
  z-index: 1;
  position: relative;
}
.home-slider__button:after {
  content: "";
  z-index: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #0068c3;
  transition: opacity 0.3s;
}
.home-slider__button:hover::after {
  opacity: 1;
}
.home-slider .swiper-container {
  height: 100%;
}
.home-slider .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider .swiper-slide:has(.-down) {
  justify-content: flex-end;
  padding-bottom: 175px;
}
.home-slider .swiper-scrollbar {
  bottom: 30px;
  left: 50%;
  width: 240px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.home-slider .swiper-scrollbar-drag {
  background-color: #016fff;
}
.home-slider__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(-50%);
  cursor: pointer;
}
.home-slider__scroll img {
  width: auto;
  height: 75px;
}
.home-sectors {
  padding: 56px 0 50px 0;
}
.home-sectors__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.home-sectors__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  width: 100%;
  background-color: #f1f5f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.home-sectors__item img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.4s cubic-bezier(0.35, 0.46, 0.29, 1.07);
}
.home-sectors__item:hover img {
  transform: scale(1.1, 1.1);
}
.home-sectors__link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home-sectors__link span {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  color: #fff;
  font-family: "SourceSans3-Semibold";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: -0.02px;
  font-style: normal;
  text-align: center;
}
.home-sectors__link:after {
  content: "";
  z-index: 0;
  opacity: 0.8;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 45px;
  background-color: #0068c3;
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-products {
  padding: 56px 0 60px 0;
  background-color: #f1f5f7;
}
.home-products .home__text {
  margin: 0 0 40px 0;
}
.home-products__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.home-products__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  width: 100%;
}
.home-products__item:last-child {
  margin: 0;
}
.home-products__item-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.4s;
}
.home-products__item img {
  width: 100%;
  height: auto;
}
.home-products__front, .home-products__back {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
}
.home-products__front {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.home-products__front-content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
  width: 100%;
  height: 100%;
}
.home-products__back {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: rotateY(0deg);
}
.home-products__back .home-products__title {
  color: #016fff;
}
.home-products__back .home-products__desc {
  color: #292c34;
}
.home-products__title {
  margin: 0 0 12px 0;
  color: #fff;
  font-family: "SourceSans3-Semibold";
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.37px;
  font-style: normal;
}
.home-products__desc {
  margin: 0 0 12px 0;
  width: 252px;
  color: #fff;
  font-family: "SourceSans3-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.22px;
  font-style: normal;
}
.home-products__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  border-top: 1px solid #d9d5cc;
  color: #72716f;
  font-family: "SourceSans3-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-style: normal;
  transition: color 0.3s;
}
.home-products__link:first-of-type {
  border-top: 0;
}
.home-products__link:hover {
  color: #122966;
  font-family: "SourceSans3-Semibold";
  font-weight: 600;
}
.home-about {
  position: relative;
  height: 324px;
  overflow: hidden;
}
.home-about:hover .home-about__bg-image {
  transform: scale(1.05, 1.05);
}
.home-about__bg-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.home-about__content {
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-about__title {
  margin: 0 0 4px 0;
  color: #fff;
  font-family: "SourceSans3-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: -0.02px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.59);
}
.home-about__desc p {
  color: #fff;
  font-family: "FiraSans-Regular";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.41px;
  text-shadow: 0 3px 11px rgba(0, 0, 0, 0.59);
}
.home-about__button {
  margin: 30px 0 0 0;
}
.home-media {
  padding: 56px 0 60px 0;
  background-color: #f1f5f7;
}
.home-media__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.home-media__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px 0;
  width: 100%;
  overflow: hidden;
}
.home-media__box img {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.4s cubic-bezier(0.35, 0.46, 0.29, 1.07);
}
.home-media__box__link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 10px 10px 10px;
  width: 100%;
  height: 100%;
}
.home-media__box__title {
  padding: 0 20px;
  background-color: #767676;
  color: #fff;
  font-family: "SourceSans3-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: -0.01px;
  font-style: normal;
}
.home-media__box__desc {
  margin: 5px 0 0 0;
  color: #fff;
  font-family: "SourceSans3-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-style: normal;
}
.home-media__box__video-icon {
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2048b3;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.35, 0.46, 0.29, 1.07);
}
.home-media__box__video-icon:before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 17px;
  border-color: transparent transparent transparent #fff;
}
.home-media__button {
  align-self: center;
  margin: 40px 0 0 0;
  width: 100%;
}
.home-contact {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.home-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.home-contact .home__text {
  position: relative;
  justify-content: center;
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
}
.home-contact .home__text img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 344px;
  height: auto;
  transform: translateX(-50%);
}
.home-contact .home__text span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0 0;
  color: #3b3b3b;
  font-family: "SourceSans3-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-style: normal;
}
.home-contact .home__text__button {
  margin: 35px 0 0 0;
}
.home-contact__image {
  width: 62%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  :root {
    --header-height: 52px;
  }
}
@media only screen and (min-width: 640px) {
  .box-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .box-list__item {
    margin: 0 0 40px 0;
    width: 48%;
  }
  .box-list__item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .home__text {
    margin: 0 0 65px 0;
    width: 513px;
  }
  .home__text__title {
    margin: 0 0 6px 0;
  }
  .home__text__desc p {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    letter-spacing: -0.43px;
  }
  .home-slider__title p strong {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 58px;
    line-height: 3.625rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .home-sectors__content {
    flex-direction: row;
  }
  .home-products__content {
    flex-direction: row;
  }
  .home-about {
    height: 522px;
  }
  .home-about__desc p {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    letter-spacing: 0.41px;
  }
  .home-about__button {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-sectors {
    padding: 50px 0 95px 0;
  }
  .home-sectors__item {
    margin: 0 2% 15px 0;
    width: 49%;
  }
  .home-sectors__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .home-sectors__link:after {
    width: 70%;
  }
  .home-products {
    padding: 54px 0 96px 0;
  }
  .home-products__item {
    margin: 0 5% 0 0;
    width: calc(50% - 25px);
  }
  .home-products__item:hover .home-products__item-content {
    transform: rotateY(180deg);
  }
  .home-products__back {
    padding: 0 60px;
    transform: rotateY(180deg);
  }
  .home-media {
    padding: 54px 0 56px 0;
  }
  .home-contact__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .home-contact__content.-done .home-contact__image {
    opacity: 1;
    transform: translateY(0);
  }
  .home-contact .home__text {
    margin: 18px 0 0 0;
    width: 422px;
    height: 331px;
  }
  .home-contact__image {
    opacity: 0;
    width: 304px;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
}
@media only screen and (min-width: 1024px) {
  .box-list__item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .box-list__item.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .box-list__link span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    letter-spacing: 0.29px;
  }
  .box-list.-sector .box-list__link:after {
    height: 100px;
  }
  .home__text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .home__text.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-slider__title p {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .home-slider__title p strong {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 88px;
    line-height: 5.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .home-slider .swiper-slide.swiper-slide-active .home-slider__title {
    opacity: 1;
    transform: translateY(-88px);
  }
  .home-slider .swiper-scrollbar {
    bottom: 50px;
    width: 300px;
  }
  .home-sectors__item {
    opacity: 0;
    margin: 0 2% 22px 0;
    width: calc(33.3333333333% - 16px);
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .home-sectors__item:nth-child(2n+2) {
    margin-right: 2%;
  }
  .home-sectors__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .home-sectors__item.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-sectors__link span {
    width: 60%;
  }
  .home-products .home__text {
    margin: 0 0 65px 0;
    width: 672px;
  }
  .home-products__content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .home-products__content.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-products__front-content {
    padding: 0 60px;
  }
  .home-about__content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s 0.2s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s 0.2s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .home-about__content.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-media__list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .home-media__box {
    opacity: 0;
    margin: 0 1% 12px 0;
    width: calc(50% - 6px);
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07);
  }
  .home-media__box.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-media__box:nth-child(2n+2) {
    margin-right: 0;
  }
  .home-media__box.-small {
    margin: 0 1% 12px 0;
    width: calc(33.3333333333% - 8px);
  }
  .home-media__box.-small:last-child {
    margin-right: 0;
  }
  .home-media__box:hover img {
    transform: scale(1.1, 1.1);
  }
  .home-media__box:hover .home-media__box__video-icon {
    opacity: 1;
  }
  .home-media__button {
    opacity: 0;
    flex-direction: row;
    justify-content: flex-end;
    margin: 70px 0 0 0;
    width: auto;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), transform 0.5s cubic-bezier(0.35, 0.46, 0.29, 1.07), background-color 0.3s;
  }
  .home-media__button.-done {
    opacity: 1;
    transform: translateY(0);
  }
  .home-contact {
    padding: 0;
    min-height: 457px;
  }
  .home-contact .home__text img {
    width: 388px;
  }
  .home-contact .home__text__button {
    margin: 48px 0 0 0;
  }
  .home-contact__image {
    margin: 0 0 0 100px;
  }
}
@media only screen and (min-width: 1248px) {
  .home-sectors__link:after {
    width: 60%;
  }
  .home-media__box__link {
    padding: 0 25px 25px 25px;
  }
  .home-media__box__desc {
    margin: 13px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .home-about {
    height: 622px;
  }
}