/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.input-container.form-data {
  position: relative;
  margin-bottom: 1.43rem; }
  .input-container.form-data > label {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    color: #909090; }
  .input-container.form-data input {
    color: #1e1e1e;
    background: #ffffff;
    padding: 1.05rem 6rem 1.05rem 1rem;
    font-size: 16px;
    border-radius: 2px;
    border: solid 1px #979797; }
    .input-container.form-data input::placeholder {
      font-size: 12px; }
    .input-container.form-data input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #aeacac; }
    .input-container.form-data input::-moz-placeholder {
      /* Firefox 19+ */
      color: #aeacac; }
    .input-container.form-data input:-ms-input-placeholder {
      /* IE 10+ */
      color: #aeacac; }
    .input-container.form-data input:-moz-placeholder {
      /* Firefox 18- */
      color: #aeacac; }
  .input-container.form-data .asterick {
    position: absolute;
    right: 10px;
    top: -2px; }
  .input-container.form-data .error-message {
    color: red;
    font-size: 0.9rem;
    display: block;
    position: absolute;
    top: 100%;
    left: 0; }
  .input-container.form-data .num-to-words {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0.8rem; }
  .input-container.form-data span.optional-text {
    color: #5674b9;
    position: relative;
    left: 5px;
    font-size: 0.89rem; }
  .input-container.form-data.prefill-input input {
    padding-left: 48px; }
  .input-container.form-data.prefill-input .text {
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold; }
  .input-container.form-data .show-hint {
    position: absolute;
    top: 32px;
    right: 10px;
    cursor: pointer; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.button-container {
  position: relative; }
  @media (max-width: 767px) {
    .button-container {
      text-align: center; } }
  .button-container .error-message {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    line-height: 1.25;
    word-break: break-all; }

.button-icon {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  padding-right: 4px; }

.customBtn {
  line-height: 1.2;
  height: 4em;
  padding: 1rem 4.45rem;
  border-radius: 4px;
  color: #212121;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .customBtn {
      margin: 0;
      padding: 1rem;
      min-width: 200px; } }

.btn-block {
  width: 100%; }

.primary-btn {
  color: #ffffff;
  background-blend-mode: normal, overlay;
  background: #F50261;
  cursor: pointer;
  border: solid 1px #F50261; }
  .primary-btn:hover {
    background-image: linear-gradient(to right, #F50261, #F50261);
    box-shadow: 0px 8px 18px #F502614D; }

.primary-btn[disabled] {
  background: #FB90BA !important;
  color: #FFFFFF;
  cursor: not-allowed !important;
  border: solid 1px #FB90BA; }
  .primary-btn[disabled]:hover {
    box-shadow: none; }

.secondary-btn {
  background: #ffffff;
  color: #F50261;
  border: solid 1px #F50261;
  box-shadow: none; }
  .secondary-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #F50261, #f18931); }

.secondary-btn[disabled] {
  background: #ffffff;
  color: #FFFFFF;
  cursor: not-allowed;
  border: solid 1px #FFFFFF; }
  .secondary-btn[disabled]:hover {
    box-shadow: none; }

.large-button {
  width: 330px; }

.button-tag {
  display: inline-block;
  cursor: pointer; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

textarea {
  width: 500px;
  color: #212121;
  background: #ffffff;
  padding: 1rem;
  min-height: 150px;
  overflow: auto;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid #979797;
  resize: none; }
  textarea:focus {
    outline: none; }
  textarea::placeholder {
    color: #aeacac; }

.text-area-label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  color: #909090; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.inner-box-container {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #ffffff;
  margin-top: -60px;
  margin-bottom: 60px;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .inner-box-container {
      padding: 20px; } }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.top_section {
  /* Add these styles to your component's CSS file or a global styles file */ }
  .top_section .slider-container {
    position: relative;
    overflow: hidden; }
  .top_section .slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in;
    height: 0px; }
  .top_section .slide.active {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .top_section .heading {
    background-color: #080f2d;
    padding: 100px 0; }
    @media (max-width: 767px) {
      .top_section .heading {
        padding: 66px 0; } }
    .top_section .heading .container {
      margin-bottom: 50px; }
    .top_section .heading .title2 {
      color: #ffffff;
      margin-bottom: 0; }
    .top_section .heading h2 {
      color: #ffffff;
      font-size: calc(18px + var(--font-size-pixel));
      margin: 25px 0 0 0; }
  .top_section .content_section {
    background-color: #ffffff;
    position: relative; }
    .top_section .content_section .section-layer {
      position: absolute;
      right: 30px;
      bottom: 30px;
      left: 0px;
      z-index: 1; }
      .top_section .content_section .section-layer img {
        max-width: 100%; }
  .top_section .inner-box-container .content_block {
    display: block; }
    .top_section .inner-box-container .content_block .info_section {
      width: 100%;
      padding-right: 220px;
      text-align: justify; }
      .top_section .inner-box-container .content_block .info_section.full_width {
        width: 100%;
        padding-right: 0; }
      .top_section .inner-box-container .content_block .info_section p {
        font-size: calc(18px + var(--font-size-pixel));
        line-height: 1.5; }
    .top_section .inner-box-container .content_block .image_section {
      width: 45%;
      float: right;
      margin-left: 40px;
      margin-bottom: 20px; }
      .top_section .inner-box-container .content_block .image_section figure {
        width: 500px;
        height: auto; }
        .top_section .inner-box-container .content_block .image_section figure img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: 100%; }
      .top_section .inner-box-container .content_block .image_section.no-data-left {
        float: unset;
        margin: 0 auto; }
    .top_section .inner-box-container .content_block .videoIconBlock {
      position: relative; }
  .top_section .inner-box-container .additional-wrapper {
    margin-top: 20px; }
    .top_section .inner-box-container .additional-wrapper .promotional-banner {
      width: 60.2%;
      float: right;
      margin-left: 30px;
      margin-bottom: 10px; }
      .top_section .inner-box-container .additional-wrapper .promotional-banner.no-data-left {
        float: unset;
        margin: 0 auto; }
      .top_section .inner-box-container .additional-wrapper .promotional-banner .slider-heading {
        margin-left: 20px;
        margin-bottom: 15px; }
      .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider {
        position: relative; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots {
          width: 100%;
          text-align: center;
          bottom: 0; }
          @media (max-width: 767px) {
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots {
              position: static;
              width: 100%; } }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots li {
            width: 12px;
            height: 12px;
            margin: 0 6px;
            vertical-align: middle; }
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots li button {
              background-color: #b0b0b0;
              height: 100%;
              width: 100%;
              padding: 0;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%; }
              .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots li button:before {
                content: none; }
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slick-dots li.slick-active button {
              background-color: #212121; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content {
          margin: 0 20px;
          padding-bottom: 20px;
          position: relative; }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content a {
            width: 100%;
            max-height: 350px; }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .image_slide,
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .video_slide {
            width: 100%;
            height: 280px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            position: relative;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .image_slide,
              .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .video_slide {
                min-width: 50%;
                max-width: 50%;
                height: auto;
                min-height: 170px;
                margin-left: auto;
                margin-right: auto; } }
            @media (max-width: 479px) {
              .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .image_slide,
              .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .video_slide {
                min-width: 100%;
                max-width: 100%; } }
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .image_slide img,
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .video_slide img {
              width: 100%;
              height: 100%; }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .content_section {
            padding-left: 25px;
            position: absolute;
            bottom: 50px;
            right: 20px;
            z-index: 2;
            transition: all ease-in 0.3s;
            background: unset; }
            .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .content_section span:after {
              margin-left: 8px; }
      .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow {
        width: 45px;
        height: 55px;
        background: url("/assets/images/arrow-copy.svg") no-repeat center;
        position: absolute;
        top: calc(30% + 25px);
        left: 0px;
        z-index: 1;
        border: 1px solid #212121;
        cursor: pointer; }
        @media (max-width: 767px) {
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow {
            display: none !important; } }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow:before {
          content: none; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow.slick-prev {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow.slick-next {
          left: calc(100% - 45px);
          margin-top: 28px; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-arrow.slick-disabled {
          opacity: 0.5; }
    .top_section .inner-box-container .additional-wrapper .info p {
      font-size: calc(18px + var(--font-size-pixel));
      line-height: 1.5;
      text-align: justify; }
  @media (max-width: 767px) {
    .top_section .inner-box-container .content_block .image_section {
      width: 100%;
      margin-left: 0px; }
      .top_section .inner-box-container .content_block .image_section figure {
        max-width: 50%;
        margin: 0 auto; }
    .top_section .inner-box-container .content_block .info_section {
      padding-right: 0; }
    .top_section .inner-box-container .additional-wrapper {
      margin-top: 5px; }
      .top_section .inner-box-container .additional-wrapper .promotional-banner {
        float: unset;
        margin-left: unset;
        width: 100%;
        margin: 20px 0; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slider-heading {
          margin-bottom: 10px;
          margin-left: 0; }
        .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content {
          margin: 0 4px; }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content a .image_slide, .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content a .video_slide {
            max-height: 220px; }
          .top_section .inner-box-container .additional-wrapper .promotional-banner .slick-slider .slide_content .content_section {
            position: unset;
            text-align: center;
            padding: 0; } }
  @media (max-width: 479px) {
    .top_section .inner-box-container .content_block .image_section figure {
      width: 100%;
      max-width: 100%; } }

.onehealth-accordion-wrapper {
  margin-top: 24px; }

.onehealth-accordion {
  color: #FFF;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: #080F2D;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-align: left;
  transition: 0.4s;
  padding: 16px 30px 16px 24px;
  position: relative; }
  @media (max-width: 479px) {
    .onehealth-accordion {
      font-size: 18px;
      line-height: 1.4;
      padding: 16px 42px 16px 16px; } }

.onehealth-accordion::after {
  content: "";
  background-image: url("./../../../assets/images/accordion-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 479px) {
    .onehealth-accordion::after {
      position: absolute;
      top: 50%;
      right: 4px;
      z-index: 1;
      height: 40px;
      width: 40px; } }

.onehealth-accordion.active, .onehealth-accordion:hover {
  background: #080F2D; }

.onehealth-accordion.active::after {
  transform: translateY(-50%) rotate(0); }

.onehealth-accordion-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  padding: 36px 24px; }
  @media (max-width: 479px) {
    .onehealth-accordion-panel {
      padding: 16px; } }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.vigyan-dhara {
  margin-bottom: 50px; }
  .vigyan-dhara .btn-primary {
    background: linear-gradient(180deg, #FAD465 0%, #FFBE00 35%, #FFBE00 100%);
    color: #000000;
    font-size: 20px;
    line-height: 1.25;
    padding: 12px 40px;
    border: none;
    margin-right: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 700;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 767px) {
      .vigyan-dhara .btn-primary {
        padding: 12px 30px; } }
    .vigyan-dhara .btn-primary:not(.active) {
      background: #ffffff;
      opacity: 1;
      color: #000000;
      box-shadow: none;
      border: 1px solid #FFBE00;
      font-weight: 500; }
      .vigyan-dhara .btn-primary:not(.active):hover {
        background: #ffeab3;
        color: #000000;
        opacity: inherit;
        border: 1px solid #f2bd12; }
  .vigyan-dhara .btn-secondary {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    padding: 10px 16px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: "Lato", sans-serif;
    width: 160px;
    border-radius: 4px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .vigyan-dhara .btn-secondary {
        width: 160px; } }
    @media (max-width: 767px) {
      .vigyan-dhara .btn-secondary {
        width: 120px; } }
    .vigyan-dhara .btn-secondary:hover {
      background-color: #FFEBB3;
      transition: all 0.3s;
      box-shadow: 0px 4px 15px 0px #0000002E; }
    .vigyan-dhara .btn-secondary .view-icon {
      left: 26px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .vigyan-dhara .btn-secondary .view-icon {
          left: 10px; } }
  .vigyan-dhara .pdf-card {
    flex: 0 0 21%;
    border: 5px solid transparent;
    width: 22%; }
    .vigyan-dhara .pdf-card .publishing-content {
      position: relative; }
      .vigyan-dhara .pdf-card .publishing-content .publishing-download-icon {
        background: url("/assets/images/Download_white.png") no-repeat center;
        background-color: transparent;
        background-size: contain;
        position: absolute;
        top: -14px;
        height: 65px;
        width: 47px;
        right: 16px;
        z-index: 3; }
        .vigyan-dhara .pdf-card .publishing-content .publishing-download-icon:hover {
          background: url("/assets/images/Download_yellow.png") no-repeat center;
          background-color: transparent;
          background-size: contain;
          height: 63px;
          top: -11px;
          cursor: pointer;
          width: 44px;
          right: 19px; }
    @media (max-width: 991px) {
      .vigyan-dhara .pdf-card {
        flex: 0 0 48%;
        margin-bottom: 30px; } }
    .vigyan-dhara .pdf-card:has(.modal-overlay) {
      border: 5px solid #FFBE00;
      position: relative;
      z-index: 2;
      transition: all 0.3s;
      height: 364px; }
      @media (max-width: 991px) {
        .vigyan-dhara .pdf-card:has(.modal-overlay) {
          height: 257px; } }
    .vigyan-dhara .pdf-card-image-wrap {
      height: 350px;
      width: 100%; }
      @media (max-width: 991px) {
        .vigyan-dhara .pdf-card-image-wrap {
          height: 460px; } }
      @media (max-width: 767px) {
        .vigyan-dhara .pdf-card-image-wrap {
          height: 235px; } }
    .vigyan-dhara .pdf-card-wrap {
      gap: 45px;
      margin-top: 35px;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around; }
      @media (max-width: 991px) {
        .vigyan-dhara .pdf-card-wrap {
          gap: 10px;
          margin-top: 30px; } }
    .vigyan-dhara .pdf-card-content {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      position: relative;
      transition: all 0.3s;
      justify-content: center;
      align-items: center; }
      .vigyan-dhara .pdf-card-content img {
        width: 100%;
        height: 354px; }
        @media (max-width: 991px) {
          .vigyan-dhara .pdf-card-content img {
            height: 100%; } }
      .vigyan-dhara .pdf-card-content strong {
        margin-top: 16px;
        color: #080f2d; }
      .vigyan-dhara .pdf-card-content .modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 92%;
        width: 100%;
        transition: all 0.3s; }
      .vigyan-dhara .pdf-card-content .modal-content {
        padding: unset;
        background-color: unset;
        overflow: hidden;
        border-radius: unset; }
    .vigyan-dhara .pdf-card-title {
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px; }

.info_section > div > div {
  width: 100%; }

.info_section .vigyandharan-new .pdf-card {
  width: 21%; }
  .info_section .vigyandharan-new .pdf-card-wrap {
    gap: 43px; }

.info_section .vigyandharan-new .vigyandharan-new .pdf-card-content img {
  width: 100%;
  height: 100%;
  max-width: 290px; }

.info_section .vigyandharan-new .btn-primary:nth-child(2) {
  background: none;
  border: 1px solid #FFBE00;
  color: #000000;
  opacity: inherit; }

.info_section .vigyandharan-new .pdf-card-content .modal-overlay:hover {
  border: 5px solid #FFBE00; }

@media (max-width: 991px) {
  .flipbook-tiles .vigyan-dhara {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .flipbook-tiles .vigyan-dhara {
    margin-bottom: 10px; } }

/* 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, .st-clusters-container,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper, .st-clusters-container,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper, .st-clusters-container,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper, .st-clusters-container,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper, .st-clusters-container,
    .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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.st-clusters-container .tI20 {
  text-indent: 20px !important; }

.st-clusters-container .tI40 {
  text-indent: 40px !important; }

.st-clusters-container .tIm20 {
  text-indent: -20px !important; }

.st-clusters-container .tI0 {
  text-indent: 0px !important; }

@media (max-width: 767px) {
  .st-clusters-container .common-banner .top_section .info {
    padding: 40px 20px 0; } }

.st-clusters-container .common-banner .top_section .right_section .polygon-banner-image img {
  top: 100px; }

@media (max-width: 767px) {
  .st-clusters-container .common-banner .top_section .right_section {
    padding: 0 20px; }
    .st-clusters-container .common-banner .top_section .right_section .polygon-banner-image img {
      top: 0px; } }

.st-clusters-container .common-banner .title2 {
  color: #ffffff; }

.st-clusters-container .introduction_section {
  padding: 140px 0 0px 0; }
  .st-clusters-container .introduction_section strong {
    font-weight: bold; }
  @media (max-width: 767px) {
    .st-clusters-container .introduction_section {
      padding: 60px 0; }
      .st-clusters-container .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .st-clusters-container .introduction_section.cluster-intor-block {
    position: relative; }
    .st-clusters-container .introduction_section.cluster-intor-block:after {
      content: '';
      width: 727px;
      max-width: 768px;
      height: 1200px;
      opacity: 0.5;
      background: url("/assets/images/links-st-cluster.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      right: -50px;
      bottom: -390px;
      z-index: -1;
      overflow: hidden; }
      @media (max-width: 767px) {
        .st-clusters-container .introduction_section.cluster-intor-block:after {
          display: none; } }
  .st-clusters-container .introduction_section .corner_hexagon_img {
    top: 209px; }
    @media (max-width: 767px) {
      .st-clusters-container .introduction_section .corner_hexagon_img {
        width: 50px;
        top: 170px; } }

.st-clusters-container .cluster-intro p {
  padding: 0px 100px 0px 290px;
  font-size: 20px;
  line-height: 1.46;
  text-align: justify; }
  .st-clusters-container .cluster-intro p + p {
    margin-top: 15px; }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-intro p {
      padding: 0 40px;
      padding-right: 20px; } }
  .st-clusters-container .cluster-intro p.show-desktop {
    margin: 60px 0 !important;
    padding: 60px 0;
    min-height: 578px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #05112e;
    position: relative; }
    .st-clusters-container .cluster-intro p.show-desktop:before {
      content: '';
      width: 73px;
      height: 115px;
      background: url("/assets/images/corner_shape.svg") no-repeat center;
      background-size: 100%;
      position: absolute;
      top: -55px;
      left: -20px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .st-clusters-container .cluster-intro p.show-desktop:after {
      content: '';
      width: 475px;
      height: 473px;
      background: url("/assets/images/cluster-diamond-shape.svg") no-repeat center;
      background-size: 100%;
      position: absolute;
      bottom: -295px;
      left: -210px; }
    .st-clusters-container .cluster-intro p.show-desktop img {
      margin: 0 auto;
      display: block; }
  .st-clusters-container .cluster-intro p.show-mobile {
    margin: 60px 0;
    padding: 60px 0;
    text-align: center;
    min-height: 578px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #05112e;
    position: relative; }
    .st-clusters-container .cluster-intro p.show-mobile:before {
      content: '';
      width: 73px;
      height: 115px;
      background: url("/assets/images/corner_shape.svg") no-repeat center;
      background-size: 100%;
      position: absolute;
      top: -55px;
      left: -20px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-intro p.show-desktop {
      display: none; }
      .st-clusters-container .cluster-intro p.show-desktop:after {
        background: url("/assets/images/") no-repeat center;
        background-size: 100%; } }

.st-clusters-container .cluster-objectives {
  background-color: #eeeeee;
  padding: 60px 0 100px 0;
  position: relative; }
  .st-clusters-container .cluster-objectives .head {
    margin-bottom: 30px; }
  .st-clusters-container .cluster-objectives img {
    max-width: 1060px;
    margin-bottom: 40px; }
  .st-clusters-container .cluster-objectives p {
    font-size: calc(20px + var(--font-size-pixel));
    line-height: 1.46;
    padding-left: 20px;
    text-indent: -20px;
    text-align: justify; }
  .st-clusters-container .cluster-objectives:after {
    content: '';
    width: 200px;
    height: 270px;
    background: url("/assets/images/st-cluster-mask.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 269px;
    left: 0; }
  .st-clusters-container .cluster-objectives strong {
    font-weight: bold; }
  @media (max-width: 767px) {
    .st-clusters-container .cluster-objectives img {
      max-width: 100%; }
    .st-clusters-container .cluster-objectives:after {
      content: none; }
    .st-clusters-container .cluster-objectives .head {
      margin-bottom: 15px; }
      .st-clusters-container .cluster-objectives .head h6 {
        padding: 0 15px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif; } }

.st-clusters-container .other-info {
  padding: 60px 0 100px 0; }
  @media (max-width: 479px) {
    .st-clusters-container .other-info {
      padding: 60px 20px; } }
  .st-clusters-container .other-info .pdf-icon {
    position: relative; }
    .st-clusters-container .other-info .pdf-icon a {
      padding-left: 25px; }
      .st-clusters-container .other-info .pdf-icon a:before {
        content: '';
        width: 17px;
        height: 20px;
        background: url("/assets/images/pdf-file.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        top: -3px;
        left: 0; }

.st-clusters-container .featured_articles .featured_articles_wrapper {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .featured_articles .featured_articles_wrapper {
      padding: 60px 20px; } }

.st-clusters-container .from_psa {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .from_psa {
      padding: 60px 20px; } }

.st-clusters-container .challenges {
  padding: 60px 0;
  position: relative; }
  .st-clusters-container .challenges .event-challenge-tab {
    justify-content: center; }
    .st-clusters-container .challenges .event-challenge-tab .tab {
      text-transform: capitalize; }
  .st-clusters-container .challenges .UpComingChallenges {
    z-index: 0; }
  .st-clusters-container .challenges .container:after {
    content: '';
    background: url("/assets/images/events-page-vector-bg.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: -255px;
    right: -130px;
    z-index: -1;
    width: 780px;
    height: 1060px;
    opacity: 0.5; }
    @media (max-width: 767px) {
      .st-clusters-container .challenges .container:after {
        content: none; } }
  .st-clusters-container .challenges .container .UpComingChallengesSlider {
    position: relative; }
    .st-clusters-container .challenges .container .UpComingChallengesSlider:before {
      content: '';
      background: url("/assets/images/trophy-icon.svg") no-repeat;
      background-size: cover;
      position: absolute;
      top: -225px;
      bottom: 30px;
      left: -48px;
      z-index: -1;
      width: 258px;
      height: 264px;
      opacity: 0.5; }
      @media (max-width: 767px) {
        .st-clusters-container .challenges .container .UpComingChallengesSlider:before {
          transform: scale(0.5);
          top: 50px;
          left: -55px; } }

.st-clusters-container .clusterNews {
  background-color: #08102d;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .st-clusters-container .clusterNews {
      padding: 60px 0; } }
  .st-clusters-container .clusterNews .detail_section {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 40px 100px 0px 180px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .detail_section {
        padding: 30px 75px 0px 20px; } }
    .st-clusters-container .clusterNews .detail_section .draw_line {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 290px;
      height: 24px;
      border-top: 5px solid #f2bd12;
      border-right: 5px solid #f2bd12;
      background-color: transparent; }
      @media (max-width: 767px) {
        .st-clusters-container .clusterNews .detail_section .draw_line {
          width: 125px; } }
    .st-clusters-container .clusterNews .detail_section h2 {
      color: #ffffff;
      font-size: 36px;
      margin-bottom: 60px !important; }
  .st-clusters-container .clusterNews .slick-slide > div {
    max-width: 1111px;
    position: relative; }
    .st-clusters-container .clusterNews .slick-slide > div img {
      width: 100%;
      height: 340px;
      border-top: 6px solid #FFBE00; }
    .st-clusters-container .clusterNews .slick-slide > div .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 6px;
      left: 0;
      background: rgba(0, 0, 0, 0.2); }
    .st-clusters-container .clusterNews .slick-slide > div .head {
      position: absolute;
      top: 35%;
      left: 120px;
      max-width: 650px;
      z-index: 1; }
      .st-clusters-container .clusterNews .slick-slide > div .head h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #ffffff; }
    .st-clusters-container .clusterNews .slick-slide > div .btn:after {
      margin-left: 5px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .slick-slide > div img {
        height: auto;
        min-height: 200px;
        margin: 0 auto; }
      .st-clusters-container .clusterNews .slick-slide > div .head {
        top: 40px;
        left: 40px; }
        .st-clusters-container .clusterNews .slick-slide > div .head h2 {
          font-size: calc(28px + var(--font-size-pixel)); } }
  .st-clusters-container .clusterNews .news-slider {
    position: relative;
    margin-right: 60px; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .news-slider {
        margin-right: 0; } }
  .st-clusters-container .clusterNews .customSliderBtn {
    background-color: #FFBE00;
    border: none;
    position: absolute;
    right: -55px;
    top: calc(50% - 30px); }
  .st-clusters-container .clusterNews .slick-dots {
    top: 370px;
    width: 100%;
    text-align: center;
    bottom: auto; }
    @media (max-width: 767px) {
      .st-clusters-container .clusterNews .slick-dots {
        position: static;
        width: 100%;
        margin-top: 15px; } }
    .st-clusters-container .clusterNews .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 6px;
      vertical-align: middle; }
      .st-clusters-container .clusterNews .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .st-clusters-container .clusterNews .slick-dots li button:before {
          content: none; }
      .st-clusters-container .clusterNews .slick-dots li.slick-active button {
        background-color: #ffffff; }

.st-clusters {
  padding: 105px 0 45px;
  background: url(/assets/images/cluster-background.png) no-repeat center 0;
  background-size: 2566px 835px;
  overflow: hidden;
  position: relative; }
  .st-clusters.pt55 {
    padding-top: 165px; }
  @media (max-width: 767px) {
    .st-clusters {
      padding: 40px 0;
      background-position: center -16px;
      background-size: 1407px 458px; }
      .st-clusters.pt55 {
        padding-top: 90px; } }
  .st-clusters h2 {
    text-align: center; }
    @media (max-width: 767px) {
      .st-clusters h2 {
        font-size: calc(24px + var(--font-size-pixel)); } }
  .st-clusters .clusters-hexagon {
    max-width: 600px;
    min-height: 600px;
    margin: auto;
    position: relative; }
    @media (max-width: 767px) {
      .st-clusters .clusters-hexagon {
        max-width: 325px;
        transform: scale(0.56);
        min-height: 310px;
        left: -26px;
        top: -26px; } }
    .st-clusters .clusters-hexagon li {
      position: absolute; }
      @media (max-width: 767px) {
        .st-clusters .clusters-hexagon li {
          transform: translate(-50%, -50%); } }
      .st-clusters .clusters-hexagon li .hex-text {
        position: absolute;
        z-index: 2;
        text-align: center;
        width: 100%;
        transform: translate(0px, -50%);
        top: 50%; }
        .st-clusters .clusters-hexagon li .hex-text .img {
          max-width: 80%;
          margin: 0 auto; }
        .st-clusters .clusters-hexagon li .hex-text p {
          font-weight: 500;
          font-size: 20px;
          padding-top: 10px;
          color: #000000;
          text-align: center !important; }
        .st-clusters .clusters-hexagon li .hex-text .hover-text {
          display: none; }
      .st-clusters .clusters-hexagon li:first-child {
        top: 35px;
        left: 104px; }
      .st-clusters .clusters-hexagon li:nth-child(2) {
        top: 35px;
        left: 312px; }
      .st-clusters .clusters-hexagon li:nth-child(3) {
        top: 214px;
        left: 417px; }
      .st-clusters .clusters-hexagon li:nth-child(4) {
        top: 394px;
        left: 311px; }
      .st-clusters .clusters-hexagon li:nth-child(5) {
        top: 214px;
        left: 0; }
      .st-clusters .clusters-hexagon li:nth-child(6) {
        top: 394px;
        left: 100px; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon {
        background-color: #bebbbb; }
      .st-clusters .clusters-hexagon li.coming:hover img {
        display: none; }
      .st-clusters .clusters-hexagon li.coming:hover p {
        display: none; }
      .st-clusters .clusters-hexagon li.coming:hover .hover-text {
        display: block;
        font-size: 28px;
        color: #ffffff; }
      .st-clusters .clusters-hexagon li.coming:hover .hex-text p {
        font-weight: bold; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon {
        border: none;
        box-shadow: none; }
      .st-clusters .clusters-hexagon li.coming:hover .hexagon::before, .st-clusters .clusters-hexagon li.coming:hover .hexagon::after {
        box-shadow: none;
        border: none; }
      .st-clusters .clusters-hexagon li:last-child {
        top: 214px;
        left: 208px; }
        .st-clusters .clusters-hexagon li:last-child .hex-text p {
          font-size: 32px;
          padding: 20px;
          color: #000000;
          font-weight: 800;
          font-family: 'Playfair Display', serif;
          text-align: center !important; }
        .st-clusters .clusters-hexagon li:last-child .hexagon {
          transition: none;
          background-color: #f7f7f8;
          border-left: solid 2px #f7f7f8;
          border-right: solid 2px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child .hexagon:before {
          border-top: solid 2.8284px #f7f7f8;
          border-right: solid 2.8284px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child .hexagon:after {
          border-bottom: solid 2.8284px #f7f7f8;
          border-left: solid 2.8284px #f7f7f8; }
        .st-clusters .clusters-hexagon li:last-child:hover .hex-text p {
          font-weight: 800; }
        .st-clusters .clusters-hexagon li:last-child:hover .hexagon {
          background-color: #f7f7f8;
          border: none;
          box-shadow: none; }
        .st-clusters .clusters-hexagon li:last-child:hover .hexagon::before, .st-clusters .clusters-hexagon li:last-child:hover .hexagon::after {
          box-shadow: none;
          border: none; }
      .st-clusters .clusters-hexagon li:hover {
        /*cover up extra shadows*/ }
        .st-clusters .clusters-hexagon li:hover .hex-text p {
          font-weight: 700; }
        .st-clusters .clusters-hexagon li:hover .hexagon {
          background-color: #fbbe14;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
          border-left: solid 0px #fbbe14;
          border-right: solid 0px #fbbe14;
          z-index: 0; }
        .st-clusters .clusters-hexagon li:hover .hexagon:before,
        .st-clusters .clusters-hexagon li:hover .hexagon:after {
          content: "";
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
        .st-clusters .clusters-hexagon li:hover .hexagon:before {
          border-top: solid 0.0000px #fbbe14;
          border-right: solid 0.0000px #fbbe14; }
        .st-clusters .clusters-hexagon li:hover .hexagon:after {
          border-bottom: solid 0.0000px #fbbe14;
          border-left: solid 0.0000px #fbbe14; }
        .st-clusters .clusters-hexagon li:hover .hexagon span {
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          width: 186px;
          height: 107.3872px;
          z-index: 2;
          background: inherit; }
  .st-clusters .hexagon {
    position: relative;
    width: 186px;
    height: 107.39px;
    background-color: #fff2cc;
    margin: 53.69px 0;
    border-left: solid 2px #fbbe14;
    border-right: solid 2px #fbbe14;
    transition: all 0.2s; }
  .st-clusters .hexagon:before,
  .st-clusters .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 131.52px;
    height: 131.52px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 25.2391px; }
  .st-clusters .hexagon:before {
    top: -65.7609px;
    border-top: solid 2.8284px #fbbe14;
    border-right: solid 2.8284px #fbbe14; }
  .st-clusters .hexagon:after {
    bottom: -65.7609px;
    border-bottom: solid 2.8284px #fbbe14;
    border-left: solid 2.8284px #fbbe14; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.industry-foundation-container .video_gallery_wrapper {
  padding-bottom: 160px;
  margin-top: -120px;
  padding-top: 120px; }
  .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image {
    width: unset; }
    .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image figure {
      width: 715px; }
      .industry-foundation-container .video_gallery_wrapper .gallery-slider-row .gallery-slider-image figure .videoBanner img {
        object-fit: unset; }
  @media (max-width: 767px) {
    .industry-foundation-container .video_gallery_wrapper {
      padding: 60px 0;
      margin-top: -90px;
      padding-top: 90px; }
      .industry-foundation-container .video_gallery_wrapper .sm-slider-container .slick-list {
        padding-left: 0; } }
  @media (max-width: 479px) {
    .industry-foundation-container .video_gallery_wrapper .container {
      padding-right: 0; } }

.industry-foundation-container .project-listing {
  padding-bottom: 0 !important; }
  .industry-foundation-container .project-listing .vision-mission-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px; }
    .industry-foundation-container .project-listing .vision-mission-block .wrap {
      display: flex;
      flex-flow: column;
      width: 50%; }

.industry-foundation-container .additionalInfo {
  padding: 60px 100px; }
  .industry-foundation-container .additionalInfo strong {
    font-weight: bold; }
  .industry-foundation-container .additionalInfo .info-readmore {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .industry-foundation-container .additionalInfo .info-readmore p {
      font-weight: bold;
      margin-right: 20px; }
    .industry-foundation-container .additionalInfo .info-readmore a.btn {
      font-size: 14px; }
  @media (max-width: 767px) {
    .industry-foundation-container .additionalInfo {
      padding: 40px; } }
  @media (max-width: 479px) {
    .industry-foundation-container .additionalInfo .info-readmore {
      display: block;
      align-items: unset;
      margin-top: 12px; }
      .industry-foundation-container .additionalInfo .info-readmore p {
        margin-right: unset;
        margin-bottom: 5px; } }

.industry-foundation-container .successStories-info p, .industry-foundation-container .additionalInfo p {
  font-size: calc(20px + var(--font-size-pixel));
  line-height: 1.46;
  text-align: justify; }

@media (max-width: 767px) {
  .industry-foundation-container .successStories-info h2, .industry-foundation-container .additionalInfo h2 {
    font-size: calc(28px + var(--font-size-pixel)); } }

.industry-foundation-container .successStories-info {
  padding: 60px 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .successStories-info {
      padding: 40px; } }

.industry-foundation-container .success-stories-wrapper {
  background-color: #08102d; }
  .industry-foundation-container .success-stories-wrapper .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 60px 0;
    overflow: auto; }
    .industry-foundation-container .success-stories-wrapper .container::-webkit-scrollbar {
      height: 5px; }
    .industry-foundation-container .success-stories-wrapper .container::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5); }
  .industry-foundation-container .success-stories-wrapper .success-data-box {
    background-color: rgba(255, 255, 255, 0.05);
    margin-right: 15px;
    width: calc(33.33% - 10px);
    min-width: 380px; }
    .industry-foundation-container .success-stories-wrapper .success-data-box .subcategory {
      padding: 3px 6px;
      background-color: #FFBE00;
      font-size: 10px;
      font-weight: 600;
      color: #212121;
      border-radius: 0 100px 100px 0;
      margin: 0 5px 3px -15px;
      display: inline-block;
      min-width: 65px;
      text-align: center; }
    .industry-foundation-container .success-stories-wrapper .success-data-box h4 {
      background-color: rgba(255, 255, 255, 0.03);
      position: relative;
      min-height: 80px;
      padding: 8px 20px;
      font-size: 24px;
      color: #FFBE00;
      font-weight: 900;
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box h4:after {
        content: '';
        position: absolute;
        border-bottom: 4px solid #FFBE00;
        width: calc(100% - 40px);
        bottom: 0; }
    .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links {
      padding: 0 15px 10px;
      min-height: 200px;
      max-height: 385px;
      overflow: auto; }
      .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .industry-foundation-container .success-stories-wrapper .success-data-box .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5); }
    .industry-foundation-container .success-stories-wrapper .success-data-box li {
      color: #ffffff;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:first-child {
        margin-top: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:last-child {
        border: 0;
        padding-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li a {
        color: inherit; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li a:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 10px;
          margin-left: 10px;
          background: url("/assets/images/yellow-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; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li:hover {
        font-weight: 700; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li:hover a:after {
          width: 11px; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li .no-link {
        cursor: default; }
        .industry-foundation-container .success-stories-wrapper .success-data-box li .no-link:after {
          content: none; }
  @media (max-width: 767px) {
    .industry-foundation-container .success-stories-wrapper .container {
      overflow: auto;
      padding: 40px 20px; }
      .industry-foundation-container .success-stories-wrapper .container .success-data-box h4 {
        font-size: 20px;
        min-height: 68px; }
    .industry-foundation-container .success-stories-wrapper .success-data-box {
      min-width: 270px;
      max-width: 270px;
      width: 270px;
      margin-bottom: 0; }
      .industry-foundation-container .success-stories-wrapper .success-data-box li a, .industry-foundation-container .success-stories-wrapper .success-data-box li span {
        font-size: 14px; } }

.industry-foundation-container .cluster-mode .detail_section p.show-desktop {
  margin-left: -290px;
  margin-right: -100px;
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .industry-foundation-container .cluster-mode .detail_section p.show-desktop {
      display: none; } }

.industry-foundation-container .clusters-development-block {
  margin-top: 40px;
  padding-top: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .clusters-development-block {
      margin-top: -25px;
      padding-top: 65px; } }
  .industry-foundation-container .clusters-development-block:before {
    content: '';
    width: 100%;
    height: 250px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: -20px;
    transform: skewY(-10deg);
    z-index: -1; }
  .industry-foundation-container .clusters-development-block:after {
    content: '';
    width: 73px;
    height: 115px;
    background: url("/assets/images/corner_shape.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -192px;
    right: -12px; }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development-block:after {
        top: -112px; } }

.industry-foundation-container .clusters-development {
  background-color: #f6f6f6;
  padding: 0px 100px 120px; }
  @media (max-width: 767px) {
    .industry-foundation-container .clusters-development {
      padding: 0px 20px 40px; } }
  .industry-foundation-container .clusters-development h2 {
    margin-bottom: 0px; }
  .industry-foundation-container .clusters-development .details {
    padding: 40px 0; }
    .industry-foundation-container .clusters-development .details p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 30px;
      text-align: center;
      color: #212121;
      width: 84%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .details p {
          width: 100%;
          font-size: 16px;
          line-height: 26px; } }
  .industry-foundation-container .clusters-development .development-subcategory {
    margin-bottom: 60px; }
    .industry-foundation-container .clusters-development .development-subcategory h3, .industry-foundation-container .clusters-development .development-subcategory .title, .industry-foundation-container .clusters-development .development-subcategory .title2, .industry-foundation-container .clusters-development .development-subcategory .title3 {
      font-size: 28px;
      margin-bottom: 40px; }
    .industry-foundation-container .clusters-development .development-subcategory h4 {
      font-family: Montserrat;
      font-size: 20px;
      font-weight: bold;
      margin-top: 5px; }
    .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper {
      background: #ffffff;
      padding: 40px 20px;
      display: flex;
      justify-content: center;
      text-align: center; }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .slick-slider {
        width: 100%; }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper a {
        color: #212121; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper {
          padding: 20px; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide {
        display: flex;
        justify-content: center; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data {
          width: 50%;
          margin: unset;
          padding: unset; }
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data p {
            max-width: 70%;
            margin: 0 auto; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:last-child:after {
          content: none; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide {
            display: block; }
            .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data {
              margin: 15px 0;
              width: 100%; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data p {
                max-width: unset; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:after {
                content: none; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data h4 {
                margin-bottom: 10px; }
              .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .two-slide .subcategory-data:first-child {
                margin-bottom: 25px; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data {
        position: relative;
        margin: 0 10px;
        padding: 0 10px; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure {
          min-width: 200px;
          max-width: 210px;
          border: solid 1px #a0a0a0;
          margin: 0 auto; }
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure img {
            height: 89px; }
        .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data:after {
          content: '';
          position: absolute;
          height: 160px;
          right: 0;
          top: 0;
          border: 1px solid #a0a0a0; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure {
            width: 50%;
            min-width: unset !important;
            max-width: unset !important; }
            .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .subcategory-data figure img {
              height: auto !important; } }
      .industry-foundation-container .clusters-development .development-subcategory .subcategory-wrapper .slick-slide:last-child .subcategory-data:after {
        content: none; }
    .industry-foundation-container .clusters-development .development-subcategory .customSliderBtn {
      margin: 0 auto;
      margin-top: 20px; }
  .industry-foundation-container .clusters-development .innovation-team {
    margin-bottom: 20px; }
    .industry-foundation-container .clusters-development .innovation-team .level-title {
      font-weight: 900;
      padding: 20px 0; }
    .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block {
      padding-bottom: 20px;
      width: 370px;
      max-width: unset; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block .btn {
        margin-top: 12px; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_members_info .psa_info_block .email {
        font-weight: 600; }
    .industry-foundation-container .clusters-development .innovation-team .level1 {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level1 .chairperson-block {
        margin-top: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level1:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 40px;
        background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level2 {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .chairperson-block {
        text-align: unset; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 0; }
        @media (min-width: 768px) {
          .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
            z-index: 1;
            padding-bottom: 5px; } }
        @media (min-width: 768px) {
          .industry-foundation-container .clusters-development .innovation-team .level2 .level-title::before {
            content: '';
            width: 428px;
            position: absolute;
            background: #f6f6f6;
            height: 100%;
            z-index: -1; } }
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        width: 816px;
        height: 4px;
        transform: translateX(-50%);
        background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level2-wrapper {
      display: flex;
      position: relative;
      justify-content: center;
      margin: 0 -20px;
      margin-top: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .level2-inner {
        padding: 0 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .chairperson-block {
        position: relative; }
        .industry-foundation-container .clusters-development .innovation-team .level2-wrapper .chairperson-block:before {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 50%;
          transform: translateX(-50%);
          width: 4px;
          height: 80px;
          background: #FFBE00; }
    .industry-foundation-container .clusters-development .innovation-team .level3-wrapper .chairperson-block {
      position: relative; }
      .industry-foundation-container .clusters-development .innovation-team .level3-wrapper .chairperson-block:before {
        content: "";
        position: absolute;
        bottom: 100%;
        transform: translateX(-60%);
        width: 4px;
        height: 100px;
        background: #FFBE00; }
    @media (max-width: 420px) {
      .industry-foundation-container .clusters-development .innovation-team .level2-inner:last-child {
        padding-right: 0 !important; }
      .industry-foundation-container .clusters-development .innovation-team .chairperson-block .psa_info_block {
        width: 100% !important;
        min-width: 245px !important;
        word-break: break-word; } }
    @media (max-width: 768px) and (orientation: landscape) {
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        width: calc(100% - 72px) !important; } }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .innovation-team .container {
        margin: 0 -20px; }
      .industry-foundation-container .clusters-development .innovation-team .level-title {
        font-size: 20px; }
      .industry-foundation-container .clusters-development .innovation-team .level1:before {
        width: 2px; }
      .industry-foundation-container .clusters-development .innovation-team .level1 .level-title {
        padding-bottom: 0;
        margin-bottom: 0; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-title {
        margin-top: 15px; }
      .industry-foundation-container .clusters-development .innovation-team .level2:before {
        content: '';
        position: absolute;
        top: 0;
        z-index: 1;
        width: calc(100% - 18px);
        height: 170px;
        border-right: 2px solid #f2bd12;
        border-left: 2px solid #f2bd12;
        border-top: 2px solid #f2bd12;
        background: none; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level-wrap {
        overflow: auto; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper {
        flex-wrap: unset;
        justify-content: unset;
        margin: 0 -10px; }
        .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .inner:nth-child(2) {
          display: flex;
          flex-direction: column; }
        .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner {
          padding: 0 10px; }
          .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner .chairperson-block {
            margin-top: 60px; }
            .industry-foundation-container .clusters-development .innovation-team .level2 .level2-wrapper .level2-inner .chairperson-block:before {
              content: none; }
      .industry-foundation-container .clusters-development .innovation-team .level2 .level3-wrapper .chairperson-block:before {
        content: '' !important;
        width: 2px;
        height: 82px; } }
  .industry-foundation-container .clusters-development .industry-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .industry-cards {
        flex-wrap: unset;
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap; } }
    @media (max-width: 767px) {
      .industry-foundation-container .clusters-development .industry-cards.industry-card-single {
        justify-content: center; } }
    .industry-foundation-container .clusters-development .industry-cards .card-item {
      width: 25%;
      padding: 0 10px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card-item {
          min-width: 236px;
          display: inline-block; } }
    .industry-foundation-container .clusters-development .industry-cards .card {
      width: 100%;
      height: 380px;
      padding: 40px;
      border-radius: 5px;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
      background-color: #ffffff;
      font-size: 16px;
      color: #212121;
      border-left: 4px solid #FFBE00; }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card {
          padding: 20px;
          height: 280px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          white-space: pre-wrap; } }
      @media (max-width: 767px) {
        .industry-foundation-container .clusters-development .industry-cards .card figure {
          text-align: left; } }
      .industry-foundation-container .clusters-development .industry-cards .card img {
        width: 60px;
        margin-bottom: 20px; }
      .industry-foundation-container .clusters-development .industry-cards .card p {
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .industry-foundation-container .clusters-development .industry-cards .card p {
            font-size: calc(14px + var(--font-size-pixel)) !important;
            line-height: 20px !important;
            -webkit-line-clamp: 8; } }
  .industry-foundation-container .clusters-development figure {
    text-align: center; }

.industry-foundation-container .benefits-container {
  padding: 0px 100px 100px;
  margin-top: -120px;
  padding-top: 120px;
  background-color: #f6f6f6; }
  @media (max-width: 767px) {
    .industry-foundation-container .benefits-container {
      margin-top: -22px;
      padding: 65px 20px 40px;
      background-color: #ffffff; } }
  @media (max-width: 767px) {
    .industry-foundation-container .benefits-container .combined-shape-container {
      padding: 0; } }
  .industry-foundation-container .benefits-container .combined-shape-container ul {
    margin-top: 40px; }
  .industry-foundation-container .benefits-container .benefits-subTitle {
    margin-top: 40px;
    text-align: justify;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .industry-foundation-container .benefits-container .benefits-subTitle {
        margin: 0; } }

.industry-foundation-container .collaboration-process {
  padding: 48px 100px 100px;
  margin-top: -70px;
  padding-top: 120px;
  color: #ffffff;
  background-color: #080f2d; }
  @media (max-width: 767px) {
    .industry-foundation-container .collaboration-process {
      margin-top: -45px;
      padding: 80px 20px 40px; } }
  .industry-foundation-container .collaboration-process h2 {
    margin-bottom: 0px; }
  .industry-foundation-container .collaboration-process .cp-subTitle {
    padding: 40px 0; }
    .industry-foundation-container .collaboration-process .cp-subTitle p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      width: 82%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .cp-subTitle p {
          font-size: 20px !important;
          width: 100%; } }
  .industry-foundation-container .collaboration-process .cards {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1136px;
    margin: 0 auto;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .industry-foundation-container .collaboration-process .cards {
        width: auto;
        white-space: pre-wrap;
        justify-content: flex-start;
        overflow: auto;
        padding-top: 10px;
        flex-wrap: unset; } }
    @media (max-width: 767px) {
      .industry-foundation-container .collaboration-process .cards.cards-single {
        justify-content: center; } }
    .industry-foundation-container .collaboration-process .cards .card {
      width: 16.6666%;
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .cards .card {
          width: 140px;
          margin-right: 20px; } }
      .industry-foundation-container .collaboration-process .cards .card .card-icon {
        position: relative;
        z-index: 1; }
        .industry-foundation-container .collaboration-process .cards .card .card-icon:before {
          content: '';
          width: 120px;
          height: 120px;
          background: #212842;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: -10px;
          right: 0;
          margin: 0 auto;
          z-index: -1; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-icon:before {
              width: 100px;
              height: 100px; } }
        .industry-foundation-container .collaboration-process .cards .card .card-icon:after {
          content: '';
          width: 117px;
          height: 88px;
          background: url("/assets/images/combined-card-img.png") no-repeat center;
          background-size: cover;
          position: absolute;
          left: 132px;
          top: 7px;
          right: 0;
          z-index: -2; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-icon:after {
              left: 95px;
              top: -2px; } }
      .industry-foundation-container .collaboration-process .cards .card figure {
        padding: 20px;
        width: 100px;
        height: 100px;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 100%; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .cards .card figure {
            padding: 15px;
            width: 80px;
            height: 80px; } }
      .industry-foundation-container .collaboration-process .cards .card .card-detail {
        padding: 15px 12px;
        display: inline-block;
        margin-top: 60px;
        height: 160px;
        background-color: rgba(255, 255, 255, 0.1);
        width: 160px;
        position: relative; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .cards .card .card-detail {
            width: 140px; } }
        .industry-foundation-container .collaboration-process .cards .card .card-detail:before {
          content: '';
          width: 100%;
          height: 10px;
          background-color: rgba(255, 255, 255, 0.1);
          position: absolute;
          top: -15px;
          left: 0;
          z-index: 1; }
        .industry-foundation-container .collaboration-process .cards .card .card-detail:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #212742;
          display: inline-block;
          position: absolute;
          top: -30px;
          left: 50%;
          transform: translateX(-50%); }
        .industry-foundation-container .collaboration-process .cards .card .card-detail p {
          display: -webkit-box;
          font-size: calc(15px + var(--font-size-pixel));
          -webkit-line-clamp: 7;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .cards .card .card-detail p {
              font-size: calc(12px + var(--font-size-pixel)) !important; } }
      .industry-foundation-container .collaboration-process .cards .card:last-child .card-icon::after, .industry-foundation-container .collaboration-process .cards .card:nth-of-type(6n) .card-icon::after {
        display: none; }
  .industry-foundation-container .collaboration-process .collaboration-process-description {
    margin-top: 20px; }
    .industry-foundation-container .collaboration-process .collaboration-process-description > h2 {
      font-size: 28px;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      width: 80%;
      margin: 0 auto 40px; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .collaboration-process-description > h2 {
          width: 100%;
          font-size: 20px; } }
    .industry-foundation-container .collaboration-process .collaboration-process-description ul {
      margin-bottom: 40px;
      padding-top: 70px;
      counter-reset: section;
      position: relative;
      clear: both;
      overflow: hidden; }
      @media (max-width: 767px) {
        .industry-foundation-container .collaboration-process .collaboration-process-description ul {
          padding-top: 0px; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul:before {
            display: none; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul:after {
            display: none; } }
      .industry-foundation-container .collaboration-process .collaboration-process-description ul li {
        padding-right: 80px;
        padding-top: 72px;
        padding-bottom: 48px;
        width: 50%;
        text-align: justify;
        font-size: 16px;
        line-height: 22px;
        position: relative;
        float: left;
        min-height: 200px; }
        @media (max-width: 767px) {
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li {
            float: none;
            width: 100%;
            padding-right: 0;
            padding-top: 0;
            border-bottom: 2px solid #f5ce40;
            padding-bottom: 20px;
            margin-bottom: 20px;
            min-height: unset; }
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:last-child {
              padding-bottom: 0;
              margin-bottom: 0;
              border-bottom: none; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:before {
          counter-increment: section;
          content: counter(section, decimal-leading-zero);
          color: rgba(255, 255, 255, 0.1);
          font-size: 80px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          line-height: 57px;
          position: absolute;
          top: 0;
          right: 80px; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:before {
              float: left;
              margin-right: 15px;
              font-size: 50px;
              line-height: 37px;
              position: static; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:after {
          content: '';
          width: 60px;
          height: 1px;
          background: #ffffff;
          position: absolute;
          top: 27px;
          right: 0; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:after {
              display: none; } }
        .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even) {
          padding-right: 0px;
          padding-left: 80px;
          padding-bottom: 20px;
          margin-left: auto;
          margin-top: 60px;
          float: right; }
          @media (max-width: 767px) {
            .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even) {
              float: none;
              padding-left: 0;
              margin-top: 0; } }
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even):before {
            left: 80px;
            right: auto; }
          .industry-foundation-container .collaboration-process .collaboration-process-description ul li:nth-of-type(even):after {
            left: 0;
            right: auto; }

.industry-foundation-container .innovation-challenges {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .innovation-challenges {
      padding-top: 40px; } }

.industry-foundation-container .call-for-innovation {
  padding: 0 100px 100px; }
  @media (max-width: 767px) {
    .industry-foundation-container .call-for-innovation {
      padding: 28px 20px 70px; } }
  .industry-foundation-container .call-for-innovation .title2 {
    margin-bottom: 40px; }
  .industry-foundation-container .call-for-innovation .links {
    margin: 0 -30px;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border-bottom: 8px solid #FFBE00;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .industry-foundation-container .call-for-innovation .links {
        padding: 20px;
        margin: 0; } }
    .industry-foundation-container .call-for-innovation .links li {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 0 30px;
      padding-bottom: 20px;
      border-right: 1px solid #4454a5; }
      @media (max-width: 767px) {
        .industry-foundation-container .call-for-innovation .links li {
          flex: 0 0 100%;
          max-width: 100%;
          border: none;
          padding: 0 0 20px; } }
      .industry-foundation-container .call-for-innovation .links li:nth-of-type(3n) {
        border-right: none; }
      .industry-foundation-container .call-for-innovation .links li a {
        display: inline-block;
        font-size: 14px;
        color: #4454a5; }
        .industry-foundation-container .call-for-innovation .links li a:after {
          content: '';
          width: 11px;
          height: 10px;
          display: inline-block;
          margin-left: 10px;
          background: url("/assets/images/blue-arrow.svg") no-repeat center;
          background-size: cover;
          transition: 0.3s; }
        .industry-foundation-container .call-for-innovation .links li a:hover:after {
          margin-left: 15px; }
      @media (max-width: 767px) {
        .industry-foundation-container .call-for-innovation .links li:last-child {
          padding-bottom: 0; } }

.industry-foundation-container .challenges {
  padding: 0 100px 60px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .challenges {
      padding: 0 0px 40px; } }
  .industry-foundation-container .challenges::before {
    content: '';
    width: 690px;
    height: 1030px;
    background: url("/assets/images/cluster-graph-shape.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: -140px;
    bottom: -110px;
    z-index: -1; }
    @media (max-width: 767px) {
      .industry-foundation-container .challenges::before {
        display: none; } }

.industry-foundation-container .key-initiatives-section {
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .industry-foundation-container .key-initiatives-section {
      padding-bottom: 40px; } }

.industry-foundation-container .other-initiatives-section {
  background-color: #ffffff;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .industry-foundation-container .other-initiatives-section {
      margin-top: -60px;
      padding-top: 70px;
      padding-bottom: 40px; } }
  .industry-foundation-container .other-initiatives-section .subtitle {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: normal; }
    @media (max-width: 767px) {
      .industry-foundation-container .other-initiatives-section .subtitle {
        margin-bottom: 20px; } }
  .industry-foundation-container .other-initiatives-section .key-intiative-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .industry-foundation-container .other-initiatives-section .key-intiative-container {
        flex-flow: wrap;
        padding: 0 20px; } }
    .industry-foundation-container .other-initiatives-section .key-intiative-container .column {
      width: 50%;
      height: 900px;
      position: relative; }
      @media (max-width: 767px) {
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column {
          width: 100%;
          height: auto;
          min-height: 480px;
          margin-top: 20px; } }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        padding: 40px 90px;
        background-color: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        @media (max-width: 767px) {
          .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info {
            padding: 20px;
            height: 100%;
            position: static; } }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info figure {
          width: 150px;
          margin-bottom: 20px; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info h4 {
          color: #ffffff;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column .column-info p {
          font-size: calc(20px + var(--font-size-pixel));
          line-height: 1.5;
          color: #ffffff;
          font-weight: 500; }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 {
        background: url("/assets/images/other-initiative2.jpg") no-repeat center;
        background-size: cover; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 .column-info {
          top: 0; }
        @media (max-width: 767px) {
          .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col1 {
            margin-top: 0; } }
      .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col2 {
        background: url("/assets/images/other-initiative1.jpg") no-repeat center;
        background-size: cover; }
        .industry-foundation-container .other-initiatives-section .key-intiative-container .column.col2 .column-info {
          bottom: 0; }

.industry-foundation-container .industry-partner-wrapper {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .industry-foundation-container .industry-partner-wrapper {
      margin-top: -30px;
      padding-top: 80px;
      padding-bottom: 60px; }
      .industry-foundation-container .industry-partner-wrapper .btn-wrap {
        margin-top: 15px; } }
  .industry-foundation-container .industry-partner-wrapper .heading-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px; }
    .industry-foundation-container .industry-partner-wrapper .heading-container h3, .industry-foundation-container .industry-partner-wrapper .heading-container .title, .industry-foundation-container .industry-partner-wrapper .heading-container .title2, .industry-foundation-container .industry-partner-wrapper .heading-container .title3 {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .industry-foundation-container .industry-partner-wrapper .heading-container h3, .industry-foundation-container .industry-partner-wrapper .heading-container .title, .industry-foundation-container .industry-partner-wrapper .heading-container .title2, .industry-foundation-container .industry-partner-wrapper .heading-container .title3 {
          width: 100%;
          text-align: center; } }
  .industry-foundation-container .industry-partner-wrapper ul {
    position: relative; }
    .industry-foundation-container .industry-partner-wrapper ul:before {
      content: '';
      width: 1px;
      height: 100%;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 33%; }
    .industry-foundation-container .industry-partner-wrapper ul:after {
      content: '';
      width: 1px;
      height: 100%;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 66.8%; }
    @media (max-width: 767px) {
      .industry-foundation-container .industry-partner-wrapper ul:before {
        left: 50%; }
      .industry-foundation-container .industry-partner-wrapper ul:after {
        content: none; } }
  .industry-foundation-container .industry-partner-wrapper .slick-slider {
    width: 100%;
    max-width: 1167px; }
  .industry-foundation-container .industry-partner-wrapper .slick-slide div {
    margin: 0 -30px;
    position: relative; }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div li {
      padding: 30px; }
      .industry-foundation-container .industry-partner-wrapper .slick-slide div li img {
        max-height: 140px;
        display: table;
        margin: auto; }
        @media (max-width: 767px) {
          .industry-foundation-container .industry-partner-wrapper .slick-slide div li img {
            height: auto; } }
      @media (max-width: 767px) {
        .industry-foundation-container .industry-partner-wrapper .slick-slide div li {
          padding: 20px; } }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div:after {
      content: '';
      width: calc(100% - 120px);
      height: 1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      left: 60px; }
    .industry-foundation-container .industry-partner-wrapper .slick-slide div:first-child:after {
      content: none; }
    @media (max-width: 767px) {
      .industry-foundation-container .industry-partner-wrapper .slick-slide div {
        margin: 0 -20px; }
        .industry-foundation-container .industry-partner-wrapper .slick-slide div:after {
          width: 100%;
          left: 0; } }

.profile_modal {
  outline: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto; }

.common-banner .top_section .info {
  max-width: 750px; }
  .common-banner .top_section .info .title2 {
    font-size: 40px; }

.common-banner .top_section p {
  margin-top: 10px;
  font-size: calc(20px + var(--font-size-pixel));
  font-family: 'Playfair Display', serif; }

@media (max-width: 767px) {
  .common-banner .top_section {
    min-height: 220px; }
    .common-banner .top_section .info {
      padding: 55px 20px 0 !important; }
      .common-banner .top_section .info .title2 {
        font-size: 24px; } }

@media (max-width: 479px) {
  .common-banner .top_section .info {
    padding: 40px 20px 0; } }

.common-banner .top_section .right_section {
  padding-right: 100px; }
  @media (max-width: 767px) {
    .common-banner .top_section .right_section {
      padding: 0 20px; } }

.common-banner .title2 {
  color: #ffffff; }

.industry-partner-detail .partner-content {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content {
      padding: 50px 0; } }
  .industry-partner-detail .partner-content .hide {
    display: none !important; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content li {
      padding: 20px; } }
  .industry-partner-detail .partner-content .three-columnList .list_section li:nth-of-type(3n+1):before {
    content: '';
    width: calc(300% - 120px);
    height: 1px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 60px; }
  .industry-partner-detail .partner-content .three-columnList .list_section li:first-child:before {
    content: none; }
  @media (max-width: 767px) {
    .industry-partner-detail .partner-content .two-columnList .list_section li {
      width: 50%;
      position: relative; }
      .industry-partner-detail .partner-content .two-columnList .list_section li:nth-child(odd):before {
        content: '';
        width: calc(200% - 20px);
        height: 1px;
        background: white;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
        position: absolute;
        top: 0;
        left: 10px; }
      .industry-partner-detail .partner-content .two-columnList .list_section li:first-child:before {
        content: none; } }
  .industry-partner-detail .partner-content .viewMoreBtnWrap {
    text-align: center;
    padding-top: 4px; }
    .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn {
      position: relative;
      background-color: transparent;
      color: #4454a5;
      font-size: 14px;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      padding: 0; }
      .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn:after {
        content: '';
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 50%;
        z-index: 1;
        width: 16px;
        height: 16px;
        background: url("/assets/images/drop-arrow-blue.svg") no-repeat center;
        background-size: 16px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
      .industry-partner-detail .partner-content .viewMoreBtnWrap .viewMoreBtn.active:after {
        transform: rotate(180deg) translateX(50%);
        -webkit-transform: rotate(180deg) translateX(50%);
        -moz-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
        -o-transform: rotate(180deg) 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.profile_data {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .profile_data {
      padding: 0px; } }
  .profile_data .profilePopupContainer {
    position: relative;
    margin-top: 80px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .profile_data .profilePopupContainer {
        margin: 40px 0 0 0; } }
    .profile_data .profilePopupContainer .copy-link {
      margin-left: 10px;
      cursor: pointer; }
    .profile_data .profilePopupContainer .cross_btn {
      position: absolute;
      top: -100px;
      right: -50px;
      z-index: 1;
      background-color: transparent;
      color: #ffffff;
      border: none;
      font-size: 80px;
      line-height: 38px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 100;
      cursor: pointer; }
      @media (max-width: 767px) {
        .profile_data .profilePopupContainer .cross_btn {
          top: -30px;
          right: 5px;
          padding: 0; } }
  @media (max-width: 767px) {
    .profile_data .moreProfileTab {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .profile_data .listStyle {
      padding: 0 20px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; } }
  @media (max-width: 767px) {
    .profile_data .listStyle.hide {
      height: 212px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .profile_data .listStyle.expand {
      padding: 0 20px;
      height: auto;
      overflow: visible; } }
  @media (max-width: 767px) {
    .profile_data .listStyle li {
      font-size: 12px;
      line-height: 1.83; } }
  @media (max-width: 767px) {
    .profile_data .listStyle li:before {
      top: 10px; } }

.about-psa-team-info .about-psa-img {
  position: relative;
  z-index: 1; }
  .about-psa-team-info .about-psa-img .team_card_img {
    margin: 0 auto;
    -webkit-transform: Scale(1.5);
    -moz-transform: Scale(1.5);
    -ms-transform: Scale(1.5);
    -o-transform: Scale(1.5);
    transform: Scale(1.5); }
    @media (max-width: 767px) {
      .about-psa-team-info .about-psa-img .team_card_img {
        -webkit-transform: Scale(0.8);
        -moz-transform: Scale(0.8);
        -ms-transform: Scale(0.8);
        -o-transform: Scale(0.8);
        transform: Scale(0.8); } }

.about-psa-team-info .psa-team-info-group {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  margin-top: -100px; }
  @media (max-width: 767px) {
    .about-psa-team-info .psa-team-info-group {
      padding: 0 20px; } }

.psa-team-info-header {
  background-color: #eeeeee;
  padding-top: 150px; }
  @media (max-width: 767px) {
    .psa-team-info-header {
      padding-top: 85px; } }
  .psa-team-info-header .psa-info-header-top {
    padding: 0 350px 25px 100px;
    position: relative; }
    @media (max-width: 767px) {
      .psa-team-info-header .psa-info-header-top {
        padding: 0 20px !important;
        text-align: center; } }
    .psa-team-info-header .psa-info-header-top .psa-contactInfo {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .psa-team-info-header .psa-info-header-top .psa-contactInfo {
          text-align: left; } }
      .psa-team-info-header .psa-info-header-top .psa-contactInfo ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li {
          position: relative;
          min-width: 225px;
          margin-bottom: 15px;
          padding-left: 35px;
          padding-right: 15px;
          border-left: 1px solid #212121;
          background-position: 5px center !important; }
          @media (max-width: 767px) {
            .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li {
              border: none !important;
              background-position: left center !important;
              padding-left: 30px !important;
              font-size: 16px !important;
              line-height: 1.63;
              min-width: 100% !important; } }
          .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li.event {
            background: url("/assets/images/event-icon.svg") no-repeat left center;
            background-size: 20px; }
          .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li.fax {
            background: url("/assets/images/fax-icon.svg") no-repeat left center;
            background-size: 20px; }
          .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li.email {
            background: url("/assets/images/email-icon.svg") no-repeat left center;
            background-size: 20px; }
          .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li.phone {
            background: url("/assets/images/phone-icon.svg") no-repeat left center;
            background-size: 20px; }
          .psa-team-info-header .psa-info-header-top .psa-contactInfo ul li:first-child {
            padding-left: 30px;
            border-left: none;
            background-position: left center !important; }
    .psa-team-info-header .psa-info-header-top.no-award {
      padding: 0 100px 25px 100px; }
    .psa-team-info-header .psa-info-header-top.yes-award .psa-contactInfo ul li:nth-child(2n+1) {
      padding-left: 30px;
      border-left: none;
      background-position: left center !important; }
    .psa-team-info-header .psa-info-header-top.no-award .psa-contactInfo ul li {
      min-width: auto;
      font-size: 14px; }
  .psa-team-info-header .awards-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding-top: 20px; }
  .psa-team-info-header .awards {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 1;
    padding: 36px;
    padding-left: 60px;
    background-color: #ffffff;
    width: 295px; }
    @media (max-width: 767px) {
      .psa-team-info-header .awards {
        position: relative;
        right: -20px;
        margin-left: auto;
        bottom: auto;
        width: 252px;
        text-align: left;
        padding: 20px;
        padding-left: 50px;
        margin-top: 0;
        background-color: #eeeeee; } }
    .psa-team-info-header .awards:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -40px;
      z-index: 1;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 81px;
      height: 92px;
      background: url("/assets/images/medal.svg") no-repeat center;
      background-color: #FFBE00;
      background-size: 41px; }
      @media (max-width: 767px) {
        .psa-team-info-header .awards:before {
          width: 50px;
          height: 50px;
          background-size: 21px;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 1;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          margin-left: -25px; } }
    .psa-team-info-header .awards p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 1.5;
      font-weight: 500; }
  .psa-team-info-header h4 {
    font-weight: 700; }
  .psa-team-info-header p {
    font-size: calc(20px + var(--font-size-pixel));
    line-height: 1.5;
    font-weight: 500;
    color: #686868; }
    .psa-team-info-header p + p {
      margin-top: 10px; }

.psa-info-body-content {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .psa-info-body-content {
      padding-bottom: 40px; } }
  .psa-info-body-content .psa-info-body {
    padding: 0 100px;
    margin-top: 60px;
    position: relative; }
    @media (max-width: 767px) {
      .psa-info-body-content .psa-info-body {
        padding: 0 25px;
        margin-top: 40px; } }
    .psa-info-body-content .psa-info-body:before {
      content: '';
      width: 135px;
      height: 16px;
      border-top: 4px solid #FFBE00;
      border-right: 4px solid #FFBE00;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 767px) {
        .psa-info-body-content .psa-info-body:before {
          width: 60px; } }
    .psa-info-body-content .psa-info-body h4 {
      padding-top: 20px;
      font-weight: 700; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.combined-shape-container {
  position: relative;
  z-index: 1;
  width: 1136px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .combined-shape-container {
      width: auto; } }
  .combined-shape-container h2 {
    margin-bottom: 12px; }
  .combined-shape-container h6 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 500; }
  .combined-shape-container ul {
    margin-top: 76px; }
    @media (max-width: 767px) {
      .combined-shape-container ul {
        margin-top: 40px; } }
    .combined-shape-container ul li.description-block {
      margin-top: -8px;
      display: flex;
      padding: 0 25px;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: justify;
      font-style: normal;
      color: #212121;
      font-family: Montserrat;
      text-align: center;
      align-items: center;
      position: relative;
      min-height: 298px; }
      .combined-shape-container ul li.description-block:before {
        content: '';
        width: 254px;
        height: 297px;
        background: url("/assets/images/list-shape.png") no-repeat left center;
        background-size: 100%;
        position: absolute;
        top: 1px;
        left: -30px; }
        @media (max-width: 767px) {
          .combined-shape-container ul li.description-block:before {
            background: url("/assets/images/none") no-repeat center;
            background-size: cover; } }
      .combined-shape-container ul li.description-block:after {
        content: '';
        height: 7px;
        background: #f2bd12;
        position: absolute;
        right: 120px;
        bottom: 0px;
        left: 120px; }
        @media (max-width: 767px) {
          .combined-shape-container ul li.description-block:after {
            display: none; } }
      .combined-shape-container ul li.description-block .serial-no {
        width: 100px;
        height: 97px;
        opacity: 0.2;
        font-family: Montserrat;
        font-size: 80px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121; }
      .combined-shape-container ul li.description-block .detail {
        text-align: justify;
        width: calc(100% - 100px); }
        .combined-shape-container ul li.description-block .detail p {
          font-size: calc(20px + var(--font-size-pixel));
          line-height: 30px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 8;
          overflow: hidden; }
          @media (max-width: 767px) {
            .combined-shape-container ul li.description-block .detail p {
              display: inherit;
              overflow: visible; } }
          .combined-shape-container ul li.description-block .detail p strong, .combined-shape-container ul li.description-block .detail p b {
            font-weight: 600; }
      .combined-shape-container ul li.description-block:nth-child(odd) {
        flex-direction: row; }
        .combined-shape-container ul li.description-block:nth-child(odd) .detail {
          padding: 25px 60px 25px 40px; }
          @media (max-width: 767px) {
            .combined-shape-container ul li.description-block:nth-child(odd) .detail {
              padding: 0px; } }
      .combined-shape-container ul li.description-block:nth-child(even) {
        flex-direction: row-reverse; }
        .combined-shape-container ul li.description-block:nth-child(even):before {
          content: '';
          background: url("/assets/images/list-shape.png") no-repeat left center;
          background-size: 100%;
          position: absolute;
          top: 1px;
          right: -32px;
          left: auto;
          transform: rotate(180deg); }
          @media (max-width: 767px) {
            .combined-shape-container ul li.description-block:nth-child(even):before {
              background: url("/assets/images/none") no-repeat center;
              background-size: cover; } }
        .combined-shape-container ul li.description-block:nth-child(even) .detail {
          padding: 25px 40px 25px 60px; }
        @media (max-width: 767px) {
          .combined-shape-container ul li.description-block:nth-child(even) {
            flex-direction: row; }
            .combined-shape-container ul li.description-block:nth-child(even) .detail {
              padding: 0px; } }
      .combined-shape-container ul li.description-block:last-child:after {
        width: 0; }
  @media (max-width: 767px) {
    .combined-shape-container {
      padding: 60px 20px; }
      .combined-shape-container h6 {
        font-size: 20px; }
      .combined-shape-container ul li.description-block {
        font-size: 16px;
        padding: 20px 0px;
        display: inline-block;
        min-height: 8px; }
        .combined-shape-container ul li.description-block .serial-no {
          font-size: 40px;
          float: left;
          margin-right: 20px;
          width: auto;
          height: auto; }
        .combined-shape-container ul li.description-block .detail {
          width: 100%; }
      .combined-shape-container ul li.description-block + li {
        border-top: 2px solid #FFBE00; } }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.initiative-section {
  padding: 60px 0 0px 0;
  background-color: #080f2d;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .initiative-section {
      margin: 0;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .initiative-section {
      padding: 60px 0 0 0;
      margin: 0; } }
  @media (max-width: 767px) {
    .initiative-section .title {
      text-align: center; } }
  @media (max-width: 479px) {
    .initiative-section .title {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .initiative-section .initiative-card-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 70px;
    border-bottom: 1px solid #f2bd12;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .initiative-section .initiative-card-container {
        margin-top: 30px;
        padding-bottom: 10px; } }
    .initiative-section .initiative-card-container .tab {
      cursor: pointer;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.2;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 20px 30px;
      position: relative;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      @media (max-width: 767px) {
        .initiative-section .initiative-card-container .tab {
          padding: 10px 20px;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
      .initiative-section .initiative-card-container .tab .tab-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative; }
      .initiative-section .initiative-card-container .tab:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 1px;
        height: 60%;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; }
      .initiative-section .initiative-card-container .tab:after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: none;
        border-left: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; }
        @media (max-width: 767px) {
          .initiative-section .initiative-card-container .tab:after {
            width: 20px;
            height: 20px;
            border-width: 3px; } }
      .initiative-section .initiative-card-container .tab:last-child:before {
        content: none; }
      .initiative-section .initiative-card-container .tab:last-child:after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: none;
        border-right: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff; }
        @media (max-width: 767px) {
          .initiative-section .initiative-card-container .tab:last-child:after {
            width: 20px;
            height: 20px;
            border-width: 3px; } }
      .initiative-section .initiative-card-container .tab:hover:after {
        width: 80px;
        height: 50px;
        border-color: #f2bd12; }
      .initiative-section .initiative-card-container .tab.active {
        font-weight: 700; }
        .initiative-section .initiative-card-container .tab.active:after {
          bottom: -25px;
          border-width: 10px;
          width: 100%;
          height: 100%;
          border-color: #f2bd12; }
          @media (max-width: 767px) {
            .initiative-section .initiative-card-container .tab.active:after {
              border-width: 6px;
              bottom: -13px; } }
  .initiative-section .initiative-content {
    padding-top: 70px;
    border-right: 1px solid #f2bd12;
    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; }
    @media (max-width: 767px) {
      .initiative-section .initiative-content {
        padding: 0 !important;
        padding-bottom: 60px !important; } }
    .initiative-section .initiative-content .initiative-layer {
      position: absolute;
      top: 175px;
      right: -85px;
      z-index: -1;
      width: 475px; }
      @media (max-width: 767px) {
        .initiative-section .initiative-content .initiative-layer {
          display: none; } }
      .initiative-section .initiative-content .initiative-layer img {
        max-width: 100%; }
    .initiative-section .initiative-content .tab-heading {
      padding: 20px 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .initiative-section .initiative-content .tab-heading {
          padding: 20px;
          padding-left: 0; } }
      .initiative-section .initiative-content .tab-heading h2 {
        font-size: calc(var(--font-size-pixel) + 24px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .initiative-section .initiative-content .tab-heading p {
        font-size: calc(20px + var(--font-size-pixel));
        line-height: 1.7;
        color: #ffffff; }
    .initiative-section .initiative-content .mission-heading {
      font-size: 24px;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      padding: 80px 0;
      position: relative; }
  .initiative-section .home-pm-stiac {
    padding-bottom: 150px; }

.mission-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -1px; }
  .mission-card-container ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    margin-left: 2px; }
    .mission-card-container ul .mission-card {
      width: 233px;
      border: 1px solid #21317D;
      border-left-color: transparent;
      border-top-color: transparent;
      padding: 30px;
      min-height: 340px;
      position: relative; }
      .mission-card-container ul .mission-card:nth-child(n + 6) {
        border-bottom: none; }
      .mission-card-container ul .mission-card:nth-child(5) {
        border-right-color: #f2bd12; }
      .mission-card-container ul .mission-card:nth-child(n + 6) {
        top: -1px; }
    .mission-card-container ul .missionCardBdr {
      position: absolute;
      right: 0;
      z-index: 2;
      background-color: #f2bd12;
      width: 0;
      height: 1px;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      margin-top: -1px; }

.tabPosition1 .initiative-content {
  border-left: 1px solid #f2bd12;
  border-right: none;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .tabPosition1 .initiative-content {
      padding-left: 20px !important; } }
  @media (max-width: 767px) {
    .tabPosition1 .initiative-content .tab-heading {
      padding: 20px 0; } }

.etg-initiatives-container {
  border-left: 1px solid #f2bd12;
  width: 100%;
  padding-right: 50px;
  margin-left: -2px;
  padding-bottom: 150px; }
  .etg-initiatives-container .etg-initiatives-card ul {
    margin-left: 0; }
    .etg-initiatives-container .etg-initiatives-card ul li {
      padding: 0 50px;
      border-left: 1px solid #21317D;
      max-width: 230px;
      text-align: center;
      position: relative; }
      .etg-initiatives-container .etg-initiatives-card ul li figure {
        height: 100px;
        overflow: hidden; }
        .etg-initiatives-container .etg-initiatives-card ul li figure img {
          max-height: 100px;
          display: inline-block; }
      .etg-initiatives-container .etg-initiatives-card ul li .heading {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 500;
        font-family: "Montserrat", sans-serif; }
      .etg-initiatives-container .etg-initiatives-card ul li:first-child {
        border-left: none; }
  .etg-initiatives-container .btn-group {
    padding: 0 50px;
    margin-top: 50px; }
    .etg-initiatives-container .btn-group .btn {
      vertical-align: middle;
      cursor: pointer; }

.key-initiative-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  background-color: unset;
  margin-top: 50px;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .key-initiative-section {
      padding-top: 5px; } }
  @media (max-width: 767px) {
    .key-initiative-section {
      margin-bottom: 0;
      padding-bottom: 15px;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .key-initiative-section p,
  .key-initiative-section a,
  .key-initiative-section h2,
  .key-initiative-section h3,
  .key-initiative-section .title,
  .key-initiative-section .title2,
  .key-initiative-section .title3,
  .key-initiative-section span {
    font-family: "Lato", sans-serif; }
  .key-initiative-section .key-initiative-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 760px;
    border-right: 1px solid #f2bd12;
    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;
    background-image: url("/assets/images/initiative-bg.jpg");
    font-family: "Lato", sans-serif;
    background-size: cover; }
    @media (max-width: 991px) {
      .key-initiative-section .key-initiative-content {
        height: 100%; } }
    .key-initiative-section .key-initiative-content .container {
      padding: 0 100px;
      max-width: 100%;
      width: 100%;
      margin: 0; }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 0 90px;
          max-width: 100%;
          width: 100%;
          margin: 0; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 40px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 0 20px; } }
    .key-initiative-section .key-initiative-content-overlay::after {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .key-initiative-section .key-initiative-content .scroll-wrap {
      position: relative; }
    .key-initiative-section .key-initiative-content-para {
      height: 340px;
      overflow-y: auto;
      margin-bottom: 24px;
      padding-right: 16px; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar {
        width: 10px; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-track {
        background: #ffffff; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-thumb {
        background: #9A9A9A; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-thumb:hover {
        background: #5A5A5A; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-para {
          height: 338px; } }
      @media (max-width: 1500px) {
        .key-initiative-section .key-initiative-content-para {
          height: 336px; } }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content-para {
          margin-bottom: 12px;
          height: 340px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para {
          height: 225px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-para {
          height: 200px;
          margin-bottom: 18px; } }
      .key-initiative-section .key-initiative-content-para .icon-arrow {
        position: absolute;
        bottom: -16px;
        left: 50%; }
        .key-initiative-section .key-initiative-content-para .icon-arrow img {
          width: 15px;
          height: 15px; }
      .key-initiative-section .key-initiative-content-para ul {
        padding-left: 20px;
        list-style-type: initial; }
        .key-initiative-section .key-initiative-content-para ul li {
          font-family: "Lato", sans-serif;
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 8px; }
          @media (max-width: 767px) {
            .key-initiative-section .key-initiative-content-para ul li {
              font-size: 16px;
              line-height: 22px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para.etg {
          height: 410px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para.etg ul li {
          font-size: 16px;
          line-height: 22px; } }
    .key-initiative-section .key-initiative-content-download {
      padding-top: 12px; }
      .key-initiative-section .key-initiative-content-download a {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        font-family: "Lato", sans-serif; }
        .key-initiative-section .key-initiative-content-download a:hover {
          text-decoration: underline; }
        .key-initiative-section .key-initiative-content-download a strong {
          font-family: "Lato", sans-serif; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-download a {
            font-size: 14px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-download {
          padding-top: 0; } }
    @media (max-width: 767px) {
      .key-initiative-section .key-initiative-content {
        padding: 0 !important;
        padding-bottom: 28px !important; } }
    .key-initiative-section .key-initiative-content .initiative-layer {
      position: absolute;
      top: 175px;
      right: -85px;
      z-index: -1;
      width: 475px; }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content .initiative-layer {
          display: none; } }
      .key-initiative-section .key-initiative-content .initiative-layer img {
        max-width: 100%; }
    .key-initiative-section .key-initiative-content .tab-heading {
      padding: 20px 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content .tab-heading {
          padding: 20px;
          padding-left: 0; } }
      .key-initiative-section .key-initiative-content .tab-heading h2 {
        font-size: calc(var(--font-size-pixel) + 24px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .key-initiative-section .key-initiative-content .tab-heading p {
        font-size: calc(20px + var(--font-size-pixel));
        line-height: 1.7;
        color: #000000; }
        .key-initiative-section .key-initiative-content .tab-heading p span {
          color: #000000; }
    .key-initiative-section .key-initiative-content-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      z-index: 2; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-wrap {
          height: 603px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-wrap {
          height: auto; } }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content-wrap {
          margin-top: 26px;
          flex-flow: column; } }
      .key-initiative-section .key-initiative-content-wrap:has(.key-initiative-content-text-2) {
        height: auto;
        align-items: baseline; }
      .key-initiative-section .key-initiative-content-wrap:has(.key-initiative-content-para.etg) {
        height: 530px; }
    .key-initiative-section .key-initiative-content-text {
      flex: 0 0 50%;
      width: 50%;
      max-width: 100%;
      background-color: #ffffff;
      font-family: "Lato", sans-serif;
      padding: 54px 40px; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 54px 40px; } }
      @media (max-width: 1500px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 40px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 18px; } }
      .key-initiative-section .key-initiative-content-text .icon-arrow {
        opacity: 0; }
      .key-initiative-section .key-initiative-content-text:hover .icon-arrow {
        opacity: 1; }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-text {
          width: 100%; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 26px 15px; } }
      .key-initiative-section .key-initiative-content-text p {
        font-size: calc(18px + var(--font-size-pixel)) !important;
        line-height: 26px !important; }
        .key-initiative-section .key-initiative-content-text p span {
          color: #000000;
          font-family: "Lato", sans-serif; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text p {
            font-size: calc(14px + var(--font-size-pixel)) !important;
            line-height: 22px !important; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text p {
            font-size: calc(16px + var(--font-size-pixel)) !important;
            line-height: 22px !important; } }
      .key-initiative-section .key-initiative-content-text h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        margin-right: auto; }
        @media (max-width: 1800px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(28px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 1500px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(24px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(24px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(16px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 479px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(20px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
      .key-initiative-section .key-initiative-content-text-2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 100%;
        padding-top: 35px; }
        @media (max-width: 1800px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 45px; } }
        @media (max-width: 1500px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 20px; } }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 30px; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 0; } }
        .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
          font-size: 20px;
          text-align: left;
          margin-right: auto; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
              font-size: 16px; } }
    .key-initiative-section .key-initiative-content-grid {
      flex: 0 0 50%;
      width: 50%;
      align-self: flex-start;
      height: 100%; }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-grid {
          flex: 0 0 100%;
          width: 100%;
          margin-top: 35px; } }
      .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
        padding-left: 80px; }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
            padding-left: 60px; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
            padding-left: 0; } }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a {
          color: #ffffff; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a span {
            font-family: "Lato", sans-serif; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a:hover {
            text-decoration: underline; }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .mission-card-container {
          display: block; }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul {
          flex-flow: column; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li {
            position: relative;
            margin-bottom: 18px; }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item {
              border: 1px solid #ffffff;
              display: block;
              position: relative;
              z-index: 1;
              height: 110px; }
              @media (max-width: 991px) {
                .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item {
                  height: 60px; } }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item figure {
                display: none; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item .heading {
                color: #ffffff;
                font-size: 20px;
                text-align: center;
                font-weight: 600;
                padding: 20px 0;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                height: 100%;
                font-family: "Lato", sans-serif;
                text-transform: uppercase;
                justify-content: center; }
                @media (max-width: 991px) {
                  .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item .heading {
                    font-size: 14px; } }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover {
              background-color: #ffffff; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover .heading {
                color: #000000; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover::after {
                content: unset;
                background: unset; }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li::after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: rgba(1, 1, 1, 0.4); }
    .key-initiative-section .key-initiative-content-heading {
      font-family: lato, sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 22px;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-heading {
          font-size: 14px;
          line-height: 22px;
          padding-bottom: 8px; } }
    .key-initiative-section .key-initiative-content-missions {
      padding-left: 80px; }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 60px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 50px; } }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 0; } }
      .key-initiative-section .key-initiative-content-missions .mission-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 4%; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .mission-items {
            flex-flow: column;
            gap: 10px;
            padding: 0px; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .mission-items {
            padding: 0 16px;
            position: relative; } }
        .key-initiative-section .key-initiative-content-missions .mission-items .mission-card {
          flex: 0 0 48%;
          width: 48%;
          max-width: 100%;
          margin-bottom: 24px;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          position: relative; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card {
              flex: 0 0 100%;
              width: 100%;
              margin-bottom: 0; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo {
            text-align: left;
            transform: unset; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo p {
              margin: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card::after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(1, 1, 1, 0.4); }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:nth-child(5), .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:nth-child(6) {
            margin-bottom: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
            border: 1px solid #ffffff;
            display: block;
            width: 100%;
            position: relative;
            z-index: 2; }
            @media (min-width: 1800px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 185px; } }
            @media (max-width: 1800px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 169px; } }
            @media (max-width: 1500px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 160px; } }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 50px; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item {
            padding: 30px 40px;
            font-family: "Lato", sans-serif;
            margin-top: 0; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item {
                padding: 0; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item .readmore {
              text-transform: unset; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item-wrap {
              margin: 0 auto; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover {
            background-color: #ffffff;
            border: none !important;
            box-shadow: none; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-card-item-wrap {
              text-align: left;
              transition: all 0.5s ease 0s;
              transform: translateY(0px);
              margin: unset; }
              @media (max-width: 991px) {
                .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-card-item-wrap {
                  margin: 0 auto; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .heading {
              margin-top: 0;
              transition: all 0.5s; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-subinfo {
              margin-top: 16px; }
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-subinfo .readmore {
                text-transform: unset; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover a {
            background-color: #ffffff; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .heading {
            text-transform: uppercase; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .heading {
                font-size: 16px;
                line-height: 22px; } }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo {
              display: none; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item {
            padding: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            height: 160px; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item {
                height: 100px; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item .heading {
              position: relative;
              z-index: 1;
              transition: all 0.3s;
              margin-top: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover {
            background-color: transparent; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover::after {
              background-color: rgba(255, 255, 255, 0.7); }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover .heading {
              position: relative;
              z-index: 1;
              transition: all 0.3s; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg.active {
            background-color: transparent;
            box-shadow: none;
            border: none !important; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg.active::after {
              background-color: #ffffff; }
        .key-initiative-section .key-initiative-content-missions .mission-items .mission-card-item {
          padding: 30px 40px;
          text-align: center;
          flex-flow: unset; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card-item-wrap {
            align-self: center;
            transform: translateY(15%); }
      .key-initiative-section .key-initiative-content-missions .slick-arrow {
        width: 45px;
        height: 55px;
        background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
        background-color: transparent;
        position: absolute;
        top: unset;
        right: -50px;
        bottom: -36px;
        left: unset;
        z-index: 1;
        cursor: pointer; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-arrow {
            width: 30px;
            height: 60px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: unset;
            left: unset;
            z-index: 1;
            background: url("/assets/images/white_arrowright_mob.svg") no-repeat center;
            background-color: transparent; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-arrow {
            padding: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: unset;
            left: unset;
            z-index: 1;
            background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
            background-color: transparent; } }
        .key-initiative-section .key-initiative-content-missions .slick-arrow::before {
          content: none; }
        .key-initiative-section .key-initiative-content-missions .slick-arrow:hover {
          background: url("/assets/images/yellow-icon-arrow.svg") no-repeat center;
          background-color: transparent; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .slick-arrow:hover {
              background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
              background-color: transparent; } }
      .key-initiative-section .key-initiative-content-missions .slick-prev {
        transform: rotate(180deg);
        position: absolute;
        top: unset;
        right: -50px;
        bottom: 52px;
        left: unset;
        z-index: 1; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-prev {
            transform: rotate(0deg) translateY(-50%);
            position: absolute;
            top: 50%;
            right: unset;
            bottom: 50%;
            left: 16px;
            z-index: 1; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-prev {
            position: absolute;
            top: 50%;
            right: unset;
            bottom: 50%;
            left: -20px;
            z-index: 1; } }
      .key-initiative-section .key-initiative-content-missions .slick-next {
        position: absolute;
        top: unset;
        right: -50px;
        bottom: 0;
        left: unset;
        z-index: 1; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-next {
            transform: translateY(-50%) rotate(180deg);
            position: absolute;
            top: 50%;
            right: -32px;
            bottom: unset;
            left: unset;
            z-index: 1; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-next {
            position: absolute;
            top: 50%;
            right: -20px;
            bottom: unset;
            left: unset;
            z-index: 1; } }

.key-initiative-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #f2bd12; }
  @media (max-width: 991px) {
    .key-initiative-card-container {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .key-initiative-card-container {
      margin-top: 10px;
      border: none; } }
  .key-initiative-card-container .tab-info:has(.key-initiative-content) .key-initiative-title-mob {
    background-color: #FFBE00; }
  .key-initiative-card-container .tab-info .key-initiative-title-mob {
    background-image: url("/assets/images/dropdown_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom 50%;
    background-size: 10px 17px; }
  .key-initiative-card-container .tab {
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50.6%;
    flex: 0 0 50.6%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 20px 75px;
    position: relative;
    text-align: center;
    background-color: #EFEFEF;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    z-index: 4; }
    @media (max-width: 991px) {
      .key-initiative-card-container .tab {
        padding: 15px 32px;
        font-size: 12px;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .key-initiative-card-container .tab {
        padding: 10px 20px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    .key-initiative-card-container .tab .tab-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 991px) {
        .key-initiative-card-container .tab .tab-info {
          font-size: 12px; } }
    .key-initiative-card-container .tab:last-child:before {
      content: none; }
    .key-initiative-card-container .tab:hover {
      background: rgba(255, 190, 0, 0.3); }
      .key-initiative-card-container .tab:hover:after {
        width: 80px;
        height: 50px;
        border-color: #f2bd12; }
    .key-initiative-card-container .tab.active {
      font-weight: 700;
      background-color: #FFBE00;
      font-family: Lato, sans-serif;
      box-shadow: 0px 6px 6px 3px #00000040;
      z-index: 5; }
  .key-initiative-card-container.tab3 .tab {
    flex: 1;
    padding: 20px 36px;
    border-right: 1px solid #FFBE00; }
    @media (max-width: 991px) {
      .key-initiative-card-container.tab3 .tab {
        padding: 20px; } }
  .key-initiative-card-container ~ .tab3-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .key-initiative-card-container ~ .tab3-container {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .key-initiative-card-container ~ .tab3-container .tab-section-content {
      background-color: #ffffff;
      border: 1px solid #FFBE00;
      padding: 40px 30px; }
      @media (max-width: 991px) {
        .key-initiative-card-container ~ .tab3-container .tab-section-content {
          padding: 30px 20px; } }

.key-initiative-title-mob {
  padding: 12px 90px 12px 23px;
  outline: none;
  border: none;
  background: #f7f7f7;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  box-shadow: 0px 4px 10px 0px #00000040;
  font-family: "Lato", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px; }

/* 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 !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

#missionScrollSection::-webkit-scrollbar {
  display: none; }

.slick-slider {
  width: 100%; }

.mission-initiative-section {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .mission-initiative-section {
      margin-top: 30px;
      margin-bottom: 30px; } }

.mission-initiative-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px; }

.mission-initiative-image {
  width: 51%; }
  @media (max-width: 991px) {
    .mission-initiative-image {
      width: 51%; } }
  @media (max-width: 767px) {
    .mission-initiative-image {
      width: 100%; } }
  .mission-initiative-image figure img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #FFBE00;
    background-color: #ffffff; }
    @media (max-width: 991px) {
      .mission-initiative-image figure img {
        width: 68px;
        height: 68px; } }
    @media (max-width: 767px) {
      .mission-initiative-image figure img {
        width: 65px;
        height: 65px; } }

.mission-initiative-wrap {
  overflow: auto;
  height: 530px;
  width: 100%; }
  @media (max-width: 991px) {
    .mission-initiative-wrap {
      height: 320px; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap {
      height: auto;
      margin-top: 20px;
      padding: 0 10px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap .slick-slide > div {
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap .slick-slide.slick-current .mission-tiles {
      background-color: #FFBE00; } }
  .mission-initiative-wrap.etg {
    height: auto !important; }
    @media (max-width: 991px) {
      .mission-initiative-wrap.etg {
        height: 425px !important; } }
    .mission-initiative-wrap.etg .mission-tiles-wrap {
      margin-bottom: 0; }
      .mission-initiative-wrap.etg .mission-tiles-wrap:nth-child(3) {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .mission-initiative-wrap.etg .mission-tiles-wrap {
          height: 135px !important; } }
      @media (max-width: 991px) {
        .mission-initiative-wrap.etg .mission-tiles-wrap .mission-tiles {
          padding: 23px; } }
    @media (max-width: 767px) {
      .mission-initiative-wrap.etg .mission-tiles-text {
        font-size: 12px;
        line-height: 18px; } }

.mission-initiative-slides {
  flex: 1;
  position: relative; }
  .mission-initiative-slides .mission-tiles {
    width: 50%;
    align-items: center;
    border: 1px solid #FFBE00;
    padding: 30px; }
    @media (max-width: 767px) {
      .mission-initiative-slides .mission-tiles {
        padding: 20px;
        height: 105px; } }
    .mission-initiative-slides .mission-tiles-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 25px; }
      @media (max-width: 991px) {
        .mission-initiative-slides .mission-tiles-wrap {
          gap: 10px; } }
      .mission-initiative-slides .mission-tiles-wrap:has(.mission-tiles) {
        height: 160px;
        margin-bottom: 25px; }
        @media (max-width: 991px) {
          .mission-initiative-slides .mission-tiles-wrap:has(.mission-tiles) {
            height: 100px;
            margin-bottom: 10px; } }
      .mission-initiative-slides .mission-tiles-wrap:last-child {
        margin-bottom: 0; }
    .mission-initiative-slides .mission-tiles-text {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .mission-initiative-slides .mission-tiles-text {
          font-size: 14px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .mission-initiative-slides .mission-tiles-text {
          font-size: 16px;
          line-height: 22px; } }
    .mission-initiative-slides .mission-tiles:hover {
      cursor: pointer;
      background-color: rgba(255, 190, 0, 0.3); }
    .mission-initiative-slides .mission-tiles.active {
      background-color: #FFBE00; }
  .mission-initiative-slides .arrow-yellow, .mission-initiative-slides .slick-arrow {
    width: 45px;
    height: 55px;
    position: absolute;
    top: unset;
    right: -50px;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow, .mission-initiative-slides .slick-arrow {
        width: 16px;
        height: 16px;
        background-size: 20px 20px;
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
    .mission-initiative-slides .arrow-yellow:before, .mission-initiative-slides .slick-arrow:before {
      content: unset; }
  .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
    position: absolute;
    top: unset;
    right: -50px;
    bottom: 50px;
    z-index: 1;
    transform: rotate(-90deg); }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
        position: absolute;
        top: 50%;
        right: -20px;
        bottom: unset;
        left: unset;
        z-index: 1;
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
        position: absolute;
        top: 50%;
        right: -10px;
        bottom: unset;
        left: unset;
        z-index: 1;
        background-size: contain; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-prev:hover, .mission-initiative-slides .slick-prev:hover {
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
  .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
    transform: rotate(90deg); }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
        position: absolute;
        top: 50%;
        right: unset;
        bottom: unset;
        left: -20px;
        z-index: 1; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
        position: absolute;
        top: 50%;
        right: unset;
        bottom: unset;
        left: -10px;
        z-index: 1; } }

.mission-initiative-lg-slide {
  background: url("/assets/images/mission_bg_mask.svg") no-repeat center;
  background-color: #f7f7f7;
  height: 530px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 991px) {
    .mission-initiative-lg-slide {
      height: 320px; } }
  @media (max-width: 767px) {
    .mission-initiative-lg-slide {
      height: auto; } }
  @media (max-width: 991px) {
    .mission-initiative-lg-slide a {
      box-shadow: 0px 4px 15px 0px #0000002E; } }
  .mission-initiative-lg-slide p, .mission-initiative-lg-slide a {
    font-family: "Lato", sans-serif; }
  .mission-initiative-lg-slide p {
    text-align: center !important;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide p {
        font-size: 14px;
        line-height: 22px; } }
  .mission-initiative-lg-slide h4 {
    margin-top: 38px;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide h4 {
        margin-top: 20px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 22px; } }
  .mission-initiative-lg-slide.etg {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide.etg {
        padding: 20px; } }
    @media (max-width: 767px) {
      .mission-initiative-lg-slide.etg {
        padding: 15px; } }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide.etg h6 {
        font-size: 18px;
        line-height: 24px; } }
    .mission-initiative-lg-slide.etg ul {
      padding-left: 20px;
      list-style-type: initial; }
      .mission-initiative-lg-slide.etg ul li {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 8px; }
        @media (max-width: 991px) {
          .mission-initiative-lg-slide.etg ul li {
            font-size: 16px;
            line-height: 22px; } }
  .mission-initiative-lg-slide.etgmobile {
    background-image: unset;
    height: 570px;
    background-size: cover; }
    .mission-initiative-lg-slide.etgmobile .key-initiative-content-text {
      width: 90%;
      padding: 20px;
      z-index: 2;
      height: 522px;
      position: absolute;
      top: 30px; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text ul {
        list-style: disc; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .key-initiative-content-para {
        height: 400px; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text h3, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title2, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title3 {
        font-size: 18px;
        line-height: 22px; }

.mission-initiative-wrap.etgmobile {
  z-index: 2; }
  .mission-initiative-wrap.etgmobile .slick-slide {
    position: relative; }
  .mission-initiative-wrap.etgmobile .mission-tiles {
    position: relative;
    border: none;
    background-color: transparent; }
    .mission-initiative-wrap.etgmobile .mission-tiles-text {
      color: #ffffff;
      position: relative;
      z-index: 1;
      font-size: 12px;
      line-height: 18px; }
    .mission-initiative-wrap.etgmobile .mission-tiles:hover::after {
      background-color: rgba(255, 255, 255, 0.7); }
    .mission-initiative-wrap.etgmobile .mission-tiles:hover .mission-tiles-text {
      color: black; }
    .mission-initiative-wrap.etgmobile .mission-tiles::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(1, 1, 1, 0.4); }
    .mission-initiative-wrap.etgmobile .mission-tiles.active {
      background-color: #ffffff !important;
      position: relative; }
      .mission-initiative-wrap.etgmobile .mission-tiles.active .mission-tiles-text {
        color: #000000; }
      .mission-initiative-wrap.etgmobile .mission-tiles.active:after {
        content: unset; }
  .mission-initiative-wrap.etgmobile .slick-slide.slick-current .mission-tiles:not(.active) {
    background-color: transparent !important; }
  .mission-initiative-wrap.etgmobile .slick-arrow {
    background: url("/assets/images/white_arrowleft_mob.svg") no-repeat center;
    background-color: transparent; }
  .mission-initiative-wrap.etgmobile .slick-prev {
    transform: rotate(0deg); }
  .mission-initiative-wrap.etgmobile .slick-next {
    transform: rotate(180deg); }

