@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.yBoxOverlay * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yBoxOverlay {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.yBoxOverlay.active {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
}

.yBoxImgZoom {
  width: 100%;
}

.yBoxFrame {
  background: #000;
  border-radius: 5px;
  box-shadow: #fff 0px 0px 40px -17px;
  color: #fff;
  max-width: -webkit-calc(100% - 10px);
  max-width: calc(100% - 10px);
  max-height: -webkit-calc(100vh - 10px);
  max-height: calc(100vh - 10px);
  z-index: 10001;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.yBoxFrame.yBoxContentFrame {
  background: #fff;
  color: #000;
}

.yBoxOverlay.active .yBoxFrame {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.closeYbox {
  background: #000;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.yBoxRTL .closeYbox {
  right: auto;
  left: 10px;
}

.closeYbox::after,
.closeYbox::before {
  content: "";
  background-color: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.closeYbox::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeYbox:hover::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.closeYbox:hover::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yBoxFrame.yBoxContentFrame .closeYbox {
  background: #fff;
}

.yBoxFrame.yBoxContentFrame .closeYbox::after,
.yBoxFrame.yBoxContentFrame .closeYbox::before {
  background-color: #000;
}

.yBoxIframe {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.yBoxFrame.yBoxIframeWrap {
  width: 1200px;
  height: 750px;
}

.yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere {
  position: absolute;
  max-height: 100%;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0;
}

.insertYboxAjaxHere {
  min-width: 150px;
  min-height: 100px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 50px 19px 13px;
}

.yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
  padding: 10px;
  max-height: -webkit-calc(100vh - 10px);
  max-height: calc(100vh - 10px);
}

.yBoxFrame.yBoxImgWrap img.yBoxImg {
  max-width: -webkit-calc(100vw - 50px);
  max-width: calc(100vw - 50px);
  max-height: -webkit-calc(100vh - 30px);
  max-height: calc(100vh - 30px);
  vertical-align: top;
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
  background: 0 0;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg {
  left: 0;
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
  right: 0;
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg::after,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
  border-left: 3px solid rgba(255, 255, 255, 0.7);
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
  right: 50px;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
  left: 50px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg:hover::after,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.yBoxLoader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  animation: yBox-loader-circles 1s linear infinite;
  top: 50%;
  margin: -8px auto 0 auto;
  zoom: 0.5;
}

.closeYboxOnFocus {
  width: 0;
  height: 0;
  position: absolute;
  background: 0 0;
  padding: 0;
  margin: 0;
  border: none;
}

@keyframes yBox-loader-circles {
  0% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #fff;
  }
  12.5% {
    box-shadow: 0 -27px 0 0 #fff, 19px -19px 0 0 rgba(0, 0, 0, 0.05), 27px 0 0 0 rgba(0, 0, 0, 0.1), 19px 19px 0 0 rgba(0, 0, 0, 0.2), 0 27px 0 0 rgba(0, 0, 0, 0.3), -19px 19px 0 0 rgba(0, 0, 0, 0.4), -27px 0 0 0 rgba(0, 0, 0, 0.6), -19px -19px 0 0 rgba(0, 0, 0, 0.8);
  }
  25% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.8), 19px -19px 0 0 #fff, 27px 0 0 0 rgba(0, 0, 0, 0.05), 19px 19px 0 0 rgba(0, 0, 0, 0.1), 0 27px 0 0 rgba(0, 0, 0, 0.2), -19px 19px 0 0 rgba(0, 0, 0, 0.3), -27px 0 0 0 rgba(0, 0, 0, 0.4), -19px -19px 0 0 rgba(0, 0, 0, 0.6);
  }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.6), 19px -19px 0 0 rgba(0, 0, 0, 0.8), 27px 0 0 0 #fff, 19px 19px 0 0 rgba(0, 0, 0, 0.05), 0 27px 0 0 rgba(0, 0, 0, 0.1), -19px 19px 0 0 rgba(0, 0, 0, 0.2), -27px 0 0 0 rgba(0, 0, 0, 0.3), -19px -19px 0 0 rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.4), 19px -19px 0 0 rgba(0, 0, 0, 0.6), 27px 0 0 0 rgba(0, 0, 0, 0.8), 19px 19px 0 0 #fff, 0 27px 0 0 rgba(0, 0, 0, 0.05), -19px 19px 0 0 rgba(0, 0, 0, 0.1), -27px 0 0 0 rgba(0, 0, 0, 0.2), -19px -19px 0 0 rgba(0, 0, 0, 0.3);
  }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.3), 19px -19px 0 0 rgba(0, 0, 0, 0.4), 27px 0 0 0 rgba(0, 0, 0, 0.6), 19px 19px 0 0 rgba(0, 0, 0, 0.8), 0 27px 0 0 #fff, -19px 19px 0 0 rgba(0, 0, 0, 0.05), -27px 0 0 0 rgba(0, 0, 0, 0.1), -19px -19px 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.2), 19px -19px 0 0 rgba(0, 0, 0, 0.3), 27px 0 0 0 rgba(0, 0, 0, 0.4), 19px 19px 0 0 rgba(0, 0, 0, 0.6), 0 27px 0 0 rgba(0, 0, 0, 0.8), -19px 19px 0 0 #fff, -27px 0 0 0 rgba(0, 0, 0, 0.05), -19px -19px 0 0 rgba(0, 0, 0, 0.1);
  }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.1), 19px -19px 0 0 rgba(0, 0, 0, 0.2), 27px 0 0 0 rgba(0, 0, 0, 0.3), 19px 19px 0 0 rgba(0, 0, 0, 0.4), 0 27px 0 0 rgba(0, 0, 0, 0.6), -19px 19px 0 0 rgba(0, 0, 0, 0.8), -27px 0 0 0 #fff, -19px -19px 0 0 rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #fff;
  }
}
.yBoxVideo {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
    padding: 5px;
    max-height: -webkit-calc(100vh - 10px);
    max-height: calc(100vh - 10px);
  }
  .yBoxFrame.yBoxImgWrap img.yBoxImg {
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: -webkit-calc(100vh - 20px);
    max-height: calc(100vh - 20px);
  }
  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    right: 50%;
    width: 14px;
    height: 14px;
  }
  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 50%;
    width: 14px;
    height: 14px;
  }
  .yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  .yBoxFrame.yBoxImgWrap .yBoxNextImg,
  .yBoxFrame.yBoxImgWrap .yBoxPrevImg {
    width: 50px;
    max-width: 30%;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
    height: -webkit-calc(100vh - 10px);
    height: calc(100vh - 10px);
  }
  .yBoxFrame.yBoxImgWrap {
    width: -webkit-calc(100vw - 10px);
    width: calc(100vw - 10px);
    height: -webkit-calc(100vh - 10px);
    height: calc(100vh - 10px);
  }
  .yBoxImgZoom {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #000;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .yBoxFrame.yBoxIframeWrap,
  .yBoxFrame.yBoxImgWrap {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .yBoxFrame.yBoxIframeWrap .insertYboxAjaxHere,
  .yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .yBoxFrame.yBoxImgWrap img.yBoxImg,
  .yBoxIframe {
    max-height: -webkit-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
  }
}
.light-box-card {
  display: flex !important;
  flex-wrap: wrap;
  margin: 80px -1% 20px;
}
@media (max-width: 575px) {
  .light-box-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.light-box-card .card {
  max-width: 48%;
  width: 100%;
  padding: 0;
  margin: 1%;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 575px) {
  .light-box-card .card {
    max-width: 100%;
    margin: 15px 0;
  }
}
.light-box-card .card p,
.light-box-card .card .caption {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 20px;
  margin: 0;
  background: #f4f5f6;
}
.light-box-card .card .image img {
  width: 100%;
}
.light-box-card .card .child-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 575px) {
  .light-box-card .card .child-card {
    margin: 0 0 30px;
  }
}
.light-box-card .card .child-card .image {
  height: 65%;
  width: 100%;
}
.light-box-card .card .child-card .image img {
  height: 100%;
  object-fit: cover;
}

.btn-maximize {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg,
.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
  outline: none;
}

.transformative-results {
  background: #efeee6;
  padding: 80px 0;
}
@media (max-width:767px) {
  .transformative-results {
    padding: 60px 0;
  }
}
.transformative-results .head {
  max-width: 750px;
  margin: 0 auto 48px;
}
.transformative-results .head h2 {
  margin-bottom: 30px;
}
.transformative-results .head p {
  line-height: 28px;
}
.transformative-results .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width:720px) {
  .transformative-results .content {
    flex-direction: row;
  }
}
.transformative-results .result-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width:720px) {
  .transformative-results .result-row {
    width: 33.3333333333%;
    margin: 0;
  }
}
.transformative-results .result-row .text {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.transformative-results .result-row .text h4 {
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .transformative-results .result-row .text h4 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .transformative-results .result-row .text h3 {
    font-size: 30px;
  }
}
.transformative-results .result-row .text p {
  font-size: 15px;
}
.transformative-results .result-row .image {
  width: 100%;
  padding: 25px;
  min-height: 200px;
  background: #f96000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.transformative-results .result-row .image img {
  max-height: 150px;
}
.transformative-results .swiper-slide {
  padding: 0 8px;
}
@media (min-width:980px) {
  .transformative-results .swiper-slide {
    padding: 0 16px;
  }
}
@media (min-width:720px) {
  .transformative-results .swiper-slide .result-row {
    width: 100%;
    margin: 0;
  }
}

.row-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575px) {
  .row-cnt {
    flex-direction: column;
  }
}
.row-cnt .col-l {
  width: 45%;
}
@media (max-width: 575px) {
  .row-cnt .col-l {
    width: 100%;
  }
}
.row-cnt .col-l h2,
.row-cnt .col-l p {
  max-width: 90%;
}
.row-cnt .col-r {
  width: 55%;
}
@media (max-width: 575px) {
  .row-cnt .col-r {
    width: 100%;
  }
}
.row-cnt a.btn {
  margin-top: 48px;
}

.related-content {
  padding: 80px 0;
  background: #f4f5f6;
  flex-direction: column;
}
@media (max-width: 575px) {
  .related-content {
    padding: 60px 0;
  }
}
.related-content .card-row {
  display: flex;
  margin: 0 -1%;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 575px) {
  .related-content .card-row {
    margin-top: 0;
  }
}
.related-content .card-row .card {
  background: #fff;
  width: 23%;
  margin: 1%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
@media (max-width:979px) {
  .related-content .card-row .card {
    width: 31.33%;
  }
}
@media (max-width: 575px) {
  .related-content .card-row .card {
    width: 100%;
    margin: 15px 0;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image {
    min-height: 140px;
    overflow: hidden;
    max-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image {
    min-height: 126px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image {
    min-height: 160px;
    overflow: hidden;
    max-height: 160px;
  }
}
.related-content .card-row .card .image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image a {
    min-height: 126px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image a {
    min-height: 144px;
  }
}
.related-content .card-row .card .image img {
  width: 100%;
  object-fit: cover;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.related-content .card-row .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image img {
    min-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image img {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image img {
    min-height: 160px;
  }
}
.related-content .card-row .text {
  padding: 25px 35px 25px;
  height: 100%;
  align-items: flex-start;
  display: flex;
}
@media (max-width:767px) {
  .related-content .card-row .text {
    padding: 20px 30px 30px;
  }
}
.related-content .card-row .text h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px;
}
.related-content .card-row .text h5 a {
  display: inline-block;
  width: 100%;
  color: #000000;
}
.related-content .card-row .text h5 a:hover {
  color: #4a8bcd;
}
.related-content .card-row .text p {
  font-size: 15px;
  line-height: 22px;
}

.rr-wrapper {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper {
    padding-top: 50px;
  }
}
@media (min-width:980px) {
  .rr-wrapper {
    padding-bottom: 48px;
    padding-top: 0;
  }
}
.rr-wrapper .rr-header {
  padding: 0 20px 56px 20px;
  position: relative;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header {
    padding: 48px 32px;
  }
}
.rr-wrapper .rr-header::after {
  content: "";
  background-color: #f4f5f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 40px);
}
@media (min-width:980px) {
  .rr-wrapper .rr-header::after {
    height: calc(100% - 100px);
  }
}
.rr-wrapper .rr-header .rr-hrow {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow {
    flex-direction: row;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl {
  flex-grow: 2;
}
.rr-wrapper .rr-header .rr-hrow .cl-img {
  min-width: 40%;
  display: flex;
  justify-content: center;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl {
  min-width: 60%;
  display: flex;
  position: relative;
  margin-top: 16px;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
  position: absolute;
  right: 0;
  top: -15px;
  width: 46px;
  height: 46px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
    width: 56px;
    height: 56px;
    top: 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
  margin: 16px 0 10px 0;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
    margin: 16px 0 16px 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg span {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon {
  margin-left: 0;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon {
    margin-left: 16px;
  }
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon:first-child {
    margin-left: 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep {
  width: 200px;
  height: 200px;
  margin-top: -15%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: -10%;
  }
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: 0;
    width: 320px;
    height: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep img {
  width: 200px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep img {
    width: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon img {
  width: auto;
  border-radius: 0;
}

.cl-dtl_cnt p.desg a.btn-icon img {
  width: 16px;
}

p {
  line-height: 26px;
}

.about-content h2,
.about-content h3,
.about-content h4,
.about-content p,
.about-content.gbl h2,
.about-content.gbl h3,
.about-content.gbl h4,
.about-content.gbl p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:768px) and (max-width:979px) {
  .about-content h2,
  .about-content h3,
  .about-content h4,
  .about-content p,
  .about-content.gbl h2,
  .about-content.gbl h3,
  .about-content.gbl h4,
  .about-content.gbl p {
    max-width: 640px;
  }
}
.about-content h3,
.about-content.gbl h3 {
  margin-bottom: 30px;
}
.about-content blockquote + h2,
.about-content blockquote + h3,
.about-content p + h3,
.about-content.gbl blockquote + h2,
.about-content.gbl blockquote + h3,
.about-content.gbl p + h3 {
  margin-top: 65px;
}
.about-content h4,
.about-content.gbl h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4em;
}
.about-content h2.t1,
.about-content.gbl h2.t1 {
  margin-top: 80px;
}
.about-content h2.t2,
.about-content.gbl h2.t2 {
  margin-top: 56px;
}
.about-content figure.align-right,
.about-content figure.align-left,
.about-content.gbl figure.align-right,
.about-content.gbl figure.align-left {
  max-width: 500px;
}
@media (min-width:768px) and (max-width:979px) {
  .about-content figure.align-right,
  .about-content figure.align-left,
  .about-content.gbl figure.align-right,
  .about-content.gbl figure.align-left {
    max-width: 400px;
  }
}
.about-content .youtubeVideo,
.about-content.gbl .youtubeVideo {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:767px) {
  .about-content.info,
  .about-content.gbl.info {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body {
  background: #fff;
}

.about-content.info {
  padding: 80px 30px;
}
@media (max-width: 575px) {
  .about-content.info {
    padding: 60px 30px;
  }
}
.about-content.info h2 {
  margin-bottom: 30px;
}

@media (max-width:979px) {
  .page-node-type-ct-site-pages article {
    padding: 32px 0;
  }
}

.fundImpact {
  background-color: #f2f2f2;
}
.fundImpact .funding-slide {
  padding: 32px 0;
  position: relative;
}
.fundImpact .hotspot-row {
  padding: 32px 0;
}
.fundImpact .cnt-max750 artile {
  padding-top: 0;
}
.fundImpact .funding-slide .swiper-button-next,
.fundImpact .funding-slide .swiper-rtl .swiper-button-prev {
  right: -60px !important;
  top: 42%;
  display: none;
}
@media (min-width:980px) {
  .fundImpact .funding-slide .swiper-button-next,
  .fundImpact .funding-slide .swiper-rtl .swiper-button-prev {
    width: 56px;
    height: 56px;
    display: flex;
  }
}
.fundImpact .funding-slide .swiper-button-next::before,
.fundImpact .funding-slide .swiper-rtl .swiper-button-prev::before {
  color: #f96000;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  transform: rotate(134deg);
  -ms-transform: rotate(134deg);
}
.fundImpact .funding-slide .swiper-button-next::after,
.fundImpact .funding-slide .swiper-rtl .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #f96000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.fundImpact .funding-slide .swiper-button-prev,
.fundImpact .funding-slide .swiper-rtl .swiper-button-next {
  left: -60px !important;
  top: 42%;
  display: none;
}
@media (min-width:980px) {
  .fundImpact .funding-slide .swiper-button-prev,
  .fundImpact .funding-slide .swiper-rtl .swiper-button-next {
    width: 56px;
    height: 56px;
    display: flex;
  }
}
.fundImpact .funding-slide .swiper-button-prev::before,
.fundImpact .funding-slide .swiper-rtl .swiper-button-next::before {
  color: #f96000;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.fundImpact .funding-slide .swiper-button-prev::after,
.fundImpact .funding-slide .swiper-rtl .swiper-button-next::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #f96000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.fundImpact .funding-slide .swiper-pagination {
  display: block;
}
@media (min-width:980px) {
  .fundImpact .funding-slide .swiper-pagination {
    display: none;
  }
}
.fundImpact .fundSlide {
  width: 100%;
}
.fundImpact .fundSlide .swiper-wrapper {
  flex-wrap: nowrap;
  height: auto;
}
@media (min-width:980px) {
  .fundImpact .fundSlide .swiper-wrapper .swiper-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fundImpact .fundSlide .swiper-wrapper .swiper-slide .data-card {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.fundImpact .btn.action {
  margin-top: 32px;
}

@media (max-width: 575px) {
  .www-img {
    margin-top: 32px;
  }
}

.fundImpact .swiper.fundSlide {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .fundImpact .swiper.fundSlide {
    padding-bottom: 80px !important;
  }
}