.announcements {
  padding: 90px 0 96px 0;
}

.announcements__header-title {
  color: #7e0c1e;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.announcements__header-link {
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.announcements__header-link:hover {
  color: #7e0c1e;
}

.announcements__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 14px;
}

.announcements__item:last-child {
  margin-right: 0;
}

.announcements__item-title {
  display: flex;
  align-items: center;
  color: #011837;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  transition: color 0.3s;
}

.announcements__item-title .-bold {
  margin-right: 5px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 51.2px;
  line-height: 3.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.announcements__item-desc {
  color: #011837;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  transition: color 0.3s;
}

.announcements__item-desc:before {
  content: "";
  display: block;
  width: 92px;
  margin: 11px 0 26px 0;
  border-bottom: 2px solid #7e0c1e;
  transition: border-color 0.3s;
}

.announcements__item:last-child {
  margin-right: 0;
}

.announcements__item:hover .announcements__item-title {
  color: #7e0c1e;
}

.announcements__item:hover .announcements__item-desc {
  color: #7e0c1e;
}

.announcements__item:hover .announcements__item-desc:before {
  border-color: #011837;
}

@media only screen and (min-width: 1024px) {
  .announcements .content-wrapper {
    flex-direction: row;
  }

  .announcements__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 4px;
    width: 214px;
  }

  .announcements__header-title {
    margin-bottom: 8px;
  }

  .announcements-container {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
  }

  .announcements__item {
    padding: 20px 30px;
    width: calc((100% - (2*20px)) / 3);
    height: 240px;
  }
}

@media only screen and (min-width: 1248px) {
  .announcements__item {
    width: calc((100% - (2*48px)) / 3);
  }
}

@media only screen and (max-width: 1023px) {
  .announcements {
    padding: 40px 0 50px 0;
  }

  .announcements__header {
    margin-bottom: 25px;
    text-align: center;
  }

  .announcements__header-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .announcements__header-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .announcements__item {
    padding: 20px 30px 60px 30px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.being {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: url("../../assets/image/image-background.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60% auto;
}

.being .content-wrapper {
  position: relative;
}

.being__title {
  margin-bottom: 26px;
  color: #7e0c1e;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 67.2px;
  line-height: 4.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.being .swiper-container {
  width: 100%;
}

.being .swiper-slide {
  position: relative;
}

.being .slide-visual {
  position: relative;
  width: 888px;
  height: 505px;
  background-color: #011837;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.being .slide-visual iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.being .slide-text {
  position: relative;
  z-index: 1;
  width: 45%;
  margin-left: auto;
  min-height: 185px;
  padding: 30px 54px;
  background-color: #fff;
}

.being .slide-text__name {
  display: flex;
  flex-direction: column;
  color: #7e0c1e;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.being .slide-text__name:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 0;
  margin: 10px 0 15px 0;
  border-bottom: 2px solid #7e0c1e;
}

.being .slide-text__desc {
  color: #011837;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
  font-family: "Merriweather";
}

.being .slider-navigation {
  position: absolute;
  z-index: 5;
  top: 240px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 228px;
}

.being .slider-navigation__link {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  cursor: pointer;
}

.being .slider-navigation__link-name {
  position: relative;
  display: flex;
  color: #001434;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.being .slider-navigation__link-name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 24px;
  height: 0;
  border-bottom: 1px solid #7a7069;
}

.being .slider-navigation__link-task {
  color: #011837;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.being .slider-navigation__link-task.-visible {
  display: none;
}

.being .slider-navigation__link.-active .slider-navigation__link-name {
  color: #7e0c1e;
}

.being .slider-navigation__link.-active .slider-navigation__link-name:before {
  border-bottom: 1px solid #7e0c1e;
}

.being .swiper-button-next,.being .swiper-button-prev {
  z-index: 12;
  top: auto;
  right: 45%;
  left: auto;
  margin-top: 0;
  width: 100px;
  height: 80px;
  background-size: 32px auto;
  background-color: #7e0c1e;
  opacity: 1;
  transition: opacity 0.3s;
}

.being .swiper-button-next:hover,.being .swiper-button-prev:hover {
  background-color: #910e22;
  opacity: 0.98;
}

.being .swiper-button-prev {
  margin-right: 100px;
  background-image: url("../../assets/svg/arrow-left-light.svg");
}

.being .swiper-button-next {
  background-image: url("../../assets/svg/arrow-right-light.svg");
}

.being .swiper-button-next.swiper-button-disabled,.being .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}

@media only screen and (min-width: 1248px) {
  .being .slide-text {
    margin-top: -105px;
  }

  .being .swiper-button-next,.being .swiper-button-prev {
    top: 505px;
  }
}

@media only screen and (max-width: 1247px) {
  .being .slider-navigation__link-task.-visible {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .being .slider-navigation__link-task.-visible:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 0;
    margin: 15px 0 10px 0px;
    border-bottom: 2px solid #7e0c1e;
  }

  .being {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: none;
  }

  .being__title {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .being .swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
  }

  .being .slide-visual {
    width: 100%;
    height: 450px;
  }

  .being .slide-text {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 40px 20px;
    text-align: center;
  }

  .being .slide-text__name {
    align-items: center;
  }

  .being .slide-text__name:after {
    display: none;
  }

  .being .slide-text__desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .being .slider-navigation {
    display: none;
  }

  .being .swiper-button-next,.being .swiper-button-prev {
    right: 50%;
    bottom: 0;
    width: 94px;
    height: 80px;
    margin-right: -94px;
    background-size: 30px auto;
    background-color: transparent;
  }

  .being .swiper-button-prev {
    margin-right: 0;
    background-color: transparent;
  }
}

@media only screen and (max-width: 639px) {
  .being .slide-visual {
    height: 200px;
  }
}

.home-buttons {
  flex-direction: row;
  justify-content: center;
  height: 320px;
  background-color: #6e6e6e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-buttons__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  width: 223px;
  height: 94px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 1.13px;
  background-color: #011837;
  transition: background-color 0.3s;
}

.home-buttons__button:before,.home-buttons__button:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-color: #7e0c1e;
  transition: background-color 0.3s;
}

.home-buttons__button:first-child:before,.home-buttons__button:first-child:after {
  bottom: -6px;
  left: -6px;
}

.home-buttons__button:first-child:before {
  width: 6px;
  height: 84px;
}

.home-buttons__button:first-child:after {
  width: 173px;
  height: 6px;
}

.home-buttons__button:last-child:before,.home-buttons__button:last-child:after {
  top: -6px;
  right: -6px;
}

.home-buttons__button:last-child:before {
  width: 173px;
  height: 6px;
}

.home-buttons__button:last-child:after {
  width: 6px;
  height: 84px;
}

.home-buttons__button:hover {
  background-color: #7e0c1e;
}

.home-buttons__button:hover:before,.home-buttons__button:hover:after {
  background-color: #011837;
}

@media only screen and (max-width: 767px) {
  .home-buttons {
    flex-direction: column;
    height: auto;
    padding: 48px 0;
  }

  .home-buttons__button {
    margin: 15px 0;
  }
}

.experience {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.experience-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  width: 31%;
  max-width: 31%;
}

.experience-text {
  margin-bottom: 42px;
  padding: 70px 95px 0 50px;
  width: 100%;
}

.experience-text__title {
  margin-bottom: 11px;
  color: #7e0c1e;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 44px;
  line-height: 2.75rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 800;
}

.experience-text__desc {
  color: #001434;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
}

.experience-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% + 50px);
  height: 235px;
  padding: 26px 20px 10px 50px;
  background-color: #011837;
}

.experience-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 18px 0;
  width: 42%;
  height: 50px;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.experience-menu__link:after {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.experience-menu__link:hover {
  border-bottom: 2px solid #7e0c1e;
}

.experience-image {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  width: 69%;
  max-width: 69%;
}

.experience-image__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.experience-image__content img {
  width: 100%;
  height: auto;
}

.experience-image__text {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 50px;
  display: flex;
  flex-direction: column;
  padding: 20px 48px;
  background-color: #7e0c1e;
}

.experience-image__text-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.experience-image__text-desc {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .experience {
    flex-direction: column;
  }

  .experience-content {
    width: 100%;
    max-width: 100%;
  }

  .experience-text {
    margin-bottom: 30px;
    padding: 40px 20px 0 20px;
    text-align: center;
  }

  .experience-text__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .experience-menu {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding: 20px 40px 20px 40px;
  }

  .experience-menu__link {
    margin-bottom: 0;
    padding: 18px 0;
    width: 100%;
    height: 56px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .experience-menu__link:after {
    opacity: 0.4;
  }

  .experience-menu__link:hover {
    border-bottom: 2px solid #7e0c1e;
  }

  .experience-image {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 0;
  }

  .experience-image__text {
    position: relative;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    padding: 30px 40px;
  }

  .experience-image__text-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .experience-image__text-desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

.first-sight {
  padding: 84px 0;
  background-image: url("../../assets/image/image-background-01.png");
  background-repeat: no-repeat;
  background-position: top +30px right;
  background-size: 70% auto;
}

.first-sight__title {
  margin-bottom: 40px;
  color: #7e0c1e;
  font-size: 48px;
  font-size: 3rem;
  line-height: 76.8px;
  line-height: 4.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 800;
}

.first-sight .swiper {
  width: 100%;
  height: 100%;
}

.first-sight .swiper-container {
  width: 100%;
  height: 100%;
}

.first-sight .swiper-wrapper {
  height: 100%;
}

.first-sight .swiper-slide {
  height: 100%;
  padding-bottom: 120px;
}

.first-sight .swiper-slide:nth-child(2n+2) .first-sight__item__header {
  background-color: #7e0c1e;
}

.first-sight .swiper-slide:nth-child(2n+2) .first-sight__item__header:before,.first-sight .swiper-slide:nth-child(2n+2) .first-sight__item__header:after {
  background-color: #0a2448;
}

.first-sight .swiper-button-next,.first-sight .swiper-button-prev {
  display: none;
  z-index: 12;
  top: initial;
  top: auto;
  left: 50%;
  bottom: 0;
  margin-top: 0;
  width: 74px;
  height: 44px;
  background-size: 32px auto;
}

.first-sight .swiper-button-prev {
  margin-left: -135px;
  background-image: url("../../assets/svg/arrow-left-color.svg");
}

.first-sight .swiper-button-next {
  right: auto;
  right: initial;
  margin-left: 60px;
  background-image: url("../../assets/svg/arrow-right-color.svg");
}

.first-sight .swiper-arrow-next,.first-sight .swiper-arrow-prev {
  position: absolute;
  z-index: 12;
  top: initial;
  top: auto;
  left: 50%;
  bottom: 0;
  margin-top: 0;
  width: 74px;
  height: 44px;
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.first-sight .swiper-arrow-prev {
  margin-left: -135px;
  background-image: url("../../assets/svg/arrow-left-color.svg");
}

.first-sight .swiper-arrow-next {
  right: auto;
  right: initial;
  margin-left: 60px;
  background-image: url("../../assets/svg/arrow-right-color.svg");
}

.first-sight .swiper-bullets {
  position: absolute;
  z-index: 1;
  bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10px;
}

.first-sight .swiper-bullets-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 10px;
  margin: 0 2px;
  cursor: pointer;
}

.first-sight .swiper-bullets-bullet:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #d3d3d3;
}

.first-sight .swiper-bullets-bullet.-active:before {
  background-color: #93182b;
}

.first-sight__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.first-sight__item-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.first-sight__item-image img{
  width: 100%;
  height: auto;
}

.first-sight__item__header {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 64px);
  height: 88px;
  padding: 0 20px 0 30px;
  margin: -20px 0 0 32px;
  background-color: #0a2448;
}

.first-sight__item__header-number {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 67.2px;
  line-height: 4.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.first-sight__item__header-number:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 0;
  height: 34px;
  margin-top: -17px;
  display: block;
  border-right: 1px solid #000;
  opacity: 0.2;
}

.first-sight__item__header-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
  font-family: "Merriweather";
}

.first-sight__item__header.-red {
  background-color: #7e0c1e;
}

.first-sight__item__header:before,.first-sight__item__header:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: -4px;
  display: block;
  background-color: #7e0c1e;
}

.first-sight__item__header:before {
  width: 4px;
  height: 60%;
}

.first-sight__item__header:after {
  width: 50%;
  height: 4px;
}

@media only screen and (min-width: 1024px) {
  .first-sight .swiper-slide {
    width: auto;
  }

  .first-sight .swiper-slide:nth-child(3n+1) {
    width: 40%;
  }

  .first-sight .swiper-slide:nth-child(3n+2) {
    width: 31%;
    margin-top: 100px;
  }

  .first-sight .swiper-slide:nth-child(3n+3) {
    width: 29%;
    margin-top: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .first-sight__item__header {
    width: calc(100% - 50px);
    padding: 0 20px 0 20px;
    margin: -20px 0 0 25px;
  }

  .first-sight__item__header-number {
    padding-right: 15px;
    margin-right: 18px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 60.8px;
    line-height: 3.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1247px) {
  .first-sight__item__header {
    width: calc(100% - 30px);
    padding: 0 15px 0 15px;
    margin: -20px 0 0 15px;
  }

  .first-sight__item__header-number {
    padding-right: 10px;
    margin-right: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1023px) {
  .first-sight__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 57.6px;
    line-height: 3.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .first-sight .swiper-slide {
    width: 95%;
  }

  .first-sight .swiper-slide:nth-child(3n+2) {
    margin-top: 48px;
  }

  .first-sight .swiper-slide:nth-child(3n+3) {
    margin-top: 20px;
  }

  .first-sight .swiper-button-next,.first-sight .swiper-button-prev {
    display: block;
    bottom: 20px;
  }

  .first-sight .swiper-button-prev {
    margin-left: -85px;
  }

  .first-sight .swiper-button-next {
    margin-left: 10px;
  }

  .first-sight .swiper-arrow-next,.first-sight .swiper-arrow-prev {
    display: none;
  }

  .first-sight .swiper-bullets {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .first-sight {
    padding: 60px 0 0 0;
    background-image: none;
  }

  .first-sight__title {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-align: center;
  }
}

.last-slider {
  position: relative;
  background-color: #011837;
}

.last-slider:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #e2e2e2;
}

.last-slider .swiper {
  width: 100%;
  height: 100%;
}

.last-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.last-slider .swiper-wrapper {
  height: 100%;
}

.last-slider .slide__image {
  width: 100%;
  height: auto;
  background-color: #c4c4c4;
}

.last-slider .slide__text-content {
  padding-bottom: 30px;
}

.last-slider .slide__text-content__desc {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
  font-style: italic;
  font-family: "Merriweather";
}

.last-slider .slide__text-content__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
  opacity: 0.5;
}

.last-slider .swiper-button {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 44px;
}

.last-slider .swiper-button-next,.last-slider .swiper-button-prev {
  z-index: 12;
  top: 0;
  bottom: 5px;
  margin-top: 0;
  width: 74px;
  height: 44px;
  background-size: 25px auto;
  background-color: #041e43;
}

.last-slider .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/svg/arrow-left-light.svg");
}

.last-slider .swiper-button-next {
  right: 0;
  background-image: url("../../assets/svg/arrow-right-light.svg");
}

@media only screen and (min-width: 1024px) {
  .last-slider {
    height: 472px;
  }

  .last-slider .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  .last-slider .slide__image {
    width: 340px;
    margin-right: 50px;
  }

  .last-slider .slide__text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
  }

  .last-slider .swiper-button {
    position: absolute;
    top: 120px;
    left: 390px;
  }
}

@media only screen and (min-width: 1248px) {
  .last-slider {
    height: 513px;
  }

  .last-slider .slide__image {
    width: 367px;
    margin-right: 100px;
  }

  .last-slider .swiper-button {
    top: 120px;
    left: 467px;
  }
}

@media only screen and (max-width: 1247px) {
  .last-slider .slide__text-content__desc {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1023px) {
  .last-slider {
    margin-bottom: 40px;
  }

  .last-slider:before {
    height: 142px;
  }

  .last-slider .slide__text-content {
    padding: 46px 10px 50px 10px;
    text-align: center;
  }

  .last-slider .slide__text-content__desc {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .last-slider .swiper-button {
    margin: 0 auto 50px auto;
  }
}

.main-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 57px);
}

.main-slider .swiper {
  width: 100%;
  height: 100%;
}

.main-slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider .swiper-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.main-slider .swiper-wrapper {
  height: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  opacity: 0;
}

.main-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.main-slider .swiper-navigation {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.main-slider .swiper-navigation-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.main-slider .swiper-navigation__item {
  position: relative;
  display: flex;
  margin-right: -32px;
  cursor: pointer;
}

.main-slider .swiper-navigation__item-icon {
  position: relative;
  font-size: 0;
  opacity: 0.5;
}

.main-slider .swiper-navigation__item-icon img {
  width: auto;
  min-height: 48px;
}

.main-slider .swiper-navigation__item-icon.-big img {
  min-height: 74px;
}

.main-slider .swiper-navigation__item-text {
  position: absolute;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 1.67px;
  text-align: center;
  opacity: 0;
}

.main-slider .swiper-navigation__item::before {
  content: "";
  display: inline-block;
  margin-bottom: 13px;
  width: 32.5px;
  margin-right: -1px;
  border-bottom: 1px solid #fff;
  opacity: 0.7;
}

.main-slider .swiper-navigation__item::after {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
  width: 32.5px;
  margin-right: -2px;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
}

.main-slider .swiper-navigation__item:first-child::before {
  display: none;
}

.main-slider .swiper-navigation__item:last-child::after {
  display: none;
}

.main-slider .swiper-navigation__item.-active .swiper-navigation__item-text,.main-slider .swiper-navigation__item.-active .swiper-navigation__item-icon {
  opacity: 1;
}

.main-slider .swiper-navigation__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 1.67px;
}

.main-slider .swiper-navigation__text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.main-slider .swiper-navigation__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #fff transparent;
}

.main-slider .slide__bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-slider .slide__video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider .slide _:-ms-lang(x),.main-slider .slide__video {
  width: auto;
  height: auto;
}

.main-slider .slide _:-ms-lang(x),.main-slider .slide _:-webkit-full-screen,.main-slider .slide__video {
  width: auto;
  height: auto;
}

.main-slider .slide__title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 154px;
  height: 108px;
  color: #fff;
  text-align: right;
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  line-height: 2.4375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  background-color: #7e0c1e;
}

.main-slider .slide__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 50px 0 0;
  border-color: transparent #7e0c1e transparent transparent;
}

.main-slider .slide__title__url {
  color: #fff;
  text-decoration: none;
}

.main-slider .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 180px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider .swiper-button-next,.main-slider .swiper-button-prev {
  display: block;
  top: 0;
  margin-top: 0;
  width: 90px;
  height: 40px;
  background-size: 30px auto;
}

.main-slider .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/svg/arrow-left-light.svg");
}

.main-slider .swiper-button-next {
  right: 0;
  background-image: url("../../assets/svg/arrow-right-light.svg");
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9 {
  .main-slider .slide__video {
    width: auto;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .main-slider .swiper-navigation {
    display: none;
  }

  .main-slider .slide__title {
    margin-bottom: 97px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 2.0625rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main-slider .slide__title:before {
    left: -40px;
    border-width: 108px 40px 0 0;
  }

  .main-slider .swiper-button {
    display: block;
  }
}

.home-news {
  position: relative;
  padding: 98px 0 90px 0;
  background-color: #fff;
  border-bottom: 1px solid #a5a5a5;
}

.home-news:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 225px;
  background-color: #e2e2e2;
}

.home-news .content-wrapper {
  position: relative;
  z-index: 1;
}

.home-news__header-title {
  color: #7e0c1e;
  font-weight: 800;
}

.home-news__header-link {
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.home-news__header-link:hover {
  color: #7e0c1e;
}

.home-news-item {
  display: block;
}

.home-news-item:last-child {
  margin-right: 0;
}

.home-news-item__image img {
  width: 100%;
  height: auto;
}

.home-news-item__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px 0 0;
  margin: -30px 0 0 22px;
  width: calc(100% - 44px);
  height: 90px;
  background-color: #fff;
  transition: background-color 0.3s;
}

.home-news-item__header-date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
  margin-right: 25px;
  text-align: center;
}

.home-news-item__header-date .month {
  color: #011837;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s;
}

.home-news-item__header-date .day {
  color: #011837;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s;
}

.home-news-item__header-date:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -25px;
  width: 0;
  height: 50px;
  border-right: 2px solid #7e0c1e;
  transition: border-right 0.3s;
}

.home-news-item__header-text {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.home-news-item__header-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  transition: color 0.3s;
}

.home-news-item__header:before,.home-news-item__header:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: -4px;
  display: block;
  background-color: #7e0c1e;
  transition: background-color 0.3s;
}

.home-news-item__header:before {
  width: 4px;
  height: 61%;
}

.home-news-item__header:after {
  width: 80%;
  height: 4px;
}

.home-news-item:hover .home-news-item__header {
  background-color: #7e0c1e;
}

.home-news-item:hover .home-news-item__header-date .month {
  color: #fff;
}

.home-news-item:hover .home-news-item__header-date .day {
  color: #fff;
}

.home-news-item:hover .home-news-item__header-date:after {
  border-right: 2px solid #fff;
}

.home-news-item:hover .home-news-item__header-text p {
  color: #fff;
}

.home-news-item:hover .home-news-item__header:before,.home-news-item:hover .home-news-item__header:after {
  background-color: #011837;
}

@media only screen and (min-width: 1024px) {
  .home-news .content-wrapper {
    flex-direction: row;
  }

  .home-news__header {
    position: absolute;
    top: -70px;
    left: 43%;
  }

  .home-news__header-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 56px;
    line-height: 3.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-news-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-news-item {
    width: 27%;
    margin-right: 3%;
  }

  .home-news-item.-big .home-news-item__header-text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-line-clamp: 2;
  }

  .home-news-item.-big {
    width: 40%;
  }

  .home-news-item__image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-news-item__image .-cover {
    max-height: 232px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1248px) {
  .home-news__header {
    top: -67px;
    left: 518px;
  }

  .home-news__header-title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 67.2px;
    line-height: 4.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-news-item {
    width: 316px;
    margin-right: 48px;
  }

  .home-news-item.-big .home-news-item__header-text p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 29px;
    line-height: 1.8125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-news-item.-big {
    width: 472px;
  }
}

@media only screen and (max-width: 1247px) {
  .home-news-item__header-date {
    width: 84px;
    padding: 0 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-news {
    padding: 40px 0 50px 0;
  }

  .home-news:after {
    height: 50%;
  }

  .home-news__header {
    margin-bottom: 25px;
    text-align: center;
  }

  .home-news__header-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-news__header-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-news-item {
    margin-bottom: 30px;
  }
}

.home-sticky {
  position: absolute;
  left: 32px;
  z-index: 2;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 110px;
  width: 100%;
  max-width: 360px;
  margin-top: -55px;
  background: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  transition: left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.home-sticky.-closed {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  box-shadow: none;
}

.home-sticky__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  height: 70px;
  padding: 0 15px;
  border-right: 1px solid #e7e7e7;
}

.home-sticky__icon__notification {
  display: flex;
  width: 40px;
}

.home-sticky__content {
  padding: 10px 15px;
}

.home-sticky__content__title {
  margin-bottom: 5px;
  font-family: "Merriweather";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #7e0c1e;
}

.home-sticky__content__link {
  font-family: "Opensans";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #011837;
  font-weight: 600;
  text-decoration: underline;
}

.home-sticky__close {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .home-sticky {
    position: fixed;
    bottom: 32px;
    top: auto;
    width: calc(100% - 64px);
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .home-sticky__content__title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home-sticky__content__link {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

/*# sourceMappingURL=home.css.map */
