@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: block;
  text-decoration: none;
}

@font-face {
  font-family: "RupeeForadian";
  src: url("../fonts/Rupee_Foradian.eot");
  src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url("../fonts/Rupee_Foradian.woff2") format("woff2"), url("../fonts/Rupee_Foradian.woff") format("woff"), url("../fonts/Rupee_Foradian.ttf") format("truetype"), url("../fonts/Rupee_Foradian.svg#Rupee_Foradian") format("svg");
}
.rs {
  font-family: "RupeeForadian";
}

body {
  font-family: "Lato", sans-serif;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 20px;
  background-color: transparent;
}
.header .row {
  margin: 0;
  justify-content: space-between;
}
.header .row .logo {
  display: block;
  width: 236px;
}
@media (max-width: 767px) {
  .header .row .logo {
    width: 150px;
  }
}
.header .row .download-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  font-size: 20px;
  color: #ffffff;
  -moz-column-gap: 16px;
       column-gap: 16px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header .row .download-btn {
    width: 200px;
    font-size: 14px;
  }
}
.header .row .download-btn .download-line {
  position: absolute;
  top: -5px;
  left: 0;
  width: 400px;
}
@media (max-width: 767px) {
  .header .row .download-btn .download-line {
    display: none;
  }
}
.header .row .download-btn:hover span {
  color: #ee276e;
}
.header .row .download-btn:hover .downarr path {
  fill: #ee276e;
}

.banner {
  background-color: #5c0031;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .banner {
    min-height: auto;
  }
}
.banner .row {
  margin: 0;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .banner .row .banner-right {
    padding-left: 15px !important;
  }
}
.banner .row .banner-right .content {
  position: relative;
  margin-bottom: 35%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner .row .banner-right .content {
    margin-bottom: 50px;
  }
}
.banner .row .banner-right .content .swipe-card {
  background-color: #5c0031;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .row .banner-left video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #5c0031;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.intro .container .sectionTitle {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .intro .container .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .intro .container .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .intro .container .sectionTitle {
    font-size: 38px;
  }
}
.intro .container .commonPara {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .intro .container .commonPara {
    font-size: 16px;
  }
}

.our-purpose {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebec;
  overflow: hidden;
}
.our-purpose::before {
  content: "";
  display: block;
  width: 100%;
  height: 177px;
  background-image: url("../images/pattern.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .our-purpose::before {
    height: 50px;
    background-size: 200% 100%;
  }
}
.our-purpose::after {
  content: "";
  color: #000;
  width: 100%;
  height: 177px;
  background-image: url("../images/pattern-2.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .our-purpose::after {
    height: 50px;
    background-size: 100% 100%;
  }
}
.our-purpose .knowMore-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .our-purpose .knowMore-btn {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .our-purpose {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.our-purpose .container {
  position: relative;
  z-index: 1;
}
.our-purpose .container .op-left .secondaryTitle {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .our-purpose .container .op-left .secondaryTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .our-purpose .container .op-left .secondaryTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .our-purpose .container .op-left .secondaryTitle {
    font-size: 38px;
  }
}
.our-purpose .container .op-right {
  margin-top: 30px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .our-purpose .container .op-right {
    padding-left: 15px;
  }
}
.our-purpose .container .op-right .smallTitle {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  background: #ebebec;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .our-purpose .container .op-right .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .our-purpose .container .op-right .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .our-purpose .container .op-right .smallTitle {
    font-size: 20px;
  }
}
.our-purpose .container .op-right .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .our-purpose .container .op-right .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .our-purpose .container .op-right .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .our-purpose .container .op-right .sectionTitle {
    font-size: 38px;
  }
}
.our-purpose .container .op-right .title-line-wrp {
  position: absolute;
  overflow: hidden;
  height: 93px;
  top: -43px;
  right: -22%;
}
@media (max-width: 767px) {
  .our-purpose .container .op-right .title-line-wrp {
    display: none;
  }
}
.our-purpose .container .op-right .title-line-wrp .titleSwipeCard {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebec;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-left {
    display: none;
  }
}
.our-purpose .container .op-bottom-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-purpose .container .op-bottom-left ul li {
  margin-bottom: 30px;
  cursor: pointer;
  opacity: 0.5;
}
.our-purpose .container .op-bottom-left ul li.active {
  opacity: 1;
}
.our-purpose .container .op-bottom-left ul li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #5c0031;
}
.our-purpose .container .op-bottom-right {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.our-purpose .container .op-bottom-right .swiper {
  width: 100%;
  height: 500px;
  overflow: visible;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-right .swiper {
    height: auto;
  }
}
.our-purpose .container .op-bottom-right .swiper .swiper-scrollbar {
  background: #f79fbf;
  right: inherit;
  left: -100px;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-right .swiper .swiper-scrollbar {
    right: 0;
    left: inherit;
  }
}
.our-purpose .container .op-bottom-right .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #5c0031;
}
.our-purpose .container .op-bottom-right .swiper .swiper-slide .commonPara {
  margin-bottom: 24px;
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.our-purpose .container .op-bottom-right .swiper .swiper-slide .swiperGrids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-right .swiper .swiper-slide .swiperGrids {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.our-purpose .container .op-bottom-right .swiper .swiper-slide .swiperGrids .grid .h4 {
  color: #97144d;
  font-size: 22px;
  font-weight: 600;
}
.our-purpose .container .op-bottom-right .swiper .swiper-slide .swiperGrids .grid p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .our-purpose .container .op-bottom-right .swiper .swiper-slide .swiperGrids .grid:last-child {
    margin-bottom: 25px;
  }
}
.our-purpose .container .op-bottom-right .swiper .swiper-slide .mobile-ico-wrp p {
  font-size: 24px;
  font-weight: 500;
  color: #5c0031;
}

.knowMore-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.knowMore-btn a {
  position: relative;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.knowMore-btn a span {
  font-size: 14px;
  font-weight: 700;
  color: #5c0031;
}
.knowMore-btn a .svg-line {
  position: absolute;
}
.knowMore-btn a .svg-arrow {
  position: relative;
  right: 20px;
  transition: all 0.5s;
}
.knowMore-btn:hover a .svg-arrow {
  right: 0px;
}

.esg-credentials {
  position: relative;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 0px;
}
.esg-credentials .container .smallTitle {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .esg-credentials .container .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .esg-credentials .container .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .esg-credentials .container .smallTitle {
    font-size: 20px;
  }
}
.esg-credentials .container .esgSwiper .swiper-slide {
  height: auto;
  padding: 0 25px;
}
.esg-credentials .container .esgSwiper .swiper-slide:not(:first-child) {
  border-left: 0.5px solid #e8e8e8;
}
.esg-credentials .container .esgSwiper .swiper-slide .logo {
  margin-bottom: 16px;
}
.esg-credentials .container .esgSwiper .swiper-slide .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  width: 50%;
}
.esg-credentials .container .esgSwiper .swiper-slide h3 {
  font-size: 24px;
  font-weight: 600;
  color: #5c0031;
  margin-bottom: 16px;
}
.esg-credentials .container .esgSwiper .swiper-slide p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.esg-credentials .container .slider-arrow-wrp {
  width: 400px;
  display: flex;
  margin: 100px auto 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .esg-credentials .container .slider-arrow-wrp {
    width: 100%;
    margin: 50px auto 0;
  }
}
.esg-credentials .container .slider-arrow-wrp .esg-next,
.esg-credentials .container .slider-arrow-wrp .esg-prev {
  display: flex;
  align-items: center;
  position: relative;
  width: 155px;
  height: 45px;
}
@media (max-width: 767px) {
  .esg-credentials .container .slider-arrow-wrp .esg-next,
  .esg-credentials .container .slider-arrow-wrp .esg-prev {
    width: 50%;
  }
}
.esg-credentials .container .slider-arrow-wrp .esg-next .svg-line,
.esg-credentials .container .slider-arrow-wrp .esg-prev .svg-line {
  position: absolute;
  top: 0;
  left: 0;
}
.esg-credentials .container .slider-arrow-wrp .esg-prev {
  justify-content: flex-start;
  padding-left: 15px;
}
.esg-credentials .container .slider-arrow-wrp .esg-next {
  justify-content: flex-end;
  padding-right: 15px;
}
.esg-credentials .svg-line-wrp {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.esg-credentials .svg-line-wrp .line-swipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.esg-credentials .svg-line-wrp svg {
  width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.letter-from-chairman {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .letter-from-chairman {
    padding-bottom: 50px;
  }
}
.letter-from-chairman .chairman-left .smallTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .letter-from-chairman .chairman-left .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .letter-from-chairman .chairman-left .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .letter-from-chairman .chairman-left .smallTitle {
    font-size: 20px;
  }
}
.letter-from-chairman .chairman-left .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .letter-from-chairman .chairman-left .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .letter-from-chairman .chairman-left .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .letter-from-chairman .chairman-left .sectionTitle {
    font-size: 38px;
  }
}
.letter-from-chairman .chairman-left h4 {
  font-size: 22px;
  font-weight: 700;
  color: #5c0031;
  margin-bottom: 16px;
}
.letter-from-chairman .chairman-left .commonPara {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .letter-from-chairman .chairman-left .commonPara {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .letter-from-chairman .chairman-left .commonPara {
    width: 86%;
  }
}
.letter-from-chairman .chairman-left .knowMore-btn {
  margin-top: 50px;
}
.letter-from-chairman .chairman-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .letter-from-chairman .chairman-right {
    margin-top: 50px;
  }
}
.letter-from-chairman .chairman-right .content {
  overflow: hidden;
}
.letter-from-chairman .chairman-right .content .md-wrp {
  position: relative;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
  cursor: pointer;
}
.letter-from-chairman .chairman-right .content .md-wrp img {
  width: 130px;
}
.letter-from-chairman .chairman-right .content .md-wrp span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #97144d;
  line-height: 1.3;
  position: relative;
  bottom: 40px;
}
.letter-from-chairman .chairman-right .content .md-wrp .svg-line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 55px;
}
.letter-from-chairman .chairman-right .content .md-wrp .svg-arrrow {
  position: absolute;
  right: 50px;
  bottom: 8px;
  transition: all 0.5s;
}
.letter-from-chairman .chairman-right .content .md-wrp:not(:last-child) {
  margin-bottom: 50px;
}
.letter-from-chairman .chairman-right .content .md-wrp:hover .svg-arrrow {
  right: 0;
}

.esg-agenda {
  position: relative;
  overflow: hidden;
  height: 850px;
}
@media (max-width: 767px) {
  .esg-agenda {
    height: auto;
    padding-bottom: 50px;
  }
}
.esg-agenda .head-wrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 177px;
  z-index: 3;
}
@media (max-width: 767px) {
  .esg-agenda .head-wrp {
    width: 250%;
    height: 150px;
    padding-top: 30px;
  }
  .esg-agenda .head-wrp::before {
    content: "";
    width: 250%;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
  }
}
.esg-agenda .head-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .esg-agenda .head-wrp img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.esg-agenda::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #131313 28.34%, rgba(12, 12, 12, 0) 68.97%);
  z-index: 2;
}
@media (max-width: 767px) {
  .esg-agenda::after {
    background: linear-gradient(0deg, #131313 28.34%, rgba(12, 12, 12, 0) 68.97%);
  }
}
.esg-agenda .agenda-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.esg-agenda .agenda-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.esg-agenda .container {
  position: relative;
  z-index: 3;
}
.esg-agenda .container .smallTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .esg-agenda .container .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .esg-agenda .container .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .esg-agenda .container .smallTitle {
    font-size: 20px;
  }
}
.esg-agenda .container .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .esg-agenda .container .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .esg-agenda .container .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .esg-agenda .container .sectionTitle {
    font-size: 38px;
  }
}
.esg-agenda .container .commonPara {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .esg-agenda .container .commonPara {
    font-size: 16px;
  }
}
.esg-agenda .container .row2 {
  margin-top: 100px;
}
.esg-agenda .container .knowMore-btn span {
  color: #ffffff;
}

.progress-esg {
  background-color: transparent;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: -200px;
  z-index: 2;
}
@media (max-width: 767px) {
  .progress-esg {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.progress-esg .container .smallTitle {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .progress-esg .container .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .progress-esg .container .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .smallTitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .progress-esg .container .smallTitle {
    color: #5c0031;
  }
}
.progress-esg .container .swiper-wrapper1 {
  position: relative;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper {
  height: 310px;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper {
    height: auto;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid {
    margin-bottom: 35px;
    min-height: auto;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:not(:nth-child(4))::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-size: contain;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:not(:nth-child(4))::after {
    top: inherit;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid::before {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  top: -40px;
  z-index: 2222;
  left: 0;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid::before {
    color: #000000;
    top: -25px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1) {
  background-color: #da3565;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1)::after {
  background-image: url("../images/small-arrow-1.svg");
  background-repeat: no-repeat;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1) p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1) p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1) p {
    font-size: 18px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(1)::before {
  content: "Our Commitment";
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) {
  background-color: #ecafb4;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2)::after {
  background-image: url("../images/small-arrow-2.svg");
  background-repeat: no-repeat;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) p {
  font-size: 20px;
  color: #3d2d2e;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) p {
    font-size: 20px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) ul {
  list-style: disc;
  font-size: 20px;
  color: #3d2d2e;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) ul {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2) ul {
    font-size: 20px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(2)::before {
  content: "Unit";
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) {
  background-color: #f5d6d6;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3)::after {
  background-image: url("../images/small-arrow-3.svg");
  background-repeat: no-repeat;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) p {
  font-size: 26px;
  color: #97144d;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) p {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) p {
    font-size: 26px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) ul {
  list-style: disc;
  font-size: 26px;
  color: #97144d;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) ul {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3) ul {
    font-size: 26px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(3)::before {
  content: "Progress as of March 2022";
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) {
  background-color: #fae9e8;
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) p {
  font-size: 26px;
  color: #97144d;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) p {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) p {
    font-size: 26px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) ul {
  list-style: disc;
  font-size: 26px;
  color: #97144d;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) ul {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4) ul {
    font-size: 26px;
  }
}
.progress-esg .container .swiper-wrapper1 .esgProgressSwiper .swiper-wrapper .swiper-slide .progessESGGrid .grid:nth-child(4)::before {
  content: "Progress as of March 2023";
}
.progress-esg .container .swiper-wrapper1 .arrow-wrapper {
  width: 30px;
  height: 88px;
  position: absolute;
  top: 65%;
  right: -50px;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .arrow-wrapper {
    right: -35px;
    top: 35px;
    width: 88px;
    height: auto;
    display: flex;
  }
}
.progress-esg .container .swiper-wrapper1 .arrow-wrapper .swiper-button-next,
.progress-esg .container .swiper-wrapper1 .arrow-wrapper .swiper-button-prev {
  position: relative;
  left: initial;
  right: initial;
}
.progress-esg .container .swiper-wrapper1 .arrow-wrapper .swiper-button-prev {
  top: 0px;
}
@media (max-width: 767px) {
  .progress-esg .container .swiper-wrapper1 .arrow-wrapper .swiper-button-prev {
    right: 16px;
  }
}
.progress-esg .container .swiper-wrapper1 .arrow-wrapper .swiper-button-next {
  bottom: 0px;
}
.progress-esg .container .note {
  margin-top: 20px;
  margin-bottom: 20px;
}
.progress-esg .container .note p {
  font-size: 20px;
  color: #5e5e5e;
  font-weight: 500;
}

.purpose-and-strategy {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #ebebec url("../images/bottom-right-pattern.png") no-repeat bottom right;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .purpose-and-strategy {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ebebec;
    margin-bottom: 50px;
  }
}
.purpose-and-strategy .container .head .ps-head-left .smallTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container .head .ps-head-left .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container .head .ps-head-left .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container .head .ps-head-left .smallTitle {
    font-size: 20px;
  }
}
.purpose-and-strategy .container .head .ps-head-left .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container .head .ps-head-left .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container .head .ps-head-left .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container .head .ps-head-left .sectionTitle {
    font-size: 38px;
  }
}
.purpose-and-strategy .container .head .ps-head-right .smallTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container .head .ps-head-right .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container .head .ps-head-right .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container .head .ps-head-right .smallTitle {
    font-size: 20px;
  }
}
.purpose-and-strategy .container .head .ps-head-right .commonPara {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 18px;
  color: #5e5e5e;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container .head .ps-head-right .commonPara {
    font-size: 16px;
  }
}
.purpose-and-strategy .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.purpose-and-strategy .container-fluid .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container-fluid .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container-fluid .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container-fluid .sectionTitle {
    font-size: 38px;
  }
}
.purpose-and-strategy .container-fluid .tabs {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  justify-content: flex-end;
  overflow: hidden;
}
.purpose-and-strategy .container-fluid .tabs .tabs-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ebebec;
  left: 0;
  top: 0;
  z-index: 4;
}
.purpose-and-strategy .container-fluid .tabs img {
  width: 100%;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container-fluid .tabs img {
    display: none;
  }
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs {
  position: absolute;
  top: 42px;
  right: 0;
  width: 76%;
  padding: 0;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container-fluid .tabs .ps-tabs {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs select {
  display: none;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container-fluid .tabs .ps-tabs select {
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
    background: linear-gradient(90deg, #590f33 -97.33%, #9e2953 -32.27%, #d83f6f 18.86%, #d43d6d 44.42%, #cb3968 63.01%, #ba3260 79.28%, #a32854 95.55%, #851b45 111.81%, #610c33 125.76%, #440025 135.05%);
    color: #000000;
  }
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container-fluid .tabs .ps-tabs li {
    display: none;
  }
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li:nth-child(1) {
  margin-bottom: 82px;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li:nth-child(2) {
  margin-bottom: 78px;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li span {
  display: block;
  width: 500px;
  margin: 0 auto;
  text-align: left;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li span::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 9px;
  border-radius: 15px;
  background: transparent;
  margin-right: 16px;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li.active {
  opacity: 1;
  text-decoration: underline;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li.active span::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 9px;
  border-radius: 15px;
  background: #fff;
  margin-right: 16px;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li .ico {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 150px;
  top: -25px;
}
.purpose-and-strategy .container-fluid .tabs .ps-tabs li .ico img {
  width: 100%;
  height: 100%;
}
.purpose-and-strategy .container2 .tabContent {
  margin-top: 50px;
}
.purpose-and-strategy .container2 .tabContent .content {
  display: none;
}
.purpose-and-strategy .container2 .tabContent .content.show {
  display: block;
}
.purpose-and-strategy .container2 .tabContent .content .smallTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container2 .tabContent .content .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container2 .tabContent .content .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container2 .tabContent .content .smallTitle {
    font-size: 20px;
  }
}
.purpose-and-strategy .container2 .tabContent .content .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container2 .tabContent .content .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .purpose-and-strategy .container2 .tabContent .content .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .purpose-and-strategy .container2 .tabContent .content .sectionTitle {
    font-size: 38px;
  }
}
.purpose-and-strategy .container2 .tabContent .content .commonPara {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container2 .tabContent .content .commonPara {
    font-size: 16px;
  }
}
.purpose-and-strategy .container2 .tabContent .content .img-wrp {
  position: relative;
}
.purpose-and-strategy .container2 .tabContent .content .img-wrp img {
  -webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
  border: 1px solid #000000;
}
.purpose-and-strategy .container2 .tabContent .content .textbasedNav {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container2 .tabContent .content .textbasedNav {
    display: none;
  }
}
.purpose-and-strategy .container2 .tabContent .content .textbasedNav .slide-navs {
  padding: 0;
  margin: 0;
}
.purpose-and-strategy .container2 .tabContent .content .textbasedNav .slide-navs li {
  color: #97144d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.5;
  cursor: pointer;
  margin-bottom: 8px;
}
.purpose-and-strategy .container2 .tabContent .content .textbasedNav .slide-navs li.active {
  text-decoration: underline;
  opacity: 1;
}
.purpose-and-strategy .container2 .tabContent .content table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.purpose-and-strategy .container2 .tabContent .content table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.purpose-and-strategy .container2 .tabContent .content table tr {
  padding: 0.35em;
}
.purpose-and-strategy .container2 .tabContent .content table th {
  border-bottom: 1px solid #97144d;
}
.purpose-and-strategy .container2 .tabContent .content table th,
.purpose-and-strategy .container2 .tabContent .content table td {
  padding: 18px;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.5;
}
.purpose-and-strategy .container2 .tabContent .content table th {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c0031;
  font-weight: 800;
}
.purpose-and-strategy .container2 .tabContent .content table tr:not(:last-child) {
  border-bottom: 1px solid rgba(97, 12, 51, 0.2);
}
.purpose-and-strategy .container2 .tabContent .content table td h4 {
  color: #97144d;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .purpose-and-strategy .container2 .tabContent .content table {
    border: 0;
  }
  .purpose-and-strategy .container2 .tabContent .content table caption {
    font-size: 1.3em;
  }
  .purpose-and-strategy .container2 .tabContent .content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .purpose-and-strategy .container2 .tabContent .content table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .purpose-and-strategy .container2 .tabContent .content table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }
  .purpose-and-strategy .container2 .tabContent .content table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: block;
  }
  .purpose-and-strategy .container2 .tabContent .content table td:last-child {
    border-bottom: 0;
  }
}
.purpose-and-strategy .container2 .tabContent .content .knowMore-btn {
  margin: 25px auto 40px;
}
.purpose-and-strategy .container2 .tabContent .content .nps {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (max-width: 767px) {
  .purpose-and-strategy .container2 .tabContent .content .nps {
    margin-bottom: 50px;
  }
}
.purpose-and-strategy .container2 .tabContent .content .nps p span {
  font-size: 24px;
  font-weight: 700;
  color: #97144d;
}
@media (min-width: 1024px) {
  .purpose-and-strategy .container2 .tabContent .content .swiper-slide {
    min-height: 600px;
  }
}

.download-center {
  position: relative;
  background-color: #5c0031;
  margin-top: 50px;
  padding-bottom: 100px;
}
.download-center .patternWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.download-center .container {
  position: relative;
  z-index: 1;
}
.download-center .container .row.head {
  padding-top: 50px;
}
.download-center .container .row.head .sectionTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .download-center .container .row.head .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .download-center .container .row.head .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .download-center .container .row.head .sectionTitle {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .download-center .container .row.head .sectionTitle {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 50px;
  }
}
.download-center .container .row.content {
  align-items: center;
}
.download-center .container .row.content img {
  box-shadow: 6.636px 14.931px 86.266px 0px rgba(0, 0, 0, 0.6);
  margin-top: -45px;
}
@media (max-width: 767px) {
  .download-center .container .row.content img {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.download-center .container .row.content .row {
  row-gap: 100px;
}
@media (max-width: 767px) {
  .download-center .container .row.content .row {
    row-gap: 50px;
  }
}
.download-center .container .row.content .knowMore-btn {
  width: 100%;
}
.download-center .container .row.content .knowMore-btn a {
  width: 100%;
}
.download-center .container .row.content .knowMore-btn a span {
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .download-center .container .row.content .knowMore-btn a span {
    font-size: 10px;
  }
}
.download-center .container .row.content .knowMore-btn a .svg-arrow {
  right: 15px;
  transition: all 0.5s;
}
.download-center .container .row.content .knowMore-btn:hover .svg-arrow {
  right: 0px;
}
.download-center .container .dc-swipeCard {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5c0031;
  top: 0;
  left: 0;
}

.managing-risk-diligently {
  background-color: #5c0031;
  background-image: url("../images/mdr-pattern-top-center.png"), url("../images/mdr-pattern-right-bottom.png");
  background-repeat: no-repeat;
  background-position: top 50px right 40%, bottom 200px right;
  margin-top: 25px;
  padding-bottom: 150px;
}
.managing-risk-diligently .container-fluid .row {
  align-items: flex-end;
}
.managing-risk-diligently .container-fluid .row .mdr-right {
  margin-bottom: 150px;
  position: relative;
  right: 8.5%;
}
@media (max-width: 767px) {
  .managing-risk-diligently .container-fluid .row .mdr-right {
    right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .managing-risk-diligently .container-fluid .row .mdr-right {
    margin-bottom: 150px;
  }
}
.managing-risk-diligently .container-fluid .row .mdr-right h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .managing-risk-diligently .container-fluid .row .mdr-right h2 {
    font-size: 35px;
  }
}
.managing-risk-diligently .container-fluid .row .mdr-right h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 52px;
  background-image: url("../images/axis-arroe.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -55px;
}
@media (max-width: 767px) {
  .managing-risk-diligently .container-fluid .row .mdr-right h2::after {
    width: 35px;
    height: 40px;
    background-size: contain;
    right: -35px;
  }
}
.managing-risk-diligently .container-fluid .row .mdr-right p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.managing-risk-diligently .container-fluid .row .mdr-left .swipeCard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5c0031;
}

.mrd-tabs {
  position: relative;
  padding-bottom: 50px;
  margin-top: -120px;
}
.mrd-tabs .container-fluid .mrd-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .mrd-nav {
    display: block;
  }
}
.mrd-tabs .container-fluid .mrd-nav li {
  padding: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #5c0031;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .mrd-nav li {
    display: none;
  }
}
.mrd-tabs .container-fluid .mrd-nav li.active {
  background-color: #ebebec;
  color: #5c0031;
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(1) {
  text-align: left;
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(1).active {
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(2) {
  text-align: center;
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(2).active {
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 75% 0, 100% 100%, 0% 100%);
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(3) {
  text-align: right;
}
.mrd-tabs .container-fluid .mrd-nav li:nth-child(3).active {
  -webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
}
.mrd-tabs .container-fluid .mrd-nav select {
  display: none;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .mrd-nav select {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #ebebec;
    border: none;
  }
}
.mrd-tabs .container-fluid .tabContent {
  padding: 50px;
  background-color: #ebebec;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .tabContent {
    padding: 15px;
  }
}
.mrd-tabs .container-fluid .tabContent .content {
  display: none;
}
.mrd-tabs .container-fluid .tabContent .content.show {
  display: block;
}
.mrd-tabs .container-fluid .tabContent .content .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .tabContent .content .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .mrd-tabs .container-fluid .tabContent .content .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .mrd-tabs .container-fluid .tabContent .content .sectionTitle {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .tabContent .content .sectionTitle {
    font-size: 20px;
  }
}
.mrd-tabs .container-fluid .tabContent .content .commonPara {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .tabContent .content .commonPara {
    font-size: 16px;
  }
}
.mrd-tabs .container-fluid .tabContent .content .knowMore-btn {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .mrd-tabs .container-fluid .tabContent .content .knowMore-btn {
    margin: 25px auto 25px;
  }
}
.mrd-tabs .container-fluid .tabContent .content .mrdTab1Swiper,
.mrd-tabs .container-fluid .tabContent .content .mrdTab2Swiper {
  padding-top: 25px;
}
.mrd-tabs .container-fluid .tabContent .content .mrdTab1Swiper .swiper-wrapper .swiper-slide .slideBox,
.mrd-tabs .container-fluid .tabContent .content .mrdTab2Swiper .swiper-wrapper .swiper-slide .slideBox {
  position: relative;
  background-color: #ffffff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mrd-tabs .container-fluid .tabContent .content .mrdTab1Swiper .swiper-wrapper .swiper-slide .slideBox h4,
.mrd-tabs .container-fluid .tabContent .content .mrdTab2Swiper .swiper-wrapper .swiper-slide .slideBox h4 {
  font-size: 20px;
  color: #97144d;
  font-weight: 700;
  line-height: 1.3;
}
.mrd-tabs .container-fluid .tabContent .content .mrdTab1Swiper .swiper-wrapper .swiper-slide .slideBox.withCap::before,
.mrd-tabs .container-fluid .tabContent .content .mrdTab2Swiper .swiper-wrapper .swiper-slide .slideBox.withCap::before {
  content: attr(data-text);
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #dc406f;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}
.mrd-tabs .container-fluid .tabContent .content .mrdTab1Swiper .swiper-wrapper .swiper-slide .slideBox::after,
.mrd-tabs .container-fluid .tabContent .content .mrdTab2Swiper .swiper-wrapper .swiper-slide .slideBox::after {
  content: "";
  width: 15px;
  height: 23px;
  background-image: url(../images/Polygon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -10px;
}

.mrdBox {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.mrdBox .container .mrdBoxGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 75px;
}
@media (max-width: 767px) {
  .mrdBox .container .mrdBoxGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mrdBox .container .mrdBoxGrid .grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ebebec;
  padding: 30px 30px 30px 30px;
}
.mrdBox .container .mrdBoxGrid .grid .smallTitle {
  color: #5c0031;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mrdBox .container .mrdBoxGrid .grid .smallTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .mrdBox .container .mrdBoxGrid .grid .smallTitle {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .mrdBox .container .mrdBoxGrid .grid .smallTitle {
    font-size: 20px;
  }
}
.mrdBox .container .mrdBoxGrid .grid .sectionTitle {
  color: #97144d;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mrdBox .container .mrdBoxGrid .grid .sectionTitle {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .mrdBox .container .mrdBoxGrid .grid .sectionTitle {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .mrdBox .container .mrdBoxGrid .grid .sectionTitle {
    font-size: 38px;
  }
}
.mrdBox .container .mrdBoxGrid .grid .commonPara {
  color: #5e5e5e;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mrdBox .container .mrdBoxGrid .grid .commonPara {
    font-size: 16px;
  }
}

.footer {
  background: #97144d;
  box-shadow: 0px -4px 64px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
}
.footer h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */