/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.featured_articles {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -1px;
  background: url("/assets/images/featured-articles-bg.jpg") no-repeat;
  background-size: cover; }
  .featured_articles .customSliderBtn {
    margin: 0 auto;
    margin-top: 40px; }
  .featured_articles .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 150px solid #f2bd12;
    border-right: 1920px solid transparent; }
    @media (max-width: 767px) {
      .featured_articles .bottom-shape {
        display: none; } }
  .featured_articles.hide-bottom-shape .bottom-shape {
    display: none; }
  .featured_articles .featured_video {
    width: 100%;
    height: calc(100% + 150px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url("/assets/images/featured-articles-bg.jpg") no-repeat;
    background-size: cover;
    transition: all 1.2s cubic-bezier(0.2, 0.84, 0.5, 1);
    margin-top: -150px; }

.sliderMobile {
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .sliderMobile {
      display: block; } }

.featured_articles_wrapper {
  position: relative;
  z-index: 2;
  padding: 100px 0; }
  .featured_articles_wrapper.home-news {
    padding: 140px 0;
    padding-bottom: 180px; }
  @media (max-width: 767px) {
    .featured_articles_wrapper {
      padding: 60px 0; } }
  .featured_articles_wrapper .content_container {
    margin-bottom: 140px; }
    @media (max-width: 767px) {
      .featured_articles_wrapper .content_container {
        padding: 0;
        margin: 0; } }
  @media (max-width: 767px) {
    .featured_articles_wrapper {
      padding: 30px 0; } }
  .featured_articles_wrapper .title {
    color: #ffffff; }
    @media (max-width: 479px) {
      .featured_articles_wrapper .title {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto; } }
  .featured_articles_wrapper .content_container {
    position: relative;
    padding-top: 45px; }
    @media (max-width: 767px) {
      .featured_articles_wrapper .content_container {
        padding: 0; } }
    .featured_articles_wrapper .content_container .content_section {
      display: flex !important;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .featured_articles_wrapper .content_container .content_section {
          overflow: auto;
          margin: 0 -20px;
          width: -webkit-calc(100% + 20px) !important;
          width: -moz-calc(100% + 20px) !important;
          width: calc(100% + 20px) !important;
          padding: 0 20px;
          outline: none; } }
      .featured_articles_wrapper .content_container .content_section .info_container {
        padding: 4px; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .info_container {
            min-width: 215px;
            max-width: 215px; } }
        .featured_articles_wrapper .content_container .content_section .info_container .info-wrap {
          background-color: #ffffff; }
          .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure {
            width: 100%;
            height: 370px; }
            @media (max-width: 767px) {
              .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure {
                height: 92px !important;
                max-width: 100% !important;
                min-width: 100% !important; } }
            .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              max-width: 100%; }
      .featured_articles_wrapper .content_container .content_section .information {
        padding: 40px 36px; }
        @media (max-width: 991px) {
          .featured_articles_wrapper .content_container .content_section .information {
            padding: 20px; } }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .information {
            padding: 20px !important;
            min-height: 222px; } }
        .featured_articles_wrapper .content_container .content_section .information .article_title {
          font-weight: 700;
          color: #000000;
          font-size: 24px;
          line-height: 1.25;
          font-family: "Playfair Display", serif;
          margin: 10px 0;
          max-height: 90px;
          overflow: hidden; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .article_title {
              font-size: 16px !important;
              line-height: 24px;
              max-height: 72px !important; } }
        .featured_articles_wrapper .content_container .content_section .information .subtitle {
          padding-bottom: 15px;
          padding-top: 8px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .subtitle {
              display: none; } }
        .featured_articles_wrapper .content_container .content_section .information .publisher {
          font-size: 16px;
          line-height: 1.2;
          color: #000000;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .publisher {
              font-size: 12px;
              padding-bottom: 10px; } }
          .featured_articles_wrapper .content_container .content_section .information .publisher strong {
            font-weight: 500; }
        .featured_articles_wrapper .content_container .content_section .information .details {
          font-size: 12px;
          line-height: 1.2;
          color: #000000;
          font-weight: 500;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .details {
              margin-bottom: 10px; } }
          .featured_articles_wrapper .content_container .content_section .information .details span {
            position: relative;
            padding-left: 15px;
            margin-right: 15px; }
            .featured_articles_wrapper .content_container .content_section .information .details span.calendar {
              background: url("/assets/images/calendar.svg") no-repeat left center;
              background-size: 12px; }
            .featured_articles_wrapper .content_container .content_section .information .details span.clock {
              background: url("/assets/images/clock.svg") no-repeat left center;
              background-size: 12px; }
      .featured_articles_wrapper .content_container .content_section .left_section {
        padding-right: 20px;
        width: 60%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .left_section {
            width: auto;
            padding: 0;
            margin-right: 20px; } }
        .featured_articles_wrapper .content_container .content_section .left_section.single-card {
          margin: 0 auto; }
      .featured_articles_wrapper .content_container .content_section .right_section {
        width: 40%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .right_section {
            width: auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .info-wrap {
          margin-bottom: 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .right_section .info_container {
            display: block;
            margin: 0;
            margin-right: 20px; } }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container figure {
          min-width: 218px;
          max-width: 218px;
          height: 252px; }
          @media (max-width: 991px) {
            .featured_articles_wrapper .content_container .content_section .right_section .info_container figure {
              height: 220px; } }
          .featured_articles_wrapper .content_container .content_section .right_section .info_container figure img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-width: 100%; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .information {
          padding: 34px; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .article_title {
          font-size: 16px;
          max-width: 100%;
          max-height: 62px;
          overflow: hidden; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .subtitle p {
          font-size: calc(14px + var(--font-size-pixel)); }
    .featured_articles_wrapper .content_container .blog_submit {
      padding: 35px;
      background-color: #EF6D41;
      position: absolute;
      bottom: -105px;
      left: 58%;
      z-index: 2;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      max-width: 273px; }
      @media (max-width: 767px) {
        .featured_articles_wrapper .content_container .blog_submit {
          position: static !important;
          transform: none;
          margin: 20px auto;
          margin-bottom: 0;
          text-align: center;
          padding: 20px; } }
      @media (max-width: 479px) {
        .featured_articles_wrapper .content_container .blog_submit {
          max-width: 100%;
          padding: 20px 15%; } }
      .featured_articles_wrapper .content_container .blog_submit h5 {
        color: #ffffff; }
      .featured_articles_wrapper .content_container .blog_submit .btn {
        width: 100%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .blog_submit .btn {
            width: auto; } }
  .featured_articles_wrapper.articles-homepage .content_container .left_section {
    width: 55%;
    padding-right: 10px; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .content_container .left_section {
        width: 45%; } }
    .featured_articles_wrapper.articles-homepage .content_container .left_section .info-wrap figure {
      height: 360px;
      padding: 4px; }
      .featured_articles_wrapper.articles-homepage .content_container .left_section .info-wrap figure img {
        object-fit: unset; }
  .featured_articles_wrapper.articles-homepage .content_container .right_section {
    width: 45%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .content_container .right_section {
        width: 85%; } }
    .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container {
      flex-flow: column;
      width: 50%;
      margin: -5px -5px;
      min-height: 350px; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container .info-wrap {
        display: block;
        margin: 5px 10px;
        height: 100%; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container figure {
        height: 130px;
        padding: 4px;
        max-width: 100%; }
        .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container figure img {
          object-fit: unset; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container .information {
        padding: 20px; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container:nth-child(3), .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container:nth-child(4) {
        margin-top: 12px; }
  .featured_articles_wrapper.articles-homepage .blog_submit {
    position: absolute;
    bottom: 5px;
    left: 40%;
    z-index: 2; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .blog_submit {
        position: absolute;
        bottom: -8%;
        left: 19%;
        z-index: 2; } }
  .featured_articles_wrapper.articles-homepage .content_container {
    justify-content: center; }
  .featured_articles_wrapper .newsCardSlide {
    width: 100% !important;
    height: 457px; }
  .featured_articles_wrapper .slick-arrow {
    background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
    background-color: transparent;
    transform: rotate(0);
    width: 30px;
    height: 60px;
    top: 50%; }
    .featured_articles_wrapper .slick-arrow::before {
      content: unset; }
  .featured_articles_wrapper .slick-prev {
    left: -20px; }
  .featured_articles_wrapper .slick-next {
    right: -20px;
    transform: rotate(180deg); }
    .featured_articles_wrapper .slick-next:focus {
      background-image: url("/assets/images/yellow_arrow_mob.svg"); }

.marginTM60 {
  margin-top: -60px !important; }

.featured_articles_wrap_new {
  margin-bottom: 50px; }
  .featured_articles_wrap_new * {
    font-family: "Lato", sans-serif; }
  .featured_articles_wrap_new:has(.home-news) {
    margin-bottom: 15px; }
  .featured_articles_wrap_new .featured_articles_wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .featured_articles_wrap_new .featured_articles_wrapper:not(.home-news) {
      padding-bottom: 0;
      padding-top: 0; }
    .featured_articles_wrap_new .featured_articles_wrapper .flexbox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 30px;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new .featured_articles_wrapper {
        padding-bottom: 40px;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new .featured_articles_wrapper {
        padding-bottom: 0; } }
    .featured_articles_wrap_new .featured_articles_wrapper .container {
      padding: 0 100px;
      max-width: 100%; }
      @media (max-width: 1365px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 90px;
          max-width: 100%;
          width: 100%; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 20px; } }
      @media (max-width: 479px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 20px; } }
    .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3 {
      font-family: "Montserrat", sans-serif;
      position: relative;
      font-weight: 700 !important;
      font-size: 28px;
      line-height: 1.2;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3 {
          font-size: 20px;
          line-height: 1.2; } }
      .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::before {
        background-color: #FFBE00;
        height: 1px;
        content: "";
        position: absolute;
        top: 50%;
        left: -200px;
        width: 180px; }
        @media (max-width: 479px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::before {
            position: absolute;
            top: 50%;
            left: -20px;
            width: 15px; } }
      .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
        background-color: #FFBE00;
        height: 1px;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 330px;
        position: absolute;
        width: 1500px; }
        @media (max-width: 1365px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
            width: 1200px;
            right: -50px; } }
        @media (max-width: 479px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
            width: 240px;
            position: absolute;
            top: 50%;
            right: 0;
            left: 227px; } }
    .featured_articles_wrap_new .featured_articles_wrapper .content_container {
      flex-wrap: nowrap;
      width: 100%;
      margin-bottom: 0;
      padding-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 25px;
      padding-top: 0; }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          gap: 25px; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          gap: 15px; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          width: auto;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
    .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
      flex-direction: row;
      width: 32.33%;
      flex: 0 0 32.33%;
      max-width: 100%;
      transition: all 0.3s; }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: 32%;
          flex: 0 0 32%; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: 32.33%;
          flex: 0 0 32.33%; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: auto; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section .article_title::before {
          width: 100%; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s;
        cursor: pointer; }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover .article_title {
          transition: all 0.3s; }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover .article_title::before {
            z-index: -1;
            width: 100%;
            transition: all 0.3s; }
    .featured_articles_wrap_new .featured_articles_wrapper .slick-arrow:focus, .featured_articles_wrap_new .featured_articles_wrapper .slick-arrow:hover {
      background-image: url("/assets/images/yellow_arrow_mob.svg"); }
    .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
      flex-direction: row;
      max-width: 100%;
      position: relative; }
      @media (min-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 550px; } }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 550px; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 535px; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 400px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          display: block;
          margin: 0;
          margin-right: 20px;
          padding: 0 20px;
          height: 400px;
          padding-bottom: 10px;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card:hover {
          transition: all 0.3s; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .info-wrap {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: 100%; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .info-wrap {
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
        min-width: 218px;
        max-width: 100%; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
            height: 180px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
            min-width: none; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: 100%;
          height: 244px; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 190px;
              max-height: 100%; } }
          @media (max-width: 767px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 224px; } }
          @media (max-width: 479px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 220px; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info {
        padding: 16px 0;
        position: relative;
        height: 100%; }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
          color: #000000;
          padding-left: 20px;
          font-size: 16px;
          line-height: 1.2;
          text-transform: capitalize;
          position: absolute;
          bottom: 24px;
          left: 0; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
              position: absolute;
              bottom: 20px;
              left: 0;
              font-size: 14px;
              line-height: 1.2; } }
          @media (max-width: 767px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
              font-size: 14px;
              line-height: 22px; } }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore::after {
            width: 21px;
            background: url("/assets/images/linkwitharrow-black.svg") no-repeat left center;
            background-size: 21px; }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore:hover {
            color: #FFBE00; }
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore:hover::after {
              background: url("/assets/images/linkwitharrow.svg") no-repeat left center;
              background-size: 21px; }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
        font-size: 20px;
        line-height: 32px;
        position: relative;
        padding: 0 20px 0 20px;
        transition: all 0.3s;
        font-weight: 700;
        height: 102px !important; }
        @media (max-width: 1800px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            padding: 5px 20px; } }
        @media (max-width: 1500px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            padding: 0 20px 0 20px; } }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            font-size: 16px;
            line-height: 22px;
            height: 78px;
            padding-top: 8px;
            padding-bottom: 8px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            height: 68px;
            padding-top: 0; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title::before {
          height: 100%;
          width: 10px;
          content: "";
          background-color: #FFBE00;
          position: absolute;
          top: 0;
          left: 0;
          transition: ease 0.4s; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title::before {
              width: 100%;
              z-index: -1; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
        font-size: 14px;
        line-height: 1.2;
        font-family: "Lato", sans-serif; }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
            font-size: 14px;
            line-height: 1.2; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .subtitle p {
        font-size: calc(14px + var(--font-size-pixel)); }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
        font-size: 18px;
        line-height: 1.2;
        color: #000000;
        margin-bottom: 30px;
        padding-left: 20px; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 12px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
            padding-bottom: 10px; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher strong {
          font-weight: 500;
          color: #000000;
          font-family: "Lato", sans-serif; }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
        font-size: 14px;
        line-height: 1.2;
        color: #9A9A9A;
        font-weight: 500;
        margin-bottom: 15px;
        padding-top: 15px; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
            font-size: 12px;
            line-height: 1.2;
            padding-top: 8px;
            margin-bottom: 4px;
            padding-bottom: 8px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
            margin-bottom: 10px; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
          position: relative;
          padding-left: 20px;
          margin-right: 15px; }
    .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 30px;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card {
        height: 450px; }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card {
            margin-bottom: 10px;
            height: 345px; } }
        .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card figure img {
          object-position: right; }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs {
          display: block; } }
  .featured_articles_wrap_new.featured-articles-slider .featured-section {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section:has(.NoImg--modifier) {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section:has(.NoImg--modifier) {
        padding: 0 15px; } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slide > div {
    margin: 0 10px; }
  .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier {
    height: auto;
    border: 1px solid #FFBE00; }
    .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier .featured-info {
      padding: 0; }
      .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier .featured-info .readmore {
        position: static;
        margin-bottom: 20px; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier {
        padding: 0;
        height: 160px; } }
  @media (max-width: 991px) {
    .featured_articles_wrap_new.featured-articles-slider .featured-card .date {
      margin-bottom: 12px; } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow {
    background-color: transparent;
    background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
    background-color: transparent;
    width: 45px;
    height: 55px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow {
        background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
        background-color: transparent; } }
    .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow::before {
      content: unset; }
    .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow:hover {
      background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
      background-color: transparent; }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-next {
    background-color: transparent;
    transform: rotate(0deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -42px;
    bottom: 0;
    left: unset;
    z-index: 1; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-next {
        position: absolute;
        top: 50%;
        right: -32px;
        bottom: unset;
        left: unset;
        z-index: 1;
        transform: translateY(-50%) rotate(180deg); } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-prev {
    background-color: transparent;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -42px;
    z-index: 1; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-prev {
        position: absolute;
        top: 50%;
        bottom: unset;
        left: -32px;
        z-index: 1;
        transform: rotate(0deg) translateY(-50%); } }
  .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
    padding-top: 0; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .featured_articles_wrap_new.featured-articles-slider {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .featured_articles_wrap_new.featured-articles-slider {
      padding-top: 0; } }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.heading-with-border {
  position: relative;
  padding-left: 90px; }
  @media (max-width: 1365px) {
    .heading-with-border {
      padding-left: 80px; } }
  @media (max-width: 991px) {
    .heading-with-border {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .heading-with-border {
      padding-left: 20px; } }
  .heading-with-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #FFBE00; }
    @media (max-width: 767px) {
      .heading-with-border::before {
        top: 15px;
        width: 30px;
        height: 3px; } }
  .heading-with-border span {
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 0 12px;
    font-family: 'Montserrat', sans-serif;
    min-width: auto;
    max-width: 90%;
    display: inline-block; }
    @media (max-width: 767px) {
      .heading-with-border span {
        margin-right: 17px;
        display: inline-block;
        width: auto;
        padding: 0 5px; } }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.from_psa {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .from_psa {
      padding: 60px 0; } }
  .from_psa .mob-title {
    text-align: center;
    margin: auto;
    padding: 0 20px;
    max-width: 85%; }
  .from_psa .data_section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: none; }
    @media (max-width: 767px) {
      .from_psa .data_section {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .from_psa .data_section .left_section {
      min-width: 325px;
      max-width: 325px;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 999;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      margin-top: 45px; }
      @media (max-width: 767px) {
        .from_psa .data_section .left_section {
          position: relative;
          top: 0;
          left: 0;
          margin: 0 auto;
          max-width: 100%;
          min-width: initial;
          transform: none;
          z-index: 1; } }
    .from_psa .data_section .from_psa_date {
      width: 560px;
      height: 550px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      margin-left: -300px;
      -webkit-transform: Scale(1.1);
      -moz-transform: Scale(1.1);
      -ms-transform: Scale(1.1);
      -o-transform: Scale(1.1);
      transform: Scale(1.1); }
      @media (max-width: 767px) {
        .from_psa .data_section .from_psa_date {
          margin: 0;
          position: relative;
          left: 50%;
          top: 40px;
          transform: rotate(-90deg) scale(1) translateY(-50%);
          -webkit-transform: rotate(-90deg) scale(1) translateY(-50%);
          -moz-transform: rotate(-90deg) scale(1) translateY(-50%);
          -ms-transform: rotate(-90deg) scale(1) translateY(-50%);
          -o-transform: rotate(-90deg) scale(1) translateY(-50%); } }
      .from_psa .data_section .from_psa_date .timeline-orbit {
        width: inherit;
        height: inherit;
        position: absolute;
        top: auto;
        left: auto;
        z-index: 1; }
        .from_psa .data_section .from_psa_date .timeline-orbit img {
          width: 100%;
          height: 100%; }
      .from_psa .data_section .from_psa_date ul {
        position: relative;
        width: 100%;
        height: 100%; }
        .from_psa .data_section .from_psa_date ul li {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          display: block;
          color: #212121;
          font-weight: 700;
          width: 50px;
          height: 50px;
          text-align: right;
          font-size: 13px;
          line-height: 1.25;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          cursor: pointer; }
          .from_psa .data_section .from_psa_date ul li div {
            position: relative;
            width: inherit;
            height: inherit; }
            .from_psa .data_section .from_psa_date ul li div:before {
              content: '';
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background-color: #212121;
              position: absolute;
              top: -18px;
              left: 50%;
              z-index: 2;
              transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
          .from_psa .data_section .from_psa_date ul li span {
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            display: block;
            opacity: 0.6; }
            @media (max-width: 767px) {
              .from_psa .data_section .from_psa_date ul li span {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg); } }
          .from_psa .data_section .from_psa_date ul li.class1 {
            transform: rotate(285deg) translate(253px) rotate(-285deg);
            -webkit-transform: rotate(285deg) translate(253px) rotate(-285deg);
            -moz-transform: rotate(285deg) translate(253px) rotate(-285deg);
            -ms-transform: rotate(285deg) translate(253px) rotate(-285deg);
            -o-transform: rotate(285deg) translate(253px) rotate(-285deg); }
            .from_psa .data_section .from_psa_date ul li.class1 div:before {
              top: -18px; }
            .from_psa .data_section .from_psa_date ul li.class1.active div:before {
              top: -20px; }
            .from_psa .data_section .from_psa_date ul li.class1.active span {
              top: 15px;
              left: 0; }
          .from_psa .data_section .from_psa_date ul li.class2 {
            transform: rotate(315deg) translate(231px) rotate(-315deg);
            -webkit-transform: rotate(315deg) translate(231px) rotate(-315deg);
            -moz-transform: rotate(315deg) translate(231px) rotate(-315deg);
            -ms-transform: rotate(315deg) translate(231px) rotate(-315deg);
            -o-transform: rotate(315deg) translate(231px) rotate(-315deg); }
            .from_psa .data_section .from_psa_date ul li.class2 div:before {
              top: 14px;
              right: -26px;
              left: auto; }
            .from_psa .data_section .from_psa_date ul li.class2.active div:before {
              top: 10px;
              right: -37px; }
          .from_psa .data_section .from_psa_date ul li.class3 {
            transform: rotate(-6deg) translate(201px) rotate(6deg);
            -webkit-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -moz-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -ms-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -o-transform: rotate(-6deg) translate(201px) rotate(6deg); }
            .from_psa .data_section .from_psa_date ul li.class3 div:before {
              top: 14px;
              right: -33px;
              left: auto; }
            .from_psa .data_section .from_psa_date ul li.class3.active div:before {
              top: 10px;
              right: -43px; }
              @media (max-width: 767px) {
                .from_psa .data_section .from_psa_date ul li.class3.active div:before {
                  top: 14px;
                  right: -44px; } }
          .from_psa .data_section .from_psa_date ul li.class4 {
            transform: rotate(-330deg) translate(208px) rotate(330deg);
            -webkit-transform: rotate(-330deg) translate(208px) rotate(330deg);
            -moz-transform: rotate(-330deg) translate(208px) rotate(330deg);
            -ms-transform: rotate(-330deg) translate(208px) rotate(330deg);
            -o-transform: rotate(-330deg) translate(208px) rotate(330deg); }
            @media (max-width: 767px) {
              .from_psa .data_section .from_psa_date ul li.class4 {
                transform: rotate(-322deg) translate(210px) rotate(321deg);
                -webkit-transform: rotate(-322deg) translate(210px) rotate(321deg);
                -moz-transform: rotate(-322deg) translate(210px) rotate(321deg);
                -ms-transform: rotate(-322deg) translate(210px) rotate(321deg);
                -o-transform: rotate(-322deg) translate(210px) rotate(321deg); } }
            .from_psa .data_section .from_psa_date ul li.class4 div:before {
              top: 12px;
              right: -25px;
              left: auto; }
            .from_psa .data_section .from_psa_date ul li.class4.active div:before {
              top: 8px;
              right: -35px; }
          .from_psa .data_section .from_psa_date ul li.class5 {
            transform: rotate(-285deg) translate(253px) rotate(284deg);
            -webkit-transform: rotate(-285deg) translate(253px) rotate(284deg);
            -moz-transform: rotate(-285deg) translate(253px) rotate(284deg);
            -ms-transform: rotate(-285deg) translate(253px) rotate(284deg);
            -o-transform: rotate(-285deg) translate(253px) rotate(284deg); }
            .from_psa .data_section .from_psa_date ul li.class5 div {
              bottom: 36px; }
              .from_psa .data_section .from_psa_date ul li.class5 div:before {
                top: 46px; }
            .from_psa .data_section .from_psa_date ul li.class5.active div:before {
              top: 41px; }
            .from_psa .data_section .from_psa_date ul li.class5.active span {
              top: -15px;
              left: 0; }
          .from_psa .data_section .from_psa_date ul li.active div:before {
            width: 15px;
            height: 15px;
            background-color: #FFBE00;
            -webkit-transform: Scale(1.5);
            -moz-transform: Scale(1.5);
            -ms-transform: Scale(1.5);
            -o-transform: Scale(1.5);
            transform: Scale(1.5);
            margin-right: 7px; }
          .from_psa .data_section .from_psa_date ul li.active span {
            -webkit-transform: Scale(1.5);
            -moz-transform: Scale(1.5);
            -ms-transform: Scale(1.5);
            -o-transform: Scale(1.5);
            transform: Scale(1.5);
            opacity: 1;
            left: -15px; }
            @media (max-width: 767px) {
              .from_psa .data_section .from_psa_date ul li.active span {
                transform: rotate(90deg) scale(1.5);
                -webkit-transform: rotate(90deg) scale(1.5);
                -moz-transform: rotate(90deg) scale(1.5);
                -ms-transform: rotate(90deg) scale(1.5);
                -o-transform: rotate(90deg) scale(1.5); } }
        @media screen and (min-width: 768px) {
          .from_psa .data_section .from_psa_date ul.single_list li {
            transform: rotate(-6deg) translate(201px) rotate(6deg);
            -webkit-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -moz-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -ms-transform: rotate(-6deg) translate(201px) rotate(6deg);
            -o-transform: rotate(-6deg) translate(201px) rotate(6deg); }
            .from_psa .data_section .from_psa_date ul.single_list li div:before {
              top: 14px;
              right: -33px;
              left: auto; }
            .from_psa .data_section .from_psa_date ul.single_list li div span {
              top: 0 !important;
              left: -10px !important; }
            .from_psa .data_section .from_psa_date ul.single_list li.active div:before {
              top: 10px;
              right: -43px; } }
    @media screen and (min-width: 768px) and (max-width: 767px) {
      .from_psa .data_section .from_psa_date ul.single_list li.active div:before {
        top: 14px;
        right: -44px; } }
        @media (max-width: 767px) {
          .from_psa .data_section .from_psa_date ul.single_list li {
            transform: rotate(-9deg) translate(218px);
            -webkit-transform: rotate(-9deg) translate(218px);
            -moz-transform: rotate(-9deg) translate(218px);
            -ms-transform: rotate(-9deg) translate(218px);
            -o-transform: rotate(-9deg) translate(218px); } }
        @media (max-width: 767px) {
          .from_psa .data_section .from_psa_date ul.single_list li div {
            -webkit-transform: rotate(98deg);
            -moz-transform: rotate(98deg);
            -ms-transform: rotate(98deg);
            -o-transform: rotate(98deg);
            transform: rotate(98deg); } }
        @media (max-width: 767px) {
          .from_psa .data_section .from_psa_date ul.single_list li div span {
            transform: rotate(0) scale(1.5);
            -webkit-transform: rotate(0) scale(1.5);
            -moz-transform: rotate(0) scale(1.5);
            -ms-transform: rotate(0) scale(1.5);
            -o-transform: rotate(0) scale(1.5); } }
    .from_psa .data_section .right_section {
      margin-left: auto;
      width: -moz-calc(100% - 325px);
      width: -webkit-calc(100% - 325px);
      width: calc(100% - 325px);
      padding-left: 60px;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .from_psa .data_section .right_section {
          width: 100%;
          padding: 0;
          margin-top: -380px;
          height: 600px;
          background-color: #ffffff;
          position: relative; } }
      .from_psa .data_section .right_section .custom-slider-buttons {
        position: absolute;
        top: 50%;
        left: 35%;
        z-index: 2; }
        .from_psa .data_section .right_section .custom-slider-buttons span {
          cursor: pointer; }
      .from_psa .data_section .right_section .sliderContainer {
        padding-top: 20px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media (max-width: 767px) {
          .from_psa .data_section .right_section .sliderContainer {
            padding: 0; } }
        .from_psa .data_section .right_section .sliderContainer .slick-slider {
          margin-left: -400px; }
          @media (max-width: 767px) {
            .from_psa .data_section .right_section .sliderContainer .slick-slider {
              margin: 0;
              z-index: 1; } }
        .from_psa .data_section .right_section .sliderContainer .slick-track {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        .from_psa .data_section .right_section .sliderContainer .slick-slide {
          width: 400px;
          pointer-events: none;
          margin-left: 30px;
          z-index: -1; }
          @media (max-width: 767px) {
            .from_psa .data_section .right_section .sliderContainer .slick-slide {
              margin: 0;
              width: 280px;
              z-index: 1;
              transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s; } }
          .from_psa .data_section .right_section .sliderContainer .slick-slide.slick-active {
            z-index: 1; }
            @media (max-width: 767px) {
              .from_psa .data_section .right_section .sliderContainer .slick-slide.slick-active {
                margin-top: 20px; } }
        .from_psa .data_section .right_section .sliderContainer.single_slide .slick-slide {
          margin-left: 0; }
        @media (max-width: 767px) {
          .from_psa .data_section .right_section .sliderContainer.single_slide .slick-slider {
            margin: auto;
            width: 308px;
            position: relative;
            left: -35px; } }
  .from_psa .customSliderBtn {
    pointer-events: all;
    position: absolute;
    top: 50%;
    right: -65px;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .from_psa .slide_content {
    outline: none;
    border: 20px solid transparent;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    @media (max-width: 767px) {
      .from_psa .slide_content {
        width: 240px !important;
        margin: 0 20px;
        height: 554px;
        border: none; } }
    .from_psa .slide_content figure {
      height: 203px;
      margin-bottom: 5px;
      max-width: 360px; }
      @media (max-width: 767px) {
        .from_psa .slide_content figure {
          height: 158px; } }
      .from_psa .slide_content figure .playIcon {
        width: 40px;
        height: 40px; }
      .from_psa .slide_content figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: unset; }
    .from_psa .slide_content .content_section {
      padding: 20px 0;
      padding-right: 50px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      @media (max-width: 767px) {
        .from_psa .slide_content .content_section {
          padding: 20px !important;
          text-align: center; } }
      .from_psa .slide_content .content_section .infoTitle,
      .from_psa .slide_content .content_section p,
      .from_psa .slide_content .content_section .link {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .from_psa .slide_content .content_section .infoTitle {
        font-size: 24px;
        line-height: 1.4;
        color: #212121;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        margin: 20px 0 15px 0;
        max-width: 80%;
        height: 66px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .from_psa .slide_content .content_section .infoTitle {
            max-width: 100%;
            word-break: break-word;
            margin: 15px 0 10px 0; } }
      .from_psa .slide_content .content_section .link {
        font-size: 16px;
        line-height: 1.3;
        color: #212121;
        word-break: break-all;
        margin-bottom: 40px; }
        .from_psa .slide_content .content_section .link span {
          text-transform: uppercase;
          display: block; }
      .from_psa .slide_content .content_section .details {
        color: #212121;
        font-size: 16px;
        line-height: 1.45;
        margin: 0 0 15px 0;
        height: 185px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .from_psa .slide_content .content_section .details {
            height: 208px;
            margin-bottom: 10px; } }
        .from_psa .slide_content .content_section .details p {
          font-size: calc(16px + var(--font-size-pixel));
          line-height: 1.45;
          margin: 0; }
        .from_psa .slide_content .content_section .details span {
          font-size: 14px;
          line-height: 1.3;
          text-transform: uppercase;
          display: block;
          padding-top: 30px; }
        .from_psa .slide_content .content_section .details a {
          font-size: 14px;
          line-height: 1.3;
          word-break: break-all;
          margin-bottom: 40px;
          color: inherit; }
      .from_psa .slide_content .content_section .readmore {
        color: #212121; }
        .from_psa .slide_content .content_section .readmore:after {
          background: url("/assets/images/gray-arrow.svg") no-repeat center;
          background-size: contain; }
  .from_psa .single_slide,
  .from_psa .slick-current {
    pointer-events: unset !important; }
    .from_psa .single_slide .slide_content,
    .from_psa .slick-current .slide_content {
      opacity: 1; }
      .from_psa .single_slide .slide_content .content_section,
      .from_psa .slick-current .slide_content .content_section {
        padding-left: 20px; }
        .from_psa .single_slide .slide_content .content_section .infoTitle,
        .from_psa .single_slide .slide_content .content_section p,
        .from_psa .single_slide .slide_content .content_section .link,
        .from_psa .slick-current .slide_content .content_section .infoTitle,
        .from_psa .slick-current .slide_content .content_section p,
        .from_psa .slick-current .slide_content .content_section .link {
          color: #ffffff; }
      .from_psa .single_slide .slide_content .readmore,
      .from_psa .slick-current .slide_content .readmore {
        color: #FFBE00; }
        .from_psa .single_slide .slide_content .readmore:after,
        .from_psa .slick-current .slide_content .readmore:after {
          background: url("/assets/images/yellow-arrow.svg") no-repeat center;
          background-size: contain; }

.bg-black-block {
  background-color: #000000;
  width: 100%;
  height: 631px;
  margin-top: 20px;
  z-index: -1;
  max-width: 400px;
  position: absolute;
  min-width: 400px; }
  @media (max-width: 767px) {
    .bg-black-block {
      max-width: 280px;
      min-width: 280px;
      height: 560px;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

.default_slide_content {
  max-width: 400px;
  min-width: 400px;
  border: 20px solid #08102d;
  height: 631px;
  position: relative;
  z-index: 4;
  pointer-events: none; }
  @media (max-width: 767px) {
    .default_slide_content {
      max-width: 280px;
      min-width: 280px;
      height: 594px;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 4;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.intro-wrapper.no-intro {
  padding-right: 0 !important; }
  .intro-wrapper.no-intro .latest-updates-section {
    margin: 0 auto;
    margin-top: 0 !important; }

.intro-wrapper {
  display: flex;
  padding: 100px 100px 100px 0; }
  .intro-wrapper .introduction_section {
    padding: 0; }
    .intro-wrapper .introduction_section .detail_section {
      padding: 40px 40px 0px 100px; }
      .intro-wrapper .introduction_section .detail_section .title2 {
        margin-left: 80px; }
    @media (max-width: 991px) {
      .intro-wrapper .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .intro-wrapper .latest-updates-section {
    margin-top: 75px;
    max-width: 513px;
    min-width: 500px; }
    .intro-wrapper .latest-updates-section .updates-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .intro-wrapper .latest-updates-section h4 {
      background-color: #d5d5d5;
      font-size: 20px;
      padding: 15px 0 15px 20px;
      margin-bottom: 0;
      font-weight: 900; }
      .intro-wrapper .latest-updates-section h4:before {
        content: '';
        background-image: url(/assets/images/announcements-yellow.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
        filter: brightness(15%); }
    .intro-wrapper .latest-updates-section .info_section_links {
      padding: 5px 20px 0;
      max-height: 300px;
      overflow: auto;
      background-color: #f6f6f6;
      /* Handle */ }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(33, 33, 33, 0.5); }
      .intro-wrapper .latest-updates-section .info_section_links li {
        color: #4454a5;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
        .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
          color: #212121;
          font-size: 12px;
          display: block;
          margin-top: 5px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon:before {
            content: '';
            padding-left: 16px;
            width: 100%;
            background-image: url(/assets/images/calendar.svg);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-size: 12px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
            display: none; }
        .intro-wrapper .latest-updates-section .info_section_links li a {
          color: inherit; }
          .intro-wrapper .latest-updates-section .info_section_links li a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 10px;
            margin-left: 10px;
            background: url("/assets/images/blue-arrow.svg") no-repeat center;
            background-size: contain;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
        .intro-wrapper .latest-updates-section .info_section_links li:hover a {
          font-weight: 600; }
          .intro-wrapper .latest-updates-section .info_section_links li:hover a:after {
            width: 11px; }
        .intro-wrapper .latest-updates-section .info_section_links li:last-child {
          padding-bottom: 10px;
          border: none; }
  @media (max-width: 767px) {
    .intro-wrapper {
      padding: 60px 0;
      display: block; }
      .intro-wrapper .latest-updates-section {
        padding: 0 10px;
        margin: 0 auto;
        min-width: 300px;
        margin-top: 35px; }
        .intro-wrapper .latest-updates-section .info_section_links {
          padding: 5px 10px 0; }
          .intro-wrapper .latest-updates-section .info_section_links li {
            display: flex;
            align-items: center; }
            .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
              min-width: 100px;
              margin-top: 0; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
                display: block !important; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.show-desktop {
                display: none !important; } }

.intro-wrapper.intro-part {
  padding-right: 0; }

.introContentBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .introContentBox .detail_section {
    width: 72%; }
  .introContentBox .rightBox {
    width: 27%; }
  .introContentBox .right_content {
    margin: 100px 0 0;
    border: 4px solid #FFBE00;
    border-right: 0; }
    .introContentBox .right_content ul {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative; }
      .introContentBox .right_content ul:before {
        content: "";
        width: 255px;
        height: 1px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul:after {
        content: "";
        width: 1px;
        height: 254px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul li {
        padding: 40px 20px;
        width: 50%;
        text-align: center; }
        .introContentBox .right_content ul li span {
          font-weight: 700;
          font-size: 34px;
          margin: 0 0 15px;
          display: block; }
        .introContentBox .right_content ul li p {
          font-size: 18px;
          color: #000; }
    .introContentBox .right_content.verticalview ul li {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 16px !important;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .introContentBox .right_content.verticalview ul li > span {
        margin: 0px !important; }
      .introContentBox .right_content.verticalview ul li span {
        position: relative;
        display: inline-block; }
        .introContentBox .right_content.verticalview ul li span span {
          display: inline-block; }
          .introContentBox .right_content.verticalview ul li span span::after {
            content: '*';
            font-size: 26px;
            position: absolute;
            top: 0;
            right: -10px; }
      .introContentBox .right_content.verticalview ul li p p {
        text-align: center !important;
        flex: none !important; }
    .introContentBox .right_content.verticalview .info-text {
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (max-width: 767px) {
    .introContentBox .detail_section {
      width: 100%; }
    .introContentBox .rightBox {
      width: 100%;
      padding-left: 20px; }
    .introContentBox .right_content {
      width: 100%;
      margin: 60px 0 0; }
      .introContentBox .right_content ul li {
        padding: 30px 10px; }
        .introContentBox .right_content ul li p {
          font-size: calc(14px + var(--font-size-pixel)) !important; } }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.bg-grey-09 {
  background-color: #EFEFEF; }

.fade-in {
  animation: fadeIn 0.2s ease-in forwards; }

.fade-out {
  animation: fadeOut 0.2s ease-in forwards; }

@keyframes fadeIn {
  from {
    opacity: 0.6; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.introduction-wrapper {
  padding: 50px; }
  @media (min-width: 1800px) {
    .introduction-wrapper {
      padding-right: 100px !important; } }
  @media (max-width: 1500px) {
    .introduction-wrapper {
      padding-right: 100px !important; } }
  @media (max-width: 1365px) {
    .introduction-wrapper {
      padding-right: 90px !important; } }
  @media (max-width: 991px) {
    .introduction-wrapper {
      padding-right: 20px !important; } }
  @media (max-width: 767px) {
    .introduction-wrapper.mob-full-width-white {
      margin: 0;
      border: 0;
      background-color: #ffffff; }
      .introduction-wrapper.mob-full-width-white > .heading-02 {
        background-color: #ffffff;
        position: relative; }
        .introduction-wrapper.mob-full-width-white > .heading-02::before, .introduction-wrapper.mob-full-width-white > .heading-02::after {
          content: '';
          height: 1px;
          background-color: #FFBE00;
          position: absolute;
          top: 26%;
          left: -20px;
          display: block;
          z-index: 1; }
        .introduction-wrapper.mob-full-width-white > .heading-02::before {
          width: 20px; }
        .introduction-wrapper.mob-full-width-white > .heading-02::after {
          width: 20px;
          left: unset;
          right: -5px; } }

.right-container-yellow-border {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 50px; }
  @media (max-width: 1365px) {
    .right-container-yellow-border {
      margin-left: 90px; } }
  @media (max-width: 1800px) {
    .right-container-yellow-border {
      padding-right: 90px; } }
  @media (max-width: 991px) {
    .right-container-yellow-border {
      margin-top: 30px; } }
  .right-container-yellow-border .middleSection .desBox {
    position: absolute !important;
    /* bottom: 0px; */
    color: white !important;
    z-index: 9;
    /* text-align: left; */
    /* padding: 30px; */
    left: 50% !important;
    /* right: 50%; */
    top: 50% !important;
    /* bottom: 50%; */
    transform: translate(-50%, -50%) !important; }
    .right-container-yellow-border .middleSection .desBox p {
      display: block !important; }
  @media (max-width: 991px) {
    .right-container-yellow-border {
      margin-left: 20px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .right-container-yellow-border {
      padding: 20px; } }

.intro-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
  font-family: "Lato", sans-serif; }
  .intro-text p + p {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .intro-text p {
      font-size: 16px;
      line-height: 22px;
      text-align: justify; } }
  @media (max-width: 767px) {
    .intro-text p {
      font-size: 16px;
      line-height: 22px; } }
  .intro-text p a {
    color: #0990CA;
    font-family: "Lato", sans-serif;
    text-decoration: underline; }
  .intro-text p u {
    font-family: "Lato", sans-serif; }

.intro-text strong {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px; }

@media (max-width: 767px) {
  .agnii-team {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .missionintro-slider-heading {
    padding-top: 10px !important; } }