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

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

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

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

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

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

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

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

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

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

h6 {
  font-size: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700; }

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

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

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

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

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

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

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

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

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

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

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

#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); }

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

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

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

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

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

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

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

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

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

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

h6 {
  font-size: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700; }

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

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

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

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

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

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

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

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

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

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

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

.inclusive_slider_main {
  position: relative;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.inclusive_slider_group {
  padding: 50px 0;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.inclusive_slider_wrap {
  flex: 0 0 57%; }
  .inclusive_slider_wrap .slick-slide > div {
    margin: 0 10px;
    border: 1px solid #ffffff; }
  .inclusive_slider_wrap .slick-slide .slider_title {
    background-color: #ffffff;
    padding: 8px 12px;
    text-align: center;
    height: 88px;
    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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .inclusive_slider_wrap .slick-slide .slider_title h4 {
      margin-bottom: 0; }
  .inclusive_slider_wrap .slick-current .slider_title {
    background-color: #FFBE00; }
  .inclusive_slider_wrap .slick-current > div {
    border: 1px solid #FFBE00; }
  .inclusive_slider_wrap .slick-list {
    overflow: hidden !important; }
  .inclusive_slider_wrap .slick-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
    background-color: transparent;
    width: 45px;
    height: 55px;
    position: absolute;
    top: unset;
    right: -45px;
    bottom: 0;
    z-index: 1;
    cursor: pointer; }
    .inclusive_slider_wrap .slick-arrow::before {
      content: unset; }
    .inclusive_slider_wrap .slick-arrow:hover {
      background: url("/assets/images/yellow-icon-arrow.svg") no-repeat center;
      background-color: transparent; }
      @media (max-width: 991px) {
        .inclusive_slider_wrap .slick-arrow:hover {
          background: url("/assets/images/white_arrowleft_mob.svg") no-repeat center;
          background-color: transparent; } }
    @media (max-width: 991px) {
      .inclusive_slider_wrap .slick-arrow {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: unset;
        left: unset;
        z-index: 1;
        background: url("/assets/images/white_arrowleft_mob.svg") no-repeat center;
        background-color: transparent; } }
    @media (max-width: 767px) {
      .inclusive_slider_wrap .slick-arrow {
        width: 15px;
        height: 15px; } }
  .inclusive_slider_wrap .slick-prev {
    bottom: 50px;
    left: unset; }
    @media (max-width: 991px) {
      .inclusive_slider_wrap .slick-prev {
        position: absolute;
        top: 50%;
        right: -10px;
        bottom: unset;
        left: unset;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
  .inclusive_slider_wrap .slick-next {
    transform: rotate(0); }
    @media (max-width: 991px) {
      .inclusive_slider_wrap .slick-next {
        position: absolute;
        top: 46%;
        right: unset;
        bottom: unset;
        left: -25px;
        z-index: 1;
        transform: rotate(180deg); } }
    @media (max-width: 767px) {
      .inclusive_slider_wrap .slick-next {
        position: absolute;
        top: 46%;
        right: unset;
        bottom: unset;
        left: -20px;
        z-index: 1; } }
  .inclusive_slider_wrap .slick-slide figure {
    height: 310px; }
    .inclusive_slider_wrap .slick-slide figure img {
      height: 100%; }

.inclusive_selected_slide {
  flex: 0 0 40%;
  border: 1px solid #FFBE00;
  height: 400px;
  z-index: 2;
  background-color: #FFEBB3;
  padding: 50px; }

.inclusive_selected_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%; }
  .inclusive_selected_info a {
    width: 31%;
    margin-top: 30px; }

.inclusive_slider_group {
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .inclusive_slider_group .inclusive_slider_wrap {
    width: -moz-calc(100% - 580px);
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px); }

.inclusive-slider-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%; }

