@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevrons-right-regular:before {
  content: "\e914";
}

.icon-chevron-up-light:before {
  content: "\e915";
}

.icon-chevron-right-sharp-solid:before {
  content: "\e916";
}

.icon-chevron-right-light:before {
  content: "\e901";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.societal-section {
  position: relative;
}
.societal-section .dot {
  width: 19px;
  height: 19px;
  position: absolute;
  left: -62px;
  top: 14px;
  background: #A12A2C;
  border-radius: 50%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .societal-section .dot {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .societal-section .dot {
    width: 14px;
    height: 14px;
    left: -31px;
  }
}
.societal-section .inner-wrap {
  position: relative;
  padding: 0 0 0 53px;
  margin: 0 0 0 -50px;
}
@media (max-width: 1199px) {
  .societal-section .inner-wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .societal-section .inner-wrap {
    padding: 0 0 0 16px;
  }
}
.societal-section .inner-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  bottom: -78px;
  width: 1px;
  border-left: 1px dashed #7c9abf;
}
@media (max-width: 1199px) {
  .societal-section .inner-wrap:before {
    left: 16px;
    bottom: -61px;
  }
}
@media (max-width: 767px) {
  .societal-section .inner-wrap:before {
    left: -9px;
    bottom: -51px;
  }
}
.societal-section .inner-wrap .icon {
  width: 19px;
  height: 19px;
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1199px) {
  .societal-section .inner-wrap .icon {
    left: 7px;
  }
}
@media (max-width: 991px) {
  .societal-section .inner-wrap .icon {
    left: 7px;
  }
}

@media (max-width: 767px) {
  .societal-section .inner-wrap .icon {
    top: 7px;
    left: -18px;
  }
}
.societal-section .inner-wrap .icon:before {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
  opacity: 0;
}
@media (max-width: 767px) {
  .societal-section .inner-wrap .icon:before {
    width: 8px;
    height: 8px;
  }
}
.societal-section .head-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(rgb(51, 58, 89)), to(rgb(31, 34, 52)));
  background: linear-gradient(to right, rgb(51, 58, 89) 0%, rgb(31, 34, 52) 100%);
  padding: 111px 0 0;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .societal-section .head-block {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .societal-section .head-block {
    font-size: 16px;
    padding: 50px 0 0;
  }
}
.societal-section .head-block .inner-wrap {
  padding-bottom: 97px;
}
@media (max-width: 991px) {
  .societal-section .head-block .inner-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .societal-section .head-block .inner-wrap {
    padding-bottom: 40px;
  }
}
.societal-section .head-block .inner-wrap:before {
  top: 15px;
}
.societal-section .head-block h2 {
  position: relative;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .societal-section .head-block h2 {
    font-size: 36px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .societal-section .head-block h2 {
    font-size: 30px;
    margin: 0 0 14px;
  }
}
.societal-section .head-block p {
  padding: 0 15px 0 0;
  margin: 0;
}
@media (max-width: 991px) {
  .societal-section .head-block p {
    padding: 0;
  }
}
.societal-section .societal-content-area {
  position: relative;
}
.societal-section .societal-content-area .inner-wrap {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .societal-section .societal-content-area .inner-wrap {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .inner-wrap {
    padding-top: 45px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder {
    display: block;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  font-size: 16px;
  padding: 0 46px 0 0;
}
@media (max-width: 991px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description {
    margin-bottom: 20px;
    padding: 0;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .description h2 {
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description h2 {
    font-size: 34px;
    margin: 0 0 15px;
  }
  .societal-section .societal-content-area .societal-block-01 .holder .description h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description h2 {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
@media (max-width: 575px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .description p {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .societal-section .societal-content-area .societal-block-01 .holder .description p {
    margin: 0 0 10px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box {
  max-width: 285px;
  padding: 20px;
  font-size: 18px;
  color: #262B42;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#E6E3DD), to(#CECBC4));
  background: linear-gradient(90deg, #E6E3DD 0%, #CECBC4 100%);
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder .count-box {
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box .count-detail {
  margin: 0 0 18px;
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box .count-detail:last-child {
  margin: 0;
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box .count-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder .count-box .count-title {
    font-size: 18px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box .detail-title {
  font-size: 32px;
  font-weight: 700;
  color: #a12a2c;
  display: block;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .societal-section .societal-content-area .societal-block-01 .holder .count-box .detail-title {
    font-size: 24px;
  }
}
.societal-section .societal-content-area .societal-block-01 .holder .count-box p {
  margin: 0;
}
.societal-section .societal-block-02 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-02 {
    margin-bottom: 50px;
  }
}
.societal-section .societal-block-02 .a-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .societal-section .societal-block-02 .a-holder {
    display: block;
  }
}
.societal-section .societal-block-02 .a-video-holder {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 0 40px 0 0;
}
@media (max-width: 991px) {
  .societal-section .societal-block-02 .a-video-holder {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-02 .a-video-holder {
    padding: 0;
    margin: 0 0 20px;
  }
}
.societal-section .societal-block-02 .a-video-holder img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 10px;
}
.societal-section .societal-block-02 .a-video-holder .a-play-btn {
  cursor: pointer;
  position: absolute;
  -webkit-transform: translate(300%, 150%);
          transform: translate(300%, 150%);
}
.societal-section .societal-block-02 .a-description {
  max-width: 374px;
  text-align: center;
}
@media (max-width: 767px) {
  .societal-section .societal-block-02 .a-description {
    max-width: 100%;
  }
}
.societal-section .societal-block-02 .a-description q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-02 .a-description q {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.societal-section .societal-block-02 .a-description .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-02 .a-description cite {
  display: block;
  text-align: center;
}
.societal-section .societal-block-03 {
  position: relative;
}
.societal-section .societal-block-03:before {
  background: -webkit-gradient(linear, left top, right top, from(#E6E3DD), to(#CECBC4));
  background: linear-gradient(90deg, #E6E3DD 0%, #CECBC4 100%);
  left: -9999px;
  right: -9999px;
  position: absolute;
  bottom: 0;
  content: "";
  top: 0;
}
.societal-section .societal-block-03 .a-description {
  font-size: 16px;
  color: #262B42;
  margin-bottom: 50px;
  position: relative;
  padding-right: 180px;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .a-description {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .a-description {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.societal-section .societal-block-03 .a-description p {
  margin: 0;
}
.societal-section .societal-block-03 .a-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .a-holder {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .a-holder {
    display: block;
  }
}
.societal-section .societal-block-03 .ab-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .ab-holder {
    margin: 0 -30px 0 -10px;
  }
}

@media (max-width: 767px) {
  .societal-section .societal-block-03 .ab-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.societal-section .societal-block-03 .ab-holder .ab-quote-box {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .ab-holder .ab-quote-box {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .ab-holder .ab-quote-box {
    padding: 0;
  }
}
.societal-section .societal-block-03 .ab-holder .a-multi-data {
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-top: 46px;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .ab-holder .a-multi-data {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .ab-holder .a-multi-data {
    margin: 40px 0 0 0;
  }
}
.societal-section .societal-block-03 .ab-holder .a-multi-data img {
  margin: 0 0 25px;
}
.societal-section .societal-block-03 .ab-holder .ab-description {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .ab-holder .ab-description {
    padding: 0;
  }
}
.societal-section .societal-block-03 .ab-holder .ab-description q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .ab-holder .ab-description q {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.societal-section .societal-block-03 .ab-holder .ab-description .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-03 .ab-holder .image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.societal-section .societal-block-03 .ab-holder .image-area img {
  border-radius: 10px;
}
.societal-section .societal-block-03 .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding-right: 60px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .image {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .image {
    padding-right: 0;
  }
}
.societal-section .societal-block-03 .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.societal-section .societal-block-03 .a-quote-box {
  max-width: 480px;
  border-radius: 10px;
  padding: 90px 35px 28px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 58px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .a-quote-box {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .a-quote-box {
    max-width: 100%;
    margin-top: 80px;
    padding: 90px 20px 20px;
  }
}
.societal-section .societal-block-03 .a-quote-box .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -90px;
}
.societal-section .societal-block-03 .a-quote-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.societal-section .societal-block-03 .a-quote-box blockquote {
  margin: 0;
}
.societal-section .societal-block-03 .a-quote-box q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-03 .a-quote-box q {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .a-quote-box q {
    font-size: 18px;
  }
}
.societal-section .societal-block-03 .a-quote-box cite {
  display: block;
  text-align: center;
}
.societal-section .societal-block-03 .a-quote-box .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-03 .a-quote-box .image {
  position: absolute;
  left: 53%;
  margin-left: -93px;
  top: -70px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-03 .a-quote-box .image {
    left: 57%;
  }
}
.societal-section .societal-block-04 {
  position: relative;
}
.societal-section .societal-block-04:before {
  background: -webkit-gradient(linear, left top, right top, from(#7C9ABF), to(#5B718C));
  background: linear-gradient(90deg, #7C9ABF 0%, #5B718C 100%);
  left: -9999px;
  right: -9999px;
  position: absolute;
  bottom: 0;
  content: "";
  top: 0;
}
.societal-section .societal-block-04 .sec-head {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  padding-top: 50px;
}
.societal-section .societal-block-04 .sec-head h2 {
  margin: 0 0 20px;
  position: relative;
  font-size: 40px;
  color: #fff;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .societal-section .societal-block-04 .sec-head h2 {
    font-size: 36px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .sec-head h2 {
    font-size: 28px;
    margin: 0 0 14px;
  }
  .societal-section .societal-block-04 .sec-head h2 br {
    display: none;
  }
}
.societal-section .societal-block-04 .sec-head p {
  margin: 0 -15px 0 0;
}
@media (max-width: 1199px) {
  .societal-section .societal-block-04 .sec-head p {
    margin: 0;
  }
}
.societal-section .societal-block-04 .article-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .article-holder {
    display: block;
  }
}
.societal-section .societal-block-04 .article-holder .article {
  padding: 0 15px;
  color: #fff;
  width: 33.3333%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .article-holder .article {
    width: 100%;
    margin: 0 0 40px;
    font-size: 16px;
  }
}
.societal-section .societal-block-04 .article-holder .article .img {
  margin: 0 0 10px;
}
.societal-section .societal-block-04 .article-holder .article .img img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.societal-section .societal-block-04 .article-holder .article .article-title {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .article-holder .article .article-title {
    font-size: 18px;
  }
}
.societal-section .societal-block-04 .article-holder .article p {
  margin: 0;
}
.societal-section .societal-block-04 .ab-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .ab-holder {
    display: block;
  }
}
.societal-section .societal-block-04 .ab-holder .ab-quote-box {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-04 .ab-holder .ab-quote-box .a-quote-box {
    max-width: 400px;
    margin-top: 90px;
    padding: 90px 20px 20px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .ab-holder .ab-quote-box .a-quote-box {
    max-width: 100%;
  }
}
.societal-section .societal-block-04 .ab-holder .a-multi-data {
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-top: 75px;
  position: relative;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .societal-section .societal-block-04 .ab-holder .a-multi-data {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .societal-section .societal-block-04 .ab-holder .a-multi-data {
    margin-top: 40px;
    padding-left: 30px;
  }
}
.societal-section .societal-block-04 .ab-holder .a-multi-data img {
  margin: 0 0 25px;
}
.societal-section .societal-block-04 .ab-holder .ab-description {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .ab-holder .ab-description {
    font-size: 16px;
  }
}
.societal-section .societal-block-04 .ab-holder .ab-description .bold-text {
  font-weight: 600;
}
.societal-section .societal-block-04 .ab-holder .ab-description p {
  margin: 0;
}
.societal-section .societal-block-04 .ab-holder .image-area img {
  border-radius: 10px;
  display: block;
  height: auto;
  width: 100%;
}
.societal-section .societal-block-04 .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding-right: 60px;
}
.societal-section .societal-block-04 .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.societal-section .societal-block-04 .a-quote-box {
  max-width: 480px;
  border-radius: 10px;
  padding: 90px 35px 28px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 58px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-04 .a-quote-box {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-04 .a-quote-box {
    max-width: 100%;
  }
}
.societal-section .societal-block-04 .a-quote-box .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -90px;
}
.societal-section .societal-block-04 .a-quote-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.societal-section .societal-block-04 .a-quote-box blockquote {
  margin: 0;
}
.societal-section .societal-block-04 .a-quote-box q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-04 .a-quote-box q {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.societal-section .societal-block-04 .a-quote-box cite {
  display: block;
  text-align: center;
}
.societal-section .societal-block-04 .a-quote-box .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-04 .a-quote-box .image {
  position: absolute;
  left: 53%;
  margin-left: -93px;
  top: -70px;
}
.societal-section .societal-block-05 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .societal-section .societal-block-05 {
    padding: 35px 0 0;
  }
}
.societal-section .societal-block-05 .sec-head {
  margin: 0 0 40px;
  font-size: 16px;
  max-width: 830px;
}
.societal-section .societal-block-05 h2 {
  margin: 0 0 20px;
  position: relative;
  font-size: 40px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .societal-section .societal-block-05 h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-05 h2 {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
.societal-section .societal-block-05 .a-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 666px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .societal-section .societal-block-05 .a-holder {
    display: block;
  }
}
.societal-section .societal-block-05 .a-image-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .societal-section .societal-block-05 .a-image-area {
    max-width: 100%;
    margin: 0 0 35px;
  }
}
.societal-section .societal-block-05 .a-image-area img {
  border-radius: 10px;
}
.societal-section .societal-block-05 .a-description-area {
  max-width: 398px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-05 .a-description-area {
    max-width: 100%;
  }
}
.societal-section .societal-block-06 {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-06 {
    padding: 25px 0;
  }
}
.societal-section .societal-block-06 .sec-head {
  margin: 0 0 40px;
}
.societal-section .societal-block-06 h2 {
  margin: 0 0 20px;
  position: relative;
  font-size: 40px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .societal-section .societal-block-06 h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-06 h2 {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
.societal-section .societal-block-06 .a-image-wrap {
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(124, 154, 191, 0.2);
}
@media (max-width: 991px) {
  .societal-section .societal-block-06 .a-image-wrap {
    padding: 20px;
  }
}
.societal-section .societal-block-06 .a-image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.societal-section .societal-block-06 .image-area {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-06 .image-area {
    width: 50%;
  }
  .societal-section .societal-block-06 .image-area:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .societal-section .societal-block-06 .image-area {
    width: 100%;
    margin-bottom: 30px;
  }
  .societal-section .societal-block-06 .image-area:last-child {
    margin: 0;
  }
}
.societal-section .societal-block-06 .image-area img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.societal-section .societal-block-07 {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .societal-section .societal-block-07 {
    padding: 50px 0 50px 52px;
  }
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 {
    padding: 25px 0 25px 52px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 {
    padding: 25px 0 25px 16px;
  }
}
.societal-section .societal-block-07 .sec-head {
  margin: 0 0 40px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .sec-head {
    padding: 0;
  }
}
.societal-section .societal-block-07 .data-box {
  max-width: 386px;
  padding: 20px;
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #262B42;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#E6E3DD), to(#CECBC4));
  background: linear-gradient(90deg, #E6E3DD 0%, #CECBC4 100%);
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .data-box {
    max-width: 100%;
  }
}
.societal-section .societal-block-07 .data-box .title {
  color: #A12A2C;
  font-size: 32px;
  line-height: 40px;
  display: block;
  margin: 0 0 3px;
}
.societal-section .societal-block-07 .data-box p {
  margin: 0 0 7px;
}
.societal-section .societal-block-07 h2 {
  margin: 0 0 20px;
  position: relative;
  font-size: 40px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 h2 {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
.societal-section .societal-block-07 h2 .dot {
  left: -59px;
}
@media (max-width: 1199px) {
  .societal-section .societal-block-07 h2 .dot {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 h2 .dot {
    left: -31px;
  }
}
.societal-section .societal-block-07 .a-holder.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 90px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .a-holder.add {
    display: block;
    margin-bottom: 50px;
  }
}
.societal-section .societal-block-07 .a-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 50px;
}
.societal-section .societal-block-07 .ab-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
}
.societal-section .societal-block-07 .ab-holder .ab-quote-box {
  padding: 0 30px;
}
.societal-section .societal-block-07 .ab-holder .a-multi-data {
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-top: 75px;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.societal-section .societal-block-07 .ab-holder .a-multi-data img {
  margin: 0 0 25px;
}
.societal-section .societal-block-07 .ab-holder .ab-description {
  padding: 0 30px;
}
.societal-section .societal-block-07 .ab-holder .ab-description q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .ab-holder .ab-description q {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.societal-section .societal-block-07 .ab-holder .ab-description .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-07 .ab-holder .image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.societal-section .societal-block-07 .ab-holder .image-area img {
  border-radius: 10px;
}
.societal-section .societal-block-07 .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .image {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 .image {
    padding-right: 0;
  }
}
.societal-section .societal-block-07 .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.societal-section .societal-block-07 .a-quote-box {
  max-width: 480px;
  border-radius: 10px;
  padding: 90px 44px 28px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-07 .a-quote-box {
    max-width: 400px;
  }

  .societal-section .societal-block-07 .a-quote-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 .a-quote-box {
    max-width: 100%;
    margin-top: 90px;
  }
}
.societal-section .societal-block-07 .a-quote-box .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -90px;
}
.societal-section .societal-block-07 .a-quote-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.societal-section .societal-block-07 .a-quote-box blockquote {
  margin: 0;
}
.societal-section .societal-block-07 .a-quote-box q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-07 .a-quote-box q {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.societal-section .societal-block-07 .a-quote-box cite {
  display: block;
  text-align: center;
}
.societal-section .societal-block-07 .a-quote-box .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
}
.societal-section .societal-block-07 .a-quote-box .image {
  position: absolute;
  left: 53%;
  margin-left: -93px;
  top: -70px;
}
.societal-section .societal-block-08 {
  padding: 0 0 20px;
}
@media (max-width: 991px) {
  .societal-section .societal-block-08 {
    padding: 0 0 50px;
  }
}
.societal-section .societal-block-08 img {
  width: 100%;
  height: auto;
  display: block;
}
.societal-section .societal-block-09 {
  position: relative;
}
.societal-section .societal-block-09:before {
  background: -webkit-gradient(linear, left top, right top, from(#E6E3DD), to(#CECBC4));
  background: linear-gradient(90deg, #E6E3DD 0%, #CECBC4 100%);
  left: -9999px;
  right: -9999px;
  position: absolute;
  bottom: 0;
  content: "";
  top: 0;
}
.societal-section .societal-block-09 .a-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .societal-section .societal-block-09 .a-holder {
    display: block;
    padding: 25px 0;
  }
}
.societal-section .societal-block-09 .a-image-area {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .societal-section .societal-block-09 .a-image-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.societal-section .societal-block-09 .a-image-area img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.societal-section .societal-block-09 .a-description-area {
  width: 50%;
  padding: 0 30px;
  font-size: 16px;
}

.societal-section .societal-block-09 .a-description-area .holder {
  max-width: 338px;
}

@media (max-width: 991px) {
  .societal-section .societal-block-09 .a-description-area {
    width: 100%;
  }
}
.societal-section .societal-block-09 .a-description-area .title {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.societal-section .societal-block-09 .a-description-area .title br {
  display: none;
}
.societal-section .societal-block-09 .a-description-area p {
  margin: 0;
  padding-right: 14px;
}

.menu-opener {
  width: 24px;
  height: 20px;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 16px;
  display: none;
  z-index: 10;
}
@media (max-width: 767px) {
  .menu-opener {
    display: block;
  }
}
.menu-active .menu-opener {
  border-top: none;
}
.menu-opener:before, .menu-opener:after {
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 16px;
}
.menu-active .menu-opener:before, .menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:after {
  top: 7px;
}
.menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area .container {
  max-width: 1148px;
}

.banner-image {
  position: relative;
}
.banner-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .banner-image img {
    min-height: 250px;
    margin: 0 0 0 40px;
  }
}

.logo-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 36px 0;
  z-index: 5;
}
@media (max-width: 1199px) {
  .logo-area {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .logo-area {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .logo-area {
    padding: 15px 0;
  }
}

.logo {
  display: block;
  width: 208px;
}
@media (max-width: 1199px) {
  .logo {
    width: 175px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 80px;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-caption-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.banner-caption-area .container {
  width: 100%;
}

.banner-caption {
  position: relative;
  max-width: 310px;
}
@media (max-width: 767px) {
  .banner-caption {
    max-width: 160px;
  }
}
.banner-caption h1 {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 68px;
  line-height: 1;
  font-weight: 700;
  color: #262B42;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-caption h1 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .banner-caption h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner-caption h1 {
    font-size: 30px;
  }
}
.banner-caption .year {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 300;
  color: #A12A2C;
  display: block;
  margin: 0 0 6px;
}
@media (max-width: 1199px) {
  .banner-caption .year {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner-caption .year {
    font-size: 24px;
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .banner-caption .year {
    font-size: 18px;
  }
}

.navigation-area {
  background: -webkit-gradient(linear, left top, right top, from(rgb(175, 64, 65)), to(rgb(149, 39, 40)));
  background: linear-gradient(to right, rgb(175, 64, 65) 0%, rgb(149, 39, 40) 100%);
  position: relative;
  margin: -27px 0 0;
  position: sticky;
  top: 0;
  z-index: 99999;
}
@media (max-width: 991px) {
  .navigation-area {
    margin: -15px 0 0;
  }
}
@media (max-width: 767px) {
  .navigation-area {
    margin: 0;
  }
}
.navigation-area .container {
  position: static;
}

.navigation-holder {
  position: relative;
}
@media (max-width: 767px) {
  .navigation-holder {
    position: static;
    min-height: 50px;
  }
}

.nav-drop {
  position: relative;
}
@media (max-width: 767px) {
  .nav-drop {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    max-height: 0;
    z-index: 100;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}

.nav-area {
  position: relative;
}
@media (max-width: 767px) {
  .nav-area {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-active .nav-area {
    -webkit-transform: none;
            transform: none;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  padding: 28px 0;
  gap: 66px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .menu {
    padding: 20px 0;
    gap: 38px;
  }
}
@media (max-width: 767px) {
  .menu {
    background: -webkit-gradient(linear, left top, right top, from(rgb(175, 64, 65)), to(rgb(149, 39, 40)));
    background: linear-gradient(to right, rgb(175, 64, 65) 0%, rgb(149, 39, 40) 100%);
    display: block;
    text-align: center;
    padding: 8px 0 4px;
  }
}
.menu li {
  position: relative;
}
@media (max-width: 767px) {
  .menu li {
    margin: 0;
    border-bottom: 1px solid #812a2b;
  }
  .menu li:last-child {
    margin-bottom: 0;
    border: 0;
  }
}
.menu a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
@media (max-width: 767px) {
  .menu a {
    display: block;
    padding: 15px 0;
  }
}
.menu a:hover,
.menu a:focus {
  color: #dedbd4;
}

.about-section {
  position: relative;
}
.about-section:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 80px;
  left: 0;
  content: "";
  position: absolute;
  background: #e3e0d9;
}
@media (max-width: 767px) {
  .about-section:before {
    bottom: 50px;
  }
}

.about-text-area {
  position: relative;
  padding: 92px 32px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .about-text-area {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about-text-area {
    padding: 40px 0 0;
  }
}
.about-text-area h2 {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 36px;
}
@media (max-width: 991px) {
  .about-text-area h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .about-text-area h2 {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
.about-text-area p {
  margin: 0 0 22px;
}
@media (max-width: 991px) {
  .about-text-area p {
    margin: 0 0 14px;
  }
}
.about-text-area .title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: -5px 0 0;
}
@media (max-width: 991px) {
  .about-text-area .title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .about-text-area .title {
    font-size: 16px;
  }
}

.about-info-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -38px;
  padding: 68px 0 0;
}
@media (max-width: 1199px) {
  .about-info-row {
    margin: 0 -13px;
  }
}
@media (max-width: 991px) {
  .about-info-row {
    padding: 45px 0 0;
  }
}
@media (max-width: 767px) {
  .about-info-row {
    padding: 30px 0 0;
  }
}

.about-info-col {
  position: relative;
  padding: 0 13px;
  width: 50%;
}
@media (max-width: 767px) {
  .about-info-col {
    width: 100%;
    margin: 0 0 30px;
  }
  .about-info-col:last-child {
    margin-bottom: 0;
  }
}

.about-info-block {
  position: relative;
  height: 100%;
}
.about-info-block:before {
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 6px 4px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 4px 42px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .about-info-block:before {
    -webkit-box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.2);
  }
}
.about-info-block .image-holder {
  width: 148px;
  height: 148px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
}
@media (max-width: 767px) {
  .about-info-block .image-holder {
    -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.2);
  }
}
.about-info-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.about-info-block .description {
  position: relative;
  padding: 11px 30px 28px;
}
.about-info-block blockquote {
  font-family: "REM", Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
  quotes: none;
}
.about-info-block blockquote q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  min-height: 80px;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .about-info-block blockquote q {
    font-weight: 700;
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .about-info-block blockquote q {
    min-height: inherit;
    font-size: 18px;
    line-height: 22px;
  }
}
.about-info-block blockquote cite {
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.about-info-block .name {
  font-weight: 600;
  display: block;
  color: #A12A2C;
}
.about-info-block .info-text {
  font-style: italic;
  font-weight: 300;
  display: block;
}

.message-section {
  position: relative;
  padding: 99px 0;
}
@media (max-width: 991px) {
  .message-section {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .message-section {
    padding: 45px 0;
  }
}

.message-holder {
  position: relative;
}
.message-holder .heading-area {
  position: relative;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .message-holder .heading-area {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .message-holder .heading-area {
    margin: 0 auto 30px;
  }
}
.message-holder .heading-text {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
  font-family: "REM", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #A12A2C;
  display: block;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  .message-holder .heading-text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .message-holder .heading-text {
    font-size: 22px;
  }
}
.message-holder h2 {
  font-size: 46px;
  line-height: 1.2391;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
  margin: 0;
}
@media (max-width: 991px) {
  .message-holder h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .message-holder h2 {
    font-size: 26px;
  }
}

.message-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 9px;
}
@media (max-width: 991px) {
  .message-row {
    margin: 0;
  }
}
.message-row .image-holder {
  position: relative;
  width: 404px;
}
@media (max-width: 991px) {
  .message-row .image-holder {
    width: 100%;
  }
}
.message-row .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.message-row .description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 0 20px 0 44px;
}
@media (max-width: 991px) {
  .message-row .description {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .message-row .description {
    padding: 70px 0 0;
  }
}
.message-row .description p {
  margin: 0 0 9px;
}

.image-caption-area {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 18px;
  bottom: -40px;
  z-index: 5;
}

.image-caption {
  font-size: 16px;
  line-height: 20px;
  font-family: "REM", Arial, Helvetica, sans-serif;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
  padding: 20px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
}
@media (max-width: 767px) {
  .image-caption {
    -webkit-box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
  }
}
.image-caption .name {
  font-weight: 600;
  display: block;
  margin: 0 0 2px;
}
.image-caption .desination {
  font-weight: 300;
  display: block;
  font-style: italic;
}

@media (max-width: 767px) {

  .image-caption br {
    display: none;
  }

  .chief-message-section .image-caption br {
    display: block;
  }
}

.chief-message-section {
  background: #e3e0d9;
}
.chief-message-section .image-caption {
  background: -webkit-gradient(linear, left top, right top, from(rgb(175, 64, 65)), to(rgb(149, 39, 40)));
  background: linear-gradient(to right, rgb(175, 64, 65) 0%, rgb(149, 39, 40) 100%);
}
@media (min-width: 992px) {
  .chief-message-section .image-holder {
    right: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .chief-message-section .description {
    padding: 0 60px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.chief-message-section .image-caption-area {
  padding: 0 40px;
  bottom: -46px;
}

.physical-section {
  position: relative;
}
.physical-section .inner-wrap {
  position: relative;
  padding: 0 0 0 53px;
  margin: 0 0 0 -50px;
}
@media (max-width: 1199px) {
  .physical-section .inner-wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .physical-section .inner-wrap {
    padding: 0 0 0 16px;
  }
}
.physical-section .inner-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed #7c9abf;
}
@media (max-width: 1199px) {
  .physical-section .inner-wrap:before {
    left: 16px;
  }
}
@media (max-width: 991px) {
  .physical-section .inner-wrap:before {
    left: 16px;
  }
}

@media (max-width: 767px) {
  .physical-section .inner-wrap:before {
    left: -9px;
  }
}
.physical-section .inner-wrap .icon {
  width: 19px;
  height: 19px;
  position: absolute;
  left: -9px;
  top: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1199px) {
  .physical-section .inner-wrap .icon {
    left: 7px;
  }
}
@media (max-width: 767px) {
  .physical-section .inner-wrap .icon {
    top: 7px;
    left: -18px;
  }
}
.physical-section .inner-wrap .icon:before {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
  opacity: 0;
}
@media (max-width: 767px) {
  .physical-section .inner-wrap .icon:before {
    width: 8px;
    height: 8px;
  }
}
.physical-section .head-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(rgb(51, 58, 89)), to(rgb(31, 34, 52)));
  background: linear-gradient(to right, rgb(51, 58, 89) 0%, rgb(31, 34, 52) 100%);
  padding: 111px 0 0;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .physical-section .head-block {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .physical-section .head-block {
    font-size: 16px;
    padding: 50px 0 0;
  }
}
.physical-section .head-block .inner-wrap {
  padding-bottom: 97px;
}
@media (max-width: 991px) {
  .physical-section .head-block .inner-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .physical-section .head-block .inner-wrap {
    padding-bottom: 40px;
  }
}
.physical-section .head-block .inner-wrap:before {
  top: 15px;
}
.physical-section .head-block h2 {
  position: relative;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .physical-section .head-block h2 {
    font-size: 36px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .physical-section .head-block h2 {
    font-size: 30px;
    margin: 0 0 14px;
  }
}
.physical-section .head-block p {
  padding: 0 15px 0 0;
  margin: 0;
}
@media (max-width: 991px) {
  .physical-section .head-block p {
    padding: 0;
  }
}

.physical-content-area {
  position: relative;
}
.physical-content-area .inner-wrap {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .physical-content-area .inner-wrap {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .physical-content-area .inner-wrap {
    padding-top: 45px;
  }
}
.physical-content-area h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  max-width: 500px;
  margin: 0 0 19px;
}
@media (max-width: 991px) {
  .physical-content-area h2 {
    font-size: 32px;
    max-width: 450px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .physical-content-area h2 {
    font-size: 26px;
    max-width: inherit;
    margin: 0 0 14px;
  }
}
.physical-content-area .dot {
  width: 19px;
  height: 19px;
  position: absolute;
  left: -62px;
  top: 14px;
  background: #A12A2C;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .physical-content-area .dot {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .physical-content-area .dot {
    width: 14px;
    height: 14px;
    left: -31px;
  }
}

.physical-content {
  position: relative;
}
.physical-content .description-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .physical-content .description-area {
    margin: 0 0 25px;
  }
}
.physical-content .description-area:last-child {
  margin-bottom: 0;
}
.physical-content .description-col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 0 32px 0 0;
}
@media (max-width: 991px) {
  .physical-content .description-col {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 0 0 30px;
  }
}
.physical-content .description {
  position: relative;
  padding: 0 20px 0 0;
}
@media (max-width: 991px) {
  .physical-content .description {
    padding: 0;
  }
}
.physical-content .description p {
  margin: 0;
}
.physical-content .image-col {
  position: relative;
  width: 380px;
}
@media (max-width: 991px) {
  .physical-content .image-col {
    width: 100%;
  }
}
.physical-content .image-holder {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.physical-content .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.care-info-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 22px 24px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 227, 221)), to(rgb(206, 203, 196)));
  background: linear-gradient(to bottom, rgb(230, 227, 221) 0%, rgb(206, 203, 196) 100%);
}

.care-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.care-info-list li {
  position: relative;
  margin: 0 0 18px;
}
.care-info-list li:last-child {
  margin-bottom: 0;
}
.care-info-list .sub-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  display: block;
  color: #A12A2C;
  margin: 0 0 8px;
}
.care-info-list .text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  display: block;
}
.care-info-list p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  font-style: italic;
  margin: 0;
}

.physical-support-area {
  position: relative;
}
.physical-support-area h2 {
  max-width: inherit;
}

.physical-support-holder {
  position: relative;
  max-width: 892px;
  padding: 8px 0 0;
}
@media (max-width: 991px) {
  .physical-support-holder {
    padding: 0;
  }

  .care-info-list .text {
    margin-bottom: 5px;
  }
}
.physical-support-holder p {
  margin: 0 0 21px;
}
.physical-support-holder p:last-child {
  margin-bottom: 0;
}

.physical-images-area {
  position: relative;
  z-index: 3;
}
.physical-images-area .inner-wrap {
  padding-top: 40px;
}

.physical-images-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media (max-width: 991px) {
  .physical-images-row {
    margin: 0 -10px;
  }
}

.physical-images-col {
  position: relative;
  padding: 0 16px;
  width: 50%;
}
@media (max-width: 991px) {
  .physical-images-col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .physical-images-col {
    width: 100%;
    margin: 0 0 20px;
  }
  .physical-images-col:last-child {
    margin-bottom: 0;
  }
}

.physical-images-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.physical-images-block img {
  display: block;
  width: 100%;
  height: auto;
}

.physical-video-area {
  position: relative;
}
.physical-video-area:before {
  position: absolute;
  top: -110px;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 227, 221)), to(rgb(206, 203, 196)));
  background: linear-gradient(to bottom, rgb(230, 227, 221) 0%, rgb(206, 203, 196) 100%);
  content: "";
}
.physical-video-area .inner-wrap {
  padding-top: 35px;
}

.physical-video-holder {
  position: relative;
}
.physical-video-holder .text-row {
  position: relative;
  padding: 0 20px 52px 0;
}
@media (max-width: 991px) {
  .physical-video-holder .text-row {
    padding: 0 0 35px;
  }
}
.physical-video-holder .text-row p {
  margin: 0;
}

.physical-quote-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 61px;
}
@media (max-width: 991px) {
  .physical-quote-area {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .physical-quote-area {
    margin: 0 0 30px;
  }
}
.physical-quote-area .image-holder {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 380px;
}
@media (max-width: 991px) {
  .physical-quote-area .image-holder {
    width: 100%;
  }
}
.physical-quote-area .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.quote-description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 0 0 0 25px;
}
@media (max-width: 991px) {
  .quote-description {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 30px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quote-description {
    padding: 25px 0 0;
  }
}
.quote-description blockquote {
  position: relative;
  text-align: center;
  quotes: none;
  max-width: 502px;
  font-family: "REM", Arial, Helvetica, sans-serif;
  right: 10px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .quote-description blockquote {
    right: 0;
  }
}
.quote-description blockquote q {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .quote-description blockquote q {
    font-size: 18px;
  }
}
.quote-description blockquote cite {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0 0;
  display: block;
}
.quote-description blockquote .name {
  font-weight: 600;
  color: #A12A2C;
  display: block;
}
.quote-description blockquote .cite {
  font-style: italic;
  font-weight: 300;
  display: block;
}

.physical-video-row {
  position: relative;
  max-width: 618px;
  padding: 0 0 110px;
}
@media (max-width: 991px) {
  .physical-video-row {
    max-width: 550px;
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .physical-video-row {
    padding: 0 0 40px;
  }
}
.physical-video-row .video-caption {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
  position: relative;
  max-width: 520px;
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .physical-video-row .video-caption {
    max-width: inherit;
    padding: 24px 0 0;
    font-size: 18px;
  }
}
.physical-video-row .video-caption p {
  margin: 0;
}

.physical-video-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  -webkit-box-shadow: 5px 7px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 7px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .physical-video-wrap {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .physical-video-wrap {
    -webkit-box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
}
.physical-video-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.physical-sports-area {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 1199px) {
  .physical-sports-area {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  .physical-sports-area {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .physical-sports-area {
    padding: 0 0 40px;
  }
}
.physical-sports-area .inner-wrap:before {
  height: 140px;
}
@media (max-width: 991px) {
  .physical-sports-area .inner-wrap:before {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .physical-sports-area .inner-wrap:before {
    height: 70px;
  }
}

.physical-sports-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 0 0;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .physical-sports-holder {
    padding: 0;
    margin: 0 0 35px;
  }
}

.sports-content {
  position: relative;
  padding: 0 68px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 991px) {
  .sports-content {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 0;
  }
}

.sports-text-wrap {
  position: relative;
  max-width: 500px;
  padding: 0 0 46px;
}
@media (max-width: 991px) {
  .sports-text-wrap {
    max-width: inherit;
    padding: 0 0 30px;
  }
}
.sports-text-wrap h2 {
  text-transform: uppercase;
}
.sports-text-wrap p {
  margin: 0;
}

.sports-images-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 991px) {
  .sports-images-list {
    max-width: 500px;
  }
}
.sports-images-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.sports-images-list li:nth-child(1) {
  margin: 0 0 0 38px;
  z-index: 2;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(1) {
    margin: 0 0 0 25px;
  }
}
.sports-images-list li:nth-child(1) .image-wrap {
  width: 300px;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(1) .image-wrap {
    width: 250px;
  }
}
.sports-images-list li:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -70px 0 0;
  z-index: 3;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(2) {
    margin: -55px 0 0;
  }
}
.sports-images-list li:nth-child(2) .image-wrap {
  width: 306px;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(2) .image-wrap {
    width: 260px;
  }
}
.sports-images-list li:nth-child(3) {
  margin: -80px 0 0;
  z-index: 4;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(3) {
    margin: -60px 0 0;
  }
}
.sports-images-list li:nth-child(3) .image-wrap {
  width: 296px;
}
@media (max-width: 991px) {
  .sports-images-list li:nth-child(3) .image-wrap {
    width: 275px;
  }
}
.sports-images-list li:nth-child(4) {
  margin: -82px 122px 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5;
}
@media (max-width: 767px) {
  .sports-images-list li:nth-child(4) {
    margin: -50px 90px 0 0;
  }
}
.sports-images-list li:nth-child(4) .image-wrap {
  width: 154px;
}
@media (max-width: 767px) {
  .sports-images-list li:nth-child(4) .image-wrap {
    width: 130px;
  }
}
.sports-images-list .image-wrap {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sports-images-list .image-wrap {
    -webkit-box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.2);
  }
}
.sports-images-list .image-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sports-sidebar {
  position: relative;
  margin: -9px -4px 0 0;
  width: 375px;
}
@media (max-width: 991px) {
  .sports-sidebar {
    width: 100%;
    margin: 40px 0 0;
  }
}

.sports-sidebar-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 227, 221)), to(rgb(206, 203, 196)));
  background: linear-gradient(to bottom, rgb(230, 227, 221) 0%, rgb(206, 203, 196) 100%);
  margin: 0 0 20px;
}
.sports-sidebar-block .heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
  display: block;
  padding: 0 15px 0 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .sports-sidebar-block .heading {
    padding: 0;
  }
}
.sports-sidebar-block .info-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  font-style: italic;
  font-family: "REM", Arial, Helvetica, sans-serif;
  display: block;
  padding: 15px 15px 0 0;
}
@media (max-width: 991px) {
  .sports-sidebar-block .info-text {
    padding: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .sports-sidebar-block .info-text {
    padding: 13px 0 0;
  }
}
.sports-sidebar-block .image-holder {
  position: relative;
  overflow: hidden;
}
.sports-sidebar-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.sports-sidebar-block:first-child .sports-sidebar-info-list li {
  margin: 0;
}
@media (max-width: 767px) {
  .sports-sidebar-block:first-child .sports-sidebar-info-list li {
    margin: 0 0 18px;
  }
  .sports-sidebar-block:first-child .sports-sidebar-info-list li:last-child {
    margin-bottom: 0;
  }
}

.sports-sidebar-info {
  position: relative;
  padding: 24px 12px 20px 20px;
}
@media (max-width: 991px) {
  .sports-sidebar-info {
    padding: 22px 15px;
  }
}
.sports-sidebar-info.wheel-chair-info .sports-sidebar-info-list {
  margin: 0 -5px;
}
.sports-sidebar-info.wheel-chair-info .sports-sidebar-info-list li {
  padding: 0 5px;
  width: auto;
  max-width: 125px;
}

.sports-sidebar-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}
.sports-sidebar-info-list li {
  width: 50%;
  margin: 0 0 15px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sports-sidebar-info-list li {
    width: 100% !important;
  }
}

.sports-detail-area {
  position: relative;
  padding: 86px 0 0;
}
@media (max-width: 991px) {
  .sports-detail-area {
    padding: 65px 0 0;
  }
}

.sports-detail-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sports-detail-col {
  position: relative;
}
.sports-detail-col:nth-child(1) {
  width: 478px;
  padding: 0 38px 0 0;
}
@media (max-width: 991px) {
  .sports-detail-col:nth-child(1) {
    width: 100%;
    padding: 0;
    margin: 0 0 110px;
  }
}
.sports-detail-col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
@media (max-width: 991px) {
  .sports-detail-col:nth-child(2) {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
  }
}

.sports-detail-block {
  position: relative;
  background: #e5ebf2;
  border-radius: 10px;
  padding: 102px 40px 32px;
  height: 100%;
}
@media (max-width: 767px) {
  .sports-detail-block {
    padding: 102px 20px 25px;
  }
}
.sports-detail-block .image-holder {
  position: absolute;
  left: 50%;
  top: -86px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 125px;
}
.sports-detail-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.sports-detail-block .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
  display: block;
  max-width: 320px;
  text-align: center;
  margin: 0 auto 24px;
}

.sports-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
.sports-info-list li {
  margin: 0;
}

.sports-blockquote-area {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 88px 38px 28px;
  -webkit-box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
}

@media (max-width: 991px) {
  .sports-blockquote-area {
    padding: 88px 30px 28px;
  }
}

@media (max-width: 767px) {
  .sports-blockquote-area {
    -webkit-box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
    padding: 88px 20px 28px;
  }
}
.sports-blockquote-area .image-holder {
  width: 148px;
  height: 148px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -72px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
}
@media (max-width: 767px) {
  .sports-blockquote-area .image-holder {
    -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  }
}
.sports-blockquote-area .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.sports-blockquote-area blockquote {
  font-family: "REM", Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
  quotes: none;
}
.sports-blockquote-area blockquote q {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .sports-blockquote-area blockquote q {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.sports-blockquote-area blockquote cite {
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.sports-blockquote-area .name {
  font-weight: 600;
  display: block;
  color: #A12A2C;
}
.sports-blockquote-area .desination {
  font-style: italic;
  font-weight: 300;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #262B42;
  font-size: 16px;
  line-height: 1.375;
  min-width: 360px;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

.main {
  position: relative;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
}

.container-xl {
  max-width: 1530px;
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

.row > * {
  padding: 0 15px;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 1.1538;
  font-weight: 700;
  margin: 0 0 27px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.16667;
  font-weight: 400;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.07;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 700;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

a,
button {
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border: 2px solid transparent;
  height: 44px;
  text-align: center;
  padding: 11px 30px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 19px;
  }
}

.btn-primary {
  background: #2A2B68;
  border-color: #2A2B68;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #2A2B68 !important;
  color: #2A2B68 !important;
  background: transparent !important;
}

.btn-secondary {
  background: transparent;
  border-color: #2A2B68;
  color: #2A2B68 !important;
  text-decoration: none !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #2A2B68 !important;
  color: #fff !important;
  background: #2A2B68 !important;
}

.container {
  max-width: 1028px;
  padding: 0 15px 0 21px;
  position: relative;
}
@media (max-width: 1149px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 1149px) {
  .container.container-bar {
    padding-left: 68px;
  }
}
@media (max-width: 767px) {
  .container.container-bar {
    padding-left: 47px;
  }
}
.container.container-bar:before {
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 2px dotted #bdccdf;
}
@media (max-width: 1149px) {
  .container.container-bar:before {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .container.container-bar:before {
    left: 21px;
  }
}

.section-head {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 58, 88)), to(rgb(31, 35, 53)));
  background: linear-gradient(to bottom, rgb(51, 58, 88) 0%, rgb(31, 35, 53) 100%);
}
.section-head .container {
  padding-top: 83px;
  padding-bottom: 79px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .section-head .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-head .container:before {
  top: 102px;
}
@media (max-width: 767px) {
  .section-head .container:before {
    top: 76px;
  }
}
.section-head .h1 {
  color: #fff;
  position: relative;
  margin: 0 0 22px;
}
.section-head .h1 .icon {
  position: absolute;
  left: -62px;
  top: 5px;
}
@media (max-width: 1149px) {
  .section-head .h1 .icon {
    left: -47px;
  }
}

@media (max-width: 991px) {
  .section-head .h1 .icon {
    left: -44px;
    top: 19px;
  }
}
@media (max-width: 767px) {
  .section-head .h1 .icon {
    left: -35px;
    top: 11px;
  }
}
.section-head .h1 .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 767px) {
  .section-head .h1 .icon:before {
    width: 19px;
    height: 19px;
  }
}
.section-head .h1 .icon:after {
  position: absolute;
  left: 18px;
  top: 18px;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  opacity: 0;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .section-head .h1 .icon:after {
    width: 8px;
    height: 8px;
    left: 11px;
    top: 11px;
  }
}
.section-head p {
  padding-right: 10%;
}
@media (max-width: 767px) {
  .section-head p {
    padding: 0;
  }
}

.fin-sec1 .container {
  padding-top: 117px;
  padding-bottom: 108px;
}
@media (max-width: 767px) {
  .fin-sec1 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fin-sec1 .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .fin-sec1 .holder {
    display: block;
  }
}
.fin-sec1 .holder .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 0 46px 0 0;
}
@media (max-width: 767px) {
  .fin-sec1 .holder .description {
    padding: 0;
  }
}
.fin-sec1 .holder .description h2 {
  margin: 0 0 30px;
  position: relative;
}
.fin-sec1 .holder .description h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .fin-sec1 .holder .description h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .fin-sec1 .holder .description h2:before {
    left: -35px;
  }
}
@media (max-width: 991px) {
  .fin-sec1 .holder .quote-box {
    max-width: 100%;
    margin-top: 110px;
  }
}
.fin-sec1 .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.fin-sec1 .box-list li {
  width: 25%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .fin-sec1 .box-list li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .fin-sec1 .box-list li {
    width: 100%;
    text-align: center;
  }
}
.fin-sec1 .box-list li:last-child .title {
  margin-bottom: 20px;
}
.fin-sec1 .box-list li .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 227, 220)), color-stop(99%, rgb(206, 203, 196)));
  background: linear-gradient(to bottom, rgb(230, 227, 220) 0%, rgb(206, 203, 196) 99%);
  border-radius: 10px;
  padding: 22px 20px 22px 22px;
  height: 100%;
  font-family: "REM", Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .fin-sec1 .box-list li .inner {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .fin-sec1 .box-list li .inner {
    height: auto;
    padding: 40px 15px;
  }
}
.fin-sec1 .box-list li .inner strong {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fin-sec1 .box-list li .inner:hover strong,
.fin-sec1 .box-list li .inner:focus strong {
  opacity: 0;
}
.fin-sec1 .box-list li .inner:hover .hover-box,
.fin-sec1 .box-list li .inner:focus .hover-box {
  opacity: 1 !important;
  visibility: visible !important;
}
.fin-sec1 .box-list li .inner .hover-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5ebf2;
  border-radius: 10px;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
}
.fin-sec1 .box-list li .inner .hover-box p {
  margin: 0;
}
.fin-sec1 .box-list .title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #262B42;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.fin-sec1 .box-list .amount {
  color: #A12A2C;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .fin-sec1 .box-list .amount {
    font-size: 20px;
    line-height: 24px;
  }
}

.quote-box {
  max-width: 480px;
  border-radius: 10px;
  padding: 86px 60px 10px;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 82px;
}
@media (max-width: 991px) {
  .quote-box {
    padding: 80px 30px 10px;
  }
}

@media (max-width: 767px) {
  .quote-box {
    padding: 80px 20px 10px;
  }
}
.quote-box q {
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #262B42;
  quotes: none;
  text-align: center;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .quote-box q {
    font-size: 18px;
    line-height: 22px;
  }
}
.quote-box cite {
  display: block;
  text-align: center;
}
.quote-box .name {
  display: block;
  color: #A12A2C;
  font-style: normal;
  margin: 0 0 -4px;
}
.quote-box .image {
  position: absolute;
  left: 50%;
  margin-left: -93px;
  top: -120px;
}
.quote-box .image-holder {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(124, 154, 191)), to(rgb(91, 113, 140)));
  background: linear-gradient(to bottom, rgb(124, 154, 191) 0%, rgb(91, 113, 140) 100%);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -73px;
}
.quote-box .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.fin-sec2 h2 {
  margin: 0 0 30px;
  position: relative;
}
.fin-sec2 h2:before {
  position: absolute;
  left: -62px;
  top: 15px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .fin-sec2 h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .fin-sec2 h2:before {
    left: -35px;
  }
}
.fin-sec2 .holder {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 227, 220)), color-stop(99%, rgb(206, 203, 196)));
  background: linear-gradient(to bottom, rgb(230, 227, 220) 0%, rgb(206, 203, 196) 99%);
  border-radius: 10px;
  padding: 38px 50px 0;
}
@media (max-width: 991px) {
  .fin-sec2 .holder {
    padding: 30px 20px 0;
  }
}
.fin-sec2 .holder .title {
  display: block;
  text-align: center;
  margin: 0 0 50px;
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  color: #262B42;
}

@media (max-width: 991px) {
  .fin-sec2 .holder .title {
    margin: 0 0 20px;
    font-size: 22px;
  }
}

.fin-sec2 .holder .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -38px;
}
@media (max-width: 991px) {
  .fin-sec2 .holder .box-wrap {
    margin: 0;
  }
}
.fin-sec2 .holder .box {
  width: 33.333%;
  font-family: "REM", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .fin-sec2 .holder .box {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .fin-sec2 .holder .box {
    width: 100%;
    padding-right: 0;
  }
}
.fin-sec2 .holder .box:nth-child(3) .inner {
  max-width: 255px;
}
.fin-sec2 .holder .inner {
  max-width: 220px;
}
.fin-sec2 .holder .amount {
  color: #A12A2C;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .fin-sec2 .holder .amount {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .fin-sec2 .holder .inner {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}
.fin-sec2 .grants-holder {
  margin-top: 72px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c99be), color-stop(99%, #5c728d));
  background: linear-gradient(to bottom, #7c99be 0%, #5c728d 99%);
  padding: 33px 50px 47px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .fin-sec2 .grants-holder {
    padding: 25px 20px;
  }
}
.fin-sec2 .grants-holder .title {
  display: block;
  text-align: center;
  margin: 0 0 35px;
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
}
.fin-sec2 .grants-holder .grants-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .fin-sec2 .grants-holder .grants-wrap {
    display: block;
  }
}
@media (max-width: 1199px) {
  .fin-sec2 .grants-holder .image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .fin-sec2 .grants-holder .image {
    width: 100%;
  }
}
.fin-sec2 .grants-holder .image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .fin-sec2 .grants-holder .image img {
    width: 100%;
  }
}
.fin-sec2 .grants-holder .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding-left: 39px;
  color: #fff;
}
@media (max-width: 991px) {
  .fin-sec2 .grants-holder .description {
    padding: 30px 0 0;
  }
}

.fin-career-support {
  background: linear-gradient(135deg, #e6e3dc 0%, #cecbc4 100%);
  margin-top: -240px;
  padding-top: 240px;
}
@media (max-width: 991px) {
  .fin-career-support {
    padding-bottom: 40px;
  }
}
.fin-career-support .container {
  padding-top: 125px;
}
@media (max-width: 991px) {
  .fin-career-support .container {
    padding-top: 60px;
  }
}
.fin-career-support .container:before {
  bottom: auto;
  height: 128px;
}
@media (max-width: 991px) {
  .fin-career-support .container:before {
    height: 70px;
  }
}
.fin-career-support h2 {
  margin: 0 0 30px;
  position: relative;
}
.fin-career-support h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .fin-career-support h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .fin-career-support h2:before {
    left: -35px;
  }
}
.fin-career-support .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .fin-career-support .holder {
    display: block;
  }
}
.fin-career-support .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.fin-career-support .box-holder {
  width: 48.5%;
  margin-left: 10%;
  margin-top: -11px;
}
@media (max-width: 991px) {
  .fin-career-support .box-holder {
    width: 100%;
    margin: 30px 0 0;
  }
}
.fin-career-support .text-box {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px 24px 16px 24px;
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #262B42;
  position: relative;
  margin-bottom: 113px;
}
@media (max-width: 991px) {
  .fin-career-support .text-box {
    margin-bottom: 140px;
  }

  .fin-career-support .text-box p br {
    display: none;
  }
}
.fin-career-support .text-box p {
  margin: 0;
}
.fin-career-support .amount {
  position: absolute;
  color: #A12A2C;
  right: 29px;
  top: 45px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .fin-career-support .amount {
    font-size: 22px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .fin-career-support .amount {
    position: static;
  }
}
.fin-career-support .quote-box {
  margin: 0 0 -45px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .fin-career-support .quote-box {
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.fin-career-support .quote-box .image-holder {
  width: 164px;
  height: 164px;
  margin-left: -82px;
  top: -100px;
}

.fin-chart-area {
  padding: 135px 0 144px;
}
@media (max-width: 991px) {
  .fin-chart-area {
    padding: 60px 0;
  }
}
.fin-chart-area .container::before {
  display: none;
}
.fin-chart-area .chart {
  margin: 7px -11px 119px 52px;
}
@media (max-width: 991px) {
  .fin-chart-area .chart {
    margin: 0 0 50px;
  }
}
.fin-chart-area .chart img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fin-chart-area .text-box {
  border-radius: 10px;
  padding: 40px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .fin-chart-area .text-box {
    padding: 20px;
  }
}
.fin-chart-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 37px;
}
@media (max-width: 991px) {
  .fin-chart-area .holder {
    display: block;
  }
}
@media (max-width: 991px) {
  .fin-chart-area .holder img {
    width: 100%;
    height: auto;
  }
}
.fin-chart-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 3px 0 0 42px;
}
@media (max-width: 991px) {
  .fin-chart-area .description {
    padding: 40px 0 0;
  }
}
.fin-chart-area a {
  color: #A12A2C;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.fin-chart-area a:hover,
.fin-chart-area a:focus {
  text-decoration: none;
  color: #262B42;
}
.fin-chart-area .quote {
  font-size: 20px;
  font-weight: 700;
  color: #262B42;
  text-align: center;
  padding: 0 6%;
}
.fin-chart-area .quote p {
  margin: 0 0 10px;
}
.fin-chart-area .quote .text {
  font-weight: 300;
  font-family: "REM", Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 16px;
  display: block;
  font-style: italic;
}
.fin-chart-area .name {
  display: block;
  color: #A12A2C;
  font-size: 16px;
  font-weight: 600;
  font-family: "REM", Arial, Helvetica, sans-serif;
}

.men-summit-head .container {
  padding-top: 106px;
  padding-bottom: 87px;
}
@media (max-width: 991px) {
  .men-summit-head .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fin-chart-area .quote {
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .men-summit-head .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .fin-chart-area .quote {
    font-size: 18px;
    padding: 0;
  }
}
.men-summit-head .container:before {
  top: 107px;
}

@media (max-width: 991px) {
  .men-summit-head .container:before {
    top: 92px;
  }
}

@media (max-width: 767px) {
  .men-summit-head .container:before {
    top: 78px;
  }
}

.men-summit-sec .container {
  padding-top: 102px;
  padding-bottom: 126px;
}
@media (max-width: 991px) {
  .men-summit-sec .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .men-summit-sec .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.men-summit-sec h2 {
  margin: 0 0 26px;
  position: relative;
}
@media (max-width: 767px) {
  .men-summit-sec h2 {
    margin: 0 0 15px;
  }
}
.men-summit-sec h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .men-summit-sec h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .men-summit-sec h2:before {
    left: -35px;
  }
}
.men-summit-sec .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .men-summit-sec .holder {
    display: block;
  }
}
.men-summit-sec .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 10%;
}
@media (max-width: 991px) {
  .men-summit-sec .description {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .men-summit-sec .description {
    padding: 0;
  }
}
.men-summit-sec .text-col {
  margin-right: 25px;
  width: 243px;
  background: -webkit-gradient(linear, left top, right top, from(#E6E3DD), to(#CECBC4));
  background: linear-gradient(90deg, #E6E3DD 0%, #CECBC4 100%);
  border-radius: 10px;
  padding: 32px 39px 30px;
}
@media (max-width: 991px) {
  .men-summit-sec .text-col {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .men-summit-sec .text-col {
    margin-top: 30px;
    width: 100%;
  }
}
.men-summit-sec .text-col .title {
  color: #A12A2C;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  font-family: "REM", Arial, Helvetica, sans-serif;
  display: block;
}
.men-summit-sec .text-col p {
  font-size: 18px;
  line-height: 22px;
}
.men-summit-sec .text-col ul {
  margin: 0;
  padding: 0 0 0 28px;
  list-style: none;
  position: relative;
}
.men-summit-sec .text-col ul .title {
  position: relative;
}
.men-summit-sec .text-col ul .title:before {
  position: absolute;
  left: -19px;
  top: 14px;
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.men-summit-sec .text-col ul p {
  margin: 0;
}
.men-summit-sec .text-col ul li {
  padding: 0 0 30px;
  position: relative;
}
.men-summit-sec .text-col ul li:after {
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  content: "";
  width: 2px;
  border-left: 2px dotted #fff;
}
.men-summit-sec .text-col ul li:first-child:after {
  top: 17px;
}
.men-summit-sec .text-col ul li:last-child:after {
  bottom: auto;
  height: 22px;
}
.men-summit-sec .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  padding-top: 41px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .men-summit-sec .image-wrap {
    padding-top: 10px;
  }
}
.men-summit-sec .image-wrap .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.men-summit-sec .image-wrap .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.men-summit-sec .quote-box {
  max-width: 596px;
  padding: 101px 39px 10px;
}
@media (max-width: 991px) {
  .men-summit-sec .quote-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .men-summit-sec .quote-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.men-summit-sec .quote-box q {
  margin: 0 0 28px;
}
.men-summit-sec a {
  color: #A12A2C;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.men-summit-sec a:hover,
.men-summit-sec a:focus {
  text-decoration: none;
  color: #262B42;
}

.pva-voice-sec {
  background: linear-gradient(135deg, #e6e3dc 0%, #cecbc4 100%);
}
.pva-voice-sec .container {
  padding-top: 120px;
  padding-bottom: 124px;
}
@media (max-width: 991px) {
  .pva-voice-sec .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pva-voice-sec a {
  color: #A12A2C;
  font-size: 16px;
  font-weight: 600;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.pva-voice-sec a:hover,
.pva-voice-sec a:focus {
  color: #262B42;
}
.pva-voice-sec h2 {
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}
.pva-voice-sec h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .pva-voice-sec h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .pva-voice-sec h2:before {
    left: -35px;
  }
}
.pva-voice-sec .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pva-voice-sec .holder {
    display: block;
  }
}
.pva-voice-sec .right-col {
  width: 292px;
  margin: 76px 7px 0 62px;
}
@media (max-width: 767px) {
  .pva-voice-sec .right-col {
    width: 100%;
    margin: 50px 0 0;
  }
}
.pva-voice-sec .left-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.pva-voice-sec .left-col .image {
  padding: 35px 0 17px;
}
.pva-voice-sec .left-col .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pva-voice-sec .left-col p {
  margin: 0 0 10px;
  padding-right: 1%;
}
.pva-voice-sec .quote-box {
  max-width: 596px;
  padding: 86px 39px 10px;
  background: #fff;
}
.pva-voice-sec .text-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px 8px 25px;
  font-size: 18px;
  line-height: 24px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .pva-voice-sec .text-box {
    padding: 30px 20px;
  }

  .pva-voice-sec .quote-box {
    padding: 86px 15px 10px;
  }
}
.pva-voice-sec .text-box .number {
  display: block;
  color: #A12A2C;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.pva-voice-sec .text-box p {
  margin: 0 0 19px;
}
.pva-voice-sec .text-box.add {
  margin-top: 212px;
  margin-right: -16px;
}
@media (max-width: 991px) {
  .pva-voice-sec .text-box.add {
    margin: 120px 0 0;
  }
}
.pva-voice-sec .text-box .image {
  margin-top: -110px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .pva-voice-sec .text-box .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.foundation-sec {
  background: linear-gradient(135deg, #7c9abe 0%, #5c728d 100%);
  color: #fff;
  margin-bottom: -76px;
}
.foundation-sec .container {
  padding-top: 147px;
}
@media (max-width: 991px) {
  .foundation-sec .container {
    padding-top: 60px;
  }
}
.foundation-sec .container:before {
  border-color: #fff;
}
.foundation-sec h2 {
  margin: 0 0 30px;
  position: relative;
}
.foundation-sec h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .foundation-sec h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .foundation-sec h2:before {
    left: -35px;
  }
}
.foundation-sec .wrap {
  max-width: 858px;
}
.foundation-sec .info-box {
  border-radius: 10px;
  padding: 33px 40px 11px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #262B42;
  margin: 31px 0 77px;
}
.foundation-sec .info-box .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
.foundation-sec .info-box p {
  margin: 0 0 35px;
}
.foundation-sec .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 132px;
}
@media (max-width: 767px) {
  .foundation-sec .holder {
    display: block;
    margin: 0 0 50px;
  }
}
.foundation-sec .holder .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 52px;
}
@media (max-width: 767px) {
  .foundation-sec .holder .description {
    padding: 30px 5px 0 0;
  }
}
.foundation-sec .holder .title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .foundation-sec .holder .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .foundation-sec .holder img {
    width: 100%;
    height: auto;
  }
}
.foundation-sec .mag-box {
  position: relative;
  padding-right: 214px;
}
@media (max-width: 1199px) {
  .foundation-sec .mag-box {
    padding-right: 0;
  }
}
.foundation-sec .mag-box .image {
  position: absolute;
  right: 65px;
  top: -26px;
}
@media (max-width: 1199px) {
  .foundation-sec .mag-box .image {
    right: 0;
  }
}
@media (max-width: 991px) {
  .foundation-sec .mag-box .image {
    position: static;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .foundation-sec .mag-box .image img {
    width: 100%;
    height: auto;
  }
}
.foundation-sec .mag-box .text-holder {
  max-width: 612px;
  margin: 0 auto;
  background: linear-gradient(135deg, #e6e3dc 0%, #cecbc4 100%);
  border-radius: 10px;
  padding: 45px 72px 45px 72px;
  color: #262B42;
  text-align: center;
  font-family: "REM", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .foundation-sec .mag-box .text-holder {
    margin: 0;
    max-width: 800px;
    padding-right: 200px;
  }
}
@media (max-width: 991px) {
  .foundation-sec .mag-box .text-holder {
    padding: 30px 20px;
  }
}
.foundation-sec .mag-box .text-holder p {
  margin: 0 0 35px;
}
.foundation-sec .mag-box .text-holder p strong {
  font-weight: 700;
}
.foundation-sec .mag-box .text-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .foundation-sec .mag-box .text-holder ul {
    gap: 15px;
  }
}
.foundation-sec .mag-box .text-holder ul .count {
  display: block;
  color: #A12A2C;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
.foundation-sec .mag-box .text-holder ul p {
  margin: 0;
}

.supporting-sec {
  background: #fff;
  margin-bottom: -382px;
}
@media (max-width: 767px) {
  .supporting-sec {
    margin-bottom: -100px;
  }
}
.supporting-sec .container {
  padding-top: 232px;
}
@media (max-width: 767px) {
  .supporting-sec .container {
    padding-top: 140px;
  }
}
.supporting-sec .container:before {
  height: 242px;
  bottom: auto;
}
@media (max-width: 991px) {
  .supporting-sec .container:before {
    height: 165px;
  }
}

@media (max-width: 991px) {
  .supporting-sec .container:before {
    height: 150px;
  }
}
.supporting-sec h2 {
  margin: 0 0 11px;
  position: relative;
  text-transform: uppercase;
}
.supporting-sec h2:before {
  position: absolute;
  left: -62px;
  top: 10px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(163, 52, 53)), to(rgb(161, 51, 52)));
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
}
@media (max-width: 1149px) {
  .supporting-sec h2:before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .supporting-sec h2:before {
    left: -35px;
  }
}
.supporting-sec .head {
  margin: 0 0 57px;
}
.supporting-sec .text-box {
  background: linear-gradient(135deg, #7c9abe 0%, #5c728d 100%);
  color: #fff;
  border-radius: 10px;
  padding: 45px 32px 58px;
  text-align: center;
  margin: 0 -7px 0 8px;
}
@media (max-width: 767px) {
  .supporting-sec .text-box {
    margin: 0 0 0 -17px;
    padding: 30px 15px;
  }
}
.supporting-sec .text-box .title {
  display: block;
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
  margin: 0 0 20px;
}
.supporting-sec .text-box .wrap {
  max-width: 700px;
  margin: 0 auto 40px;
}
.supporting-sec .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .supporting-sec .holder {
    display: block;
  }
}
@media (max-width: 991px) {
  .supporting-sec .video-box img {
    width: 100%;
    height: auto;
  }
}
.supporting-sec .quote {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-left: 32px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding-top: 12px;
  font-family: "REM", Arial, Helvetica, sans-serif;
}
@media (max-width: 1199px) {
  .supporting-sec .quote {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .supporting-sec .quote {
    padding: 20px 0 0;
    font-size: 18px;
  }
}
.supporting-sec .quote .name {
  color: #262B42;
  display: block;
  font-size: 18px;
}

.video-box {
  position: relative;
}
.video-box .ply-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-article-sec {
  background: linear-gradient(135deg, #e6e3dc 0%, #cecbc4 100%);
  padding: 464px 0 92px;
}
@media (max-width: 767px) {
  .single-article-sec {
    padding: 140px 0 50px;
  }
}
.single-article-sec .container:before {
  display: none;
}
.single-article-sec .holder {
  max-width: 790px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-article-sec .holder p {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .single-article-sec .holder p {
    padding: 30px 0 0;
  }
}
.single-article-sec .holder .image img {
  max-width: 100%;
  height: auto;
}

.video-info-sec {
  padding: 102px 0 99px;
}
@media (max-width: 767px) {
  .video-info-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.video-info-sec .container:before {
  display: none;
}
.video-info-sec .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 44px;
  margin: 0 63px 167px 8px;
}
@media (max-width: 991px) {
  .video-info-sec .holder {
    margin: 0 0 150px -17px;
  }
}
@media (max-width: 767px) {
  .video-info-sec .holder {
    display: block;
    margin-bottom: 0;
  }
}
.video-info-sec .vid-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .video-info-sec .vid-col {
    margin-bottom: 30px;
  }
}
.video-info-sec .vid-col p {
  font-weight: 700;
}
.video-info-sec .vid-col img {
  width: 100%;
  height: auto;
  display: block;
}
.video-info-sec .quote-box {
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .video-info-sec .quote-box {
    margin-left: -17px;
  }
}
@media (max-width: 767px) {
  .video-info-sec .quote-box {
    margin: 90px 0 0 -17px;
    padding: 80px 20px 20px;
  }
}
.video-info-sec .quote-box span {
  color: #7895b8;
}

.section-head.add .container {
  padding-top: 114px;
  padding-bottom: 114px;
}
@media (max-width: 767px) {
  .section-head.add .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.section-head.add .container:before {
  display: none;
}
.section-head.add h2 {
  margin: 0;
}

.partner-sec {
  padding: 88px 0;
  background: linear-gradient(135deg, #e6e3dc 0%, #cecbc4 100%);
}
@media (max-width: 767px) {
  .partner-sec {
    padding: 60px 0 40px;
  }
}
.partner-sec .container:before {
  display: none;
}
@media (max-width: 767px) {
  .partner-sec .container {
    padding-left: 30px;
  }
}
.partner-sec .partner-list {
  list-style: none;
  padding: 0;
  margin: 0 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media (max-width: 1199px) {
  .partner-sec .partner-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .partner-sec .partner-list {
    gap: 0;
    margin: 0 0 20px;
  }
}
.partner-sec .partner-list li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10%;
  height: 181px;
  width: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .partner-sec .partner-list li {
    width: 45%;
    margin: 0 7px 15px;
    height: auto;
  }
}
.partner-sec .partner-list li img {
  max-width: 100%;
  height: auto;
}
.partner-sec .holder {
  text-align: center;
  max-width: 836px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  color: #262B42;
}
@media (max-width: 767px) {
  .partner-sec .holder {
    font-size: 16px;
    line-height: 24px;
  }
}
.partner-sec .holder p {
  margin: 0 0 32px;
}
.partner-sec .holder p strong {
  font-weight: 700;
}
.partner-sec .holder a {
  font-weight: 700;
  color: #262B42;
  text-decoration: underline;
}
.partner-sec .holder a:hover,
.partner-sec .holder a:focus {
  color: #A12A2C !important;
  text-decoration: none !important;
}
.partner-sec h2 {
  font-size: 40px;
  text-align: center;
  font-family: "REM", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}


#physical,
#societal {
  max-width: 100%;
  overflow: hidden;
}

.wrapper {
  margin-bottom: -22px;
}

.ball-active {
  position: sticky;
  top: 130px;
  height: 0px;
  z-index: 999;
}
.ball-active span {
  width: 47px;
  height: 47px;
  background: linear-gradient(to bottom, rgb(163, 52, 53) 0%, rgb(161, 51, 52) 100%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 108px;
  margin-left: -74px;
}
#ball2.ball-active span {
  top: 83px;
  margin-left: -77px;
}

#ball3.ball-active span {
  margin-left: -72px;
}

#ball4.ball-active span {
  margin-left: -77px;
}

.ball-active span:before {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
}

@media (max-width: 1199px) {
  .ball-active span {
    margin-left: -8px;
  }

  #ball3.ball-active span {
    margin-left: -8px;
  }

  #ball4.ball-active span {
    margin-left: -23px;
  }

  #ball2.ball-active span {
    margin-left: -23px;
  }

}

@media (max-width: 991px) {
  .ball-active span {
    top: 63px;
  }
}

@media (max-width: 767px) {
  .ball-active span {
    width: 30px;
    height: 30px;
    top: 55px;
  }

  #ball2.ball-active span {
    top: 55px;
  }

  .ball-active span:before {
    width: 8px;
    height: 8px;
  }

  .ball-active span {
    margin-left: -23px;
  }

  #ball3.ball-active span {
    margin-left: -23px;
  }
}

.banner-image .lg-image {
  display: none;
}

@media (min-width: 1600px) {
  .banner-image .lg-image {
    display: block;
  }

  .banner-image .image {
    display: none;
  }
}

#financial2 a {
  background: #AA3B3C;
  color: #fff;
  border: none;
}
#financial2 a:hover,
#financial2 a:focus {
  color: #AA3B3C !important;
  background: #fff !important;
}

a:hover img,
a:focus img {
  opacity: 0.7 !important;
}
img:focus {
  opacity: 0.7 !important;
}