/* 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: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @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 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @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; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

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

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

.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-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: 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-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: 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-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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; } }

.newsCardMobSlider {
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .newsCardMobSlider {
      width: -moz-calc(100% + 40px);
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .newsCardMobSlider .slick-list {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .newsCardMobSlider .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .newsCardMobSlider .newsCardSlide {
    outline: none;
    margin-right: 20px;
    width: 215px !important; }
  .newsCardMobSlider .newsCardBlock {
    background-color: #ffffff;
    padding: 4px; }
    .newsCardMobSlider .newsCardBlock figure {
      height: 92px;
      width: 100%; }
      .newsCardMobSlider .newsCardBlock figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%; }
    .newsCardMobSlider .newsCardBlock .newsCardInfo {
      padding: 20px;
      min-height: 223px; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .article_title {
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        margin: 10px 0;
        color: #212121; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle {
        padding-bottom: 15px;
        padding-top: 8px; }
        @media (max-width: 767px) {
          .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle {
            display: none; } }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle p {
          font-size: 14px !important; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .publisher {
        font-size: 12px;
        line-height: normal;
        color: rgba(33, 33, 33, 0.5);
        font-weight: 300;
        margin-bottom: 10px; }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .publisher strong {
          font-size: 12px;
          font-weight: 500; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .details {
        font-size: 12px;
        line-height: 1.2;
        opacity: 0.5;
        font-weight: 500;
        margin-bottom: 10px; }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .details span {
          position: relative;
          padding-left: 15px;
          margin-right: 10px; }
          .newsCardMobSlider .newsCardBlock .newsCardInfo .details span.calendar {
            background-image: url("/assets/images/calendar.svg");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 12px; }
          .newsCardMobSlider .newsCardBlock .newsCardInfo .details span.clock {
            background-image: url("/assets/images/clock.svg");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 12px; }
  .newsCardMobSlider .customSliderBtn {
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .newsCardMobSlider.PSA-article .slick-list {
      padding-left: 5px; } }
  .newsCardMobSlider.PSA-article .newsCardSlide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .newsCardMobSlider.PSA-article .newsCardSlide {
        width: 310px !important; } }
  .newsCardMobSlider.PSA-article .newsCardBlock {
    padding: 0;
    position: relative; }
    .newsCardMobSlider.PSA-article .newsCardBlock figure {
      height: 460px;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .newsCardMobSlider.PSA-article .newsCardBlock figure {
          margin-bottom: 40px;
          height: 300px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%; }
    .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo {
      position: absolute;
      bottom: -20px;
      left: 50%;
      z-index: 1;
      width: -moz-calc(100% - 40px);
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: #ffffff;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      padding: 40px;
      min-height: 275px; }
      @media (max-width: 767px) {
        .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo {
          padding: 20px;
          min-height: 200px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100px;
        height: 8px;
        background-color: #FFBE00; }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .article_title {
        font-size: 24px;
        line-height: 1.42;
        max-height: initial;
        height: 102px;
        margin-top: 0;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .article_title {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 1.2;
            height: 72px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher {
        font-size: 16px; }
        @media (max-width: 767px) {
          .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher {
            font-size: 12px; } }
        .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher strong {
          font-size: 16px; }
          @media (max-width: 767px) {
            .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher strong {
              font-size: 12px; } }
  .newsCardMobSlider.PSA-article .readmore {
    color: #4454a4; }
    .newsCardMobSlider.PSA-article .readmore:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

/* 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: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @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 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @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; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

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

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

.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-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: 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-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: 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-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: 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-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: 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-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: 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; } }

.featured_articles {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -1px;
  background-image: url("/assets/images/featured-articles-bg.jpg");
  background-repeat: 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-image: url("/assets/images/featured-articles-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1.2s cubic-bezier(0.2, 0.84, 0.5, 1);
    margin-top: -150px; }

.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.home-news {
        padding: 60px 0; } }
    .featured_articles_wrapper.home-news .content_container {
      margin-bottom: 140px; }
      @media (max-width: 767px) {
        .featured_articles_wrapper.home-news .content_container {
          padding: 0;
          margin: 0; } }
  @media (max-width: 767px) {
    .featured_articles_wrapper {
      padding: 60px 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; } }
    @media (max-width: 767px) {
      .featured_articles_wrapper .content_container .slick-slider {
        margin-right: -20px; } }
    .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: 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; } }
          .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-image: url("/assets/images/calendar.svg");
              background-repeat: no-repeat;
              background-position: left center;
              background-size: 12px; }
            .featured_articles_wrapper .content_container .content_section .information .details span.clock {
              background-image: url("/assets/images/clock.svg");
              background-repeat: no-repeat;
              background-position: 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; }
          .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: 14px; }
    .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; }
    .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; }
    .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; }

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

