.position-relative{position:relative;}
.h-100{height:100%;}
.w-100{width:100%;}
.d-flex{display: flex;}
.align-items-center{align-items: center;}
.text-light{color: white;}
.text-dark{color:black;}
.flex-column{flex-direction: column;}
.d-grid{display: grid;}
.justify-content-between{justify-content: space-between;}
.justify-content-center{justify-content: center;}
.module-wrapper{padding: 3.2rem 0;}
.p-0{padding:0 !important}
.flex-wrap{    flex-wrap: wrap;}
.mb-md-1{margin-bottom: 28px;}
.display-sm{
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height:32px; /* 133.333% */
  letter-spacing: 0;
}
.headline-md{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0;
  font-size:24px ;
}
.overflow-hidden{overflow: hidden;}
.cta{
  /* display: flex;align-items:center;gap: 8px;text-transform: uppercase; */
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.22px;
  font-weight: 600;
}
.cta:hover svg path{
  fill:#002c5f;
}
.body-sm{
  font-family: 'Roboto';
  font-size:  16px;
  font-style: normal;
  font-weight: 700;
  line-height:  24px; /* 150% */
  letter-spacing:  0;
}

.headline-sm{
  font-family:  Oswald;
  font-size: 1.8rem !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.carousel-banner .carousel-banner__content{background:#003A75;}
.carousel-banner .carousel-banner__content .banner-content-wrapper{padding: 56px 0 14px 0;}
.carousel-banner .carousel-banner__content h1{margin-bottom: 16px;}
.carousel-banner .carousel-banner__bg img{width: 100%;height: 100%;min-height: 212px; object-fit: cover;}
#Homepage .container-fluid , #homepage-new .container-fluid{width: 100%;}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box .shareprice-ticker__share-price a:hover{
  text-decoration: underline;
}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box .shareprice-ticker__share-price a:focus{
  outline: 2px dotted #fff;
}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box .shareprice-ticker__share-price a:hover svg path{fill:#fff;}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box .shareprice-ticker__share-price a{
  gap: 8px;
  color:  #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.22px;
  text-transform: uppercase;
  display: flex;
  align-items:center
}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box .shareprice-ticker__title{
  font-family:  Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}
.carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box{
  padding: 32px 28px;
  background: #003A75;
  gap: 24px;
  max-height: 250px;
  min-width: 350px;
  box-shadow: 0 0 rgba(0, 58, 117, 0.25);
}
.cta-primary{
  position: relative;
  padding: 18px 30px;
  border: 2px solid #2b89cc;
  border-radius: 0;
  background: #2b89cc;
  text-align: center;
  line-height: 1;
  color: #fff !important;
  display: inline-block;
  font: 400 14px Roboto, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: background .2s ease-in-out;
  max-width: 250px;
  /*     width: 100%; */
  white-space: normal !important;
  word-wrap: break-word;
}
.cta-primary:before{
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-left-color: #2b89cc;
  border-top-color: #2b89cc;
  border-width: 14px;
  top: -2px;
  left: -2px;
}
.cta-primary:hover{
  background: #fff !important;
  color: #2b89cc !important;
  border-color: #007fc8;
}
.cta-primary:hover::before {
  border-width: 15px;
  border-left-color: #2b89cc;
  border-top-color: #2b89cc;
}
.cta-primary::after{
  border-right-color: #2b89cc;
  border-bottom-color: #2b89cc;
  border-width: 14px;
  bottom: -2px;
  right: -2px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.cta-primary:hover::after{
  border-width: 15px;
  border-right-color: #2b89cc;
  border-bottom-color: #2b89cc;

}
.cta-primary span::before {
  border-left-color: #fff !important;
  border-top-color: #fff !important;
  top: -2px;
  left: -2px;
  border-width: 14px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}
.cta-primary span::after {
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  bottom: -2px;
  right: -2px;
  border-width: 14px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}
.cta-secondary{
  position: relative;
  padding: 18px 30px;
  border: 2px solid #003A75;
  border-radius: 0;
  background: white;
  text-align: center;
  line-height: 1;
  color: #003A75 !important;
  display: inline-block;
  font: 400 14px Roboto, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: background .2s ease-in-out;
  max-width: 250px;
  /*     width: 100%; */ 
  white-space: normal !important;
  word-wrap: break-word;
}
.cta-secondary:hover{
  background: #2b89cc !important;
  color: #fff !important;
  border-color: #fff;
}
.cta-secondary::before{
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-left-color: #003A75;
  border-top-color: #003A75;
  border-width: 14px;
  top: -2px;
  left: -2px;
}
.cta-secondary:hover::before{
  border-width: 15px;
  border-left-color: #fff;
  border-top-color: #fff;
}
.cta-secondary:hover::after{
  border-width: 15px;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
}
.cta-secondary::after{
  border-width: 14px;
  bottom: -2px;
  right: -2px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-right-color: #003A75 !important;
  border-bottom-color: #003A75 !important;
}
.cta-secondary:hover span::before{
  left: -3px;
}
.cta-secondary span::before{
  border-left-color: #0077B8 !important;
  border-top-color: #0077B8 !important;
  top: -2px;
  left: -5px;
  border-width: 14px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}
.cta-secondary span::after{
  border-right-color: #0077B8 !important;
  border-bottom-color: #0077B8 !important;
  bottom: -2px;
  right: -5px;
  border-width: 14px;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}
.cta-secondary:hover span::after{
  right: -3px;
}
/* Lates PR - Start*/
.latest-news-wrapper{padding:48px 0;}
.latest-news-wrapper .title-link-wrapper{flex-direction:column; row-gap:12px;align-items:start;margin-bottom:20px;}
.latest-news-wrapper .title-link-wrapper h2{margin:0}
.latest-news-wrapper .press-releases-item{
  gap: 24px;
  background: #F4F4F4;
  padding: 32px;
/*   height: 100%; */
  height: initial;
}
.latest-news-wrapper .press-releases-item .pr-date{
  padding: 0;
  color: #003A75;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Oswald';
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom:24px;
}
.latest-news-wrapper .press-releases-item .pr-title{
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Oswald';
  line-height: 32px;
  margin-bottom: 16px;
  letter-spacing: 0px;
  color: #2B2D30;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-news-wrapper .press-releases-item .pr-content{
  padding: 0;
  color: #2B2D30;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-news-wrapper .press-releases-item .pr-link-wrapper{margin-top: 24px;}
.latest-news-wrapper .press-releases-item .pr-link-wrapper a{
  color: #0077B8;
  font-family: 'Roboto';
  font-weight: 600;
  letter-spacing: 1.22px;
  font-size: 14px;
  text-transform: uppercase;
}
.latest-news-wrapper .press-releases-item .pr-link-wrapper a:hover{
  color:#002c5f;
}
.latest-news-wrapper .press-releases-item .pr-link-wrapper a:hover svg path{
  fill:#002c5f;
}
.latest-news-wrapper .btns-wrapper {display: none;}
/* Lates PR - End*/

/* event-and-presentations-wrapper - Start */

.event-and-presentations-wrapper .event-card-wrapper{margin-bottom:20px;}
.event-and-presentations-wrapper .title-link-wrapper{flex-direction:column;align-items:start;row-gap:12px;margin-bottom:20px;}
.event-and-presentations-wrapper .title-link-wrapper h2{margin-bottom:0px;}
.event-and-presentations-wrapper{padding: 32px 0;}
.event-and-presentations-wrapper .event-card-wrapper .event-card-image-wrapper{position: absolute;}
.event-and-presentations-wrapper .event-card-wrapper .event-card-image-wrapper:after{
  content: '';
  background: linear-gradient(180deg, rgba(0, 58, 117, 0.00) 0%, rgba(0, 58, 117, 0.50) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.event-and-presentations-wrapper .event-card-wrapper .event-card-image-wrapper img{width: 100%;
  height: 100%;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper{
  min-height: 300px;
  padding: 30px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  justify-content: end;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .event-date p{
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Oswald';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .event-title p{
  font-family: 'Oswald';
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .document-wrapper a{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.22px;
  text-transform: uppercase;
  font-weight: 600;
  width:fit-content;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .document-wrapper a:focus{
  outline:2px dashed #fff;
  color:#fff;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .document-wrapper a:hover{
  color:white;
  text-decoration: underline;
}
.event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper .document-wrapper a:hover svg path{fill:#fff}
.event-and-presentations-wrapper .latest-event-wrapper{
  padding: 20px;
  background:  #F4F4F4;
  box-shadow: 0 0 0 0 rgba(0, 58, 117, 0.25);
  text-transform:uppercase;
}
.event-and-presentations-wrapper .latest-event-wrapper .latest-event-title{
  margin-bottom: 25px;
  align-items:end;
}
.event-and-presentations-wrapper .latest-event-wrapper .latest-evenr-item{padding: 10px 0;border-bottom: 1px solid #2B2D30;}
.event-and-presentations-wrapper .latest-event-wrapper .latest-evenr-item .ir-event-date{
  color: #003A75;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.8px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.event-and-presentations-wrapper .latest-event-wrapper .latest-evenr-item .ir-event-subject{
  color: #2B2D30;
  margin-bottom: 12px;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-and-presentations-wrapper .latest-event-wrapper .latest-evenr-item .webcast-link-wrapper{
  gap: 5px;
}
/* event-and-presentations-wrapper - End */
/* earning-and-financial-reports-wrapper - Start */
.earning-and-financial-reports-wrapper{padding:32px 0;}
.earning-and-financial-reports-wrapper .main-title-wrapper{margin-bottom:20px;}
.earning-and-financial-reports-wrapper .main-title-wrapper h2{margin-bottom:0px;}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box {flex-direction:column}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box.box-1{margin-bottom:20px;}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .image-wrapper{max-height:17.8rem}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .image-wrapper img{width: 100%;height: 100%;object-fit: cover;    object-position: top;}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .box-content-wrapper{
  padding: 24px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:100%;
  height:100%;
}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .box-content-wrapper .title-wrapper p{
  color: #2B2D30;
  padding: 0;
  margin-bottom: 16px;
}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .box-content-wrapper .content p{
  color: #2B2D30;
  font-weight: 400;
}
.earning-and-financial-reports-wrapper .main-title-wrapper p{color:#2B2D30;margin-bottom: 20px;}
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .box-content-wrapper .links-wrapper{gap: 15px;    margin-top: 30px;}
/* earning-and-financial-reports-wrapper - End */

/* Tabbed Feature Content - start */

.tabbed-feature-content .tabbed-feature-content__panels .tabbed-feature-content__pan{display: none;}
.tabbed-feature-content .tabbed-feature-content__panels .tabbed-feature-content__pan.active{display:block;}
.tabbed-feature-content .section-title p{
  font-family: 'Oswald';
  color: #0077B8;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
}
.tabbed-feature-content .title{color:#2B2D30;margin: 16px 0;}
.tabbed-feature-content .content p{
  color: #2B2D30;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0 0 24px 0;
}

.tabbed-feature-content .tabbed-feature-content__image{max-height: 204px;min-height:204px;}
.tabbed-feature-content .tabbed-feature-content__image img{height: 100%; object-fit: cover;width: 100%;}
.tabbed-feature-content .tabbed-feature-content__tab-item{
  color: #2B2D30;
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.22px !important;
}
.tabbed-feature-content .tabbed-feature-content__tab-item:focus-visible{
  outline: 2px dotted #012c5f;
  outline-offset:-3px;
}
.tabbed-feature-content .tabbed-feature-content__tab-item.active{
  color:#0077B8;
  opacity: 1;
}
.tabbed-feature-content .tabbed-feature-content__panels .tabbed-feature-content__pan .tabbed-feature-content__content{
  padding:20px;
  background: #F4F4F4;
}
.tabbed-feature-content .tabbed-feature-content__panels .tabbed-feature-content__pan .tabbed-feature-content__content .title{text-transform: uppercase;}
.tabbed-feature-content .tabbed-feature-content__tab-item{  
  background: transparent;
  border: none;
  position: relative;
  padding: 12px 0;
}
.vertical-tab-swiper button{background:transparent;border:none}
.vertical-tab-swiper .swiper-navigation-icon{height: 18px; width: 18px;}
.tabbed-feature-content .tabbed-feature-content__tab-item.active:after{
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 8rem);
  height: 2px;
  transform: translateX(-50%);
  background:#0077B8;
}
/* Tabbed Feature Content - End */
/* .earning-and-financial-reports-wrapper .row{gap:15px} */
.emai-alert-wrapper{
  background: #0077B8;
  padding: 32px 0;
}
.emai-alert-wrapper .content-wrapper{
  gap: 24px;
  flex-wrap: wrap;
  flex-direction:column;
}
.emai-alert-wrapper .content-wrapper .email-alert-content-wrapper p{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.latest-evenr-item:last-child {
  border-bottom: none !important;
}
@media only screen and (min-width:768px){
  .event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper{min-height:360px;}
  .event-and-presentations-wrapper .title-link-wrapper{flex-direction:row;align-items:center;row-gap:12px;}
  .tabbed-feature-content .tabbed-feature-content__image{min-height: 413px;}
  .tabbed-feature-content .tabbed-feature-content__panels .tabbed-feature-content__pan .tabbed-feature-content__content{
    padding:45px 32px;
  }
  
  .earning-and-financial-reports-wrapper .main-title-wrapper{margin-bottom:48px;}
  
  .earning-and-financial-reports-wrapper .row{gap:15px}
  .earning-and-financial-reports-wrapper{padding:80px 0 48px 0;}
  .event-and-presentations-wrapper{padding: 48px 0;}

  .event-and-presentations-wrapper .title-link-wrapper{margin:0 0 48px 0;}
  .event-and-presentations-wrapper .title-link-wrapper h2{margin-bottom:0px;}
  .latest-news-wrapper .title-link-wrapper{    align-items: center;flex-direction:row;margin-bottom:48px;}
  .module-wrapper{padding: 9.6rem 0;padding-bottom:4.8rem;}
  .event-and-presentations-wrapper .latest-event-wrapper{
    padding: 20px;
  }
  .earning-and-financial-reports-wrapper .earning-and-financial-report-box .image-wrapper{max-height:unset}
  .earning-and-financial-reports-wrapper .earning-and-financial-report-box .image-wrapper img{object-position: left;}

  .emai-alert-wrapper .content-wrapper{
    justify-content: center;
    align-items: center;
    flex-direction:row;
  }
  .carousel-banner .share-price-box-wrapper iframe{   
    max-width: 180px !important;
    min-width: 180px !important;
    overflow: hidden ;
    /* height: 96px; */
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    margin: auto !important;
    width: 200px !important;

  }
  .earning-and-financial-reports-wrapper .row{gap:unset}
  .display-sm{
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px; /* 130% */
    letter-spacing:  0;
  }
  .earning-and-financial-reports-wrapper .main-title-wrapper p{
    color: #2B2D30;
    margin-bottom: 48px;
  }
  .event-and-presentations-wrapper .event-card-wrapper .event-box-content-wrapper{
    min-height: 480px;
  }
  .latest-news-wrapper .btns-wrapper {display: block;}
  .carousel-banner .carousel-banner__bg img{min-height: unset;}
  .carousel-banner--with-share-price .shareprice-ticker .shareprice-ticker__box{padding: 24px;}
  .carousel-banner .carousel-banner__bg{
    min-height: 655px;
    position: absolute;
    z-index: 0;
  }
  .carousel-banner .carousel-banner__bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background:linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.42) 15.8%, rgba(0, 0, 0, 0.00) 100%);

  }
  .carousel-banner .carousel-banner__content{
    min-height: 655px;
    display: flex;
    align-items: center;
    background:transparent;
  }
  .carousel-banner--with-share-price .shareprice-ticker{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 1.6rem;
    transform: translateY(50%);
    max-height: 36rem;
    max-width: 35.2rem;
    min-height: auto;
    /* right: calc((100% - 1536px) / 2 + 1.6rem); */
    right: 4rem;
  }
  .carousel-banner--with-share-price .shareprice-ticker .share-price-box-wrapper{
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .tabbed-feature-content .arrow-button{display: none;}
  .tabbed-feature-content .tabbed-feature-content__tab-item{  
    background: transparent;
    border: none;
    padding: 16px 24px 16px 50px;
    text-align: left;
    position: relative;
    font-size: 16px !important;
  }
  .tabbed-feature-content .tabbed-feature-content__tab-item::before{
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 2px;
    top: 0;
    background: rgba(0, 58, 117, 0.10);
  }
  .tabbed-feature-content .tabbed-feature-content__tab-item.active::before{
    background:#0077B8;
  }
  .tabbed-feature-content .vertical-tab-swiper .swiper-wrapper{flex-direction: column;}
  .tabbed-feature-content .tabbed-feature-content__tab-item.active:after{content:unset}
  .latest-news-wrapper .btns-wrapper{
    min-height: auto;
    position: relative;
    display: flex;
    min-width: 352px;
    margin: auto;
    width: fit-content;
    margin-top: 50px;
    padding-bottom: 15px;
  }
  .latest-news-wrapper .btns-wrapper .swiper-btn{
    width: 32px;
    height: 32px;
    padding:8px;
    z-index:999
  }
  .latest-news-wrapper .btns-wrapper .swiper-btn:focus-visible{outline: 2px dotted #012c5f; outline-offset:-5px;}
  .latest-news-wrapper .btns-wrapper .swiper-btn svg path{fill:#0077B8}
  .latest-news-wrapper .btns-wrapper .swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    height: 4px;
    border-radius: 2px;
  }
  .latest-news-wrapper .btns-wrapper .swiper-pagination .swiper-pagination-bullet:focus-visible{
    outline: 2px dotted;
    outline-offset: 2px;
    outline-color: #012c5f;
  }
  .latest-news-wrapper .btns-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#0077B8;
  }
}   
.tabbed-feature-content .row-gap{
  gap:56px;
} 
@media only screen and (min-width:992px){
  .earning-and-financial-reports-wrapper .earning-and-financial-report-box .image-wrapper{
    max-width: 22.4rem;
    min-width:22.4rem;
    max-height:unset;
  }
  .earning-and-financial-reports-wrapper .earning-and-financial-report-box {flex-direction:row;}
  .event-and-presentations-wrapper .event-card-wrapper , 
  .earning-and-financial-reports-wrapper .earning-and-financial-report-box.box-1{margin-bottom: unset;}
}
@media only screen and (max-width:768px){
  .tabbed-feature-content .swiper-button-next{
    left: auto;
    right: 0;
    justify-content: end;
  }
  .tabbed-feature-content .swiper-button-prev{
    left: 0;
    right: auto;
    justify-content: start;
  }
}
@media only screen and (max-width:767px){
.earning-and-financial-reports-wrapper .earning-and-financial-report-box .box-content-wrapper{margin-bottom: 20px;}
.tabbed-feature-content .tabbed-feature-content__tab-item{
  	padding: 12px 30px;
  }
  }
@media only screen and (max-width:992px){
.event-and-presentations-wrapper .latest-event-wrapper .latest-evenr-item .webcast-link-wrapper{
gap:30px
}
}