@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 0;
}

.slide {
  width: 45vw;
  max-width: 45vw;
  margin-right: 10vw;
  position: static;
}

.slide-2 {
  width: 45vw;
  min-width: 45vw;
}

.slide-3, .slide-4 {
  width: 45vw;
  max-width: 45vw;
}

.slider {
  background-color: #ddd0;
  height: 47.883vw;
  display: block;
}

.body {
  background-color: #000;
  font-family: Basisgrotesquepro, Arial, sans-serif;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.hero-section {
  background-color: #fff;
}

.hero-padding {
  padding-top: 9vw;
  padding-bottom: 4vw;
}

.container-small {
  max-width: 91.935vw;
}

.container-big {
  max-width: 97.984vw;
}

.head-wrap-par-hero {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.paragraph-18-97 {
  font-size: 1.815vw;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.452vw;
  font-weight: 300;
  line-height: 85%;
}

.hero-sp {
  font-weight: 500;
}

.hero-icon-wrap {
  display: flex;
  position: relative;
}

.icon-h1 {
  width: 35.282vw;
  min-width: 35.282vw;
  height: 37.198vw;
  position: relative;
  left: -5vw;
}

.icon-h2 {
  z-index: 3;
  width: 35.282vw;
  min-width: 35.282vw;
  height: 37.198vw;
  position: relative;
  left: -7.2vw;
}

.icon-h3 {
  width: 35.282vw;
  min-width: 35.282vw;
  height: 37.198vw;
  position: relative;
  right: 9vw;
}

.paragraph-hero-wrapper {
  justify-content: space-between;
  margin-top: 6vw;
  display: flex;
}

.left-par-wrp {
  width: 44.758vw;
}

.right-par-wrp {
  width: 44.254vw;
}

.hero-par-wrp {
  width: 40.323vw;
}

.par-16-120 {
  color: #0b0b0bcc;
  font-size: 1.613vw;
  line-height: 120%;
}

.card-padding {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.card-content-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.card {
  background-color: #0e0e0e;
  border-radius: .504vw;
  justify-content: center;
  align-items: center;
  width: 32.762vw;
  height: 33.569vw;
  display: flex;
  position: relative;
}

.card.is-1 {
  width: 31.25vw;
}

.card.is-text {
  justify-content: flex-start;
  align-items: flex-start;
  height: 28.831vw;
  padding: 3.024vw;
}

.icon-card {
  width: 27.218vw;
  height: 28.629vw;
}

.info-card-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.namber-card-wppar {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nm-block {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.823vw;
  min-width: 2.823vw;
  height: 2.823vw;
  min-height: 2.823vw;
  display: flex;
}

.paragraph-18-80 {
  color: #fff;
  font-size: 1.815vw;
  font-weight: 500;
  line-height: 80%;
}

.paragraph-18-80.is-bl {
  color: #000;
}

.paragraph-16-120 {
  color: #fffc;
  font-size: 1.613vw;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-16-120.is-op {
  text-indent: 5vw;
}

.paragraph-16-120.is-bl {
  color: #000c;
}

.nm-text {
  color: #fff;
  font-size: .625vw;
  font-weight: 500;
  line-height: 80%;
}

.cards-content-block {
  grid-column-gap: .605vw;
  grid-row-gap: .605vw;
  flex-flow: column;
  display: flex;
}

.cards-block {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.left-card-block {
  background-color: #fff;
  border-radius: .504vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48.69vw;
  height: auto;
  padding: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-card-block {
  background-color: #fff;
  border-radius: .504vw;
  justify-content: center;
  align-items: center;
  width: 48.69vw;
  height: auto;
  display: flex;
  position: relative;
}

.par-wrap-card {
  width: 36.089vw;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.645vw;
  font-weight: 500;
  line-height: 95%;
}

.sp-300 {
  font-weight: 300;
}

.paragraph-16-130 {
  color: #000;
  letter-spacing: -.5px;
  font-size: 1.613vw;
  line-height: 130%;
}

.paragraph-16-130.is-op {
  color: #fffc;
}

.paragraph-16-130.is-rel {
  z-index: 1;
  position: relative;
}

.paragraph-16-130.is-white {
  color: #fff;
}

.image-card {
  width: 46.069vw;
  height: auto;
}

.slider-padding {
  padding-top: 3vw;
  padding-bottom: 16vw;
}

.logo-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-logo {
  cursor: pointer;
}

.logo-icon {
  height: 4vw;
}

.div-block {
  background-color: #fff;
  width: 1px;
  height: 2.6vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.info-slider-wrap {
  justify-content: space-between;
  margin-top: 10vw;
  display: flex;
}

.info-slider-left {
  width: 45.565vw;
}

.info-slider-right {
  width: 40.323vw;
}

.paragraph-32-120 {
  color: #fff;
  font-size: 3.226vw;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32-120.is-black {
  color: #000;
}

.par-18 {
  font-size: 1.815vw;
  font-weight: 400;
  line-height: 130%;
}

.right-btn {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.444vw;
  min-width: 5.444vw;
  height: 5.444vw;
  min-height: 5.444vw;
  transition: transform .2s;
  display: flex;
}

.right-btn:hover {
  transform: scale(1.05);
}

.line-icon-wrap {
  z-index: 99;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
  position: absolute;
  inset: 50% 1% auto auto;
}

.swiper {
  z-index: 999999;
  position: relative;
}

.swiper.non {
  display: none;
}

.vec-icon {
  width: 1.31vw;
  height: auto;
}

.swiper-slide {
  justify-content: center;
  align-items: flex-end;
  height: 47vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.btn-wrap-swiper {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  display: flex;
}

.number-slide {
  width: 8vw;
}

.swiper-pag {
  z-index: 89;
  cursor: pointer;
  background-color: #292929;
  width: 100%;
  height: 2px;
  margin-left: auto;
}

.swiper-pag.is--news {
  width: 100%;
  margin-left: 0;
}

.swiper-wrapper {
  cursor: pointer;
  flex-flow: row;
  height: 47vw;
  margin-top: 4.03vw;
  margin-bottom: 3vw;
  display: flex;
}

.swiper-style {
  justify-content: center;
  align-items: flex-end;
  height: 29.4456vw;
  padding-bottom: 2.11694vw;
  padding-left: 1.45161vw;
  padding-right: 1.45161vw;
  text-decoration: none;
  display: flex;
}

.img-swiper {
  object-fit: cover;
  border-radius: .9vw;
  width: 100%;
  height: 47vw;
  min-height: 47vw;
  position: static;
  inset: 0%;
}

.left-btn {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.444vw;
  min-width: 5.444vw;
  height: 5.444vw;
  min-height: 5.444vw;
  transition: transform .2s;
  display: flex;
}

.left-btn:hover {
  transform: scale(1.05);
}

.cards-block-big {
  background-color: #fff;
  border-radius: .504vw;
  justify-content: space-between;
  padding: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-block-big.cops {
  flex-flow: column;
}

.cards-block-big.cops.co {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.left-block {
  width: 43.044vw;
}

.left-block.cop {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 45.665vw;
  display: flex;
  position: relative;
}

.rig-block {
  width: 40.02vw;
}

.autor-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  display: flex;
}

.autor-icon {
  width: 12vw;
  height: auto;
}

.aut-name {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.sv-g {
  width: 3vw;
}

.name-text-wrap {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  display: flex;
}

.paragraph-24-120 {
  color: #000;
  font-size: 2.419vw;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-14-120 {
  font-size: 1.411vw;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-14-120.is-op {
  color: #0009;
}

.wrp-big-par {
  margin-top: 10vw;
}

.wrp-big-par.is-1 {
  grid-column-gap: 2.4vw;
  grid-row-gap: 2.4vw;
  flex-flow: column;
  margin-top: 8vw;
  display: flex;
}

.wrp-big-par.cop {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.slid-padding {
  padding-top: .605vw;
  padding-bottom: .605vw;
}

.cop-bl {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section {
  padding-left: 3vw;
}

.section.cop {
  background-color: #fff;
  border-bottom-right-radius: .504vw;
  border-bottom-left-radius: .504vw;
  margin-top: -.605vw;
  padding-left: 2vw;
}

.section-sl {
  margin-top: .504vw;
}

.im1 {
  pointer-events: none;
  width: 70vw;
  min-width: 70vw;
  position: absolute;
  inset: auto -20vw -20vw auto;
}

.im2 {
  width: 6vw;
  height: auto;
  position: absolute;
  inset: auto 3vw 3vw auto;
}

.im3 {
  pointer-events: none;
  width: 84vw;
  min-width: 84vw;
  min-height: 22vw;
  position: absolute;
  inset: auto auto -20vw -20vw;
  transform: rotate(14deg);
}

.im4 {
  pointer-events: none;
  min-width: 80vw;
  position: absolute;
  inset: auto -30vw -20vw auto;
}

.im5 {
  width: 6.5vw;
  height: auto;
  position: absolute;
  inset: auto 3vw 3vw auto;
}

.icon {
  width: 52vw;
  height: auto;
}

.im6 {
  pointer-events: none;
  width: 53vw;
  min-width: 80vw;
  min-height: 24vw;
  position: absolute;
  inset: auto auto -20vw -20vw;
  transform: rotate(10deg);
}

.im7 {
  pointer-events: none;
  width: 80px;
  min-width: 80vw;
  min-height: 30vw;
  position: absolute;
  inset: auto -30vw -20vw auto;
}

.im8 {
  width: 7.8vw;
  height: auto;
  position: absolute;
  inset: auto 3vw 3vw auto;
}

.im9 {
  pointer-events: none;
  min-width: 80vw;
  min-height: 30vw;
  position: absolute;
  inset: 25vw auto auto -30vw;
  transform: rotate(14deg);
}

.content-card-wrap {
  justify-content: space-between;
  display: flex;
}

.lef-cad, .cen-card, .rig-card {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  cursor: pointer;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.slid-icon {
  object-fit: cover;
  min-width: 100%;
  height: 47.883vw;
}

.ca-wrap {
  background-color: #fff;
  border-radius: .6vw;
  padding: 4vw 3vw 100vw;
}

.ca-wrapper {
  position: relative;
}

.ca1 {
  background-image: url('../images/b1_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 51vw;
  height: 43vw;
  display: flex;
  position: absolute;
}

.ca1.is-1 {
  z-index: 3;
  inset: 5vw 20vw auto auto;
}

.ca1.is-2 {
  z-index: 2;
  background-image: url('../images/b2_1.webp');
  inset: 30vw auto auto 0%;
}

.ca1.is-3 {
  z-index: 1;
  background-image: url('../images/b3_1.webp');
  inset: 50vw 10vw auto auto;
}

.ca-block {
  background-color: #fff9;
  flex-flow: column;
  justify-content: space-between;
  width: 35vw;
  height: 31vw;
  padding: 2.319vw;
  display: flex;
}

.s-1 {
  mix-blend-mode: overlay;
  width: 16vw;
  height: auto;
}

.head-ca-wrap {
  justify-content: space-between;
  display: flex;
}

.left-ca {
  width: 38vw;
}

.rig-ca {
  width: 40vw;
}

.paragraph-56 {
  font-size: 5.645vw;
  font-weight: 500;
  line-height: 95%;
}

.paragraph-18-130 {
  font-size: 1.815vw;
  font-weight: 400;
  line-height: 130%;
}

.nm-wrap {
  justify-content: space-between;
  display: flex;
}

.nm-b {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.335vw;
  height: 4.335vw;
  display: flex;
}

.nm-tex {
  color: #fff;
  font-size: 1vw;
  line-height: 80%;
}

.par-18-120 {
  font-size: 1.815vw;
  font-weight: 500;
  line-height: 120%;
}

.s-2 {
  mix-blend-mode: overlay;
  width: 14vw;
  height: auto;
}

.s-3 {
  mix-blend-mode: overlay;
  width: 13vw;
  height: auto;
}

.last-section {
  position: relative;
  overflow: hidden;
}

.last-padding {
  padding-top: 25vw;
  padding-bottom: 5vw;
  position: relative;
}

.head-last-wrap {
  z-index: 1;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hed-wrp {
  width: 69vw;
}

.par-last-wrp {
  width: 43vw;
}

.linkk-block-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  width: 1px;
  height: 2.5vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.last1 {
  pointer-events: none;
  min-width: 140vw;
  min-height: 110vw;
  position: absolute;
  inset: 0% auto auto -20vw;
}

.last1.cop {
  opacity: .5;
}

.last2 {
  position: absolute;
}

.partner-description-mobile {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.logo-image_partner {
  width: auto;
  height: 30px;
}

.logo-image_partner.is-rel {
  position: relative;
  top: -.2vw;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.footer-2 {
  padding: 60px 4vw 57px;
}

.suggestion-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image_ain {
  width: auto;
  height: 35px;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.partner-bold-text {
  font-weight: 700;
}

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-separator {
  opacity: .2;
  color: #0f110f;
  background-color: #0f110f;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.header-partner_block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.link-block_ain {
  align-self: auto;
}

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block_partner {
  align-items: center;
  display: flex;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.suggestion-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.partner-description {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  inset: -9.5px 45% auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-section {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  width: 100%;
}

.footer-description {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.author-block {
  grid-column-gap: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.position {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

.link-block_ain-2 {
  align-self: auto;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.author {
  color: #fff;
}

.block-meaning {
  text-align: center;
  background-color: #0006;
  border-radius: 10px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -70px auto;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-link-2 {
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.container-2 {
  min-width: 91vw;
  max-width: 91vw;
}

.logo-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow, .left-arrow-2, .right-arrow {
  justify-content: center;
  align-items: center;
  width: 5.444vw;
  height: 5.444vw;
  display: flex;
  overflow: visible;
}

.right-arrow-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 5.444vw;
  height: 5.444vw;
  display: flex;
  overflow: visible;
}

.orang-sp {
  color: #f26522;
}

.slide-nav {
  display: none;
}

.link-info {
  z-index: 6;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  cursor: pointer;
  background-color: #f26522;
  border-radius: .3vw;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 3.5vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 2% 3% auto;
}

.s-in {
  width: 1vw;
  height: 1vw;
}

.popup-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.cops {
  display: none;
}

.popup-1 {
  z-index: 16;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #fff;
  border-radius: 1vw;
  flex-flow: column;
  width: 80vw;
  padding: 3vw;
  display: flex;
  position: relative;
}

.image-2 {
  cursor: pointer;
  width: 1.5vw;
  position: absolute;
  inset: 1vw 1vw auto auto;
}

.in-tex {
  font-size: 1.6vw;
  line-height: 130%;
}

.slide-nav-2 {
  display: none;
}

.noice {
  z-index: 2147483647;
  pointer-events: none;
  background-image: url('../images/k104.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  inset: 0%;
}

.an {
  width: 1px;
  position: absolute;
  inset: -5vw auto auto 0%;
}

.lig-box {
  min-width: 100%;
  height: 47.883vw;
}

.sp-info {
  cursor: pointer;
  border: 1px #000;
  border-bottom-style: solid;
}

.popup-info {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: auto;
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-info {
  background-color: #fff;
  border-radius: 1vw;
  width: 80vw;
  padding: 3vw;
  position: relative;
}

.close {
  pointer-events: auto;
  cursor: pointer;
  width: 1.5vw;
  position: absolute;
  inset: 1vw 1vw auto auto;
}

.link {
  color: #000c;
}

.link.is-bl {
  color: #000;
}

.list-menu {
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-menu {
  -webkit-backdrop-filter: blur(72px);
  backdrop-filter: blur(72px);
  background-color: #ffffff1a;
  border-radius: 1vw;
  width: 38vw;
  margin-left: 0;
  margin-right: 0;
}

.toggle-menu {
  justify-content: space-between;
  align-items: stretch;
  padding: 1vw 2vw;
  display: flex;
}

.link-menu-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.arrows {
  width: 2vw;
}

.info-block {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 38vw;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.paragraph-20-113 {
  font-size: 2vw;
  line-height: 113%;
}

.paragraph-20-113.is-orange {
  color: #ff6606;
  text-transform: uppercase;
  font-weight: 500;
}

.link-menu-icon {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle-icon {
  background-color: #ff6606;
  border-radius: 50%;
  width: .5vw;
  height: .5vw;
}

.section-2 {
  z-index: 99999999;
  position: relative;
}

.section-menu {
  z-index: 9999;
  display: none;
  position: relative;
}

.head-wrapper-non {
  display: none;
}

.logo-link {
  color: #0b0b0bcc;
  cursor: pointer;
}

.link-amd {
  color: #fffc;
  cursor: pointer;
}

.link-mti {
  color: #fffc;
}

@media screen and (min-width: 1440px) {
  .slider {
    height: 60vw;
  }

  .hero-padding {
    padding-top: 9vw;
  }

  .container-big {
    max-width: 98.611vw;
  }

  .head-wrap-par-hero {
    grid-column-gap: 1.667vw;
    grid-row-gap: 1.667vw;
  }

  .paragraph-18-97 {
    font-size: 1.667vw;
  }

  .h1 {
    font-size: 6.528vw;
  }

  .icon-h1, .icon-h2 {
    width: 30vw;
    min-width: 30vw;
    height: 32vw;
    left: 0;
  }

  .icon-h3 {
    width: 30vw;
    min-width: 30vw;
    height: 32vw;
    right: 0;
  }

  .hero-par-wrp {
    width: 30.833vw;
  }

  .par-16-120 {
    font-size: 1.25vw;
  }

  .card-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .card.is-1.is-text {
    height: 17vw;
    padding-top: 2.083vw;
    padding-left: 3.333vw;
    padding-right: 3.333vw;
  }

  .card.is-text {
    height: 17vw;
    padding-top: 2.083vw;
  }

  .icon-card {
    width: 27.361vw;
    height: 28.819vw;
  }

  .namber-card-wppar {
    padding-right: 2vw;
  }

  .nm-block {
    width: 2.847vw;
    min-width: 2.847vw;
    height: 2.847vw;
    min-height: 2.847vw;
  }

  .paragraph-18-80 {
    font-size: 2.222vw;
  }

  .paragraph-18-80.is-ca {
    font-size: 1.8vw;
  }

  .paragraph-16-120.is-op {
    font-size: 1.111vw;
  }

  .cards-content-block {
    grid-column-gap: .694vw;
    grid-row-gap: .694vw;
  }

  .left-card-block {
    border-radius: .694vw;
    width: 48.958vw;
    padding: 5.556vw 2.778vw 2.778vw;
  }

  .left-card-block.cop {
    padding: 2.778vw;
  }

  .right-card-block {
    border-radius: .694vw;
    width: 48.958vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .par-wrap-card {
    width: 26.667vw;
  }

  .h2 {
    font-size: 5vw;
    line-height: 77%;
  }

  .paragraph-16-130, .paragraph-16-130.is-op, .paragraph-16-130.is-rel {
    font-size: 1.25vw;
  }

  .image-card {
    width: 44vw;
  }

  .slider-padding {
    padding-bottom: 10vw;
  }

  .logo-icon {
    height: 2.847vw;
  }

  .div-block {
    height: 1.736vw;
  }

  .info-slider-right {
    width: 37.5vw;
  }

  .paragraph-32-120, .paragraph-32-120.is-black {
    font-size: 2.5vw;
  }

  .swiper-slide {
    height: 48.472vw;
  }

  .swiper-style {
    height: 29.4444vw;
  }

  .img-swiper {
    height: 48.472vw;
    min-height: 48.472vw;
    position: static;
  }

  .left-btn {
    min-width: 5.444vw;
    min-height: 5.444vw;
  }

  .cards-block-big {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .rig-block {
    width: 37.5vw;
  }

  .autor-icon {
    width: 8.403vw;
  }

  .sv-g {
    width: 2.917vw;
  }

  .paragraph-24-120 {
    font-size: 2.222vw;
  }

  .paragraph-24-120.is-120 {
    font-size: 1.5vw;
  }

  .paragraph-14-120.is-op {
    font-size: 1.111vw;
  }

  .wrp-big-par.is-1 {
    margin-top: 3vw;
  }

  .slid-icon {
    object-fit: cover;
    height: 60vw;
  }

  .ca-wrap {
    padding-bottom: 10vw;
    display: flex;
  }

  .ca1.is-1 {
    width: 37vw;
    height: 32vw;
    inset: 0% auto auto 7.3vw;
  }

  .ca1.is-2 {
    background-image: url('../images/b2_1.webp');
    width: 37vw;
    height: 32vw;
    inset: 10vw auto auto -4.1vw;
  }

  .ca1.is-3 {
    background-image: url('../images/b3_1.webp');
    width: 37vw;
    height: 32vw;
    inset: 23.3vw auto auto 5.7vw;
  }

  .ca-block {
    width: 26vw;
    height: 23vw;
    padding: 1.806vw;
  }

  .s-1 {
    width: 11vw;
  }

  .head-ca-wrap {
    grid-column-gap: 24.653vw;
    grid-row-gap: 24.653vw;
    flex-flow: column;
  }

  .left-ca {
    width: 46vw;
  }

  .paragraph-56 {
    font-size: 6vw;
  }

  .par-18-120 {
    font-size: 1.528vw;
  }

  .s-2, .s-3 {
    width: 9vw;
  }

  .last-padding {
    padding-top: 20.833vw;
  }

  .last1 {
    pointer-events: none;
    min-width: 151.111vw;
    min-height: 118.125vw;
  }

  .footer-2 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .suggestion-section {
    display: flex;
  }

  .logo-image_ain-2 {
    height: 3vw;
  }

  .popup-wrapper, .popup-wrapper.cops {
    display: none;
  }

  .popup-1 {
    width: 50vw;
  }

  .image-2 {
    width: 1.2vw;
    top: 1.2vw;
    right: 1.2vw;
  }

  .lig-box {
    height: 60vw;
  }

  .popup-info {
    display: none;
  }

  .pop-info {
    width: 50vw;
  }

  .close {
    width: 1.2vw;
    top: 1.2vw;
    right: 1.2vw;
  }

  .dropdown-menu {
    width: 34vw;
  }

  .info-block {
    width: 34vw;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-20-113.is-orange {
    font-size: 1.667vw;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 48.438vw;
  }

  .hero-padding {
    padding-top: 7vw;
  }

  .container-big {
    max-width: 98.958vw;
  }

  .paragraph-18-97 {
    font-size: 1.25vw;
  }

  .h1 {
    font-size: 6.25vw;
  }

  .hero-icon-wrap {
    justify-content: center;
    align-items: center;
  }

  .icon-h1, .icon-h2 {
    width: 26.042vw;
    min-width: 26.042vw;
    height: 27.448vw;
    left: 0;
  }

  .icon-h3 {
    width: 26.042vw;
    min-width: 26.042vw;
    height: 27.448vw;
    right: 0;
  }

  .hero-par-wrp {
    width: 23.125vw;
  }

  .par-16-120 {
    font-size: .938vw;
  }

  .card {
    width: 33.177vw;
    height: 33.958vw;
  }

  .card.is-1 {
    width: 31.563vw;
  }

  .card.is-1.is-text, .card.is-text {
    height: 14.688vw;
    padding-top: 2.083vw;
    padding-left: 3.438vw;
    padding-right: 3.438vw;
  }

  .icon-card {
    width: 27.5vw;
    height: 28.906vw;
  }

  .namber-card-wppar {
    padding-right: 0;
  }

  .paragraph-18-80 {
    font-size: 1.667vw;
  }

  .paragraph-16-120.is-op {
    font-size: .938vw;
  }

  .cards-content-block {
    grid-column-gap: .521vw;
    grid-row-gap: .521vw;
  }

  .left-card-block {
    width: 49.219vw;
    padding: 4vw 2.083vw 2.083vw;
  }

  .left-card-block.cop {
    width: 49.219vw;
    padding: 3.125vw 2.083vw 2.083vw;
  }

  .right-card-block {
    width: 49.219vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .par-wrap-card {
    width: 20vw;
  }

  .h2 {
    font-size: 5.729vw;
  }

  .paragraph-16-130, .paragraph-16-130.is-op, .paragraph-16-130.is-rel {
    font-size: .938vw;
  }

  .image-card {
    width: 46.146vw;
  }

  .logo-icon {
    height: 2.135vw;
  }

  .info-slider-left {
    width: 42vw;
  }

  .info-slider-right {
    width: 30.573vw;
  }

  .paragraph-32-120 {
    font-size: 2.188vw;
  }

  .swiper-slide, .swiper-style {
    height: 30.2083vw;
  }

  .img-swiper {
    height: 45.781vw;
    min-height: 45.781vw;
  }

  .left-block {
    width: 39.271vw;
  }

  .rig-block {
    width: 31.354vw;
  }

  .autor-icon {
    width: 8.438vw;
  }

  .paragraph-24-120.is-120 {
    font-size: 1.667vw;
  }

  .wrp-big-par.is-1 {
    margin-top: 0;
  }

  .slid-icon {
    height: 48.438vw;
  }

  .ca-wrap {
    padding-bottom: 10vw;
  }

  .popup-wrapper {
    z-index: 999999;
    display: none;
  }

  .popup-wrapper.cops {
    display: none;
  }

  .lig-box {
    height: 48.438vw;
  }

  .popup-info {
    z-index: 99999;
    display: none;
  }

  .close {
    pointer-events: auto;
  }

  .info-block {
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .swiper-slide {
    flex: none;
    width: 43.2292vw;
    height: 44.2708vw;
  }

  .swiper-pag {
    display: none;
  }

  .swiper-style {
    width: 43.2292vw;
    height: 44.2708vw;
  }

  .img-swiper {
    height: 44.2708vw;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    object-fit: cover;
  }

  .footer-2 {
    padding-bottom: 57px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .credits-block {
    width: 100%;
  }

  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 87.7333vw;
    height: 90.6667vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper {
    grid-column-gap: 6.13333vw;
    grid-row-gap: 6.13333vw;
    flex-flow: column;
    margin-top: 5.33333vw;
  }

  .swiper-style {
    width: 87.7333vw;
    height: 90.6667vw;
    padding-bottom: 5.33333vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }

  .img-swiper {
    height: 90.6667vw;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .image {
    display: block;
  }

  .footer-2 {
    padding: 12vw 6vw;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .header-partner_block {
    display: none;
  }

  .link-block_ain {
    height: 100%;
  }

  .link-block_partner {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .suggestion-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .logo-image_ain-2 {
    height: 5vw;
  }

  .link-block_ain-2 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 126.933vw;
  }

  .hero-padding {
    padding-top: 17vw;
  }

  .container-small {
    max-width: 84vw;
  }

  .container-big {
    max-width: 94.667vw;
  }

  .head-wrap-par-hero {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .paragraph-18-97 {
    font-size: 4.267vw;
  }

  .h1 {
    font-size: 11.733vw;
  }

  .hero-icon-wrap {
    flex-flow: column;
    height: 150vw;
    margin-top: 5vw;
  }

  .icon-h1 {
    min-width: 76.533vw;
    height: 80.533vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .icon-h2 {
    z-index: 1;
    min-width: 76.533vw;
    height: 80.533vw;
    position: absolute;
    inset: 70vw 0% auto auto;
    transform: rotate(10deg);
  }

  .icon-h3 {
    min-width: 76.533vw;
    height: 80.533vw;
    position: absolute;
    inset: 35vw auto auto -5vw;
    transform: rotate(-16deg);
  }

  .paragraph-hero-wrapper {
    flex-flow: column;
    margin-top: 8vw;
  }

  .hero-par-wrp {
    width: auto;
  }

  .par-16-120 {
    font-size: 4.267vw;
  }

  .card {
    border-radius: 1.333vw;
    width: 100%;
    height: 89.333vw;
  }

  .card.is-1 {
    width: 100%;
  }

  .card.is-text {
    height: auto;
    padding: 8vw;
  }

  .icon-card {
    width: 95%;
    height: 95%;
  }

  .info-card-wrapper {
    grid-column-gap: 2.133vw;
    grid-row-gap: 2.133vw;
  }

  .namber-card-wppar {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .nm-block {
    width: 7.467vw;
    height: 7.467vw;
  }

  .paragraph-18-80 {
    font-size: 4.8vw;
  }

  .paragraph-16-120.is-op {
    text-indent: 10vw;
    font-size: 4.267vw;
  }

  .paragraph-16-120.is-bl {
    font-size: 4vw;
  }

  .nm-text {
    font-size: 1.6vw;
  }

  .cards-content-block {
    grid-column-gap: 1.333vw;
    grid-row-gap: 1.333vw;
  }

  .cards-block {
    grid-column-gap: 1.333vw;
    grid-row-gap: 1.333vw;
    flex-flow: column;
  }

  .left-card-block {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    border-radius: 1.333vw;
    width: auto;
    padding: 10vw 5.333vw 5.333vw;
  }

  .left-card-block.cop {
    padding-top: 8vw;
  }

  .right-card-block {
    border-radius: 1.333vw;
    width: auto;
  }

  .par-wrap-card {
    width: auto;
  }

  .h2 {
    font-size: 14.933vw;
  }

  .paragraph-16-130, .paragraph-16-130.is-op, .paragraph-16-130.is-rel {
    font-size: 4.267vw;
  }

  .image-card {
    width: 100%;
  }

  .slider-padding {
    padding-top: 8vw;
  }

  .logo-icon {
    height: 10.933vw;
  }

  .div-block {
    height: 6.667vw;
    margin-left: 5.333vw;
    margin-right: 5.333vw;
  }

  .info-slider-wrap {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    margin-top: 8vw;
  }

  .info-slider-left, .info-slider-right {
    width: auto;
  }

  .paragraph-32-120 {
    font-size: 6.4vw;
  }

  .right-btn {
    width: 10.4vw;
    min-width: 10.4vw;
    height: 10.4vw;
    min-height: 10.4vw;
  }

  .line-icon-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    right: 2%;
  }

  .vec-icon {
    width: 3.467vw;
  }

  .swiper-slide {
    width: 83.2vw;
    min-width: 83.2vw;
    height: 91.2vw;
  }

  .number-slide {
    display: none;
  }

  .swiper-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: row;
    height: 91.2vw;
    margin-bottom: 5vw;
  }

  .img-swiper {
    border-radius: 1.333vw;
    height: 91.2vw;
  }

  .left-btn {
    width: 10.4vw;
    min-width: 10.4vw;
    height: 10.4vw;
    min-height: 10.4vw;
  }

  .cards-block-big {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    border-radius: 1.33vw;
    flex-flow: column;
    padding: 5.333vw;
  }

  .left-block, .left-block.cop, .rig-block {
    width: auto;
  }

  .autor-block {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .autor-icon {
    width: 32.267vw;
  }

  .sv-g {
    width: 8.267vw;
  }

  .paragraph-24-120 {
    font-size: 6.4vw;
  }

  .paragraph-14-120.is-op {
    font-size: 3.733vw;
  }

  .wrp-big-par {
    margin-top: 16vw;
  }

  .wrp-big-par.is-1 {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
  }

  .cop-bl {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
  }

  .section.cop {
    margin-top: -2vw;
  }

  .im3 {
    min-width: 200vw;
    bottom: -60vw;
    left: -30vw;
  }

  .icon {
    width: 100%;
  }

  .im9 {
    top: 75vw;
  }

  .content-card-wrap {
    grid-column-gap: 1.333vw;
    grid-row-gap: 1.333vw;
    flex-flow: column;
  }

  .lef-cad, .cen-card, .rig-card {
    grid-column-gap: 1.333vw;
    grid-row-gap: 1.333vw;
  }

  .slid-icon {
    object-fit: cover;
    height: 126.933vw;
  }

  .ca-wrap {
    border-radius: 1.333vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }

  .ca-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ca1.is-1 {
    background-position: 50%;
    width: 100%;
    height: 84.267vw;
    position: relative;
    top: 0;
    right: 0;
  }

  .ca1.is-2 {
    background-position: 50%;
    width: 100%;
    height: 84.267vw;
    position: relative;
    top: 0;
  }

  .ca1.is-3 {
    background-position: 50%;
    width: 100%;
    height: 84.267vw;
    position: relative;
    top: 0;
    right: 0;
  }

  .ca-block {
    width: 67.2vw;
    height: 60.533vw;
    padding: 4.533vw;
  }

  .s-1 {
    width: 31.733vw;
  }

  .head-ca-wrap {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
  }

  .left-ca, .rig-ca {
    width: auto;
  }

  .paragraph-56 {
    font-size: 13.333vw;
  }

  .paragraph-18-130 {
    font-size: 4.8vw;
  }

  .nm-b {
    width: 8.267vw;
    height: 8.267vw;
  }

  .nm-tex {
    font-size: 1.867vw;
  }

  .par-18-120 {
    font-size: 4.267vw;
  }

  .par-18-120.is-rel {
    position: relative;
    top: -7.6vw;
  }

  .s-2 {
    width: 28vw;
  }

  .s-3 {
    width: 26.133vw;
  }

  .hed-wrp, .par-last-wrp {
    width: auto;
  }

  .last1 {
    min-width: 374.933vw;
    min-height: 293.067vw;
    left: -140vw;
  }

  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    display: block;
  }

  .logo-image_partner, .logo-image_ain {
    height: 12px;
  }

  .header-partner_inner {
    font-size: 7px;
    line-height: 100%;
  }

  .footer-column {
    color: #fff;
  }

  .header-separator {
    height: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-partner_block {
    display: flex;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .suggestion-section {
    flex-flow: column;
  }

  .partner-description {
    font-size: 7px;
    line-height: 100%;
  }

  .footer-description {
    color: #fff;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .position {
    color: #fff;
  }

  .logo-image_ain-2 {
    height: 7vw;
  }

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }

  .author, .footer-link-2 {
    color: #fff;
  }

  .left-arrow, .left-arrow-2, .right-arrow {
    width: 10.4vw;
    height: 10.4vw;
  }

  .right-arrow-2 {
    z-index: 1;
    pointer-events: auto;
    width: 10.4vw;
    height: 10.4vw;
  }

  .link-info {
    z-index: 27;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    border-radius: 2vw;
    width: 35vw;
    height: 9vw;
  }

  .s-in {
    width: 4vw;
    height: 4vw;
  }

  .popup-wrapper {
    z-index: 100;
    display: none;
  }

  .popup-wrapper.cops {
    display: none;
  }

  .popup-1 {
    border-radius: 3vw;
    padding: 5vw;
  }

  .image-2 {
    width: 3vw;
    top: 2vw;
    right: 2vw;
  }

  .in-tex {
    font-size: 4vw;
  }

  .lig-box {
    height: 126.933vw;
  }

  .popup-info {
    display: none;
  }

  .pop-info {
    border-radius: 3vw;
    padding: 5vw;
  }

  .close {
    width: 3vw;
    top: 2vw;
    right: 2vw;
  }

  .dropdown-menu {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border-radius: 3vw;
    width: 94%;
  }

  .toggle-menu {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    white-space: normal;
    padding: 3vw;
  }

  .link-menu-wrap {
    padding: 2vw 3vw 3vw;
  }

  .arrows {
    width: 9vw;
    min-width: 9vw;
  }

  .info-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1vw;
    position: fixed;
    inset: auto 0% 0% 3%;
  }

  .paragraph-20-113.is-orange {
    font-size: 5.333vw;
  }

  .paragraph-20-113.is-orange.is-menu {
    width: 55%;
  }

  .circle-icon {
    width: 2vw;
    height: 2vw;
  }
}

#w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be1674-1dd538c4, #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be167f-1dd538c4, #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be168a-1dd538c4, #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be1695-1dd538c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16a2-1dd538c4 {
  align-self: start;
}

#w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16be-1dd538c4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16c4-1dd538c4 {
  grid-area: 2 / 2 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16be-1dd538c4 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16c4-1dd538c4 {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16a2-1dd538c4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16be-1dd538c4 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16c4-1dd538c4 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16a2-1dd538c4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16bb-1dd538c4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16be-1dd538c4 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_33ae5a2b-af72-ad4d-b5ea-91f010be16c4-1dd538c4 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}