@charset "UTF-8";
@font-face {
  font-family: 'Rollgates';
  src: url("../fonts/Rollgates-Fabulous.ttf") format("truetype");
}
/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 10, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 14, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 18, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 22, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 26, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 30, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 34, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 42, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 54, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 58, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 63, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 67, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 71, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 75, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 79, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 83, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 87, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 91, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 95, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/project-post-landing/ppl-header.scss */
.PPL-Header {
  position: relative;
  z-index: 10;
  font-family: 'FbMatadorNarrowHeb-Medium';
  padding-top: 100px;
}
/* line 7, ../sass/project-post-landing/ppl-header.scss */
.PPL-Header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
/* line 16, ../sass/project-post-landing/ppl-header.scss */
.PPL-Header .nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 25, ../sass/project-post-landing/ppl-header.scss */
.PPL-Header .nav li:nth-last-child(1) a {
  border-left: 3px solid #c2b5a5;
}
/* line 31, ../sass/project-post-landing/ppl-header.scss */
.PPL-Header .nav a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  border-right: 3px solid #c2b5a5;
  height: 44px;
  padding: 0 60px;
  font-size: 33px;
}

/* line 48, ../sass/project-post-landing/ppl-header.scss */
.PPL-Footer {
  position: relative;
  margin-top: 35px;
  padding-bottom: 75px;
}
/* line 53, ../sass/project-post-landing/ppl-header.scss */
.PPL-Footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
/* line 62, ../sass/project-post-landing/ppl-header.scss */
.PPL-Footer .call-back {
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 52px;
  list-style-position: 1.25px;
}
/* line 68, ../sass/project-post-landing/ppl-header.scss */
.PPL-Footer .logo {
  position: relative;
  margin-bottom: 20px;
}
/* line 72, ../sass/project-post-landing/ppl-header.scss */
.PPL-Footer .logo img {
  display: block;
  width: 212px;
  height: auto;
}

/* line 80, ../sass/project-post-landing/ppl-header.scss */
.l-footer-by {
  display: block;
  margin: 0 auto;
  margin-bottom: -30px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  font-family: 'FbMatadorNarrowHeb-Bold';
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 94, ../sass/project-post-landing/ppl-header.scss */
.l-footer-by img {
  height: 25px;
  display: block;
}

@media only screen and (min-width: 1560px) and (max-width: 1759px) {
  /* line 102, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 88px;
  }
  /* line 106, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 40px;
    padding: 0 53px;
    font-size: 30px;
  }

  /* line 114, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 31px;
    padding-bottom: 66px;
  }
  /* line 118, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 48px;
  }
  /* line 123, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 186px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 133, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 76px;
  }
  /* line 137, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 37px;
    padding: 0 46px;
    font-size: 28px;
  }

  /* line 145, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 27px;
    padding-bottom: 57px;
  }
  /* line 149, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 44px;
  }
  /* line 154, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 162px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 164, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 65px;
  }
  /* line 168, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 34px;
    padding: 0 39px;
    font-size: 26px;
  }

  /* line 176, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 23px;
    padding-bottom: 48px;
  }
  /* line 180, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 40px;
  }
  /* line 185, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 138px;
  }

  /* line 191, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 199, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 55px;
  }
  /* line 203, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 31px;
    padding: 0 33px;
    font-size: 24px;
  }

  /* line 211, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 20px;
    padding-bottom: 41px;
  }
  /* line 215, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 36px;
  }
  /* line 220, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 118px;
  }

  /* line 226, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 235, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 42px;
  }
  /* line 239, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 28px;
    padding: 0 25px;
    font-size: 22px;
  }

  /* line 247, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 15px;
    padding-bottom: 31px;
  }
  /* line 251, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 32px;
  }
  /* line 256, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 92px;
  }

  /* line 262, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by {
    margin-bottom: 0;
  }
  /* line 265, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by img {
    height: 23px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 275, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header {
    padding-top: 30px;
  }
  /* line 279, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Header .nav a {
    height: 26px;
    padding: 0 12px;
    font-size: 22px;
  }

  /* line 287, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer {
    margin-top: 15px;
    padding-bottom: 31px;
  }
  /* line 291, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .call-back {
    font-size: 32px;
  }
  /* line 296, ../sass/project-post-landing/ppl-header.scss */
  .PPL-Footer .logo img {
    width: 92px;
  }

  /* line 302, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  /* line 306, ../sass/project-post-landing/ppl-header.scss */
  .l-footer-by img {
    height: 23px;
  }
}
/* line 1, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top {
  margin-top: -95px;
  overflow: hidden;
}
/* line 5, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .bird {
  margin: 0 auto;
  width: 162px;
}
/* line 9, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .bird img {
  display: block;
  width: 100%;
}
/* line 15, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .title {
  position: relative;
  line-height: 1;
  font-size: 120px;
  letter-spacing: 3px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
/* line 26, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .title span {
  font-family: 'FbMatadorNarrowHeb-Light';
  display: inline-block;
}
/* line 31, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .title b {
  font-family: 'FbMatadorNarrowHeb-Bold';
  display: inline-block;
}
/* line 36, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .title .lines {
  width: 3px;
  background-color: #c2b5a5;
  height: 120px;
  display: inline-block;
}
/* line 43, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .title .violet {
  color: #c2b5a5;
}
/* line 48, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .images {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 90px;
}
/* line 58, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .img {
  display: block;
  width: 61%;
  height: 42vw;
  margin-left: 50px;
  position: relative;
}
/* line 65, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .img:nth-child(2) {
  width: calc(39% - 50px);
  margin-left: 0;
}
/* line 70, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .img.full {
  width: 100%;
  margin: 0;
  height: 45vw;
}
/* line 76, ../sass/project-post-landing/ppl-top.scss */
.PPL-Top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 85, ../sass/project-post-landing/ppl-top.scss */
.centerpicturewr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
/* line 96, ../sass/project-post-landing/ppl-top.scss */
.centerpicturewr .wow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 110, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: -84px;
  }
  /* line 113, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 142px;
  }
  /* line 117, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    font-size: 110px;
    gap: 22px;
  }
  /* line 121, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    height: 110px;
  }
  /* line 126, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 80px;
  }
  /* line 130, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 44px;
  }
  /* line 133, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 44px);
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 143, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: -73px;
  }
  /* line 146, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 124px;
  }
  /* line 150, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    font-size: 100px;
    gap: 19px;
  }
  /* line 154, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    height: 100px;
  }
  /* line 159, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 70px;
  }
  /* line 163, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 38px;
  }
  /* line 166, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 38px);
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 176, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: -62px;
  }
  /* line 179, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 105px;
  }
  /* line 183, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    gap: 16px;
  }
  /* line 186, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    height: 92px;
  }
  /* line 191, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 60px;
  }
  /* line 195, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 32px;
  }
  /* line 198, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 32px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 208, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: -53px;
  }
  /* line 211, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 90px;
  }
  /* line 215, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    font-size: 84px;
    gap: 14px;
  }
  /* line 219, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    height: 84px;
  }
  /* line 224, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 52px;
  }
  /* line 228, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 27px;
  }
  /* line 231, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 27px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 241, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: -41px;
  }
  /* line 244, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 70px;
  }
  /* line 248, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    font-size: 74px;
    gap: 11px;
  }
  /* line 252, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    width: 2px;
    height: 74px;
  }
  /* line 258, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 40px;
  }
  /* line 262, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 20px;
  }
  /* line 265, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 275, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top {
    margin-top: 10px;
  }
  /* line 278, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .bird {
    width: 52px;
  }
  /* line 282, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title {
    font-size: 60px;
    gap: 10px;
  }
  /* line 286, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .title .lines {
    width: 2px;
    height: 60px;
  }
  /* line 292, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .images {
    margin-top: 30px;
  }
  /* line 296, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img {
    margin-left: 15px;
  }
  /* line 299, ../sass/project-post-landing/ppl-top.scss */
  .PPL-Top .img:nth-child(2) {
    width: calc(39% - 15px);
  }
}
/* line 1, ../sass/project-post-landing/ppl-about.scss */
.PPL-About {
  position: relative;
  contain: layout;
  font-family: 'AlmoniTzarLight';
  padding-top: 90px;
}
/* line 7, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .container {
  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;
}
/* line 20, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .right {
  position: relative;
  width: 62%;
  margin-left: 30px;
}
/* line 25, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .right .img {
  margin-top: 70px;
  margin-bottom: 100px;
}
/* line 31, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: calc(38% - 30px);
}
/* line 47, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .bird {
  display: block;
  margin-top: -345px;
}
/* line 51, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .bird img {
  display: block;
  width: 103%;
  transform: translateX(-45px);
}
/* line 58, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .text {
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 63, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .text b {
  font-family: 'AlmoniTzarMedium';
}
/* line 68, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .img {
  position: relative;
  display: block;
}
/* line 72, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .img img {
  display: block;
  width: 100%;
}
/* line 78, ../sass/project-post-landing/ppl-about.scss */
.PPL-About .bird-text-wr {
  margin-bottom: 45px;
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 85, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 80px;
  }
  /* line 88, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    margin-left: 26px;
  }
  /* line 91, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 62px;
    margin-bottom: 88px;
  }
  /* line 97, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: calc(38% - 26px);
  }
  /* line 101, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -304px;
  }
  /* line 104, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(-40px);
  }
  /* line 109, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 32px;
  }
  /* line 113, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 122, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 70px;
  }
  /* line 125, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    margin-left: 23px;
  }
  /* line 128, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 54px;
    margin-bottom: 76px;
  }
  /* line 134, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: calc(38% - 23px);
  }
  /* line 138, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -264px;
  }
  /* line 141, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(-35px);
  }
  /* line 146, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 30px;
  }
  /* line 150, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 159, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 60px;
  }
  /* line 162, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    margin-left: 20px;
  }
  /* line 165, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 46px;
    margin-bottom: 65px;
  }
  /* line 171, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: calc(38% - 20px);
  }
  /* line 175, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -224px;
  }
  /* line 178, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(-30px);
  }
  /* line 183, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 28px;
  }
  /* line 187, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 196, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 51px;
  }
  /* line 199, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    margin-left: 17px;
  }
  /* line 202, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 39px;
    margin-bottom: 55px;
  }
  /* line 208, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: calc(38% - 17px);
  }
  /* line 212, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -192px;
  }
  /* line 215, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(-26px);
  }
  /* line 220, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 24px;
  }
  /* line 224, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 233, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 40px;
  }
  /* line 236, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    margin-left: 13px;
  }
  /* line 239, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 30px;
    margin-bottom: 42px;
  }
  /* line 245, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: calc(38% - 13px);
  }
  /* line 249, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -148px;
  }
  /* line 252, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(-20px);
  }
  /* line 257, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 20px;
  }
  /* line 261, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 270, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About {
    padding-top: 30px;
  }
  /* line 273, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right {
    width: 100%;
    margin-left: 0px;
  }
  /* line 277, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .right .img {
    margin-top: 30px;
    margin-bottom: 42px;
  }
  /* line 283, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left {
    width: 100%;
  }
  /* line 286, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .left .img {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 295, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird {
    margin-top: -111px;
    z-index: 2;
    position: relative;
  }
  /* line 300, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird img {
    transform: translateX(0px);
  }
  /* line 305, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .text {
    font-size: 20px;
  }
  /* line 309, ../sass/project-post-landing/ppl-about.scss */
  .PPL-About .bird-text-wr {
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess {
  position: relative;
  font-family: 'AlmoniTzarLight';
}
/* line 5, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .row {
  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: space-between;
  margin-top: 90px;
}
/* line 19, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .row.onlytext {
  margin-top: 35px;
}
/* line 22, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .row.onlytext .bird-text-wr {
  width: 100%;
}
/* line 28, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .img {
  display: block;
  position: relative;
  width: 48.5%;
}
/* line 33, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .img img {
  display: block;
  width: 100%;
}
/* line 39, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .bird-text-wr {
  position: relative;
  width: calc(51.5% - 42px);
}
/* line 43, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .bird-text-wr .text {
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
}
/* line 48, ../sass/project-post-landing/ppl-chess.scss */
.PPL-Chess .bird-text-wr .text b {
  font-family: 'AlmoniTzarMedium';
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 58, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    margin-top: 80px;
  }
  /* line 61, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 31px;
  }
  /* line 66, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    width: calc(51.5% - 37px);
  }
  /* line 69, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 80, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    margin-top: 70px;
  }
  /* line 83, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 27px;
  }
  /* line 88, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    width: calc(51.5% - 32px);
  }
  /* line 91, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 102, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    margin-top: 60px;
  }
  /* line 105, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 23px;
  }
  /* line 110, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    width: calc(51.5% - 27px);
  }
  /* line 113, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 124, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    margin-top: 50px;
  }
  /* line 127, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 20px;
  }
  /* line 132, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    width: calc(51.5% - 23px);
  }
  /* line 135, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 146, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    margin-top: 38px;
  }
  /* line 149, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 15px;
  }
  /* line 154, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    width: calc(51.5% - 18px);
  }
  /* line 157, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 168, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row {
    gap: 30px 0;
    margin-top: 30px;
  }
  /* line 172, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .row.onlytext {
    margin-top: 15px;
  }
  /* line 177, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .img {
    width: 100%;
  }
  /* line 181, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
  }
  /* line 189, ../sass/project-post-landing/ppl-chess.scss */
  .PPL-Chess .bird-text-wr .text {
    font-size: 20px;
  }
}
/* line 1, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form {
  position: relative;
  padding: 100px 0;
  font-family: 'AlmoniTzarLight';
}
/* line 6, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .bird-title {
  width: max-content;
  margin: 0 auto;
}
/* line 11, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .text {
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 1.25px;
  text-align: center;
}
/* line 18, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 23, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label, .PPL-Form .form .form-btn {
  width: calc(100% / 3 - 20px);
}
/* line 27, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label {
  display: block;
}
/* line 30, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label span {
  display: none !important;
}
/* line 34, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label input {
  width: 100%;
  height: 60px;
  border: 1px solid #243040;
  border-radius: 0;
  padding: 0 20px;
  font-size: 26px;
  background: #ffffff;
  font-family: 'AlmoniTzarLight';
  letter-spacing: 1.25px;
  color: #000;
}
/* line 46, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label input.error {
  border: 1px solid red !important;
}
/* line 50, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .label input::placeholder {
  color: #000;
  letter-spacing: 1.25px;
}
/* line 57, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .form-btn {
  height: 60px;
  border: 1px solid #243040;
  background-color: #243040;
  border-radius: 0;
  padding: 0 20px;
  font-size: 26px;
  font-family: 'AlmoniTzarLight';
  letter-spacing: 1.25px;
  color: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
}
/* line 70, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form .form-btn:hover {
  background-color: #a794c0;
  border-color: #a794c0;
}
/* line 79, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
/* line 85, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  bottom: 10px;
  left: 10px;
}
/* line 100, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy .checkbox {
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #243040;
}
/* line 110, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy .checkbox:after {
  content: '';
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 129, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy a {
  text-decoration: underline;
  color: #a794c0;
}
/* line 133, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 139, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy input:checked ~ .checkbox {
  background: #243040;
}
/* line 142, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy input:checked ~ .checkbox:after {
  content: '✓';
}
/* line 149, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy {
  padding-left: initial;
  padding-right: 30px;
  font-size: 22px;
  margin-top: 20px;
  width: max-content !important;
  justify-content: center;
  display: flex;
  line-height: .8;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.25px;
  cursor: pointer;
}
/* line 163, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form .form-privacy .checkbox {
  right: 0;
  left: auto;
}

/* line 170, ../sass/project-post-landing/ppl-form.scss */
.PPL-Form-Wr {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 183, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 194, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 203, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form {
    padding: 80px 0;
  }
  /* line 206, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 28px;
  }
  /* line 214, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .label input {
    height: 54px;
    font-size: 22px;
  }
  /* line 220, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-btn {
    height: 54px;
    font-size: 22px;
  }
  /* line 225, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-privacy {
    font-size: 20px;
  }

  /* line 232, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form-Wr {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 239, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form {
    padding: 70px 0;
  }
  /* line 242, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 24px;
  }
  /* line 250, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .label input {
    height: 54px;
    font-size: 22px;
  }
  /* line 256, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-btn {
    height: 54px;
    font-size: 22px;
  }
  /* line 261, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-privacy {
    font-size: 20px;
  }

  /* line 268, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form-Wr {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 276, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form {
    padding: 60px 0;
  }
  /* line 279, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 20px;
  }
  /* line 287, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .label input {
    height: 50px;
    font-size: 18px;
  }
  /* line 293, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-btn {
    height: 50px;
    font-size: 18px;
  }
  /* line 298, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-privacy {
    font-size: 16px;
  }

  /* line 305, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form-Wr {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 312, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form {
    padding: 50px 0;
  }
  /* line 315, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .text {
    font-size: 20px;
  }
  /* line 319, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form {
    gap: 10px;
  }
  /* line 322, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .label {
    width: 100%;
  }
  /* line 325, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .label input {
    height: 50px;
    font-size: 18px;
  }
  /* line 331, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  /* line 337, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form .form .form-privacy {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
  }

  /* line 346, ../sass/project-post-landing/ppl-form.scss */
  .PPL-Form-Wr {
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 {
  position: relative;
  padding: 40px 0;
}
/* line 6, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .bird-title span {
  display: inline-block;
  position: relative;
  background: #00537b;
  background: -moz-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00537b), color-stop(40%, #c2b5a5), color-stop(60%, #c2b5a5), color-stop(100%, #00537b));
  background: -webkit-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -o-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -ms-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: linear-gradient(to right, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00537b', endColorstr='#00537b', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 21, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .bird-title:before {
  display: none;
}
/* line 26, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .uForm {
  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: space-between;
  margin-top: 2px;
}
/* line 42, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .left {
  position: relative;
  width: calc((100% - 15px) / 2);
}
/* line 47, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc((100% - 15px) / 2);
}
/* line 62, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .input {
  display: block;
  width: 100%;
  color: #000000;
  font-family: 'AlmoniTzarLight';
  border: 2px solid #00537b;
  height: 56px;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 38px;
}
/* line 73, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .input::placeholder {
  color: #000000;
}
/* line 78, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 textarea.input {
  padding-top: 15px;
  height: 198px;
  padding-right: 13px;
}
/* line 84, ../sass/project-post-landing/ppl-form2.scss */
.PPL-Form2 .form-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  background: #00537b;
  background: -moz-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00537b), color-stop(40%, #c2b5a5), color-stop(60%, #c2b5a5), color-stop(100%, #00537b));
  background: -webkit-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -o-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: -ms-linear-gradient(left, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  background: linear-gradient(to right, #00537b 0%, #c2b5a5 40%, #c2b5a5 60%, #00537b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00537b', endColorstr='#00537b', GradientType=1 );
  color: #fff;
  font-family: 'AlmoniTzarRegular';
  font-size: 34px;
  letter-spacing: 1px;
  margin-top: 7px;
  height: 56px;
  width: 190px;
}
@media (hover: hover) {
  /* line 111, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .form-btn:hover {
    background: #00537b;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1379px) {
  /* line 120, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 {
    padding: 35px 0;
  }
  /* line 123, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .input {
    border: 2px solid #00537b;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 25px;
    font-size: 34px;
  }
  /* line 131, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 textarea.input {
    padding-top: 15px;
    height: 180px;
    padding-right: 13px;
  }
  /* line 137, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .form-btn {
    font-size: 30px;
    height: 50px;
    width: 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 148, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 {
    padding: 30px 0;
  }
  /* line 151, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .left {
    width: 100%;
  }
  /* line 155, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .right {
    width: 100%;
  }
  /* line 159, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .input {
    border: 1px solid #00537b;
    height: 44px;
    padding: 0 15px;
    font-size: 30px;
  }
  /* line 166, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 textarea.input {
    padding-top: 15px;
    height: 140px;
    padding-right: 15px;
  }
  /* line 172, ../sass/project-post-landing/ppl-form2.scss */
  .PPL-Form2 .form-btn {
    font-size: 26px;
    height: 44px;
    width: 150px;
  }
}
@font-face {
  font-family: 'AlmoniTzarRegular';
  src: url("../fonts/almoni-tzar-regular-aaa.otf") format("truetype");
}
@font-face {
  font-family: 'AlmoniTzarMedium';
  src: url("../fonts/AlmoniTzarMedium.ttf") format("truetype");
}
@font-face {
  font-family: 'AlmoniTzarLight';
  src: url("../fonts/almoni-tzar-light-aaa.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Light';
  src: url("../fonts/FbMatadorNarrowHeb-Light.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Medium';
  src: url("../fonts/FbMatadorNarrowHeb-Medium.otf") format("truetype");
}
@font-face {
  font-family: 'FbMatadorNarrowHeb-Bold';
  src: url("../fonts/FbMatadorNarrowHeb-Bold.otf") format("truetype");
}
/* line 46, ../sass/project-post-landing.scss */
.wow {
  visibility: hidden;
}

/* line 50, ../sass/project-post-landing.scss */
.container {
  max-width: 1720px;
  padding: 0;
}

/* line 55, ../sass/project-post-landing.scss */
.bird-title {
  position: relative;
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 52px;
  letter-spacing: 1.2px;
  line-height: 1.15;
}
/* line 62, ../sass/project-post-landing.scss */
.bird-title:before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  right: -80px;
  width: 80px;
  height: 110px;
  background-image: url(/assets/img/ppl/bird-04.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 78, ../sass/project-post-landing.scss */
.bird-text-wr {
  position: relative;
  padding-right: 57px;
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 85, ../sass/project-post-landing.scss */
  .container {
    max-width: 1520px;
    /* 12% */
    padding: 0;
  }

  /* line 90, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 48px;
    /* 8% */
  }
  /* line 93, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -55px;
    right: -74px;
    width: 74px;
    height: 101px;
  }

  /* line 101, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 52px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 109, ../sass/project-post-landing.scss */
  .container {
    max-width: 1320px;
    /* 12% */
    padding: 0;
  }

  /* line 114, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 44px;
    /* 8% */
  }
  /* line 117, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -50px;
    right: -68px;
    width: 68px;
    height: 92px;
  }

  /* line 125, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 133, ../sass/project-post-landing.scss */
  .container {
    max-width: 1120px;
    /* 15% */
    padding: 0;
  }

  /* line 138, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 40px;
    /* 8% */
  }
  /* line 141, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -46px;
    right: -62px;
    width: 62px;
    height: 84px;
  }

  /* line 149, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 157, ../sass/project-post-landing.scss */
  .container {
    max-width: 960px;
    /* 14% */
    padding: 0;
  }

  /* line 162, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 36px;
    /* 8% */
  }
  /* line 165, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -42px;
    right: -57px;
    width: 57px;
    height: 77px;
  }

  /* line 173, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 181, ../sass/project-post-landing.scss */
  .container {
    max-width: 738px;
    padding: 0;
  }

  /* line 186, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 32px;
    /* 10% */
  }
  /* line 189, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -38px;
    right: -51px;
    width: 51px;
    height: 69px;
  }

  /* line 197, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 205, ../sass/project-post-landing.scss */
  .container {
    max-width: calc(100% - 30px);
    padding: 0;
  }

  /* line 210, ../sass/project-post-landing.scss */
  .bird-title {
    font-size: 32px;
    /* 8% */
  }
  /* line 213, ../sass/project-post-landing.scss */
  .bird-title:before {
    top: -38px;
    right: -51px;
    width: 51px;
    height: 69px;
  }

  /* line 221, ../sass/project-post-landing.scss */
  .bird-text-wr {
    padding-right: 35px;
  }
}
