:root {
    --backgroud-light: rgba(193, 193, 195, 0.15);
    --primary-color: #1A2F4D;
    --secondary-color: #F47F5F;
    --info-color: #0077aa;
    --text-default-color: #7C7C7C;
    --text-default-color1: #1A2F4D;
    --white: #ffffff;
    --black: #000000;
    --light-gray: #F3F4F6;
    --page-color: #CEF38A;
}

:root {
    --font-type1: "Instrument Sans";
    --font-type2: "Inter";
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../css/fonts/InstrumentSans-Medium.woff2') format('woff2'),
        url('../css/fonts/InstrumentSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../css/fonts/InstrumentSans-Regular.woff2') format('woff2'),
        url('../css/fonts/InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../css/fonts/InstrumentSans-Bold.woff2') format('woff2'),
        url('../css/fonts/InstrumentSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../css/fonts/InstrumentSans-SemiBold.woff2') format('woff2'),
        url('../css/fonts/InstrumentSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-Light.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-Medium.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-Bold.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-ExtraBold.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-Regular.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../css/fonts/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../css/fonts/Inter28pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


a,
a:hover {
  text-decoration: none;
  outline: none;
	color:inherit;
}

input:focus {
  outline: none;
}

ul,
ol,
ul > li,
ol > li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.container {
  @media(max-width: 1199px) {
    /* max-width: 100%; */
    padding-left: 15px;
    padding-right: 15px;
  }
  @media(min-width: 1400px) {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row-reverse-card {
    flex-direction: row-reverse;
}

/**************
Common padding & Spacing 
**************/
.common-padding {
  padding: 110px 0;
  @media (max-width: 1199px) {
    padding: 80px 0;
  }
  @media (max-width: 991px) {
    padding: 60px 0;
  }
}
.common-spacing {
  margin: 110px 0;
  @media (max-width: 1199px) {
    margin: 80px 0;
  }
  @media (max-width: 991px) {
    margin: 60px 0;
  }
}

/**************
Common heading types
**************/

.hd-type1 {
    color: var(--text-default-color1);
    font-family: var(--font-type1);
    font-size: 70px;
    font-weight: 500;
    line-height: 74px;
    margin-bottom: 30px;

    @media (max-width: 1400px) {
        font-size: 60px;
        line-height: 65px;
    }

    @media (max-width: 1280px) {
        font-size: 55px;
        line-height: 60px;
    }

    @media (max-width: 767px) {
        font-size: 32px;
        line-height: 47px;
    }

    @media (max-width: 576px) {
        margin-bottom: 18px;
    }

	&.white {
		color: var(--white);
	}
	&.black {
		color: var(--black);
	}
}

.hd-type2 {
    color: var(--black);
    font-family: var(--font-type1);
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 30px;

    @media (max-width: 1400px) {
        font-size: 45px;
        line-height: 50px;
    }

    @media (max-width: 1280px) {
        font-size: 40px;
        line-height: 45px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
        line-height: 30px;
    }

    &.white {
		color: var(--white);
	}
	&.black {
		color: var(--black);
	}
}

.hd-type3 {
    color: var(--black);
    font-family: var(--font-type1);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 30px;

    @media (max-width: 1400px) {
        font-size: 34px;
        line-height: 38px;
    }

    @media (max-width: 1280px) {
        font-size: 32px;
        line-height: 35px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
        line-height: 30px;
    }
	&.white {
		color: var(--white);
	}
}

.hd-type4 {
    color: var(--black);
    font-family: var(--font-type1);
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;

    @media (max-width: 1280px) {
        font-size: 22px;
        line-height: 30px;
    }

    @media (max-width: 767px) {
        font-size: 16px;
        line-height: 24px;
    }
	&.white {
		color: var(--white);
	}
}

.hd-type5{
	color: var(--black);
	font-family: var(--font-type1);
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	@media (max-width: 1280px) {
		font-size: 28px;
		line-height: 32px;
	}

	@media (max-width: 767px) {
		font-size: 20px;
		line-height: 28px;
	}
	&.white {
		color: var(--white);
	}
}
/**************
Common CMS Text Type
**************/
.cms-text {
/* 	font-family: var(--font-type2); */
    color: var(--text-default-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

    @media (max-width: 1199px) {
        font-size: 18px;
        line-height: 26px;
    }

    @media (max-width: 767px) {
        font-size: 16px;
        line-height: 24px;
    }

    &.black {
        color: var(--black);
    }

    &.white {
        color: var(--white);
    }

    &.blue {
        color: var(--text-default-color1);
    }
}

.cms-text1 {
    color: var(--text-default-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

    @media (max-width: 767px) {
        font-size: 16px;
        line-height: 24px;
    }

    &.black {
        color: var(--black);
    }
}

.cms-text2 {
    color: var(--text-default-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

    &.black {
        color: var(--black);
    }
	 &.white {
        color: var(--white);
    }
}

/**************
Common Button Type CSS
**************/
.btn-type1 {
  display: inline-block;
  color: var(--white);
  font-family: var(--font-type1);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 24px;
  background-color: var(--secondary-color);
  border-radius: 25px;
  text-align: center;
  /* min-width: 225px; */
  margin-right: 45px;
  text-decoration: none;
  letter-spacing: 0.2px;
  position: relative;
  transition: 0.3s !important;
  border: 0 !important;
  &::before{
    content: '';
	background-color: var(--secondary-color);
    mask-image: url('../images/btn-arrow-bg.svg');
    mask-position: center center;
    mask-size: auto;
    mask-repeat: no-repeat;
    position:absolute;
    right: -45px;
    top: 0;
    padding: 5px 10px;
    width: 63px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;  
    rotate: 0deg;
    transition: 0.3s;
  }
  &::after{
    content: '';
    background-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTMgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC42MDQ3IDIuODE5NTVMMS4xNjczMSAxMi4yNTY5TC03LjU1MjI5ZS0wNiAxMS4wODk2TDkuNDM3MzUgMS42NTIyM0wwLjU3MTU4OSAxLjY1MjIzTDAuNTgzNjUxIDguOTQ3MTllLTA1SDEyLjI1NjhWMTEuNjczM0wxMC42MDQ3IDExLjY4NTNMMTAuNjA0NyAyLjgxOTU1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    background-position: center center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    position:absolute;
    right: -32px;
    top: 14px;
    transform: rotate(0deg);
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;  
    rotate: 0deg;
    transition: 0.3s;
  }
  &:hover {
    color: var(--white);
     background-color: var(--primary-color);
/*     span{
      animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    } */
    &::after{
      transform: rotate(45deg);
    }
    /* background-color: var(--primary-color);
    color: var(--white);
    transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out;
    &::after{
      transform: rotate(45deg);
      transition: 0.3s ease-in-out;
    }
    &::before{
      background-image: url('../images/btn-arrow-blue-bg.svg');
      transition: 0.3s ease-in-out;
    } */
  }
  span{
    display: block;
    position: relative;
    /* mix-blend-mode: difference; */
    z-index: 10;
    color: inherit;
  }
  /* &.white-hover{
    &:hover{
      background-color: var(--white);
      color: var(--text-default-color1);
      transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out;
      &::before{
        background-image: url('../images/btn-arrow-white-bg.svg');
        transition: background-color 0.3s ease-in-out;
      }
      &::after{
        background-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiB2aWV3Qm94PSIwIDAgMTkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNS45NDcyIDQuMjM5ODFMMS43NTU2IDE4LjQzMTRMMC4wMDAyMzIzODUgMTYuNjc2TDE0LjE5MTggMi40ODQ0NEwwLjg1OTc3OCAyLjQ4NDQ1TDAuODc3OTE2IDEuMzgxMDdlLTA1SDE4LjQzMTZWMTcuNTUzN0wxNS45NDcyIDE3LjU3MThMMTUuOTQ3MiA0LjIzOTgxWiIgZmlsbD0iIzJENDI2NCIvPgo8L3N2Zz4K');
        transition: background-color 0.3s ease-in-out;
      }
      &:focus, &:active {
        background-color: var(--white) !important;
        color: var(--text-default-color1) !important;
        border-color: transparent !important;
      }
    }
  } */
	&:hover::before{
		background-color: var(--primary-color);
	}
  &:focus, &:active {
    color: var(--white) !important;
     background-color: var(--secondary-color) !important;
    border: 0 !important;
     /* padding: 12px 24px !important; */
    outline: none;
    &::before{
    content: '';
	background-color: var(--secondary-color);
    mask-image: url('../images/btn-arrow-bg.svg');
    mask-position: center center;
    mask-size: auto;
    mask-repeat: no-repeat;
    position:absolute;
    right: -45px;
    top: 0;
    padding: 5px 10px;
    width: 63px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;  
    rotate: 0deg;
    transition: 0.3s;
  }
	 
  &::after{
    content: '';
    background-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTMgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC42MDQ3IDIuODE5NTVMMS4xNjczMSAxMi4yNTY5TC03LjU1MjI5ZS0wNiAxMS4wODk2TDkuNDM3MzUgMS42NTIyM0wwLjU3MTU4OSAxLjY1MjIzTDAuNTgzNjUxIDguOTQ3MTllLTA1SDEyLjI1NjhWMTEuNjczM0wxMC42MDQ3IDExLjY4NTNMMTAuNjA0NyAyLjgxOTU1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    background-position: center center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    position:absolute;
    right: -32px;
    top: 14px;
    transform: rotate(0deg);
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;  
    rotate: 0deg;
    transition: 0.3s;
  }
  }
  &.btn-sm{
    padding: 8px 20px;
    font-size: 16px;
    line-height: normal;
      &::before{
        mask-size: contain;
        width: 50px;
        height: 35px;
        right: -35px;
    }
    &::after{
      width: 12px;
      height: 12px;
      right: -23px;
      top:12px;
      background-size: contain;
    }
  }
	
  &.white{
    background-color: var(--white);
    color: #2D4264;
    transition: all 0.3s;
    /* &:hover{
      background-color: var(--secondary-color);
      color: var(--white);
      &::before{
        background-image: url('../images/btn-arrow-bg.svg');
      }
      &::after{
        background-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTMgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC42MDQ3IDIuODE5NTVMMS4xNjczMSAxMi4yNTY5TC03LjU1MjI5ZS0wNiAxMS4wODk2TDkuNDM3MzUgMS42NTIyM0wwLjU3MTU4OSAxLjY1MjIzTDAuNTgzNjUxIDguOTQ3MTllLTA1SDEyLjI1NjhWMTEuNjczM0wxMC42MDQ3IDExLjY4NTNMMTAuNjA0NyAyLjgxOTU1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
      }
    } */
    &::before{
      mask-image: url('../images/btn-arrow-white-bg.svg');
		background-color: #fff;
    }
    &::after{
		background-color: var(--primary-color);
     	mask-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiB2aWV3Qm94PSIwIDAgMTkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNS45NDcyIDQuMjM5ODFMMS43NTU2IDE4LjQzMTRMMC4wMDAyMzIzODUgMTYuNjc2TDE0LjE5MTggMi40ODQ0NEwwLjg1OTc3OCAyLjQ4NDQ1TDAuODc3OTE2IDEuMzgxMDdlLTA1SDE4LjQzMTZWMTcuNTUzN0wxNS45NDcyIDE3LjU3MThMMTUuOTQ3MiA0LjIzOTgxWiIgZmlsbD0iIzJENDI2NCIvPgo8L3N2Zz4K');
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: 17px 17px;
		background-image: unset;
    }
	  &:hover{
		  background-color: var(--secondary-color);
		  color: #fff;
	  }
	  &:hover::before{
		  background-color: var(--secondary-color);
	  }
	   &:hover::after{
		  background-color: #fff;
	  }
  }
    @media(max-width: 767px) {
      font-size: 16px;
      line-height: normal;
      padding: 9px 24px;
      margin-right: 40px;
      height: 39px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      &::before{
        height: 39px;
        mask-size: contain;
        right: -43px;
      }
      &::after{
        width: 15px;
        height: 15px;
        mask-size: contain;
        right: -27px;
        top:12px;
    }
    &:focus,&:active{
      &::before{
        height: 39px;
        mask-size: contain;
        right: -43px;
      }
      &::after{
        width: 15px;
        height: 15px;
        mask-size: contain;
        right: -27px;
        top:12px;
    }
    }
    &.btn-sm{
      padding: 7px 16px;
      font-size: 13px;
      height: 32px;
        &::before{
          width: 45px;
          height: 32px;
          right: -32px;
      }
      &::after{
        width: 11px;
        height: 11px;
        right: -22px;
        top: 11px;
      }
    }
  }
}
@keyframes MoveScaleUpInitial{
  100% {
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    opacity: 0;
}
}
@keyframes MoveScaleUpDiagonal{
  100% {
    transform: translate3d(10px, -10px, 0) scale3d(1, 1, 1);
    opacity: 0;
    transition: all 0.3s;
}
}
@keyframes MoveScaleUpEnd{
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
    opacity: 0;
}
100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes MoveScaleUpEndDiagonal{
  0% {
    transform: translate3d(-10px, 10px, 0) scale3d(1, 1, 1);
    opacity: 0;
}
100% {
    transform: translate3d(0, 0, 0) ;
    opacity: 1;
    transition: all 0.3s;
}
}

.mt-35 { margin-top: 35px; }

/* Common Ul Li list style */

ul{
  li{
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 20px;
    &:last-child{
      padding-bottom: 0;
    }
    .list-icon{
      margin-right: 17px;
      @media(max-width:767px){
        svg{
          width: 25px;
          height: 25px;
        }
        
      }
      
    }
    @media(max-width:767px){
      font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        padding-bottom: 17px;
    }
  }
}
/* Common mask image styles */
.top-left-mask-img{
    aspect-ratio: 640 / 546;
    mask-image: url(../images/tradeimage1.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bottom-left-mask-img{
    aspect-ratio: 640 / 546;
    mask-image: url(../images/tradeimage2.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bottom-right-mask-img{
    aspect-ratio: 640 / 546;
    mask-image: url(../images/tradeimage.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Loader css */

.loading_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    color: #FFF;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
    position: absolute;
    left: calc((50% - 105px));
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    36% {
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
    }
    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
    }
    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
    }
    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
    }
    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

/* Slick Slider Styles */


.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;

    @media (max-width: 991px) {
        margin-top: 30px;
    }

    li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--primary-color);
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;

        &.slick-active {
            background-color: var(--secondary-color);
        }
    }

    button {
        display: none;
    }
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(244, 127, 95, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;

    @media (max-width: 991px) {
        width: 36px;
        height: 36px;
    }

    &::before {
        content: "";
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    &:hover {
        background-color: var(--primary-color);
    }
}

.slick-prev {
    left: -50px;

    &::before {
        content: "‹";
        font-size: 28px;
        color: var(--white);
        line-height: 1;
    }

    @media (max-width: 1024px) {
        left: 10px;
    }
}

.slick-next {
    right: -50px;

    &::before {
        content: "›";
        font-size: 28px;
        color: var(--white);
        line-height: 1;
    }

    @media (max-width: 1024px) {
        right: 10px;
    }
}