@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-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  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-Bold.ttf') format("truetype");
  font-weight: 700;
  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;
}

@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-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  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-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Skemapronews 1";
  src: url('../fonts/SkemaProNews-Regular-1.otf') format("opentype");
  font-weight: 400;
  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;
}

.page-wrapper {
  overflow: clip;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.hero-padding {
  z-index: 5;
  height: 100vh;
  position: relative;
}

.container {
  min-width: 93.952vw;
  max-width: 93.952vw;
}

.container.is-full {
  height: 100vh;
}

.hero-content-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 2vw;
  display: flex;
}

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

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

.p-16-100 {
  margin-bottom: 0;
  font-size: 1.613vw;
  font-weight: 500;
  line-height: 100%;
}

.p-73-90 {
  color: #005998;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 7.359vw;
  font-weight: 700;
  line-height: 90%;
}

.hero-icon-1 {
  object-fit: cover;
  min-width: 100vw;
  height: 100vh;
  position: absolute;
  inset: -5vw auto auto 0%;
}

.hero-icon-2 {
  mix-blend-mode: hard-light;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 10vw auto auto 0%;
}

.info-section {
  background-color: #0287e6;
  position: relative;
}

.info-padding {
  z-index: 1;
  padding-top: 16.129vw;
  padding-bottom: 16.129vw;
  position: relative;
}

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

.info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-32-90 {
  font-size: 3.226vw;
  font-weight: 700;
  line-height: 90%;
}

.p-32-90.is-white {
  color: #fff;
  font-weight: 700;
}

.p-32-90.is-white.is-caps {
  text-transform: uppercase;
}

.p-32-90.is-sp {
  color: #0287e6;
  text-transform: uppercase;
}

.p-32-90.is-caps {
  text-transform: uppercase;
}

.p-32-90.is-caps.is-bl {
  color: #0287e6;
}

.head-info-wrap {
  text-align: center;
  width: 65.927vw;
}

.info-righr {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 40.222vw;
  display: flex;
}

.p-16-110 {
  font-size: 1.613vw;
  font-weight: 500;
  line-height: 110%;
}

.p-16-110.is-white {
  color: #fff;
}

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

.p-14-120.is-white {
  color: #fffc;
}

.white-section {
  position: relative;
}

.white-section.hide {
  display: none;
}

.white-padding {
  z-index: 2;
  padding-top: 16vw;
  padding-bottom: 16vw;
  position: relative;
}

.wh-content-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.wh-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wh-left {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  display: flex;
}

.wh-icon {
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-46-90 {
  text-transform: uppercase;
  font-size: 4.637vw;
  font-weight: 700;
  line-height: 90%;
}

.p-46-90.is-bl {
  color: #0287e6;
}

.icon-wh {
  object-fit: cover;
  border-radius: 1.2vw;
  width: 27.319vw;
  height: 21.169vw;
  transform: rotate(-9deg);
}

.icon-wh.mob {
  display: none;
}

.p-16-120 {
  font-size: 1.613vw;
  line-height: 120%;
}

.p-16-120.is-white {
  color: #fff;
}

.photo-section {
  position: relative;
}

.photo-padding {
  z-index: 5;
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrapper-photo {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 6vw;
  padding-bottom: 3vw;
  display: flex;
}

.photo-block {
  height: 100vh;
  position: relative;
}

.before {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.after {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.line {
  z-index: 80;
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 20%;
}

.left-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  border-radius: 3.73vw;
  justify-content: center;
  align-items: center;
  width: 9.173vw;
  height: 4.536vw;
  display: flex;
  position: absolute;
  inset: 48% auto auto -4.5vw;
}

.ar {
  width: 4.637vw;
}

.ar.mob {
  display: none;
}

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

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

.left-card {
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #0000004d;
  flex-flow: column;
  width: 35vw;
  padding: 2.218vw;
  display: flex;
}

.right-card {
  height: 30.242vw;
}

.p-16-90 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.613vw;
  font-weight: 700;
  line-height: 90%;
}

.tab-padding {
  padding-top: 16.129vw;
  padding-bottom: 16.129vw;
}

.head-wh-wrap {
  text-align: center;
  width: 77.419vw;
}

.head-wrp {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0287e6;
  background-image: url('../images/line.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 7vw;
  display: grid;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  height: 7vw;
  display: flex;
}

.p-12-120 {
  color: #fffc;
  font-size: 1.21vw;
  line-height: 120%;
}

.line-icon {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.wrp-ab {
  position: absolute;
  inset: auto auto 3vw 3vw;
}

.wrp-ab.is-2 {
  inset: auto 3vw 3vw auto;
}

.last-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  display: flex;
}

.par-last-wrp {
  text-align: center;
  width: 53.024vw;
}

.p-18-90 {
  font-size: 1.815vw;
  font-weight: 700;
  line-height: 90%;
}

.button {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f4d400;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 45.363vw;
  height: 9.375vw;
  text-decoration: none;
  transition: color .4s, background-color .4s, transform .4s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #0287e6;
  transform: scale(1.1);
}

.kine-i {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.star {
  width: 3.629vw;
  position: absolute;
  inset: auto auto 40vw 10vw;
}

.star.is-2 {
  bottom: 5vw;
  left: 20vw;
  transform: rotate(10deg);
}

.star.is-3 {
  width: 3vw;
  inset: 10vw 15vw auto auto;
  transform: rotate(-20deg);
}

.star.is-4 {
  width: 3vw;
  inset: 10vw auto auto 15vw;
  transform: rotate(25deg);
}

.star.is-5 {
  width: 3vw;
  inset: 22vw 5vw auto auto;
  transform: rotate(10deg);
}

.star.is-6 {
  width: 4vw;
  inset: auto auto 5vw 10vw;
  transform: rotate(16deg);
}

.star.is-7 {
  bottom: 30vw;
}

.star.is-8 {
  inset: 15vw 3vw auto auto;
}

.star.is-9 {
  inset: auto 20vw 11vw auto;
}

.link {
  color: #fff;
}

.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;
}

.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: #fff;
  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: 10;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  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: grid;
}

.partner-description {
  color: #fff;
  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 {
  margin-top: 5vw;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2 {
  width: 100%;
}

.footer-description {
  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 {
  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;
}

.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: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

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

.block-blur {
  background-image: linear-gradient(#0287e6, #fff0);
  width: 100%;
  height: 15vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-p, .btn-a {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container {
    min-width: 94.444vw;
    max-width: 94.444vw;
  }

  .p-16-100 {
    font-size: 1.25vw;
  }

  .p-73-90 {
    font-size: 7.431vw;
  }

  .info-padding {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .info-par-wrapper {
    grid-column-gap: 5.556vw;
    grid-row-gap: 5.556vw;
  }

  .p-32-90.is-white, .p-32-90.is-sp {
    font-size: 3.194vw;
  }

  .head-info-wrap {
    width: 71.389vw;
  }

  .info-righr {
    width: 34.722vw;
  }

  .p-16-110.is-white {
    font-size: 1.528vw;
  }

  .p-14-120.is-white {
    font-size: 1.111vw;
  }

  .white-section {
    display: block;
  }

  .white-padding {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .eh-right {
    width: 34.722vw;
  }

  .icon-wh {
    width: 34.097vw;
    height: 26.319vw;
  }

  .p-16-120 {
    font-size: 1.528vw;
  }

  .p-16-120.is-white {
    font-size: 1.25vw;
  }

  .p-16-120.is-white.is-1 {
    font-size: 1.1vw;
  }

  .content-wrapper-photo {
    padding-top: 4vw;
  }

  .btn {
    width: 6.319vw;
    height: 3.125vw;
    left: -3.2vw;
  }

  .ar {
    width: 3.194vw;
  }

  .left-card {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
    width: 40vw;
    padding: 1.528vw;
  }

  .p-16-90 {
    font-size: 1.25vw;
  }

  .head-wh-wrap {
    width: 67vw;
  }

  .tabl-block-wrap {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .grid-1, .card {
    height: 6.042vw;
  }

  .p-12-120.is-1 {
    font-size: .9vw;
  }

  .wrp-ab.is-2 {
    bottom: 2vw;
    right: 2vw;
  }

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

  .p-18-90 {
    font-size: 1.528vw;
  }

  .button {
    width: 32.986vw;
    height: 7.153vw;
  }

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

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

  .block-blur {
    height: 12vw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    min-width: 95.833vw;
    max-width: 95.833vw;
  }

  .p-16-100 {
    font-size: 1.146vw;
  }

  .p-73-90 {
    letter-spacing: -5px;
    font-size: 7.552vw;
  }

  .info-padding {
    padding-top: 10.417vw;
    padding-bottom: 10.417vw;
  }

  .p-32-90.is-white, .p-32-90.is-sp, .p-32-90.is-caps {
    font-size: 3.021vw;
  }

  .head-info-wrap {
    width: 69.063vw;
  }

  .info-righr {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 26.042vw;
  }

  .p-16-110.is-white {
    font-size: 1.25vw;
  }

  .p-14-120.is-white {
    font-size: .833vw;
  }

  .white-padding {
    padding-top: 10.417vw;
    padding-bottom: 10.417vw;
  }

  .eh-right {
    width: 26.042vw;
  }

  .icon-wh {
    width: 25.573vw;
    height: 19.74vw;
    margin-left: 10vw;
  }

  .p-16-120, .p-16-120.is-white {
    font-size: 1.146vw;
  }

  .btn {
    width: 6.354vw;
  }

  .left-card {
    width: 31vw;
    padding: 1.563vw;
  }

  .p-16-90 {
    font-size: 1.146vw;
  }

  .head-wh-wrap {
    width: 70.781vw;
  }

  .tabl-block-wrap {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .grid-1, .card {
    height: 4.531vw;
  }

  .last-block {
    margin-top: 0;
  }

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

  .p-18-90 {
    font-size: 1.25vw;
  }

  .button {
    border-radius: 1vw;
    width: 24.74vw;
    height: 5.365vw;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-blur {
    height: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .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) {
  .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) {
  .container {
    min-width: 89.333vw;
    max-width: 89.333vw;
  }

  .container.is-full {
    height: auto;
  }

  .hero-content-wrapper {
    padding-bottom: 15vw;
  }

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

  .p-16-100 {
    font-size: 4.267vw;
  }

  .p-73-90 {
    letter-spacing: -1px;
    font-size: 13vw;
  }

  .hero-icon-1 {
    top: -20vw;
  }

  .hero-icon-2 {
    top: 25vw;
  }

  .info-padding {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }

  .info-par-wrapper {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
  }

  .info-grid {
    display: block;
  }

  .p-32-90.is-white, .p-32-90.is-sp, .p-32-90.is-caps, .p-32-90.is-caps.is-bl {
    font-size: 6.4vw;
  }

  .head-info-wrap {
    text-align: left;
    width: auto;
  }

  .info-left {
    display: none;
  }

  .info-righr {
    width: auto;
  }

  .p-16-110.is-white {
    font-size: 4.267vw;
  }

  .p-14-120.is-white {
    font-size: 3.733vw;
  }

  .white-section, .white-section.hide {
    display: block;
  }

  .white-padding {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }

  .white-padding.mob {
    padding-top: 10.667vw;
    padding-bottom: 0;
  }

  .white-padding.mob.is-1 {
    padding-bottom: 32vw;
  }

  .wh-content-wrapper.is-mob {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
  }

  .wh-grid {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
    flex-flow: column;
    display: flex;
  }

  .icon-wh {
    width: 72.267vw;
    height: 56vw;
    display: none;
  }

  .icon-wh.mob {
    border-radius: 2.933vw;
    margin-top: 15vw;
    display: block;
    position: relative;
    left: 10vw;
  }

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

  .p-16-120.is-small {
    font-size: 3.733vw;
  }

  .photo-padding, .content-wrapper-photo {
    height: auto;
  }

  .photo-block {
    height: 100vh;
  }

  .before {
    object-fit: cover;
  }

  .before.is-1 {
    object-position: 29% 50%;
  }

  .before.is-4 {
    object-position: 66% 50%;
  }

  .after {
    object-fit: cover;
  }

  .after.is-2 {
    object-position: 29% 50%;
  }

  .after.is-3 {
    object-position: 65% 50%;
  }

  .after.is-5 {
    object-position: 60% 50%;
  }

  .line {
    pointer-events: auto;
    inset: 0% auto auto 50%;
  }

  .left-photo {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .right-photo {
    position: absolute;
  }

  .btn {
    border-radius: 9.867vw;
    width: 25.333vw;
    height: 11.2vw;
    display: none;
    top: -11.7vw;
    left: 45%;
  }

  .ar {
    display: none;
  }

  .ar.mob {
    object-fit: cover;
    width: 3vw;
    height: 12.267vw;
    display: block;
  }

  .head-photo-wrap {
    text-align: center;
  }

  .left-card {
    display: block;
  }

  .p-16-90.is-black {
    color: #000;
    font-size: 4.267vw;
  }

  .head-wh-wrap {
    width: auto;
  }

  .tabl-block-wrap {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
    flex-flow: column;
    display: flex;
  }

  .tabl-block-wrap.is-mob {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .grid-1 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 2.667vw;
    grid-template-columns: .6fr .5fr 1.3fr;
    height: 19.2vw;
  }

  .grid-2 {
    grid-template-columns: .6fr .5fr 1.3fr;
  }

  .card {
    text-align: center;
    border-radius: 2.667vw;
    height: 19.2vw;
  }

  .p-12-120.is-black {
    color: #000;
    font-size: 3.2vw;
  }

  .line-icon {
    display: block;
  }

  .line-icon.is-4 {
    object-position: 57% 50%;
  }

  .wrp-ab {
    display: none;
  }

  .last-block {
    margin-top: 12vw;
  }

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

  .p-18-90 {
    font-size: 4.267vw;
  }

  .button {
    border-radius: 5.333vw;
    width: 100%;
    height: 24.8vw;
  }

  .kine-i {
    object-fit: cover;
  }

  .star {
    width: 10vw;
    bottom: 10vw;
    left: 15vw;
  }

  .star.is-2 {
    display: none;
  }

  .star.is-3 {
    width: 8vw;
  }

  .star.is-4 {
    width: 10vw;
  }

  .star.is-5 {
    width: 6vw;
  }

  .star.is-6 {
    width: 10vw;
    bottom: 10vw;
    left: 15vw;
  }

  .star.is-7 {
    bottom: 10vw;
  }

  .star.is-9 {
    display: none;
  }

  .inf-par {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    display: flex;
  }

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

  .image {
    display: block;
  }

  .logo-image_ain {
    height: 28px;
  }

  .header-partner_inner, .header-separator {
    display: none;
  }

  .header-partner_block {
    display: flex;
  }

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

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

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

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

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

  .block-blur {
    height: 25vw;
  }

  .par {
    color: #fff;
    text-transform: uppercase;
    font-size: 4.267vw;
    font-weight: 700;
    line-height: 90%;
  }

  .btn-p {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1px solid #fff;
    border-radius: 9.867vw;
    justify-content: center;
    align-items: center;
    width: 25.333vw;
    height: 11.2vw;
    display: flex;
    position: absolute;
    inset: 30.6667vw auto auto -27vw;
  }

  .btn-a {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1px solid #fff;
    border-radius: 9.867vw;
    justify-content: center;
    align-items: center;
    width: 25.333vw;
    height: 11.2vw;
    display: flex;
    position: absolute;
    inset: 30.6667vw auto auto 3vw;
  }
}

#w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966c0-625233af, #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966cb-625233af, #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966d6-625233af, #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966e1-625233af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966ee-625233af {
  align-self: start;
}

#w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe19670a-625233af {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe196710-625233af {
  grid-area: 2 / 2 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe19670a-625233af {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe196710-625233af {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966ee-625233af {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe19670a-625233af {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe196710-625233af {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe1966ee-625233af {
    grid-column: span 2 / span 2;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe196707-625233af {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe19670a-625233af {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_0121d51f-4a7b-dd13-d6f9-0d6ebe196710-625233af {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@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-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  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-Bold.ttf') format('truetype');
  font-weight: 700;
  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;
}
@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-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  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-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Skemapronews 1';
  src: url('../fonts/SkemaProNews-Medium-1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Skemapronews';
  src: url('../fonts/SkemaProNews-Medium.ttf') format('truetype'), url('../fonts/SkemaProNews-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Skemapronews 1';
  src: url('../fonts/SkemaProNews-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Skemapronews 1';
  src: url('../fonts/SkemaProNews-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}