/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
/*==========================================================================
=> Color
==========================================================================*/
/* line 15, _global.less */
:root {
  --sidebarWidth: 430px;
  /* common */
  --clr-red: #F58220;
  --clr-grn: #043B72;
  /* common end */
  /* input */
  --input-font: "Plus Jakarta Sans", sans-serif;
  --input-height: 40px;
  --input-fs-main: 12px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #DFE5EF;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-fill: #A24EEA;
  --button-line: #30223B;
  /* button end */
  --header-height: 78px;
  --header-scroll-height: 78px;
  --black: #212121;
  --white: #fff;
  --lColor: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  --yellow: #FFAE1F;
  --red: #FF4646;
  --blue: #539BFF;
  --green: #40B37C;
  --purple: #6F42C1;
  --dimGray: #9E9E9E;
  --bluewood: #212121;
  --electricBlue: #757575;
  --borderColor: #EBF1F6;
  --fs96: 96px;
  --fs48: 48px;
  --fs36: 36px;
  --fs30: 30px;
  --fs24: 24px;
  --fs20: 20px;
  --fs18: 18px;
  --fs16: 16px;
  --fs14: 14px;
  --fs12: 12px;
  --fs10: 10px;
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 76, _global.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 83, _global.less */
input[type=number] {
  -moz-appearance: textfield;
}
/* line 87, _global.less */
.variable {
  margin-bottom: 30px;
}
/* line 90, _global.less */
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
/* line 98, _global.less */
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?5etamd');
  src: url('../fonts/icomoon.eot?5etamd#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5etamd') format('truetype'), url('../fonts/icomoon.woff?5etamd') format('woff'), url('../fonts/icomoon.svg?5etamd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 119, _global.less */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 135, _global.less */
.icon-up-arrow:before {
  content: "\e900";
}
/* line 139, _global.less */
.icon-down-arrow:before {
  content: "\e901";
}
/*==========================================================================
=> Fonts
==========================================================================*/
/* line 146, _global.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 161, _global.less */
.f-row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
/* line 168, _global.less */
.f-col {
  padding: 0 20px;
}
/* line 175, _global.less */
.f-10 .f-col {
  width: 10%;
}
/* line 175, _global.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 175, _global.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 175, _global.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 175, _global.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 175, _global.less */
.f-5 .f-col {
  width: 20%;
}
/* line 175, _global.less */
.f-4 .f-col {
  width: 25%;
}
/* line 175, _global.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 175, _global.less */
.f-2 .f-col {
  width: 50%;
}
/* line 175, _global.less */
.f-1 .f-col {
  width: 100%;
}
/* Width */
/* line 186, _global.less */
.w100 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w95 {
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w90 {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w85 {
  width: 85%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w80 {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w75 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w70 {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w65 {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w60 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w55 {
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w50 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w45 {
  width: 45%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w40 {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w35 {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w30 {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w25 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w20 {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w15 {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w10 {
  width: 10%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 186, _global.less */
.w5 {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 195, _global.less */
.w33 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 201, _global.less */
.w16 {
  width: 16.666666%;
  padding-left: 20px;
  padding-right: 20px;
}
/* Margin */
/* line 212, _global.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 212, _global.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 212, _global.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 212, _global.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 212, _global.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 212, _global.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 212, _global.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 212, _global.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 212, _global.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 212, _global.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 212, _global.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 212, _global.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 212, _global.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 212, _global.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 212, _global.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 212, _global.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 212, _global.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 212, _global.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 212, _global.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 212, _global.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 212, _global.less */
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  /* line 220, _global.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 224, _global.less */
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  /* line 175, _global.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 233, _global.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 237, _global.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  /* line 175, _global.less */
  .f-1024-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-1024-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-1024-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-1024-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-1024-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-1024-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-1024-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 248, _global.less */
  .w-1024-33 {
    width: 33%;
  }
  /* line 252, _global.less */
  .w-1024-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 175, _global.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-990-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-990-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 263, _global.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 267, _global.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 175, _global.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-768-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-768-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 278, _global.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 282, _global.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 175, _global.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-640-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-640-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 293, _global.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 297, _global.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 175, _global.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-576-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-576-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 308, _global.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 312, _global.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 175, _global.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-480-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-480-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 323, _global.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 327, _global.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 175, _global.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 175, _global.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 175, _global.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 175, _global.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 175, _global.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 175, _global.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 175, _global.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 175, _global.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 175, _global.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 175, _global.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 186, _global.less */
  .w-400-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 186, _global.less */
  .w-400-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 338, _global.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 342, _global.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 212, _global.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 212, _global.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 212, _global.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 212, _global.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 212, _global.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 212, _global.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 212, _global.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 212, _global.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 212, _global.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 212, _global.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 212, _global.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 212, _global.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 212, _global.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 212, _global.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 212, _global.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 212, _global.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 212, _global.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 212, _global.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 212, _global.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 212, _global.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 212, _global.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
==========================================================================*/
/* line 353, _global.less */
.container {
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
/* line 362, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 366, _global.less */
.comm-section {
  padding: 45px 0;
  position: relative;
}
/* line 371, _global.less */
.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
/* line 383, _global.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 393, _global.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 408, _global.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 414, _global.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 419, _global.less */
[hidden] {
  display: none;
}
/* line 423, _global.less */
html {
  overflow-x: hidden;
}
/* line 427, _global.less */
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--white);
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
/* line 447, _global.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 451, _global.less */
b,
strong {
  font-weight: bold;
}
/* line 456, _global.less */
dfn {
  font-style: italic;
}
/* line 460, _global.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 466, _global.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 471, _global.less */
code,
kbd,
pre,
samp {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1em;
}
/* line 479, _global.less */
pre {
  white-space: pre-wrap;
}
/* line 483, _global.less */
small {
  font-size: 80%;
}
/* line 487, _global.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 495, _global.less */
sup {
  top: -0.5em;
}
/* line 499, _global.less */
sub {
  bottom: -0.25em;
}
/* line 503, _global.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 507, _global.less */
figure {
  margin: 0;
}
/* line 511, _global.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 517, _global.less */
legend {
  border: 0;
  padding: 0;
}
/* line 522, _global.less */
button,
input,
select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 100%;
  margin: 0;
}
/* line 531, _global.less */
button,
input {
  line-height: normal;
}
/* line 536, _global.less */
button,
select {
  text-transform: none;
}
/* line 541, _global.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 549, _global.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 554, _global.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 560, _global.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 567, _global.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 572, _global.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 578, _global.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 583, _global.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 588, _global.less */
input,
button,
select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
/* line 597, _global.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 604, _global.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 608, _global.less */
a:hover {
  text-decoration: none;
}
/* line 613, _global.less */
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 620, _global.less */
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/* line 626, _global.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 632, _global.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 638, _global.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 644, _global.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 651, _global.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
/* common */
/* line 659, _global.less */
.mb4 {
  margin-bottom: 4px;
}
/* line 663, _global.less */
.green {
  color: var(--green) !important;
}
/* line 667, _global.less */
.bluewood {
  color: var(--bluewood) !important;
}
/* line 671, _global.less */
.blue {
  color: var(--blue) !important;
}
/* line 675, _global.less */
.yellow {
  color: var(--yellow) !important;
}
/* line 679, _global.less */
.red {
  color: var(--red) !important;
}
/* line 683, _global.less */
.purple {
  color: var(--purple) !important;
}
/* line 687, _global.less */
.fr-5 {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 691, _global.less */
.fr-5 .f-col {
  padding: 0 5px;
}
/* line 696, _global.less */
.fr-10 {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 700, _global.less */
.fr-10 .f-col {
  padding: 0 10px;
}
/* line 706, _global.less */
.dflex .f-col {
  display: flex;
}
/* line 711, _global.less */
.comm-btn {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 16px;
}
/* line 717, _global.less */
.comm-btn .button {
  max-width: fit-content;
}
/* line 722, _global.less */
.pt0 {
  padding-top: 0;
}
/* common end */
/* line 728, _global.less */
.sec-head {
  margin-bottom: 24px;
}
/* line 731, _global.less */
.sec-head.sec-head-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 738, _global.less */
.sec-body {
  margin-bottom: 24px;
}
/* line 742, _global.less */
.stock-sec-title {
  color: var(--bluewood);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
/* line 751, _global.less */
.stock-sec-para {
    color: var(--electricBlue) !important;
    font-size: var(--fs16) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
}
/* line 759, _global.less */
.title-light {
  color: var(--electricBlue);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 767, _global.less */
.title-lighti {
  color: var(--electricBlue);
  font-size: var(--fs10);
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
/* line 775, _global.less */
.stock-title-dark {
  color: var(--bluewood);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 783, _global.less */
.md-hdn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
/* line 788, _global.less */
.md-hdn-box .md-cont:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 795, _global.less */
.stock-md-title {
  color: #5A6A85;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
/* line 802, _global.less */
.stock-md-perct {
  font-size: 16px;
  font-weight: 700;
}
/* line 807, _global.less */
.md-progress-bar {
  position: relative;
  height: 4px;
  width: 100%;
  margin-bottom: 48px;
}
/* line 814, _global.less */
.buy-bar,
.sell-bar {
  position: absolute;
  top: 0;
  height: 4px;
}
/* line 821, _global.less */
.buy-bar {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #40b37c 100%);
}
/* line 826, _global.less */
.sell-bar {
  right: 0;
  background: linear-gradient(90deg, #f57559 0%, #ffffff 100%);
}
/* line 831, _global.less */
.md-main-box {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
/* line 837, _global.less */
.mb-bid-left,
.mb-bid-right {
  flex: 1;
}
/* line 841, _global.less */
.mb-bid-left > div:last-child,
.mb-bid-right > div:last-child {
  margin-bottom: 0;
}
/* line 846, _global.less */
.mb-bid-hdn,
.mb-bid-price,
.mb-bid-total {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
/* line 855, _global.less */
.mb-bid-hdn p {
  color: #5A6A85;
  font-size: 14px;
  font-weight: 500;
}
/* line 862, _global.less */
.bid-value {
  color: #2A3547;
  font-size: 14px;
  font-weight: 600;
}
/* line 868, _global.less */
.bid-qty-box {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
/* line 875, _global.less */
.bid-qty-box p {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
/* line 882, _global.less */
.bid-qty-progress {
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 890, _global.less */
.bid-qty .bid-qty-progress {
  background: #E0F5EB;
}
/* line 894, _global.less */
.bid-qty p {
  color: var(--green);
}
/* line 900, _global.less */
.ask-qty .bid-qty-progress {
  background: #FCE7E2;
}
/* line 904, _global.less */
.ask-qty p {
  color: var(--red);
}
/* line 910, _global.less */
.mb-bid-total p {
  color: #2C3E50;
  font-size: 14px;
  font-weight: 700;
}
/* line 917, _global.less */
.pie-chart-box {
  position: relative;
  margin-top: -100px;
}
/* line 922, _global.less */
.sp-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 932, _global.less */
.sp-value {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #E1F6EC;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 940, _global.less */
.sp-value p {
  color: #40B37C;
  font-size: 24px;
  font-weight: 600;
}
/* line 947, _global.less */
.sp-txt {
  color: #2C3E50;
  font-size: 12px;
  font-weight: 400;
}
/* line 953, _global.less */
.highcharts-text-outline {
  display: none;
}
/* line 959, _global.less */
.bar-chart-top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
/* line 964, _global.less */
.chart-note {
  color: #828F9C;
  font-size: 12px;
  font-weight: 400;
}
/* line 970, _global.less */
.share-chart-main {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
/* line 975, _global.less */
.share-chart-box {
  flex: 1;
  min-width: 0;
}
/* line 980, _global.less */
.s-vote-box.share-chart-list {
  width: 360px;
}
/* tab */
/* line 986, _global.less */
.comm-tab-box {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #EBF1F6;
}
/* line 992, _global.less */
.tabs {
      display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    background: #fff !important;
    text-transform: capitalize !important;
    padding: 7px 0px 5px !important;
}
/* line 998, _global.less */
.tabs li {
    color: #828F9C;
    font-size: 20px;
    font-weight: 600 !important;
    padding: 0 20px 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2 ease-in-out;
    font-family: "Plus Jakarta Sans", sans-serif;
}
/* line 1006, _global.less */
.tabs li.active {
  color: #2A3547;
}
/* line 1012, _global.less */
.indicator {
  width: 0;
  height: 1px;
  background: #2A3547;
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* tab end */
/* line 1024, _global.less */
.short-content .stock-sec-para {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1030, _global.less */
.readMore {
  border-bottom: 1px solid var(--red);
  width: fit-content;
  padding: 4px 10px;
  margin-top: 10px;
}
/* line 1039, _global.less */
.readMore,
.short-content {
  cursor: pointer;
}
/* line 1043, _global.less */
.readMore.hide,
.short-content.hide {
  display: none;
}
/* line 1048, _global.less */
.full-content {
  max-height: 150px;
  overflow: auto;
}
/* line 1053, _global.less */
.full-content.hide {
  display: none;
}
/* line 1058, _global.less */
.custom-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 1061, _global.less */
.custom-scroll::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  overflow: hidden;
}
/* line 1069, _global.less */
.custom-scroll ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 1074, _global.less */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}
/* line 1080, _global.less */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* line 2, _nj.less */
.comm-para p {
  color: #596168;
  font-size: var(--fs14);
  font-weight: 400;
  line-height: normal;
}
/* line 10, _nj.less */
.page-title {
  color: #F58220;
  font-size: var(--fs36);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 18, _nj.less */
.page-head {
  margin-bottom: 20px;
}
/* line 22, _nj.less */
.stories-wrap {
  margin-top: 54px;
}
/* line 25, _nj.less */
.stories-wrap .stock-sec-title {
  font-size: var(--fs24);
  margin-bottom: 4px;
}
/* line 31, _nj.less */
.stories-head-wrap {
  background: #FFF;
  z-index: 9;
}
/* line 37, _nj.less */
.stories-head-wrap .lc--filter-wrap {
  margin-bottom: 34px;
}
/* line 42, _nj.less */
.story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  padding: 32px 22px 22px;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 67, _nj.less */
.story-dotted {
  display: flex;
  width: calc(100% - 44px);
  gap: 10px;
  position: absolute;
  top: 14px;
}
/* line 75, _nj.less */
.story-dotted span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}
/* line 84, _nj.less */
.story-title {
  color: #ffffff;
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 92, _nj.less */
.story-para {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fs14);
  font-weight: 500;
  line-height: 242%;
}
/* line 99, _nj.less */
.story-card {
  height: 490px;
}
/* line 103, _nj.less */
.swiper-btn-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
/* line 112, _nj.less */
.swiper-btn {
  background: #fff;
  filter: drop-shadow(0px 4px 24px rgba(90, 106, 133, 0.24));
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 50%;
}
/* line 125, _nj.less */
.swiper-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
/* line 131, _nj.less */
.swiper-btn:hover {
  filter: drop-shadow(0px 4px 24px rgba(90, 106, 133, 0.54));
}
/* line 136, _nj.less */
.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
/* line 141, _nj.less */
.swiper-btn-prev {
  transform: translate(50%, -50%);
  right: 0;
}
/* line 146, _nj.less */
.swiper-btn-next {
  left: 0;
  transform: translate(-50%, -50%);
}
/* line 150, _nj.less */
.swiper-btn-next img {
  transform: scaleX(-1);
}
/* line 155, _nj.less */
.story-swiper {
  overflow: visible;
}
/* line 158, _nj.less */
.story-swiper .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
}
/* line 164, _nj.less */
.story-detail-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 171, _nj.less */
.bg-img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 179, _nj.less */
.bg-img img {
  object-fit: cover;
}
/* line 184, _nj.less */
.story-overlay {
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 197, _nj.less */
.story {
  overflow: hidden;
}
/* line 201, _nj.less */
.story-slider {
  border-radius: 16px;
  width: 465px;
  height: 614px;
  overflow: hidden;
}
/* line 210, _nj.less */
.story-slide {
  position: relative;
}
/* line 213, _nj.less */
.story-slide video,
.story-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 222, _nj.less */
.story-pagination {
  bottom: unset !important;
  top: 20px !important;
  display: flex;
  padding: 0 4px;
}
/* line 228, _nj.less */
.story-pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  position: relative;
  z-index: 5;
}
/* line 238, _nj.less */
.story-pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #888686;
  position: relative;
  z-index: 5;
}
/* line 249, _nj.less */
.story-prev,
.story-next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
}
/* line 256, _nj.less */
.story-prev::after,
.story-next::after {
  content: none;
}
/* line 261, _nj.less */
.story-prev {
  left: 0;
}
/* line 265, _nj.less */
.story-next {
  right: 0;
}
/* line 270, _nj.less */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: calc(100% - 30px) !important;
  left: 12px;
}
/* line 278, _nj.less */
.story {
  position: relative;
}
/* line 284, _nj.less */
.story-card-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10vh;
  z-index: 2;
}
/* line 294, _nj.less */
.story-top-overlay {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
/* line 299, _nj.less */
.story-bottom-overlay {
  bottom: 0px;
  display: none;
  height: 55vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
/* line 307, _nj.less */
.staus-title {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 5;
  margin-top: 12px;
  max-width: 700px;
  margin-inline: auto;
}
/* line 320, _nj.less */
.story-menu-wrap {
  display: flex;
  gap: 16px;
}
/* line 328, _nj.less */
.story-menu a {
  border: 1px solid var(--dimGray);
  border-radius: 8px;
  padding: 8px 16px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #828F9C;
  font-size: var(--fs18);
  font-weight: 500;
  line-height: normal;
}
/* line 339, _nj.less */
.story-menu a.active {
  color: #2C3E50;
  border: 1px solid #2C3E50;
}
/* line 346, _nj.less */
.story-slider {
  position: relative;
}
/* line 355, _nj.less */
.story-wrapper picture img {
  object-fit: cover;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion

/*==========================================================================
=> buttons
========================================================================== */
/* line 17, _elements.less */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--green);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: var(--white);
  padding: 0 16px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  font-size: var(--fs14);
  font-weight: 600;
  text-align: center;
  flex: 1;
  gap: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 39, _elements.less */
.button:hover {
  background: transparent;
  border: 1px solid var(--green);
  color: var(--green);
}
/* line 45, _elements.less */
.button.line {
  background: transparent;
  border: 1px solid var(--bluewood);
  color: var(--bluewood);
}
/* line 50, _elements.less */
.button.line.light-grey {
  border-color: var(--dimGray);
  color: var(--dimGray);
}
/* line 54, _elements.less */
.button.line.light-grey.active {
  border-color: var(--bluewood);
  color: var(--bluewood);
}
/* line 60, _elements.less */
.button.line.green {
  border-color: var(--green);
  color: var(--green);
}
/* line 64, _elements.less */
.button.line.green:hover {
  background: var(--green);
  color: var(--white) !important;
}
/* line 70, _elements.less */
.button.line.yellow {
  border-color: var(--yellow);
  color: var(--yellow);
}
/* line 74, _elements.less */
.button.line.yellow:hover {
  background: var(--yellow);
  color: var(--white) !important;
}
/* line 80, _elements.less */
.button.line.red {
  border-color: var(--red);
  color: var(--red);
}
/* line 84, _elements.less */
.button.line.red:hover {
  background: var(--red);
  color: var(--white) !important;
}
/* line 93, _elements.less */
.button.link {
  background: transparent;
  padding: 0;
  color: var(--yellow);
  width: auto;
  height: auto;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  border: 0;
}
/* line 105, _elements.less */
.button.link img {
  flex: 1;
  object-fit: contain;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 112, _elements.less */
.button.link:hover {
  background-color: transparent;
  border: 0;
  color: var(--blue);
}
/* line 117, _elements.less */
.button.link:hover img {
  filter: invert(1);
}
/* line 124, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 131, _elements.less */
button:focus {
  outline: none;
}
/* line 135, _elements.less */
.button--block {
  width: 100%;
}
/* line 139, _elements.less */
.button--block:hover span {
  width: 1000px;
  height: 1000px;
}
/* line 146, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 150, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 155, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 163, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 168, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 172, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 178, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 185, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 30px;
}
/* line 193, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 198, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 204, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 210, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 214, _elements.less */
.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  padding: 0 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 237, _elements.less */
.form-field:focus,
.form-field.field--not-empty {
  border: 1px solid var(--black);
}
/* line 242, _elements.less */
.form-label {
  color: #828F9C;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 270, _elements.less */
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Password View */
/* line 283, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 290, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 296, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 306, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 309, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 313, _elements.less */
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
/* line 325, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
/* line 334, _elements.less */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
/* line 354, _elements.less */
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
/* line 364, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 368, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 372, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 379, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 384, _elements.less */
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
/* line 396, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 401, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
/* line 406, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
/* line 411, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 416, _elements.less */
.daterangepicker .btn-primary {
  font-family: "Plus Jakarta Sans", sans-serif;
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 424, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 428, _elements.less */
.daterangepicker .calendar-table th {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #000000;
}
/* line 434, _elements.less */
.daterangepicker th.month {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 441, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 446, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 451, _elements.less */
.daterangepicker .calendar-table td {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}
/* line 456, _elements.less */
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
/* line 463, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 467, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 472, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 477, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 483, _elements.less */
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
/* line 492, _elements.less */
.select-field {
  background: url('../img/drop-down-arrow.svg') no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 499, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 504, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
/* line 515, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #ccc;
}
/* line 521, _elements.less */
input::-webkit-input-placeholder {
  color: #ccc;
}
/* line 525, _elements.less */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
/* line 540, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 547, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 553, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 563, _elements.less */
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 577, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 581, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 585, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 589, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 598, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 604, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 610, _elements.less */
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
/* line 621, _elements.less */
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 632, _elements.less */
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 646, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 665, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: 'icomoon' !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
/* line 674, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 678, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 682, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 694, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 703, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 707, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 716, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 721, _elements.less */
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 733, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
/* line 740, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 746, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 751, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 763, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 766, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #30223b;
}
/* line 771, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 775, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 779, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
/* line 794, _elements.less */
.checkbox-box.chk-four {
  margin-right: 0;
  margin-bottom: 0;
}
/* line 799, _elements.less */
.checkbox-box.chk-four:last-child label {
  border: 1px solid var(--dimGray);
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
/* line 809, _elements.less */
.checkbox-box.chk-four:first-child label {
  border: 1px solid var(--dimGray);
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 817, _elements.less */
.checkbox-box.chk-four label {
  border-top: 1px solid var(--dimGray);
  border-bottom: 1px solid var(--dimGray);
  padding: 10px 22px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 823, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 831, _elements.less */
.checkbox-box.chk-four label span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #000;
  margin-left: 0;
}
/* line 838, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 851, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--red);
}
/* line 854, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--red);
}
/* line 863, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
}
/* line 867, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label span {
  color: var(--red);
}
/* line 871, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--red);
}
/* line 879, _elements.less */
.checkbox-box.chk-four:last-child input:checked ~ .chk-label {
  border: 1px solid var(--red);
  border-left: 0;
}
/* line 888, _elements.less */
.checkbox-box.chk-four:first-child input:checked ~ .chk-label {
  border: 1px solid var(--red);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 898, _elements.less */
.checkbox-box.chk-fiv {
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 902, _elements.less */
.checkbox-box.chk-fiv label {
  border: 1px solid var(--dimGray);
  border-radius: 8px;
  padding: 8px 13px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 908, _elements.less */
.checkbox-box.chk-fiv label span {
  font-size: var(--fs14);
  color: var(--dimGray);
  font-weight: 500;
  margin-left: 0;
}
/* line 915, _elements.less */
.checkbox-box.chk-fiv label:before,
.checkbox-box.chk-fiv label:after {
  display: none;
}
/* line 927, _elements.less */
.checkbox-box.chk-fiv input:checked ~ .chk-label {
  border: 1px solid var(--bluewood);
}
/* line 930, _elements.less */
.checkbox-box.chk-fiv input:checked ~ .chk-label span {
  color: var(--bluewood);
}
/* line 934, _elements.less */
.checkbox-box.chk-fiv input:checked ~ .chk-label i {
  color: var(--bluewood);
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
/* line 948, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 953, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 961, _elements.less */
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
/* line 976, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 984, _elements.less */
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
/* line 992, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 997, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1003, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1010, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1016, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1025, _elements.less */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
/* line 1041, _elements.less */
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
/* line 1055, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
/* line 1069, _elements.less */
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
/* line 1086, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 1093, _elements.less */
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
/* line 1104, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 1111, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 1116, _elements.less */
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1129, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 1138, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1143, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 1150, _elements.less */
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
/* line 1158, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 1163, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 1168, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 1173, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 1176, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 1183, _elements.less */
.static-cont li p {
  margin-bottom: 10px;
}
/* line 1187, _elements.less */
.static-cont li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
/* line 1200, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 1207, _elements.less */
.modal-backdrop.show {
  opacity: .9;
}
/* line 1211, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 1215, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 1221, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1225, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1229, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1233, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1237, _elements.less */
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1241, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 1250, _elements.less */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
/* line 1258, _elements.less */
.content-body {
  margin-bottom: 80px;
}
/* line 1261, _elements.less */
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 1271, _elements.less */
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: var(--white);
  margin: 32px 0 16px;
}
/* line 1282, _elements.less */
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
/* line 1287, _elements.less */
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
  margin-bottom: 16px;
}
/* line 1295, _elements.less */
.content-body ul {
  margin-bottom: 16px;
}
/* line 1298, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
/* line 1303, _elements.less */
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
  margin-bottom: 0;
}
/* line 1312, _elements.less */
.content-body ul li a {
  color: #ee163d;
}
/* line 1316, _elements.less */
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
/* line 1328, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  /* line 1338, _elements.less */
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 1345, _elements.less */
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  /* line 1352, _elements.less */
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/* Thankyou page */
/* line 1369, _elements.less */
.thankyou-contain {
  height: 100svh;
  display: flex;
  align-items: center;
}
/* line 1375, _elements.less */
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 650px;
}
/* line 1381, _elements.less */
.thankyou-img {
  width: 215px;
  height: 215px;
  margin: 0 auto 36px;
}
/* line 1387, _elements.less */
.thankyou-hdn {
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 1.16;
  color: var(--white);
  margin-bottom: 18px;
}
/* line 1396, _elements.less */
.thankyou-para p {
  color: var(--dimGray);
  font-size: var(--fs16);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}
/* line 1405, _elements.less */
.w-img {
  max-width: 675px;
  width: 100%;
  margin-bottom: 55px;
}
@media all and (max-width: 990px) {
  /* line 1413, _elements.less */
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  /* line 1422, _elements.less */
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
/* Thankyou page end */
/*==========================================================================
=> Accordion
==========================================================================*/
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 1465, _elements.less */
.accordion {
  background: transparent;
  padding-left: 0px;
  width: 100%;
  border: none;
  position: relative;
  text-align: left;
  color: var(--bluewood);
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1.6;
}
/* line 1478, _elements.less */
.acc-item {
  position: relative;
  padding-right: 90px;
}
/* line 1482, _elements.less */
.acc-item .circle {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid var(--dimGray);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
/* line 1491, _elements.less */
.acc-item .circle::after,
.acc-item .circle::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: var(--dimGray);
  display: inline-block;
  position: absolute;
  left: 9px;
  transition: all 0.2s ease-out;
  top: 48%;
  cursor: pointer;
}
/* line 1505, _elements.less */
.acc-item .circle::before {
  transform: rotate(90deg);
}
/* line 1511, _elements.less */
.acc-item.active .circle {
  border-color: var(--red);
}
/* line 1514, _elements.less */
.acc-item.active .circle::after,
.acc-item.active .circle::before {
  background-color: var(--red);
  transform: rotate(180deg);
}
/* line 1523, _elements.less */
.acc-item {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 1529, _elements.less */
.panel {
  display: none;
  background-color: transparent;
  padding-top: 14px;
}
/* line 1534, _elements.less */
.panel p {
  color: var(--electricBlue);
  font-size: var(--fs14);
  font-weight: 400;
  line-height: 160%;
}
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--white);
}
/* line 15, _megamenu.less */
.head-right,
.head-left {
  display: flex;
}
/* line 20, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
/* line 26, _megamenu.less */
.header-box {
  border-bottom: 1px solid var(--borderColor);
}
/* line 29, _megamenu.less */
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 36, _megamenu.less */
.drop {
  position: relative;
}
/* line 39, _megamenu.less */
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 11px;
  height: 11px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
/* line 50, _megamenu.less */
.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 0%;
  width: 200px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 64, _megamenu.less */
.drop ul li {
  padding: 0;
}
/* line 67, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 71, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
/* line 78, _megamenu.less */
.drop ul li a:hover {
  color: var(--yellow);
}
/* line 86, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 91, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 98, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 102, _megamenu.less */
.header-box {
  display: flex;
  height: var(--header-height);
}
/* line 107, _megamenu.less */
.header-list {
  margin-left: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 111, _megamenu.less */
.header-list li {
  padding: 8px;
}
/* line 114, _megamenu.less */
.header-list li a {
  font-size: var(--fs14);
  color: var(--bluewood);
  font-weight: 300;
}
/* line 123, _megamenu.less */
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
/* line 128, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* line 133, _megamenu.less */
.menuBtn .icon {
  width: 24px;
  height: 24px;
}
/* line 138, _megamenu.less */
.menuBtn .button {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--bluewood);
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* side menu */
/* line 157, _megamenu.less */
.menu {
  position: relative;
}
/* side menu */
/* line 162, _megamenu.less */
.menu {
  position: relative;
  z-index: 2;
}
/* line 167, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 182, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 186, _megamenu.less */
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
/* line 202, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 207, _megamenu.less */
.js-nav-toggle {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 220, _megamenu.less */
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 232, _megamenu.less */
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 247, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 252, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 256, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
/* line 262, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 266, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 271, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 276, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 282, _megamenu.less */
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}
/* line 294, _megamenu.less */
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
/* line 308, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 312, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 316, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 321, _megamenu.less */
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 100px;
}
/* line 335, _megamenu.less */
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
/* line 349, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 356, _megamenu.less */
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
/* line 367, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 375, _megamenu.less */
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
/* line 387, _megamenu.less */
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
/* line 392, _megamenu.less */
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 407, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 412, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 419, _megamenu.less */
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
/* line 439, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 443, _megamenu.less */
.search-wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DFE5EF;
  flex: 1;
}
/* line 451, _megamenu.less */
.search-input {
  display: flex;
  align-items: center;
}
/* line 456, _megamenu.less */
.search-dropdown {
  position: relative;
  flex: 1;
  min-width: 156px;
  padding: 12px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.11);
}
/* line 464, _megamenu.less */
.selectedSearch {
  position: relative;
  cursor: pointer;
}
/* line 468, _megamenu.less */
.selectedSearch::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  background-image: url('../img/menu-drop.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  transform: translate(0%, -50%);
}
/* line 483, _megamenu.less */
.search-dropdown-list {
  display: none;
}
/* line 487, _megamenu.less */
.selected-val {
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 495, _megamenu.less */
.search-input {
  padding: 8px 8px;
  min-width: 300px;
}
/* line 500, _megamenu.less */
.search {
  border: 0;
  outline: 0;
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 509, _megamenu.less */
.search::placeholder {
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 517, _megamenu.less */
.search::-moz-placeholder {
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 525, _megamenu.less */
.search::-webkit-input-placeholder {
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 990px) {
  /* line 535, _megamenu.less */
  .navigation {
    display: block;
  }
  /* line 539, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 543, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 547, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  /* line 555, _megamenu.less */
  .logo {
    width: 100px;
  }
  /* line 559, _megamenu.less */
  .menuBtn .button {
    font-size: 12px;
    display: none;
  }
}
/* line 1, _page.less */
.card-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* line 5, _page.less */
.so-detail {
  display: flex;
  padding: 25px 20px;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
/* line 15, _page.less */
.so-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
/* line 22, _page.less */
.so-logo {
  width: 47px;
  height: 47px;
  border-radius: 8px;
  border: 1px solid #D7DEE5;
  flex-shrink: 0;
}
/* line 30, _page.less */
.so-name {
  color: var(--black);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
/* line 39, _page.less */
.so-details {
  color: var(--dimGray);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 48, _page.less */
.so-price {
  color: var(--black);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* line 56, _page.less */
.so-red {
  color: var(--red);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 64, _page.less */
.so-green {
  color: var(--green);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 72, _page.less */
.so-note {
  color: var(--dimGray);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 81, _page.less */
.mystock-nav {
  display: flex;
  width: 350px;
  flex-direction: column;
  border-radius: 8px;
  padding: 16px 20px;
}
/* line 89, _page.less */
.mystock-nav li {
  display: flex;
  align-items: center;
}
/* line 94, _page.less */
.mystock-nav li.active a {
  color: var(--bluewood) !important;
  padding-left: 20px;
}
/* line 99, _page.less */
.mystock-nav li.active .page-nav-icon {
  opacity: 1;
}
/* line 104, _page.less */
.mystock-nav li a {
  color: var(--electricBlue) !important;
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  cursor:pointer;
}
/* line 115, _page.less */
.mystock-nav li:not(:last-child) {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed var(--borderColor);
}
/* line 125, _page.less */
.page-nav-icon {
  display: flex;
  position: absolute;
  margin-right: 8px;
  opacity: 0;
}
/* line 132, _page.less */
.page-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  position: relative;
}
/* line 139, _page.less */
.page-nav {
  width: 350px;
}
/* line 143, _page.less */
.page-nav-sticky {
  position: sticky;
  top: 0;
}
/* line 148, _page.less */
.hero-section {
  margin-bottom: 90px;
}
/* line 152, _page.less */
.buy-stock-btn {
  text-transform: uppercase;
}
/* line 156, _page.less */
.hero-top-section {
  display: flex;
  justify-content: space-between;
}
/* line 160, _page.less */
.hero-top-section .chk-wrap {
  margin-bottom: 0;
}
/* line 165, _page.less */
.hero-btm-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 171, _page.less */
.breadcrumbs {
  color: var(--dimGray);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 180, _page.less */
.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
/* line 186, _page.less */
.breadcrumbs-wrap span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--dimGray);
}
/* line 194, _page.less */
.report-wrap {
  border-radius: 8px;
  padding: 26px;
}
/* line 199, _page.less */
.report-wrap .breadcrumbs-wrap {
  margin-bottom: 8px;
}
/* line 203, _page.less */
.report-wrap .hero-top {
  gap: 20px;
}
/* line 208, _page.less */
.report-cont-box {
  width: 100%;
}
/* line 212, _page.less */
.hero-top {
  display: flex;
  gap: 16px;
}
/* line 217, _page.less */
.hero-logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
/* line 223, _page.less */
.hero-name {
  color: var(--bluewood);
  font-size: var(--fs30);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
/* line 232, _page.less */
.report-name {
  color: #2A3547;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 239, _page.less */
.report-desc {
  color: #5A6A85;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 34px;
}
/* line 246, _page.less */
.hero-details {
  color: var(--dimGray);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* line 255, _page.less */
.hero-price {
  color: var(--black);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 16px;
}
/* line 264, _page.less */
.hero-red {
  color: var(--red);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 272, _page.less */
.hero-green {
  color: var(--green);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 280, _page.less */
.chk-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
/* line 286, _page.less */
.page-data {
  position: relative;
  flex: 1;
  min-width: 0;
}
/* line 292, _page.less */
.lc--data-filter {
  display: flex;
  justify-content: space-between;
}
/* line 297, _page.less */
.lc-data-wrap {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
/* line 303, _page.less */
.data-title {
  color: var(--dimGray);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
/* line 312, _page.less */
.data-val {
  color: var(--bluewood);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* line 320, _page.less */
.stock-question-box {
  border-radius: 8px;
  background: #F2F5F5;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
/* line 330, _page.less */
.q-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 16px;
}
/* line 338, _page.less */
.q-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
/* line 347, _page.less */
.stock-question {
  color: var(--red);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
/* line 355, _page.less */
.q-supp-txt {
  color: var(--bluewood);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
/* line 366, _page.less */
.md-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
/* line 372, _page.less */
.md-div {
  flex: 1;
}
/* line 376, _page.less */
.md-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-bottom: 24px;
}
/* line 384, _page.less */
.md-divider {
  width: 0;
  border-right: 1px dashed var(--dimGray);
}
/* line 389, _page.less */
.ot-data {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background: #FFF;
  padding: 12px;
  gap: 20px;
  width: 100%;
}
/* line 399, _page.less */
.ot-sub-txt {
  font-size: var(--fs10);
  font-style: normal;
  font-weight: 500;
}
/* line 405, _page.less */
.ot-data-val-left {
  flex: 1;
  min-width: 0;
}
/* line 410, _page.less */
.ot-data-val-rig {
  width: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 418, _page.less */
.sentiment-box {
  display: flex;
  padding: 24px;
  border-radius: 12px;
  gap: 50px;
}
/* line 426, _page.less */
.sentiment-left {
  flex: 1;
  min-width: 0;
}
/* line 431, _page.less */
.sentiment-right {
  width: 400px;
}
/* line 435, _page.less */
.sentiment-title {
  color: var(--bluewood);
  font-size: var(--fs18);
  text-wrap: nowrap;
  font-weight: 600;
  margin-right: 32px;
}
/* line 443, _page.less */
.sentiment-btn-box {
  display: flex;
  align-items: center;
}
/* line 448, _page.less */
.sentiment-hdn-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
/* line 455, _page.less */
.sentiment-btn-box {
  gap: 16px;
  width: 100%;
}
/* line 459, _page.less */
.sentiment-btn-box .button {
  width: 100%;
}
/* line 465, _page.less */
.s-vote-box .s-vote-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 472, _page.less */
.s-vote-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--borderColor);
}
/* line 479, _page.less */
.s-vote-title {
  color: #5A6A85;
  font-size: 14px;
  font-weight: 500;
}
/* line 485, _page.less */
.s-vote-value {
  font-size: 16px;
  font-weight: 700;
}
/* line 490, _page.less */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-radius: 16px;
}
/* line 497, _page.less */
.comm-table {
  width: 100%;
  padding: 0;
  margin: 0;
  caption-side: bottom;
  border-collapse: collapse;
}
/* line 504, _page.less */
.comm-table thead {
  background: #F7F8F9;
}
/* line 507, _page.less */
.comm-table thead th {
  color: var(--electricBlue);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: right;
  padding: 16px 8px;
  background: #F7F8F9 !important;
}
/* line 517, _page.less */
.comm-table thead th:first-child {
  text-align: left;
  padding-left: 20px;
}
/* line 522, _page.less */
.comm-table thead th:last-child {
  padding-right: 20px;
}
/* line 528, _page.less */
.comm-table tbody {
  white-space: nowrap;
}
/* line 532, _page.less */
.comm-table tbody th {
    text-align: left;
    padding: 20px 8px 20px 20px;
    color: var(--electricBlue);
    font-size: var(--fs14);
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px dashed var(--borderColor);

}
/* line 542, _page.less */
.comm-table tbody td {
  text-align: right;
  padding: 20px 8px;
  color: var(--bluewood);
  font-size: var(--fs14);
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed var(--borderColor);
}

#tblStandalone .comm-table tbody td {
    text-align: left !important;
}

#tblConsolidated .comm-table tbody td {
    text-align: left !important;
}

#CorporateAction .comm-table tbody td {
    text-align: right !important;
}

#Peers .comm-table th:first-child {
    font-weight: 600 !important;
    color: black !important;
}

#Peers .comm-table tbody td {
    text-align: right !important;
}


.comm-table td:first-child {
    /* float: left; */
    font-weight: 700 !important;
}

/* line 551, _page.less */
.comm-table tbody td:last-child {
  padding-right: 20px;
}
/* line 560, _page.less */
.new-list li {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed var(--borderColor);
}
/* line 567, _page.less */
.tags-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 573, _page.less */
.news-title {
  color: var(--bluewood);
  font-size: var(--fs16);
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 4px;
  word-spacing: 3px;
}
/* line 581, _page.less */
.tags {
  color: var(--electricBlue);
  font-size: var(--fs12);
  font-weight: 400;
  line-height: normal;
  padding-right: 16px;
}
/* line 589, _page.less */
.tag-divider {
  width: 4px;
  height: 4px;
  background-color: var(--electricBlue);
  border-radius: 50%;
  margin-right: 16px;
}
/* line 597, _page.less */
.rr-call {
  display: flex;
  align-items: center;
  color: var(--bluewood);
  font-size: var(--fs14);
  font-weight: 400;
  line-height: normal;
  padding: 11px 20px;
  border-radius: 8px;
  background: #E4F3EC;
}
/* line 609, _page.less */
.rr-data {
  border-radius: 8px;
  border: 1px solid var(--borderColor);
  padding: 10px;
  margin-bottom: 24px;
}
/* line 616, _page.less */
.mob-view {
  display: none;
}
/* option */
/* line 621, _page.less */
.pos-rel {
  position: relative;
}
/* line 625, _page.less */
.option-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
/* line 633, _page.less */
.option-thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px dashed #e9e9eb;
}
/* line 639, _page.less */
.option-thead tr th {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #2C3E50;
  font-size: 14px;
  font-weight: 500;
  background:#fff !important;
}
/* line 649, _page.less */
.option-thead tr .strikeCol {
  color: #5A6A85;
}

.option-thead th.strikeCol {
    background: #F7F8F9 !important;
} 


/* line 655, _page.less */
.option-thead {
  padding-right: 10px;
  display: block;
}
/* line 660, _page.less */
.option-tbody {
  display: block;
  overflow-y: auto;
  max-height: 500px;
  scroll-behavior: smooth;
}
/* line 666, _page.less */
.option-tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #e9e9eb;
}
/* line 676, _page.less */
.option-tbody tr:last-child {
  border-bottom: none;
}
/* line 680, _page.less */
.option-tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 4%;
}
/* line 687, _page.less */
.option-tbody .strikeCol {
  padding-right: 0;
}
/* line 693, _page.less */
.tbodyOv {
  overflow: overlay;
  overflow-x: hidden;
}
/* line 699, _page.less */
.cellVal {
  text-align: right;
  color: #2A3547;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 707, _page.less */
.priceVal {
  color: #2A3547;
  padding-right: 0;
}
/* line 712, _page.less */
.cellLowerVal {
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}
/* line 718, _page.less */
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 725, _page.less */
.strikeCell {
  color: #2C3E50;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
/* line 732, _page.less */
.contentNegative {
  color: var(--red);
}
/* line 736, _page.less */
.contentPositive {
  color: var(--green);
}
/* line 740, _page.less */
.strikeCol {
  background-color: #F7F8F9;
}
/* line 744, _page.less */
.spotPriceDiv {
  width: 800px;
  border-top: 1px solid var(--green);
  position: absolute;
  background-position: 50%;
  cursor: pointer;
  transition: none !important;
}
/* line 753, _page.less */
.spotPriceText {
  width: 21%;
  height: 26px;
  left: 30%;
  background-color: var(--green);
  border-radius: 20px;
  text-align: center;
  padding: 4px 9px;
  position: absolute;
  top: -12px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
}
/* line 768, _page.less */
.absolute-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 774, _page.less */
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
/* line 781, _page.less */
.custom-scrollbar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 784, _page.less */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* line 790, _page.less */
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
/* line 795, _page.less */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}
/* line 800, _page.less */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
/* option end */
/* line 807, _page.less */
.option-chain-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
/* line 813, _page.less */
.option-chain-top .sec-head {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
/* line 820, _page.less */
.option-chain-top .form-grp {
  width: 165px;
}
@media all and (max-width: 1440px) {
  /* line 4, _responsive.less */
  .hero-section {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  /* line 12, _responsive.less */
  .hero-section {
    margin-bottom: 25px;
  }
  /* line 16, _responsive.less */
  .lc--data-filter {
    display: block;
  }
  /* line 20, _responsive.less */
  .lc-data-wrap {
    margin-bottom: 12px;
    gap: 20px;
  }
  /* line 25, _responsive.less */
  .lc--filter-wrap {
    display: flex;
    justify-content: flex-end;
  }
  /* line 30, _responsive.less */
  .rr-data.lc--data-filter {
    display: flex;
  }
  /* line 33, _responsive.less */
  .rr-data.lc--data-filter .lc-data-wrap {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  /* line 42, _responsive.less */
  .main-container {
    padding-bottom: 80px;
  }
  /* line 46, _responsive.less */
  .comm-section {
    border-bottom: 1px solid #EBF1F6;
  }
  /* line 50, _responsive.less */
  .hero-top-section {
    display: block;
  }
  /* line 54, _responsive.less */
  .hero-top-section .chk-wrap {
    justify-content: center;
  }
  /* line 58, _responsive.less */
  .hero-top {
    align-items: center;
  }
  /* line 62, _responsive.less */
  .hero-name {
    margin-bottom: 0;
  }
  /* line 66, _responsive.less */
  .breadcrumbs-wrap-box {
    display: flex;
    justify-content: space-between;
  }
  /* line 71, _responsive.less */
  .desk-view {
    display: none;
  }
  /* line 75, _responsive.less */
  .mob-view {
    display: block;
  }
  /* line 79, _responsive.less */
  .page-nav {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8;
  }
  /* line 88, _responsive.less */
  .so-detail {
    padding: 12px 45px;
    gap: 8px;
    border-radius: 0;
    border-top: 1px solid var(--borderColor);
    margin-bottom: 0;
  }
  /* line 96, _responsive.less */
  .lc--filter-wrap {
    justify-content: center;
    margin-top: 16px;
  }
  /* line 101, _responsive.less */
  .sentiment-box {
    flex-direction: column;
    gap: 24px;
  }
  /* line 106, _responsive.less */
  .sentiment-hdn-box {
    justify-content: space-between;
  }
  /* line 110, _responsive.less */
  .sentiment-right {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  /* line 116, _responsive.less */
  .sec-head.sec-head-flex {
    display: block;
  }
  /* line 120, _responsive.less */
  .ot-data {
    margin-bottom: 8px;
  }
  /* line 124, _responsive.less */
  .md-wrap {
    flex-direction: column;
  }
  /* line 127, _responsive.less */
  .md-wrap .md-divider {
    display: none;
  }
  /* line 133, _responsive.less */
  .md-div .md-data:last-child {
    margin-bottom: 0;
  }
  /* line 139, _responsive.less */
  .sec-head-right .lc--filter-wrap {
    justify-content: flex-start;
  }
  /* line 145, _responsive.less */
  .report-wrap .hero-top {
    align-items: flex-start;
  }
  /* line 150, _responsive.less */
  .accordion {
    padding-right: 25px !important;
  }
  /* line 154, _responsive.less */
  .acc-item {
    padding-right: 0;
  }
}
@media all and (max-width: 800px) {
  /* line 167, _responsive.less */
  .comm-table {
    width: 990px;
  }
}
@media all and (max-width: 768px) {
  /* line 174, _responsive.less */
  .s-vote-box.share-chart-list {
    width: 300px;
  }
}
@media all and (max-width: 640px) {
  /* line 180, _responsive.less */
  .breadcrumbs-wrap-box {
    margin-bottom: 20px;
  }
  /* line 184, _responsive.less */
  .breadcrumbs-wrap {
    margin-bottom: 0;
  }
  /* line 188, _responsive.less */
  .hero-top-section .chk-wrap {
    margin-bottom: 24px;
  }
  /* line 192, _responsive.less */
  .hero-btm-section {
    display: block;
  }
  /* line 196, _responsive.less */
  .hero-top {
    flex-direction: column;
    gap: 8px;
  }
  /* line 201, _responsive.less */
  .hero-left {
    margin-bottom: 8px;
  }
  /* line 205, _responsive.less */
  .hero-right {
    display: flex;
    justify-content: center;
  }
  /* line 211, _responsive.less */
  .chart-container .lc-data-wrap {
    justify-content: space-around;
  }
  /* line 215, _responsive.less */
  .chart-container .lc-data {
    text-align: center;
  }
  /* line 220, _responsive.less */
  .sentiment-box {
    padding: 0;
    border: 0;
  }
  /* line 225, _responsive.less */
  .sentiment-title {
    margin-right: 12px;
  }
  /* line 229, _responsive.less */
  .sentiment-btn-box {
    gap: 10px;
  }
  /* line 233, _responsive.less */
  .md-main-box {
    gap: 12px;
  }
  /* line 237, _responsive.less */
  .share-chart-main {
    display: block;
  }
  /* line 241, _responsive.less */
  .share-chart-box {
    margin-bottom: 30px;
  }
  /* line 245, _responsive.less */
  .s-vote-box.share-chart-list {
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  /* line 252, _responsive.less */
  .report-wrap {
    margin-bottom: 24px;
  }
  /* line 255, _responsive.less */
  .report-wrap .hero-top {
    flex-direction: row;
  }
  /* line 260, _responsive.less */
  .stock-question-box {
    display: block;
  }
  /* line 264, _responsive.less */
  .q-right {
    margin-left: 56px;
    margin-top: 20px;
  }
  /* line 269, _responsive.less */
  .option-chain-top {
    display: block;
  }
  /* line 273, _responsive.less */
  .option-chain-top .sec-head {
    margin-bottom: 16px;
  }
  /* line 277, _responsive.less */
  .option-chain-top .form-grp {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  /* line 284, _responsive.less */
  .lc--filter-wrap {
    justify-content: space-between;
  }
  /* line 287, _responsive.less */
  .lc--filter-wrap .checkbox-box.chk-fiv label {
    padding: 8px 12px;
  }
  /* line 291, _responsive.less */
  .lc--filter-wrap .checkbox-box.chk-fiv label span {
    font-size: 12px;
  }
}
@media all and (max-width: 1440px) {
  /* line 4, _resp_nj.less */
  .story-slider {
    width: 365px;
    height: 514px;
  }
}
@media all and (max-width: 1366px) {
  /* line 11, _resp_nj.less */
  .story-slider {
    width: 300px;
    height: auto;
  }
  /* line 16, _resp_nj.less */
  .story-menu a {
    font-size: 16px;
  }
}
@media all and (max-width: 1280px) {
  /* line 22, _resp_nj.less */
  .width-auto {
    width: 100%;
    overflow: auto;
  }
  /* line 27, _resp_nj.less */
  .story-menu-wrap {
    width: max-content;
  }
}
@media all and (max-width: 1200px) {
  /* line 34, _resp_nj.less */
  .stories-head-wrap .lc--filter-wrap {
    justify-content: flex-start;
  }
}
@media all and (max-width: 1024px) {
  /* line 42, _resp_nj.less */
  .main-container {
    padding-bottom: 80px;
  }
  /* line 46, _resp_nj.less */
  .comm-section {
    border-bottom: 1px solid #EBF1F6;
  }
  /* line 50, _resp_nj.less */
  .swiper-btn-prev,
  .swiper-btn-next {
    transform: translate(0, -50%);
  }
}
@media all and (max-width: 640px) {
  /* line 65, _resp_nj.less */
  .swiper-btn {
    width: 40px;
    height: 40px;
  }
  /* line 69, _resp_nj.less */
  .swiper-btn img {
    width: 18px;
    height: 18px;
  }
  /* line 75, _resp_nj.less */
  .staus-title {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  /* line 83, _resp_nj.less */
  .story-slider {
    width: 100%;
    border-radius: 0;
    height: 100%;
  }
  /* line 89, _resp_nj.less */
  .staus-title {
    position: absolute;
    bottom: 35px;
  }
  /* line 94, _resp_nj.less */
  .story {
    height: 100%;
  }
  /* line 98, _resp_nj.less */
  .textSwiper {
    position: absolute;
    z-index: 999;
    height: 200px;
    width: 100%;
    bottom: 0;
  }
  /* line 105, _resp_nj.less */
  .textSwiper .swiper-slide {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 110, _resp_nj.less */
  .story-bottom-overlay {
    display: block;
  }
  /* line 118, _resp_nj.less */
  .staus-title {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
  /* line 124, _resp_nj.less */
  .story-wrapper picture img {
    object-fit: contain;
  }
  /* line 128, _resp_nj.less */
  .story-slide video,
  .story-slide img {
    object-fit: contain;
  }
}
@media all and (max-width: 400px) {
  /* line 136, _resp_nj.less */
  .story-menu a {
    padding: 6px 12px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */