@font-face {
  font-family: 'NEXA Light';
  src: url("../fonts/Nexa-Light.woff2") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold';
  src: url("../fonts/Nexa-Bold.woff2") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold cyr';
  src: url("../fonts/Nexa-Bold5.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Regular Italic';
  src: url("../fonts/Noah-RegularItalic.otf") format("opentype"), url("../fonts/Noah-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Bold Italic';
  src: url("../fonts/Noah-BoldItalic.otf") format("opentype"), url("../fonts/Noah-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Regular';
  src: url("../fonts/Noah-Regular.otf") format("opentype"), url("../fonts/Noah-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Bold';
  src: url("../fonts/Noah-Bold.otf") format("opentype"), url("../fonts/Noah-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../../sass/promo/abhika/abhika-top.scss */
.AbhikaPromoTop {
  position: relative;
}
/* line 4, ../../sass/promo/abhika/abhika-top.scss */
.AbhikaPromoTop .bg {
  display: block;
  position: relative;
}
/* line 8, ../../sass/promo/abhika/abhika-top.scss */
.AbhikaPromoTop .bg img {
  display: block;
  width: 100%;
}

/* line 15, ../../sass/promo/abhika/abhika-top.scss */
.PromoPostTopDesc {
  position: relative;
  background: #aaad74;
  color: #fff;
}
/* line 20, ../../sass/promo/abhika/abhika-top.scss */
.PromoPostTopDesc .container {
  width: 790px;
  max-width: calc(100% - 30px);
}
/* line 25, ../../sass/promo/abhika/abhika-top.scss */
.PromoPostTopDesc .logo {
  display: block;
  margin: 0 auto;
  height: 110px;
  width: auto;
  filter: invert(1);
}
/* line 33, ../../sass/promo/abhika/abhika-top.scss */
.PromoPostTopDesc .site-title {
  margin-bottom: 35px;
}
/* line 36, ../../sass/promo/abhika/abhika-top.scss */
.PromoPostTopDesc .site-title:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 45, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .logo {
    height: 100px;
  }
  /* line 49, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .site-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1479px) {
  /* line 59, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .logo {
    height: 90px;
  }
  /* line 63, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .site-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /* line 73, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .logo {
    height: 70px;
  }
  /* line 77, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .site-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 87, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .logo {
    height: 60px;
  }
  /* line 91, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .site-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 101, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .logo {
    height: 60px;
  }
  /* line 105, ../../sass/promo/abhika/abhika-top.scss */
  .PromoPostTopDesc .site-title {
    margin-bottom: 15px;
  }
}
/* line 1, ../../sass/promo/abhika/abhika-about.scss */
.AbhikaPromoAbout {
  position: relative;
  background: #dd7c99;
  color: #fff;
}
/* line 6, ../../sass/promo/abhika/abhika-about.scss */
.AbhikaPromoAbout .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0 120px;
}

/* line 25, ../../sass/promo/abhika/abhika-about.scss */
.AbhikaPromoAboutL {
  position: relative;
  display: block;
  max-width: 56.5%;
  width: 840px;
}
/* line 31, ../../sass/promo/abhika/abhika-about.scss */
.AbhikaPromoAboutL img {
  display: block;
  width: 100%;
}

/* line 37, ../../sass/promo/abhika/abhika-about.scss */
.AbhikaPromoAboutR {
  position: relative;
  max-width: calc(100% - 56.5% - 120px);
  width: 525px;
}

@media only screen and (min-width: 1680px) and (max-width: 1879px) {
  /* line 46, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 0 106px;
  }

  /* line 50, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: calc(100% - 56.5% - 106px);
  }
}
@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 59, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 0 94px;
  }

  /* line 64, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: calc(100% - 56.5% - 94px);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1479px) {
  /* line 73, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 0 80px;
  }

  /* line 78, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: calc(100% - 56.5% - 80px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /* line 87, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 0 64px;
  }

  /* line 92, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: calc(100% - 56.5% - 64px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 101, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 0 30px;
  }

  /* line 106, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: calc(100% - 56.5% - 30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 115, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAbout .container {
    gap: 20px 0;
  }

  /* line 120, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutL {
    max-width: 100%;
    width: 100%;
  }

  /* line 125, ../../sass/promo/abhika/abhika-about.scss */
  .AbhikaPromoAboutR {
    max-width: 100%;
    width: 100%;
  }
}
