#single-study {
	padding-top: 0;
	background: transparent;
}

#single-study p,
#single-study h1,
#single-study h2,
#single-study h3,
#single-study h4,
#single-study h5,
#single-study h6,
#single-study .scrolltext .text-inner {
	color: #000;
}

#single-study #hero {
	padding: 167px 0 46px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(var(--svh) * 100);
}

#hero-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
	height: calc(var(--vh) * 100);
  background-attachment: scroll;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-bg ~ * {
  z-index: 2;
  position: relative;
}

#single-study #hero .container {
	height: 100%;
}

#single-study #hero .top {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.11em;
	letter-spacing: 0.06em;
	padding-left: 22px;
}

#single-study #hero .top p {
  color: #fff;
}

#single-study #hero .top strong {
	color: var(--orange);
	font-size: 24px;
	letter-spacing: 0.02em;
	font-weight: 600;
}

#single-study #hero .title {
  color: #fff;
}

#single-study #hero ~ .b-white {
  position: relative;
  z-index: 1;
}

/* #single-study #hero ~ .b-white::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 360px;
  background: #fff;
  z-index: -1;
} */

#single-study section.text {
	font-size: 21px;
	line-height: 1.43em;
}

#single-study section.text .container {
	width: calc(772px + 60px);
}

#single-study section.text h1,
#single-study section.text h2,
#single-study section.text h3,
#single-study section.text h4,
#single-study section.text h5,
#single-study section.text h6 {
	font-size: 52px;
	line-height: 1.13em;
	margin-bottom: 16px;
}

#single-study section.text h1 strong,
#single-study section.text h2 strong,
#single-study section.text h3 strong,
#single-study section.text h4 strong,
#single-study section.text h5 strong,
#single-study section.text h6 strong {
	color: var(--orange);
}

#single-study #text1 {
	padding-top: 93px;
}

#single-study #text1 p {
  margin-top: 37px;
}

#single-study #scrolling-images {
	overflow: hidden;
	margin-top: 43px;
}

#single-study #scrolling-images .swiper-slide {
  width: auto;
}

#single-study #scrolling-images .inner {
	display: flex;
	width: max-content;
}

#single-study #scrolling-images img {
	border-radius: 30px;
	flex: 0 0 auto;
	display: block;
}

#single-study #text2 {
  margin-top: 84px;
}

#single-study #text2 p {
  margin-top: 38px;
}

#single-study #image-grid {
  margin-top: 90px;
  background: #f7f7f7;
  height: calc(100*var(--vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#single-study #image-grid .inner {
  display: grid;
  grid-template-columns: 915fr 451fr;
}

#single-study #image-grid .inner .el img {
  opacity: 0;
  position: relative;
}

#single-study #image-grid .inner .el:nth-child(1) {
  grid-row: 1 / 3;
}

#single-study #image-grid .inner .el:nth-child(1) img {
  transform: translate(-331px, 0px);
}

#single-study #image-grid .inner .el:nth-child(2) img {
  transform: translate(120px, 0px);
}

#single-study #image-grid .inner .el:nth-child(3) img {
  transform: translate(120px, 0px);
}

#single-study #cards {
  height: calc(100*var(--vh));
}

#single-study #cards .swiper-slide {
  height: calc(100*var(--vh));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

#single-study #cards .swiper-slide .left {
  width: 60%;
  padding-top: 92px;
  padding-left: 14px;
}

#single-study #cards .swiper-slide .right {
  width: 50%;
  max-width: 467px;
}

#single-study #cards .swiper-slide .right .text {
  max-width: 450px;
}

#single-study #cards .swiper-slide .right img {
  margin-bottom: 81px;
}


#single-study #cards .swiper-wrapper .swiper-slide:nth-child(1) .right img {
  left: -24px;
  position: relative;
  margin-bottom: 22px;
}

#single-study #cards .swiper-slide .right p {
  font-size: 21px;
  line-height: 30px;
}

#single-study #cards .swiper-slide .right strong {
  font-weight: 700;
  font-size: 52px;
  line-height: 59px;
}

#single-study #cards .swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#single-study #cards .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
}

#single-study #cards .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  background: transparent;
  margin: 26px 0;
  cursor: pointer;
}

#single-study #cards .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--orange);
}

#single-study #cards .swiper-button-next,
#single-study #cards .swiper-button-prev {
  background-image: url(../../images/arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  opacity:1;
  background-color:transparent;
  border:none !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
#single-study #cards .swiper-button-next::after,
#single-study #cards .swiper-button-prev::after {
  display: none;
}

#single-study #cards .swiper-button-next  {
  transform: rotate(180deg);
}

#single-study #image {
  background: #f5f5f5;
  margin-top: 84px;
  text-align: center;
  padding: 25px 0;
}

#single-study #text4 {
  margin-top: 70px;
}

#single-study #text4 p {
  margin-top: 38px;
}

#single-study #images {
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 100px;
}

#single-study #images .container {
  display: flex;
  gap: 38px;
}

#single-study #images img {
  border-radius: 18px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  transform: translateY(160px);
  opacity: 0;
}

#single-study #image_2 {
  margin-top: 80px;
}

#single-study #image_2 img {
  width: 100%;
  display: block;
}

#single-study #text5 {
  margin-top: 95px;
}

#single-study #text5 p {
  margin-top: 38px;
}

#single-study #text6 {
  padding-top: 79px;
}

#single-study .b-blackfull section.text .container {
  width: 1229px;
}

#single-study .b-blackfull section.text .container > * {
  color: #fff;
  max-width: 910px;
}

#single-study #text6 .container p {
  margin-bottom: 31px;
}

#single-study #text6 .container > :first-child {
  margin-bottom: 30px;
}

#single-study #text7 .container {
  display: flex;
  gap: 77px;
  padding-top: 23px;
  padding-bottom: 52px;
}

#single-study #text7 .container > *:not(.button) {
  font-size: 36px;
  line-height: 1.64em;
  font-weight: 700;
}

#single-study #text7 .button {
  margin-top: 15px;
  color: var(--orange);
}

#single-study #text7 .button:hover {
  color: #fff;
}

@media screen and (max-width: 992px ) {
  body.scrolled #masthead .headercontent {
    background: transparent;
  }

  #single-study #cards .swiper-slide {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0;
  }

  #single-study #cards .swiper-slide .left img {
    max-width: 240px;
  }

  #single-study #cards .swiper-slide .right {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }

  #single-study #cards .swiper-slide .right .text {
    max-width: 300px;
  }

  #single-study #cards .swiper-slide .right img {
    max-width: 260px;
  }

  #single-study #cards .swiper-wrapper .swiper-slide:nth-child(1) .right img {
    left: 0;
    position: relative;
    margin-bottom: 22px;
  }

  #single-study #cards .swiper-slide .right p {
    font-size: 16px;
    line-height: 1.375em;
  }

  #single-study #cards .swiper-slide .right strong {
    font-size: 32px;
    line-height: 1.1875em;
  }
  
}

@media screen and (max-width: 767px ) {
  #hero-bg {
    background-position: 67% 50%;
  }
  #single-study #hero {
    padding: 139px 0 50px 0;
  }

  #single-study #hero .top {
    font-size: 16px;
    line-height: 1.3em;
    padding-left: 31px;
  }

  #single-study #hero .top strong {
    font-size: 22px;
  }

  #single-study section.text .container {
    padding: 0 35px;
  }

  #single-study section.text p {
    font-size: 16px;
    line-height: 1.375em;
  }

  #single-study section.text h1, #single-study section.text h2, #single-study section.text h3, #single-study section.text h4, #single-study section.text h5, #single-study section.text h6 {
    font-size: 32px;
    line-height: 1.1875em;
  }

  #single-study section.text h1 br, #single-study section.text h2 br, #single-study section.text h3 br, #single-study section.text h4 br, #single-study section.text h5 br, #single-study section.text h6 br {
    display: none;
  }

  #single-study #text1 {
    padding-top: 50px;
  }

  #single-study #text1 p,
  #single-study #text2 p,
  #single-study #text3 p,
  #single-study #text4 p,
  #single-study #text5 p {
    margin-top: 20px;
  }

  #single-study #scrolling-images img {
    max-height: 211px;
    width: auto;
  }

  #single-study #text2 {
    margin-top: 50px;
  }

  #single-study #image-grid {
    margin-top: 50px;
    height: auto;
    padding: 50px 0;
  }

  #single-study #image {
    margin-top: 50px;
  }

  #single-study #text4 {
    margin-top: 50px;
  }

  #single-study #images {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  #single-study #images .container {
    width: max-content;
    max-width: unset;
  }

  #single-study #images .el {
    flex-shrink: 0;
  }

  #single-study #images .el img {
    width: auto;
  }

  #single-study #cards .swiper-slide .right img {
    margin-bottom: 30px;
  }

  #single-study #cards .swiper-wrapper .swiper-slide:nth-child(1) .right img {
    left: -9px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 5px
  }

  #single-study #cards .swiper-slide .right {
    display: block;
    padding-top: 0;
  }

  #single-study #cards .swiper-slide .right .text {
    padding-left: 0;
  }

  #single-study #text5 {
    margin-top: 0;
  }

  #single-study #image_2 {
    margin-top: 50px;
  }

  #single-study #text6 {
    padding-top: 64px;
  }
  
  #single-study #text7 .container {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
    gap: 26px;
  }

  #single-study #text7 .container > *:not(.button) {
    font-size: 20px;
    line-height: 1.45em;
  }

  #single-study #text7 .button {
    max-width: 202px;
    margin: 0 auto;
  }

  .scrolltext .text {
    height: 94px;
  }

  .scrolltext .text-inner {
    font-size: 44px;
  }

  #post-nav {
    padding: 38px 0 20px 0;
  }

  #post-nav .swiper img {
    height: 107px;
  }

  #post-nav .swiper-button-prev,
  #post-nav .swiper-button-next {
    width: 64px;
    height: 19px;  
    padding: 4px 0 0 0;
    top: 0;
    margin-top: 16px;
  }

  #post-nav .swiper-button-prev::after, #post-nav .swiper-button-next::after {
    font-size: 9px !important;
  }

  #post-nav .bottomlogo {
    margin-top: 36px;
  }

  #post-nav .bottomlogo img {
    max-width: 44px;
  }
}