/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> spacing
=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow
=> size

-------------------------------------------------------------------*/
/*==========================================================================
  => spacing
  ==========================================================================*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*==========================================================================
    => size
    ==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Fonts
=> Color
=> Common
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Multiple Accordion
=> Muliple Tab
=> Custom Scroll
=> Common Font

-------------------------------------------------------------------*/
/*==========================================================================
=> Fonts
==========================================================================*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/* line 28, _elements.less */
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0D0D0D;
  line-height: 1.5;
}
/* line 36, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: 'tg_b';
  src: url('../font/texgyreheros-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tg_r';
  src: url('../font/texgyreheros-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ay2qbl");
  src: url("../fonts/icomoon.eot?ay2qbl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ay2qbl") format("truetype"), url("../fonts/icomoon.woff?ay2qbl") format("woff"), url("../fonts/icomoon.svg?ay2qbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 73, _elements.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 89, _elements.less */
.icon-logout:before {
  content: "\e944";
}
/* line 93, _elements.less */
.icon-send:before {
  content: "\e943";
}
/* line 97, _elements.less */
.icon-link:before {
  content: "\e93e";
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 105, _elements.less */
:root {
  --sidebarWidth: 430px;
  /* common */
  --primary: #F28705;
  --secondary: #1e7e34;
  --black: #0D0D0D;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs32: 32px;
  --fs40: 40px;
  --fs42: 42px;
  --fs48: 48px;
  --fs64: 64px;
  --fs96: 96px;
  --br16: 16px;
  --br20: 20px;
  /* input */
  --input-font: "Outfit", sans-serif;
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  --spc-24: 24px;
  --spc-40: 40px;
  --spc-60: 60px;
  --spc-80: 80px;
  --spc-100: 100px;
  /* button */
  --button-font: "Outfit", sans-serif;
  --button-fill: #a24eea;
  --button-line: #30223b;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 158, _elements.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 165, _elements.less */
input[type="number"] {
  -moz-appearance: textfield;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 173, _elements.less */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
/* line 179, _elements.less */
.f-row.ac {
  align-items: center;
}
/* line 183, _elements.less */
.f-row.jc {
  justify-content: center;
}
/* line 188, _elements.less */
.f-col {
  padding: 0 15px;
}
/* line 195, _elements.less */
.f-10 .f-col {
  width: 10%;
}
/* line 195, _elements.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 195, _elements.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 195, _elements.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 195, _elements.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 195, _elements.less */
.f-5 .f-col {
  width: 20%;
}
/* line 195, _elements.less */
.f-4 .f-col {
  width: 25%;
}
/* line 195, _elements.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 195, _elements.less */
.f-2 .f-col {
  width: 50%;
}
/* line 195, _elements.less */
.f-1 .f-col {
  width: 100%;
}
/* Width */
/* line 206, _elements.less */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 206, _elements.less */
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 215, _elements.less */
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 221, _elements.less */
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
/* line 232, _elements.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 232, _elements.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 232, _elements.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 232, _elements.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 232, _elements.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 232, _elements.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 232, _elements.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 232, _elements.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 232, _elements.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 232, _elements.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 232, _elements.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 232, _elements.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 232, _elements.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 232, _elements.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 232, _elements.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 232, _elements.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 232, _elements.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 232, _elements.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 232, _elements.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 232, _elements.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 232, _elements.less */
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  /* line 240, _elements.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 244, _elements.less */
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  /* line 195, _elements.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 253, _elements.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 257, _elements.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 195, _elements.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 268, _elements.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 272, _elements.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 195, _elements.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 283, _elements.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 287, _elements.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 195, _elements.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 298, _elements.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 302, _elements.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 195, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 313, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 317, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 195, _elements.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 328, _elements.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 332, _elements.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 195, _elements.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 195, _elements.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 195, _elements.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 195, _elements.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 195, _elements.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 195, _elements.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 195, _elements.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 195, _elements.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 195, _elements.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 195, _elements.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 206, _elements.less */
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 206, _elements.less */
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 343, _elements.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 347, _elements.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 232, _elements.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 232, _elements.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 232, _elements.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 232, _elements.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 232, _elements.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 232, _elements.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 232, _elements.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 232, _elements.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 232, _elements.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 232, _elements.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 232, _elements.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 232, _elements.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 232, _elements.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 232, _elements.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 232, _elements.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 232, _elements.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 232, _elements.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 232, _elements.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 232, _elements.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 232, _elements.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 232, _elements.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
/* line 357, _elements.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 367, _elements.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 382, _elements.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 388, _elements.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 393, _elements.less */
[hidden] {
  display: none;
}
/* line 397, _elements.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
/* line 403, _elements.less */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* line 410, _elements.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 414, _elements.less */
b,
strong {
  font-weight: bold;
}
/* line 419, _elements.less */
dfn {
  font-style: italic;
}
/* line 423, _elements.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 429, _elements.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 434, _elements.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 442, _elements.less */
pre {
  white-space: pre-wrap;
}
/* line 446, _elements.less */
small {
  font-size: 80%;
}
/* line 450, _elements.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 458, _elements.less */
sup {
  top: -0.5em;
}
/* line 462, _elements.less */
sub {
  bottom: -0.25em;
}
/* line 466, _elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 470, _elements.less */
figure {
  margin: 0;
}
/* line 474, _elements.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 480, _elements.less */
legend {
  border: 0;
  padding: 0;
}
/* line 485, _elements.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 494, _elements.less */
button,
input {
  line-height: normal;
}
/* line 499, _elements.less */
button,
select {
  text-transform: none;
}
/* line 504, _elements.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 512, _elements.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 517, _elements.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 523, _elements.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 530, _elements.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 535, _elements.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 541, _elements.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 546, _elements.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 551, _elements.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 560, _elements.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 567, _elements.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 571, _elements.less */
a:hover {
  text-decoration: none;
}
/* line 576, _elements.less */
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 583, _elements.less */
img,
video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  vertical-align: middle;
}
/* line 593, _elements.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 599, _elements.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 605, _elements.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 611, _elements.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 618, _elements.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
/* line 628, _elements.less */
.button {
  outline: none;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  border-radius: 60px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
  background: transparent;
  z-index: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
/* line 650, _elements.less */
.button::before,
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
}
/* line 665, _elements.less */
.button::before {
  background-image: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  opacity: 1;
}
/* line 671, _elements.less */
.button::after {
  background-image: linear-gradient(94deg, #802ef2 12.95%, #d95204 96.37%);
  opacity: 0;
}
/* line 678, _elements.less */
.button:hover::before {
  opacity: 0;
}
/* line 684, _elements.less */
.button:hover::after {
  opacity: 1;
}
/* line 689, _elements.less */
.button.line {
  background: #FFF;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 694, _elements.less */
.button.line::after,
.button.line::before {
  content: none;
}
/* line 699, _elements.less */
.button.line:hover {
  background: #D95204;
  border: 1px solid #D95204;
  color: #fff;
}
/* line 705, _elements.less */
.button.line.plain {
  background: transparent;
  color: #fff;
  border: 1px solid #FFF;
}
/* line 718, _elements.less */
.button.clr-border {
  border: none;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 725, _elements.less */
.button.clr-border::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #0E0E0E;
  z-index: -1;
  border-radius: 10px;
  opacity: 1;
  display: block;
  border-radius: 44px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 743, _elements.less */
.button.clr-border::before {
  content: none;
}
/* line 748, _elements.less */
.button.clr-border:hover::after {
  background: transparent;
}
/* line 757, _elements.less */
a.button:hover {
  color: #FFF;
}
/* line 761, _elements.less */
.sketch-button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  appearance: none;
  outline: none;
  border: none;
  font-family: inherit;
  background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5);
}
/* line 773, _elements.less */
.shadow {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 776, _elements.less */
.shadow:hover {
  box-shadow: 0 1px 2px #ffffff, 0 4px 16px #f9f8f8, 0 4px 24px #fcfcfc;
}
/* line 781, _elements.less */
.sketch-button.start svg {
  animation: stroke 1s linear;
}
/* line 785, _elements.less */
.sketch-button .lines {
  position: absolute;
  inset: 0;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 1;
}
/* line 793, _elements.less */
.sketch-button .lines > div {
  position: absolute;
  inset: 0;
}
/* line 798, _elements.less */
.sketch-button .lines > div:last-child {
  transform: rotate(180deg);
}
/* line 802, _elements.less */
.sketch-button .lines > div svg {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
  fill: none;
  stroke-width: 2;
  stroke: #c9e9ff;
  width: 100%;
  height: 100%;
  stroke-dasharray: 2 10;
  stroke-dashoffset: 14;
  opacity: 0;
}
/* line 817, _elements.less */
.sketch-button .lines > div svg:nth-child(1) {
  stroke: #f8fcff;
}
/* line 821, _elements.less */
.sketch-button .lines > div svg:nth-child(2) {
  stroke-width: 6px;
  filter: blur(20px);
}
/* line 826, _elements.less */
.sketch-button .lines > div svg:nth-child(3) {
  stroke-width: 5px;
  filter: blur(6px);
}
/* line 831, _elements.less */
.sketch-button .lines > div svg:nth-child(4) {
  stroke-width: 10px;
  filter: blur(56px);
}
@keyframes stroke {
  /* line 838, _elements.less */
  30%,
  55% {
    opacity: 1;
  }
  /* line 843, _elements.less */
  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}
/* line 853, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 860, _elements.less */
button:focus {
  outline: none;
}
/* line 864, _elements.less */
.button-block {
  width: 100%;
}
/* line 868, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 872, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 877, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 884, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 889, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 893, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 899, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 906, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
}
/* line 914, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 919, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 925, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 931, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 935, _elements.less */
.form-field {
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.5;
  background: #FFF;
  width: 100%;
  z-index: 2;
  position: relative;
  color: #000;
  outline: none;
  padding: 18px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 951, _elements.less */
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* line 959, _elements.less */
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
}
/* line 965, _elements.less */
.form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 977, _elements.less */
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
/* line 986, _elements.less */
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 20px;
  resize: none;
}
/* Password View */
/* line 999, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 1005, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 1011, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 1021, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 1024, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 1028, _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 1040, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
/* line 1049, _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 1068, _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 1078, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 1082, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 1086, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 1093, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 1098, _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 1110, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 1115, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
/* line 1120, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
/* line 1125, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 1130, _elements.less */
.daterangepicker .btn-primary {
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 1137, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 1141, _elements.less */
.daterangepicker .calendar-table th {
  font-size: 14px;
  color: #000000;
}
/* line 1146, _elements.less */
.daterangepicker th.month {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 1152, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 1157, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 1162, _elements.less */
.daterangepicker .calendar-table td {
  font-size: 14px;
}
/* line 1166, _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 1173, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 1177, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 1182, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 1187, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 1193, _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 1201, _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 1208, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 1213, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* line 1224, _elements.less */
.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
/* line 1229, _elements.less */
.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  color: #616161;
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: pointer;
  width: 210px;
  text-align: left;
}
/* line 1239, _elements.less */
.select-dropdown__button::focus {
  outline: none;
}
/* line 1243, _elements.less */
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 1250, _elements.less */
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
/* line 1267, _elements.less */
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  position: absolute;
  z-index: 9;
}
/* line 1276, _elements.less */
.select-dropdown .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #373636;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1288, _elements.less */
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #c1c0c0;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}
/* line 1300, _elements.less */
.select-dropdown__list-item:hover {
  background: #807d7d;
}
/* Placeholder */
/* line 1307, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #000;
  font-size: var(--fs16);
  font-weight: 300;
  line-height: normal;
}
/* line 1316, _elements.less */
input::-webkit-input-placeholder {
  color: #ccc;
}
/* line 1320, _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 1333, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 1340, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1346, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 1356, _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 1370, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 1374, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 1378, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 1382, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 1391, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1397, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1403, _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 1414, _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 1425, _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 1439, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 1458, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e182";
  color: #a24eea;
  font-size: 12px;
}
/* line 1467, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 1471, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 1475, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 1484, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 1492, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 1496, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 1505, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 1510, _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 1522, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
/* line 1529, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 1535, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 1540, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 1550, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1553, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-weight: 700;
  color: #30223b;
}
/* line 1558, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 1562, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 1566, _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 1581, _elements.less */
.checkbox-box.chk-four {
  margin-right: 10px;
}
/* line 1584, _elements.less */
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 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 1590, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 1598, _elements.less */
.checkbox-box.chk-four label span {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
/* line 1605, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 1615, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
/* line 1618, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
/* line 1626, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
/* line 1629, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 1640, _elements.less */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 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 1646, _elements.less */
.checkbox-box.check-five .chk-label span {
  font-weight: 500;
  font-size: 16px;
  color: #8594af;
}
/* line 1652, _elements.less */
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
/* line 1657, _elements.less */
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
/* line 1667, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1670, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
/* line 1674, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  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 5 end */
/* line 1689, _elements.less */
.checkbox-wrap label {
  display: flex;
  align-items: center;
  color: #9e9e9e;
  position: relative;
}
/* line 1696, _elements.less */
.checkbox-wrap input {
  width: 0;
  height: 0;
  opacity: 0;
}
/* line 1702, _elements.less */
.checkbox-wrap label > span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  border: 2px solid #9e9e9e;
  margin-right: 15px;
  border-radius: 3px;
  transition: all .3s;
}
/* line 1713, _elements.less */
.checkbox-wrap input:checked + label > span {
  border: 10px solid #F1C40F;
  animation: bounce 250ms;
}
/* line 1718, _elements.less */
.checkbox-wrap input:checked + label > span::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checked-box 125ms 250ms forwards;
}
@keyframes checked-box {
  /* line 1731, _elements.less */
  0% {
    width: 0;
    height: 0;
    border-color: #f6f5f5;
    transform: translate(0, 0) rotate(45deg);
  }
  /* line 1738, _elements.less */
  33% {
    width: 3px;
    height: 0;
    border-color: #f57a7a;
    transform: translate(0, 0) rotate(45deg);
  }
  /* line 1745, _elements.less */
  100% {
    width: 5px;
    height: 10px;
    border-color: #f30000;
    transform: translate(0, -8px) rotate(45deg);
  }
}
@keyframes bounce {
  /* line 1754, _elements.less */
  0% {
    transform: scale(1);
  }
  /* line 1758, _elements.less */
  33% {
    transform: scale(0.7);
  }
  /* line 1762, _elements.less */
  100% {
    transform: scale(1);
  }
}
/*==========================================================================
=> Tooltip
========================================================================== */
/* line 1772, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 1777, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 1784, _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 1799, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 1807, _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 1815, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 1820, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1826, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1832, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1838, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1846, _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 1861, _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 1875, _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 1889, _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 1906, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 1913, _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 1924, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 1931, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 1936, _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 1949, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 1958, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1963, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 1969, _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 1977, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 1982, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 1987, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 1992, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 1995, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 2002, _elements.less */
.static-cont li p {
  margin-bottom: 10px;
}
/* line 2006, _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 2019, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 2026, _elements.less */
.modal-backdrop.show {
  opacity: 0.9;
}
/* line 2030, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 2034, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
/* line 2039, _elements.less */
.swiper-container {
  width: 100%;
  height: 100%;
}
/* line 2044, _elements.less */
.swiper-slide {
  text-align: center;
  font-size: 18px;
}
/* line 2050, _elements.less */
.swiper-pagination-bullet-active {
  background: #39e5be;
}
/* line 2054, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2058, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2062, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2066, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2070, _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 2074, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 2080, _elements.less */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
/* line 2088, _elements.less */
.content-body {
  margin-bottom: 80px;
}
/* line 2091, _elements.less */
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 2100, _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: #171717;
  margin: 32px 0 16px;
}
/* line 2111, _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 2116, _elements.less */
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
/* line 2124, _elements.less */
.content-body ul {
  margin-bottom: 16px;
}
/* line 2127, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
/* line 2132, _elements.less */
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
/* line 2141, _elements.less */
.content-body ul li a {
  color: #ee163d;
}
/* line 2145, _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 2157, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  /* line 2165, _elements.less */
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 2172, _elements.less */
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  /* line 2179, _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 */
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 2197, _elements.less */
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 20px 30px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: #FFF;
  font-family: "tg_r";
  font-size: var(--fs24);
  line-height: 2.6;
  text-transform: capitalize;
  text-align: left;
}
/* line 2214, _elements.less */
.accordion::after,
.accordion:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 50%;
}
/* line 2226, _elements.less */
.accordion::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2232, _elements.less */
.panel {
  display: none;
  padding: 0 30px 32px 30px;
}
/* line 2236, _elements.less */
.panel p {
  color: #CECECE;
  font-family: Inter;
  font-size: var(--fs16);
  font-weight: 300;
}
/* line 2244, _elements.less */
.acc-container {
  max-width: 1065px;
  width: 100%;
  margin: 50px auto 0;
}
/* line 2250, _elements.less */
.acc-item {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--br16);
  border: 1px solid #343434;
  background: rgba(61, 61, 61, 0.2);
}
/* line 2257, _elements.less */
.acc-item p {
  margin-bottom: 20px;
}
/* line 2260, _elements.less */
.acc-item p:last-child {
  margin-bottom: 0;
}
/* line 2265, _elements.less */
.acc-item:last-child {
  margin-bottom: 0;
}
/* line 2270, _elements.less */
.acc-item.active .accordion {
  padding: 20px 70px 6px 30px;
}
/* line 2273, _elements.less */
.acc-item.active .accordion::before {
  transform: rotate(180deg);
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
/* line 2283, _elements.less */
.tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: fit-content;
  position: relative;
}
/* line 2290, _elements.less */
.tabs li {
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2301, _elements.less */
.tabs li.active {
  color: var(--primary);
}
/* line 2307, _elements.less */
.indicator {
  width: 0;
  height: 1px;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 2316, _elements.less */
.comm-tab-wrap {
  width: 100%;
  margin: 50px auto;
}
/* line 2320, _elements.less */
.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}
/* line 2324, _elements.less */
.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}
/* line 2332, _elements.less */
.comm-tab-wrap .tab_container {
  max-width: 1060px;
  margin: 0 auto;
}
/* line 2338, _elements.less */
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 2344, _elements.less */
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* line 2351, _elements.less */
.comm-tab-box {
  width: 100%;
  margin-bottom: 60px;
}
/*==========================================================================
=> Custom Scroll
==========================================================================*/
/* width */
/* line 2361, _elements.less */
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  overflow: hidden;
}
/* Track */
/* line 2369, _elements.less */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
/* line 2374, _elements.less */
::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 2px;
}
/* Handle on hover */
/* line 2380, _elements.less */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* line 2384, _elements.less */
.custom-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 2387, _elements.less */
.custom-scroll::-webkit-scrollbar {
  height: 4px;
  width: 8px;
  border-radius: 24px;
  overflow: hidden;
}
/* line 2395, _elements.less */
.custom-scroll ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 2400, _elements.less */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}
/* line 2406, _elements.less */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*==========================================================================
=> global style
==========================================================================*/
/* line 2416, _elements.less */
.t-cen,
.t-cen p {
  text-align: center;
}
/* line 2421, _elements.less */
.t-left,
.t-left p {
  text-align: left;
}
/* line 2426, _elements.less */
.m-auto {
  margin: 0 auto;
}
/* line 2430, _elements.less */
.wh-text {
  color: #FFF;
}
/* line 2433, _elements.less */
.wh-text p {
  color: #FFF !important;
}
/* line 2438, _elements.less */
.bl-text {
  color: #000 !important;
}
/* line 2441, _elements.less */
.bl-text p {
  color: #000 !important;
}
/* line 2446, _elements.less */
.bg-wh {
  background: #FFF;
}
/* line 2450, _elements.less */
.bg-transparent {
  background: transparent;
}
/* line 2454, _elements.less */
.btn-center {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
/* line 2460, _elements.less */
.width-fit {
  width: fit-content;
}
/* line 2464, _elements.less */
.ov-hidden {
  overflow: hidden;
}
/* line 2468, _elements.less */
.ov-visible {
  overflow: visible;
}
/* line 2472, _elements.less */
.relative {
  position: relative;
}
/* line 2476, _elements.less */
.alphaAnim {
  opacity: 0;
  visibility: hidden;
}
/* line 2481, _elements.less */
.bg-black {
  background-color: #0E0E0E;
}
/* line 2484, _elements.less */
.bg-black p {
  color: #CECECE;
}
/* line 2489, _elements.less */
.bg-black .small-para p {
  color: #FFF !important;
}
/* line 2495, _elements.less */
.bg-lblack {
  background-color: #0D0D0D;
}
/*==========================================================================
=> Common Font
==========================================================================*/
/* line 2504, _elements.less */
.big-para p {
  font-size: var(--fs20);
  font-weight: normal;
}
/* line 2511, _elements.less */
.comm-para p {
  font-size: var(--fs16);
  font-weight: 300;
}
/* line 2518, _elements.less */
.small-para p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 1.4px;
}
/* line 2526, _elements.less */
.sec-title {
  font-size: var(--fs48);
  font-family: "tg_r";
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 16px;
}
/* line 2534, _elements.less */
.comm-title {
  font-size: var(--fs32);
  font-family: "tg_r";
  line-height: 1.3;
  text-transform: capitalize;
}
/* line 2541, _elements.less */
.small-title {
  font-size: var(--fs24);
  font-family: "tg_r";
}
/* line 1, _global.less */
:root {
  --header-height: 80px;
  --header-scroll-height: 70px;
}
/* line 6, _global.less */
html,
body {
  width: 100%;
}
/* line 11, _global.less */
.container {
  max-width: 1292px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 20, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 24, _global.less */
.comm-section {
  padding: var(--spc-60) 0;
  position: relative;
}
/* line 29, _global.less */
.mb16 {
  margin-bottom: 16px !important;
}
/* line 33, _global.less */
.mb40 {
  margin-bottom: 40px !important;
}
/* line 37, _global.less */
.mb0 {
  margin-bottom: 0 !important;
}
/* line 41, _global.less */
.mt0 {
  margin-top: 0 !important;
}
/* line 45, _global.less */
.pt0 {
  padding-top: 0 !important;
}
/* line 49, _global.less */
.pr0 {
  padding-right: 0 !important;
}
/* line 53, _global.less */
.pb0 {
  padding-bottom: 0 !important;
}
/* line 59, _global.less */
.footer-top {
  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;
}
/* line 63, _global.less */
.footer-top-left {
  max-width: 366px;
}
/* line 66, _global.less */
.footer-top-left p {
  color: #CECECE;
  font-size: var(--fs16);
  font-weight: 300;
  line-height: 1.5;
}
/* line 75, _global.less */
.footer-logo {
  width: 140px;
  height: 42px;
  margin-bottom: 24px;
}
/* line 81, _global.less */
.social-img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
/* line 86, _global.less */
.social-img a:first-child {
  width: 28px;
  height: 28px;
}
/* line 93, _global.less */
.footer-top a {
  color: #FFF;
  font-size: var(--fs16);
  font-weight: 300;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 103, _global.less */
.footer-top a:hover {
  color: var(--primary);
}
/* line 106, _global.less */
.footer-top a:hover i {
  color: var(--primary);
}
/* line 112, _global.less */
.footer-top .f-row {
  width: 45%;
}
/* line 115, _global.less */
.footer-top .f-row li {
  display: block;
  margin-bottom: 20px;
}
/* line 124, _global.less */
.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
/* line 129, _global.less */
.footer-wrap i {
  font-size: 20px;
  color: #FFF;
  line-height: 1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
/* line 137, _global.less */
.footer-wrap a:hover {
  filter: drop-shadow(3px 3px 1px #802ef2);
  scale: 1.1;
}
/* line 141, _global.less */
.footer-wrap a:hover i {
  color: var(--primary);
}
/* line 150, _global.less */
.footer-social .social-img:hover {
  box-shadow: none;
  scale: 1;
}
/* line 154, _global.less */
.footer-social .social-img:hover a {
  filter: drop-shadow(3px 3px 1px #802ef2);
  border: none;
  box-shadow: none;
  scale: 1;
}
/* line 160, _global.less */
.footer-social .social-img:hover a i {
  color: var(--primary);
  filter: drop-shadow(3px 3px 1px #802ef2);
}
/* line 170, _global.less */
.footer-bottom {
  padding-bottom: 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 174, _global.less */
.footer-bottom ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
/* line 179, _global.less */
.footer-bottom a {
  width: 34px;
  height: 34px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0E0E0E;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 187, _global.less */
.footer-bottom a img {
  width: 26px;
  height: 26px;
}
/* line 192, _global.less */
.footer-bottom a:hover {
  border: 1px solid var(--primary);
  scale: 1.1;
  box-shadow: 0 0 15px var(--primary);
  filter: drop-shadow(3px 3px 1px #802ef2);
}
/* line 198, _global.less */
.footer-bottom a:hover i {
  color: var(--primary);
}
/* line 207, _global.less */
.sec-head {
  width: 66%;
  margin: 0 auto;
  margin-bottom: 58px;
}
/* line 212, _global.less */
.sec-head .sec-title {
  margin-bottom: 16px;
}
/* line 216, _global.less */
.sec-head .button {
  margin-top: 16px;
}
/* line 220, _global.less */
.sec-head .small-para p {
  text-transform: uppercase;
  color: #343434;
}
/* line 226, _global.less */
.banner-wrap {
  padding-top: 40px;
}
/* line 229, _global.less */
.banner-wrap .sec-title {
  font-size: var(--fs64);
  line-height: 1.1;
  text-transform: capitalize;
}
/* line 235, _global.less */
.banner-wrap .f-row {
  gap: 30px 0;
}
/* line 240, _global.less */
.head-auto {
  width: 65%;
  margin: 0 auto;
}
/* line 247, _global.less */
.result-wrap .sec-head {
  width: 80%;
}
/* line 250, _global.less */
.result-wrap .sec-head .comm-para {
  width: 100%;
  margin: 0 auto;
}
/* line 257, _global.less */
.case-video-wrap {
  width: 100%;
  max-width: 770px;
  height: 472px;
  border-radius: var(--br16);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 177, _mixin.less */
.case-video-wrap img,
.case-video-wrap video {
  object-fit: cover;
}
/* line 268, _global.less */
.case-video-bg {
  position: relative;
}
/* line 271, _global.less */
.case-video-bg::before {
  content: '';
  border-radius: 1022px;
  opacity: 0.8;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(100px);
  width: 1022px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
/* line 287, _global.less */
.scope-ball {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  width: 328px;
  height: 328px;
  border-radius: 100%;
  border: 10px solid #FFF;
  background: #F28705;
  margin-left: -50px;
}
/* line 298, _global.less */
.scope-ball:nth-child(1) {
  margin-left: 0;
}
/* line 303, _global.less */
.scope-ball:nth-child(2) {
  background: #D95204;
}
/* line 307, _global.less */
.scope-ball:nth-child(3) {
  background: #802EF2;
}
/* line 313, _global.less */
.scope-ball .comm-title {
  margin-bottom: 8px;
}
/* line 318, _global.less */
.black-ball {
  background: #000;
}
/* line 322, _global.less */
.scope-content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/* line 327, _global.less */
.goal-ball {
  background: rgba(61, 61, 61, 0.2);
  border: 1px solid #343434;
  border-radius: 100%;
  padding: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}
/* line 338, _global.less */
.three-card-wrap .f-col > div {
  border-radius: var(--br20);
  overflow: hidden;
  padding: 40px;
  position: relative;
}
/* line 345, _global.less */
.three-card-wrap .sec-title {
  margin-bottom: 12px;
}
/* line 353, _global.less */
.bg-lblack p {
  color: #CECECE;
}
/* line 358, _global.less */
.brand-ball {
  width: 172px;
  height: 172px;
  color: #D95204;
  left: 40px;
  bottom: 40px;
}
/* line 366, _global.less */
.access-ball {
  width: 222px;
  height: 222px;
  color: #D95204;
  left: 30px;
  bottom: 80px;
}
/* line 374, _global.less */
.user-ball {
  width: 195px;
  height: 195px;
  color: #F28705;
  bottom: 30px;
  right: 45%;
  transform: translate(70%);
}
/* line 383, _global.less */
.ease-ball {
  width: 149px;
  height: 149px;
  color: #802EF2;
  right: 30px;
  top: 190px;
}
/* line 392, _global.less */
.four-ball .access-ball {
  width: 204px;
  height: 204px;
  bottom: 190px;
  left: 160px;
  color: #F28705;
}
/* line 400, _global.less */
.four-ball .user-ball {
  color: #F51E5D;
  padding: 20px;
  right: 38%;
}
/* line 408, _global.less */
.research-card {
  margin-bottom: 24px;
}
/* line 412, _global.less */
.key-card {
  background: #D95204;
}
/* line 416, _global.less */
.goal-card {
  height: 100%;
}
/* line 420, _global.less */
.key-no {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  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: 14px;
  background: #00000060;
}
/* line 429, _global.less */
.key-no h5 {
  color: #FFF;
  font-family: "tg_r";
  font-size: var(--fs20);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
/* line 439, _global.less */
.key-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  gap: 40px;
}
/* line 445, _global.less */
.key-wrap {
  flex: 1;
}
/* line 448, _global.less */
.key-wrap .comm-para {
  flex: 1;
}
/* line 453, _global.less */
.flow-ball {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: visible;
  background: #212121;
  border: 1px solid #343434;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  position: relative;
  padding: 30px;
}
/* line 464, _global.less */
.flow-ball .small-title {
  margin-bottom: 6px;
}
/* line 468, _global.less */
.flow-ball::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-right: 1px solid #FFFFFF50;
  border-bottom: 1px solid #FFFFFF50;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
/* line 483, _global.less */
.flow-ball:first-child .small-title,
.flow-ball:last-child .small-title {
  color: #D95204;
}
/* line 488, _global.less */
.flow-ball:nth-child(2),
.flow-ball:nth-last-child(2) {
  color: #F28705;
}
/* line 493, _global.less */
.flow-ball:nth-child(3) {
  color: #802EF2;
}
/* line 498, _global.less */
.flow-ball-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
/* line 503, _global.less */
.flow-ball-box::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF50;
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
/* line 516, _global.less */
.execution-video {
  border-radius: 10px;
}
/* line 520, _global.less */
.exe-img-box {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}
/* line 525, _global.less */
.exe-img-box > div {
  border-radius: var(--br20);
  overflow: hidden;
}
/* line 531, _global.less */
.exe-left-img {
  width: 750px;
  height: 560px;
}
/* line 536, _global.less */
.exe-right-img {
  width: 508px;
  height: 560px;
}
/* line 542, _global.less */
.execution-wrap p {
  max-width: 487px;
  width: 100%;
}
/* line 547, _global.less */
.result-img {
  height: 0;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
  border-radius: var(--br20);
}
/* line 165, _mixin.less */
.result-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 554, _global.less */
.app-content {
  padding-left: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 562, _global.less */
.app-content p {
  max-width: 380px;
  width: 100%;
}
/* line 566, _global.less */
.app-content .comm-title {
  margin-bottom: 8px;
}
/* line 570, _global.less */
.app-content .comm-para {
  margin-bottom: 16px;
}
/* line 575, _global.less */
.app-swiper-box {
  border-radius: 16px;
  border: 1px solid #343434;
  background: #3d3d3d20;
  padding: 22px 20px;
}
/* line 583, _global.less */
.app-wrap .sec-title {
  margin-bottom: 32px;
}
/* line 587, _global.less */
.app-wrap .swiper-pagination {
  position: static;
  width: fit-content;
}
/* line 594, _global.less */
.app-head {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 598, _global.less */
.app-img-swiper {
  height: 100%;
  border-radius: 10px;
}
/* line 177, _mixin.less */
.app-img-swiper img,
.app-img-swiper video {
  object-fit: cover;
}
/* line 604, _global.less */
.app-img-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  text-align: left;
  height: 376px;
}
/* line 613, _global.less */
.swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.8);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
/* line 618, _global.less */
.swiper-pagination-bullet-active {
  background: #D95204;
  width: 36px;
  border-radius: 20px;
}
/* line 624, _global.less */
.elevat-wrap {
  border-radius: 16px;
  border: 1px solid #343434;
  background: rgba(61, 61, 61, 0.2);
  padding: 42px 24px;
  position: relative;
}
/* line 631, _global.less */
.elevat-wrap .sec-head {
  max-width: 552px;
  width: 100%;
  margin-bottom: 0;
}
/* line 636, _global.less */
.elevat-wrap .sec-title {
  margin-bottom: 16px;
}
/* line 640, _global.less */
.elevat-wrap .comm-para {
  margin-bottom: 24px;
}
/* line 645, _global.less */
.elevat-bg {
  position: relative;
}
/* line 648, _global.less */
.elevat-bg::before {
  content: '';
  width: 80%;
  height: 240px;
  border-radius: 1076px;
  opacity: 0.8;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
/* line 664, _global.less */
.work-video-wrap {
  width: 100%;
  height: 472px;
  border-radius: var(--br16);
  overflow: hidden;
}
/* line 177, _mixin.less */
.work-video-wrap img,
.work-video-wrap video {
  object-fit: cover;
}
/* line 672, _global.less */
.price-card {
  padding: 30px 40px 34px;
  border-radius: var(--br16);
  border: 1px solid #343434;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
/* line 682, _global.less */
.price-card ul {
  margin-top: 24px;
  list-style-type: disc;
  transform: translate(20px);
  padding-right: 20px;
}
/* line 690, _global.less */
.price-card li {
  font-size: var(--fs16);
  margin-bottom: 16px;
}
/* line 694, _global.less */
.price-card li::marker {
  color: #000;
}
/* line 700, _global.less */
.price-card .small-para p {
  color: #0D0D0D;
  font-weight: 500;
  letter-spacing: normal;
}
/* line 707, _global.less */
.price-card .button {
  margin-top: 27px;
}
/* line 712, _global.less */
.price-card-title {
  color: #D95204;
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* line 720, _global.less */
.price-value {
  font-family: "tg_r";
  font-size: var(--fs40);
  line-height: 1.6;
  margin-bottom: 5px;
}
/* line 726, _global.less */
.price-value span {
  font-size: var(--fs16);
  font-family: Inter;
  font-weight: 300;
}
/* line 733, _global.less */
.price-card-tag {
  color: #FFF;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  padding: 0 12px;
  border-radius: 16px;
  background: #343434;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 28px;
  transform: translateY(-50%);
}
/* line 748, _global.less */
.work-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12.654px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  gap: 20px;
}
/* line 765, _global.less */
.work-content h5 {
  text-align: center;
  font-family: "tg_r";
  font-size: var(--fs28);
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 5px;
}
/* line 774, _global.less */
.work-content p {
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 1.107px;
  text-transform: uppercase;
}
/* line 783, _global.less */
.work-content .button {
  width: 44px;
  height: 44px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  padding: 0;
  margin-top: 34px;
}
/* line 791, _global.less */
.work-content .button img {
  width: 14px;
  height: 14px;
}
/* line 801, _global.less */
.work-card {
  margin: 10px;
  position: relative;
}
/* line 806, _global.less */
.work-card:hover .work-content {
  opacity: 1;
  visibility: visible;
}
/* line 813, _global.less */
.form-wrap {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
}
/* line 818, _global.less */
.first-bg {
  border-radius: 856px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
}
/* line 827, _global.less */
.first-bg::before {
  content: '';
  width: 856px;
  height: 491px;
  border-radius: 856px;
  opacity: 0.5;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(100px);
  z-index: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 843, _global.less */
.first-bg .sec-head {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 853, _global.less */
.button-group {
  margin: 0 auto;
  margin-bottom: 20px;
  width: max-content;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
/* line 860, _global.less */
.button-group .button {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
/* line 865, _global.less */
.button-group .button::before,
.button-group .button::after {
  content: none;
}
/* line 871, _global.less */
.button-group .button:hover {
  color: #0E0E0E;
  background: #FFF;
}
/* line 878, _global.less */
.element-item {
  width: 33%;
}
/* line 882, _global.less */
.work-img {
  border-radius: 16px;
  overflow: hidden;
}
/* line 887, _global.less */
.banner-img-box {
  max-width: 1075px;
  width: 100%;
  height: 267px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 34px;
}
/* line 897, _global.less */
.banner-bg {
  position: relative;
}
/* line 900, _global.less */
.banner-bg::before {
  content: '';
  max-width: 1404px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%, 0%);
  border-radius: 1404px;
  opacity: 0.8;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(100px);
}
/* line 916, _global.less */
.banner-img {
  position: static !important;
  animation: ripple 8s linear infinite;
}
@keyframes ripple {
  /* line 922, _global.less */
  0% {
    scale: 1;
  }
  /* line 926, _global.less */
  25% {
    scale: 0.9;
  }
  /* line 930, _global.less */
  50% {
    scale: 1;
  }
  /* line 934, _global.less */
  75% {
    scale: 0.9;
  }
  /* line 938, _global.less */
  100% {
    scale: 1;
  }
}
/* line 943, _global.less */
.banner-img-1 {
  width: 185px;
  height: 166px;
  transform: translate(20px, 0px);
}
/* line 949, _global.less */
.banner-img-2 {
  width: 105px;
  height: 229px;
  transform: translate(0, 70px);
}
/* line 955, _global.less */
.banner-img-3 {
  width: 405px;
  height: 260px;
  transform: translate(0, 30px);
}
/* line 961, _global.less */
.banner-img-4 {
  width: 95px;
  height: 238px;
  transform: translate(0, 80px);
}
/* line 967, _global.less */
.banner-img-5 {
  width: 163px;
  height: 165px;
  transform: translate(15px, 0px);
}
/* line 974, _global.less */
.text-sec {
  height: 85vh;
  padding-top: var(--header-height);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 981, _global.less */
.solution-img {
  width: 100%;
  height: 346px;
  position: relative;
}
/* line 986, _global.less */
.solution-img::before {
  content: '';
  width: 70%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 286px;
  opacity: 0.5;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(50px);
  transform: translate(-50%, -50%);
}
/* line 1001, _global.less */
.solution-content {
  position: sticky;
  top: 100px;
  max-width: 540px;
  width: 100%;
}
/* line 1006, _global.less */
.solution-content .comm-title {
  margin-bottom: 10px;
}
/* line 1010, _global.less */
.solution-content .comm-para {
  margin-bottom: 16px;
}
/* line 1014, _global.less */
.solution-content .sec-head {
  width: 100%;
}
/* line 1019, _global.less */
.solution-card {
  border-radius: var(--br16);
  border: 1px solid #343434;
  background: rgba(61, 61, 61, 0.2);
  padding: 65px 96px 69px 52px;
}
/* line 1027, _global.less */
.solSwiper .swiper-slide {
  background: transparent;
  text-align: left;
}
/* line 1033, _global.less */
.swiper-btn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: fit-content;
}
/* line 1039, _global.less */
.swiper-btn {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  cursor: pointer;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1048, _global.less */
.swiper-btn-prev img {
  transform: scaleX(-1);
}
/* line 1053, _global.less */
.swiper-button-disabled {
  filter: grayscale(1);
}
/* line 1058, _global.less */
.full-width.sec-head {
  margin: 0 0 42px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
/* line 1066, _global.less */
.quick-img {
  width: 216px;
  height: 292px;
}
/* line 1071, _global.less */
.quick-card {
  border-radius: 16px;
  border: 1px solid #343434;
  background: rgba(61, 61, 61, 0.2);
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1082, _global.less */
.quick-img-wrap {
  display: flex;
  justify-content: flex-end;
}
/* line 1088, _global.less */
.quick-content .sec-title {
  color: #D95204;
  margin-bottom: 16px;
}
/* line 1093, _global.less */
.quick-content .comm-title {
  margin-bottom: 10px;
}
/* line 1098, _global.less */
.quick-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 1106, _global.less */
.solution-content .comm-para {
  margin-bottom: 8px;
}
/* line 1110, _global.less */
.solution-content .button {
  margin-top: 24px;
}
/* line 1117, _global.less */
.work-wrap .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 522px;
}
/* line 177, _mixin.less */
.work-wrap .parent img,
.work-wrap .parent video {
  object-fit: cover;
}
/* line 1127, _global.less */
.work-wrap .parent > div {
  border-radius: 16px;
  overflow: hidden;
}
/* line 1135, _global.less */
.work-wrap .div1 {
  grid-area: 1 / 1 / 3 / 3;
}
/* line 1139, _global.less */
.work-wrap .div2 {
  grid-area: 1 / 3 / 2 / 5;
}
/* line 1143, _global.less */
.work-wrap .div3 {
  grid-area: 2 / 3 / 3 / 4;
}
/* line 1147, _global.less */
.work-wrap .div4 {
  grid-area: 2 / 4 / 3 / 5;
}
/* line 1151, _global.less */
.work-wrap .work-card {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
/* line 1157, _global.less */
.work-wrap .work-img {
  height: 100%;
}
/* line 1161, _global.less */
.work-wrap .auto-width {
  padding-bottom: 0;
}
/* line 1165, _global.less */
.work-wrap .grid {
  padding-top: 30px;
}
/* line 1171, _global.less */
.client-card {
  max-width: 100%;
  width: 100%;
  padding: 54px 110px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 1180, _global.less */
.client-card .comm-title {
  margin-bottom: 36px;
}
/* line 1184, _global.less */
.client-card .name {
  color: #D95204;
  margin-bottom: 4px;
}
/* line 1191, _global.less */
.client-img {
  display: none;
  margin-bottom: 16px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
}
/* line 1198, _global.less */
.client-bg {
  position: relative;
}
/* line 1201, _global.less */
.client-bg::before {
  content: '';
  max-width: 1076px;
  width: 100%;
  height: 406px;
  border-radius: 50%;
  opacity: 0.8;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(100px);
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
/* line 1217, _global.less */
.client-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 1220, _global.less */
.client-box .swiper-btn {
  transform: translateY(-100%);
}
/* line 1225, _global.less */
.clientSwiper {
  max-width: 1076px;
  width: 100%;
  padding-bottom: 60px;
}
/* line 1229, _global.less */
.clientSwiper .swiper-pagination-bullet {
  background: rgba(3, 3, 3, 0.8);
}
/* line 1233, _global.less */
.clientSwiper .swiper-pagination-bullet-active {
  background: #802EF2;
}
/* line 1238, _global.less */
.contact-pagi {
  padding-bottom: 60px;
}
/* line 1242, _global.less */
.image-gallery-box.white-popup-block {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 450px;
}
/* line 1248, _global.less */
.image-gallery-box.white-popup-block .swiper {
  width: 100%;
  height: 100%;
}
/* line 1252, _global.less */
.image-gallery-box.white-popup-block .swiper img {
  object-fit: cover;
}
/* line 1259, _global.less */
.work-banner-sec {
  margin-bottom: -86px;
  z-index: 5;
}
/* line 1264, _global.less */
.work-app-sec {
  padding-top: 160px;
}
/* line 1268, _global.less */
.work-bg {
  position: relative;
}
/* line 1271, _global.less */
.work-bg::before {
  content: '';
  width: 110%;
  height: 296px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1404px;
  opacity: 0.8;
  background: linear-gradient(94deg, #d95204 12.95%, #802ef2 96.37%);
  filter: blur(100px);
  z-index: 0;
}
/* line 1287, _global.less */
.auto-width {
  width: 100%;
  overflow: auto;
  padding-bottom: 30px;
}
/* line 1293, _global.less */
.mob-text {
  display: none;
}
/* line 1296, _global.less */
.mob-text.footer-bottom {
  padding-bottom: 10px;
}
/* line 1301, _global.less */
.contact-wrap {
  border-radius: 16px;
  border: 1px solid #343434;
  background: #3d3d3d50;
  padding: 60px 85px 80px;
  z-index: 5;
}
/* line 1308, _global.less */
.contact-wrap ::placeholder {
  color: #FFFFFF90;
}
/* line 1312, _global.less */
.contact-wrap .form-field {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #ffffff;
}
/* line 1319, _global.less */
.contact-wrap .comm-para {
  width: 100%;
}
/* line 1326, _global.less */
.contact-img {
  width: 506px;
  height: 324px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 32px;
}
/* line 177, _mixin.less */
.contact-img img,
.contact-img video {
  object-fit: cover;
}
/* line 1335, _global.less */
.footer-sec {
  padding-top: 46px;
}
/* line 1343, _global.less */
.talk-wrap .f-col:nth-child(even) .talk-card {
  border-color: #F28705;
}
/* line 1346, _global.less */
.talk-wrap .f-col:nth-child(even) .talk-card .counter-value {
  color: #F28705;
}
/* line 1351, _global.less */
.talk-wrap .f-col:first-child,
.talk-wrap .f-col:last-child {
  transform: translateY(-50%);
}
/* line 1358, _global.less */
.talk-card {
  border: 1px solid;
  border-radius: 20px;
  padding: 50px;
  border-color: #802EF2;
  height: 300px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 1368, _global.less */
.talk-card p {
  color: #0D0D0D;
  font-size: var(--fs20);
  line-height: 1.1;
  margin-top: 16px;
}
/* line 1375, _global.less */
.talk-card:nth-child(even) {
  border-color: #F28705;
}
/* line 1380, _global.less */
.counter-value {
  color: #802EF2;
  text-align: center;
  font-family: "tg_r";
  font-size: var(--fs96);
  line-height: 1;
  text-transform: capitalize;
}
/* line 1390, _global.less */
.logo-box {
  gap: 40px;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  flex: 1;
  margin-bottom: 50px;
}
/* line 1398, _global.less */
.logo-box p {
  color: #FFF;
  font-size: 14;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
/* line 1407, _global.less */
.logo-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  width: fit-content;
}
@keyframes rightToLeft {
  /* line 1420, _global.less */
  0% {
    transform: translateX(0);
  }
  /* line 1424, _global.less */
  100% {
    transform: translateX(-100%);
  }
}
/* line 1429, _global.less */
.textAnim {
  animation-name: rightToLeft;
  animation: rightToLeft 30s linear infinite;
  display: flex;
  gap: 30px;
  width: max-content;
}
/* line 1437, _global.less */
.quickSwiper {
  max-width: 40vw;
}
/* line 1440, _global.less */
.quickSwiper .swiper-slide {
  text-align: left;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
/* line 1447, _global.less */
.quickSwiper .swiper-slide-prev,
.quickSwiper .swiper-slide-next {
  opacity: 0;
}
/* line 1454, _global.less */
.quick-wrap {
  height: calc(100vh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* line 1460, _global.less */
.quick-wrap .f-row {
  width: 100%;
}
/* line 1464, _global.less */
.quick-wrap .f-col {
  display: flex;
}
/* line 1470, _global.less */
.quick-trigg {
  position: absolute;
}
/* line 1474, _global.less */
.quick-height {
  position: relative;
}
/* line 1482, _global.less */
.price-card-wrap .f-col:nth-child(2) .price-card-title {
  color: #802ef2;
}
/* line 1488, _global.less */
.price-card-wrap .f-col:nth-child(3) .price-card {
  background: #0D0D0D;
}
/* line 1492, _global.less */
.price-card-wrap .f-col:nth-child(3) .price-card-title {
  color: #FFF;
  font-family: "tg_r";
  font-size: var(--fs40);
  line-height: 1.6;
  text-transform: capitalize;
}
/* line 1500, _global.less */
.price-card-wrap .f-col:nth-child(3) li {
  color: #FFF;
}
/* line 1503, _global.less */
.price-card-wrap .f-col:nth-child(3) li::marker {
  color: #FFF;
}
/* line 1512, _global.less */
.price-tb {
  padding-top: 170px;
}
/* line 1515, _global.less */
.price-tb i {
  font-size: 24px;
  line-height: 1;
}
/* line 1520, _global.less */
.price-tb .table td,
.price-tb .table th {
  padding: 1rem;
}
/* line 1525, _global.less */
.price-tb .table {
  background: transparent;
  min-width: 1000px;
  border-spacing: 80px 60px;
}
/* line 1530, _global.less */
.price-tb .table tr {
  border-bottom: none;
}
/* line 1534, _global.less */
.price-tb .table tr:last-child td:nth-last-child(2) {
  border-bottom: 1px solid #343434;
}
/* line 1546, _global.less */
.price-tb tr th:nth-child(1) .comm-para {
  width: 75%;
}
/* line 1562, _global.less */
.price-tb thead th {
  padding-bottom: 80px;
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.2;
}
/* line 1565, _global.less */
.price-tb thead th:nth-child(1) {
  font-family: "tg_r";
  font-size: var(--fs48);
  text-transform: capitalize;
}
/* line 1575, _global.less */
.price-tb thead th:nth-child(2) {
  color: #D95204;
}
/* line 1579, _global.less */
.price-tb thead th:nth-child(3) {
  color: #802EF2;
  border-top: 1px solid #343434;
}
/* line 1586, _global.less */
.price-tb td:nth-last-child(2),
.price-tb th:nth-last-child(2) {
  border-right: 1px solid #343434;
  border-left: 1px solid #343434;
  background: rgba(61, 61, 61, 0.2);
}
/* line 1595, _global.less */
.price-tb td:not(:first-child),
.price-tb th:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}
/* line 1601, _global.less */
.price-tb #example tr > *:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 10rem;
  z-index: 1;
  width: 30%;
}
/* line 1610, _global.less */
.price-tb #example tr > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0E0E0E;
  z-index: -1;
}
/* line 1623, _global.less */
.ri-close-fill {
  opacity: 0.3;
}
/* line 1632, _global.less */
.banner-sec {
  padding: 30px 0 var(--spc-60);
}
/* line 1635, _global.less */
.banner-sec .sec-title {
  width: 80%;
  margin: 0 auto 16px;
}
/* line 1640, _global.less */
.banner-sec .comm-para {
  width: 70%;
  margin: 0 auto;
}
/* line 1647, _global.less */
.home-text-sec .logo-wrap {
  top: 40px;
}
/* line 1653, _global.less */
.home-work-wrap .work-card {
  margin: 0;
  border-radius: 16px;
}
/* line 1659, _global.less */
.contactSwiper {
  width: 100%;
}
/* line 1663, _global.less */
.text-wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "tg_r";
  font-size: var(--fs42);
  text-transform: capitalize;
}
/* line 1671, _global.less */
.text-wrap img {
  width: 46px;
  height: 46px;
  display: inline-block;
  position: static !important;
  display: inline-block !important;
}
/* line 1682, _global.less */
.anim-text div {
  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.6) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
  display: inline !important;
}
/* line 1698, _global.less */
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
/* line 1703, _global.less */
.logoSwiper .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 1710, _global.less */
.logo-img img {
  width: unset;
  max-width: unset;
}
/* line 1719, _global.less */
.header-noAnim .header-bg {
  display: none;
}
/* line 1723, _global.less */
.header-noAnim .header-box .container {
  background: #161616;
}
/* line 1728, _global.less */
.videoSwiper {
  height: 100%;
}
/* line 1731, _global.less */
.videoSwiper .swiper-pagination-bullet {
  background: #101010;
  opacity: 0.7;
}
/* line 1736, _global.less */
.videoSwiper .swiper-pagination-bullet-active {
  background: #D95204;
  opacity: 1;
}
/* line 1747, _global.less */
.work-wrap .button-group {
  width: 100%;
  flex-wrap: wrap;
}
/* line 1753, _global.less */
.mob-book {
  display: none;
  display: block;
  margin-left: 16px !important;
  margin-top: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex !important;
  width: 90%;
  margin-bottom: 30px;
  background: #000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 1769, _global.less */
.mob-book.hide {
  opacity: 0;
  visibility: hidden;
}
/* line 1775, _global.less */
.calendly-inline-widget {
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 1781, _global.less */
.calendly-inline-widget::-webkit-scrollbar {
  width: 20px;
}
/* line 1786, _global.less */
.calendly-inline-widget::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* line 1792, _global.less */
.calendly-inline-widget::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
/* line 1798, _global.less */
.calendly-inline-widget::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
/* line 1803, _global.less */
.white-popup-block {
  width: fit-content;
  margin: 0 auto;
  padding: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFF;
  position: relative;
  width: 50vw;
  height: 70vh;
  border-radius: 12px;
  overflow: hidden;
}
/* line 1817, _global.less */
.popup-modal-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
/* line 1823, _global.less */
.popup-modal-dismiss i {
  color: #000;
  font-size: 32px;
}
/* line 1829, _global.less */
.workSwiper {
  width: 50vw;
}
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 18px;
}
/* line 15, _megamenu.less */
.head-right {
  display: flex;
}
/* line 18, _megamenu.less */
.head-right .button {
  height: 40px;
  padding: 0 20px;
}
/* line 24, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-left: 10px;
}
/* line 31, _megamenu.less */
.header-box {
  padding-top: 18px;
}
/* line 35, _megamenu.less */
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 100px;
  width: fit-content;
  padding-right: 12px;
}
/* line 48, _megamenu.less */
.header-bg {
  width: 100%;
  height: var(--header-height);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #161616;
  z-index: -1;
}
/* line 66, _megamenu.less */
.fixHeader .container {
  position: relative;
}
/* line 79, _megamenu.less */
.drop {
  position: relative;
}
/* line 82, _megamenu.less */
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-down-s-line.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
/* line 93, _megamenu.less */
.drop ul {
  position: absolute;
  background: #514d4d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  gap: 30px;
  padding: 30px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 750px;
  display: flex;
  flex-wrap: wrap;
}
/* line 113, _megamenu.less */
.drop ul li {
  padding: 0;
  width: 30%;
}
/* line 117, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 121, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
/* line 127, _megamenu.less */
.drop ul li a:hover {
  color: #F28705;
}
/* line 136, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 141, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 148, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 152, _megamenu.less */
.header-box {
  display: flex;
  height: var(--header-height);
}
/* line 157, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
}
/* line 162, _megamenu.less */
.header-list {
  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 165, _megamenu.less */
.header-list li {
  padding: 7px 24px;
}
/* line 168, _megamenu.less */
.header-list li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
/* line 175, _megamenu.less */
.header-list li a:hover {
  color: var(--primary);
}
/* line 187, _megamenu.less */
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
/* line 193, _megamenu.less */
.menuBtn .button {
  margin-left: 15px;
  margin-right: 0px;
}
/* line 197, _megamenu.less */
.menuBtn .button:first-child {
  margin-left: 0;
}
/* side menu */
/* line 204, _megamenu.less */
.menu {
  display: none;
  position: relative;
}
/* side menu */
/* line 210, _megamenu.less */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
/* line 217, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 232, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 236, _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 252, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 257, _megamenu.less */
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 271, _megamenu.less */
.js-nav-toggle span {
  position: relative;
  background-color: #ffffff;
  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 283, _megamenu.less */
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 298, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 304, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 308, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
/* line 314, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 318, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 323, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 328, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 334, _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 346, _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 360, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 364, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 368, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 373, _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);
}
/* line 386, _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 400, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 407, _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 418, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 426, _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 438, _megamenu.less */
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
/* line 443, _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 459, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 464, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 471, _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 493, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 497, _megamenu.less */
.overlay-grey {
  visibility: visible;
  opacity: 0.6;
}
@media all and (max-width: 990px) {
  /* line 503, _megamenu.less */
  .navigation {
    display: none;
  }
  /* line 507, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 511, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 515, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  /* line 523, _megamenu.less */
  .logo {
    width: 90px;
  }
}
@media all and (max-width: 1600px) {
  /* line 2, _responsive.less */
  .container {
    max-width: 1296px;
  }
  /* line 6, _responsive.less */
  .button {
    font-size: 14px;
  }
}
@media all and (max-width: 1440px) {
  /* line 14, _responsive.less */
  .main-container {
    padding: var(--spc-100) 0 0;
  }
  /* line 18, _responsive.less */
  .user-ball {
    right: 150px;
    transform: translate(0);
  }
  /* line 38, _responsive.less */
  .banner-sec .sec-head {
    margin-bottom: 48px;
  }
  /* line 43, _responsive.less */
  .quick-card {
    padding: 40px;
  }
  /* line 47, _responsive.less */
  .four-ball .user-ball {
    right: 18%;
  }
}
@media all and (max-width: 1366px) {
  /* line 53, _responsive.less */
  :root {
    --fs64: 60px;
    --fs48: 44px;
    --fs42: 36px;
    --fs32: 26px;
    --fs24: 18px;
  }
  /* line 61, _responsive.less */
  .contact-wrap {
    padding: 40px;
  }
  /* line 65, _responsive.less */
  .contact-img {
    max-width: 500px;
    width: 100%;
  }
  /* line 70, _responsive.less */
  .flow-ball {
    width: 200px;
    height: 200px;
    border-radius: 100%;
  }
  /* line 74, _responsive.less */
  .exe-left-img,
  .exe-right-img {
    height: auto;
  }
  /* line 79, _responsive.less */
  .solution-img {
    height: auto;
  }
  /* line 83, _responsive.less */
  .solution-card {
    padding: 40px 50px;
  }
  /* line 87, _responsive.less */
  .quick-img {
    width: 30%;
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  /* line 97, _responsive.less */
  :root {
    --fs96: 60px;
    --fs64: 44px;
    --fs48: 40px;
    --fs42: 30px;
    --fs32: 24px;
  }
  /* line 105, _responsive.less */
  .sec-title {
    font-size: 32px;
  }
  /* line 109, _responsive.less */
  .container {
    max-width: 960px;
  }
  /* line 113, _responsive.less */
  .comm-section {
    padding: var(--spc-40) 0;
  }
  /* line 117, _responsive.less */
  .work-app-sec {
    padding-top: 140px !important;
  }
  /* line 121, _responsive.less */
  .app-content {
    padding-left: 20px;
  }
  /* line 125, _responsive.less */
  .footer-top .f-row {
    width: 50%;
  }
  /* line 129, _responsive.less */
  .footer-top-left {
    flex: 1;
    max-width: 100%;
  }
  /* line 134, _responsive.less */
  .footer-top {
    gap: 30px;
  }
  /* line 140, _responsive.less */
  .text-wrap span {
    width: 40px;
    height: 40px;
  }
  /* line 146, _responsive.less */
  .goal-card {
    height: 450px;
    margin-bottom: 30px;
  }
  /* line 151, _responsive.less */
  .user-ball {
    right: 50%;
    transform: translate(50%);
  }
  /* line 156, _responsive.less */
  .flow-ball-box {
    width: 1150px;
  }
  /* line 160, _responsive.less */
  .client-box {
    display: block;
  }
  /* line 163, _responsive.less */
  .client-box .swiper-btn {
    display: none;
  }
  /* line 168, _responsive.less */
  .talk-card {
    padding: 40px;
  }
  /* line 173, _responsive.less */
  .work-wrap .parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  /* line 178, _responsive.less */
  .work-wrap .work-card {
    border-radius: 20px;
  }
  /* line 184, _responsive.less */
  .quick-card {
    padding: 30px;
  }
  /* line 188, _responsive.less */
  .four-ball .user-ball {
    right: 34%;
  }
  /* line 192, _responsive.less */
  .four-ball .access-ball {
    bottom: 100px;
    left: 28%;
  }
  /* line 197, _responsive.less */
  .four-scope {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  /* line 201, _responsive.less */
  .four-scope .scope-ball {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  /* line 209, _responsive.less */
  :root {
    --fs28: 20px;
  }
  /* line 213, _responsive.less */
  .work-card {
    margin: 5px;
  }
  /* line 217, _responsive.less */
  .contact-wrap {
    padding: 30px;
  }
  /* line 221, _responsive.less */
  .solution-wrap {
    padding-bottom: 100px;
  }
  /* line 224, _responsive.less */
  .solution-wrap .swiper-btn-wrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%) !important;
  }
  /* line 232, _responsive.less */
  .logo-wrap {
    width: 100%;
    padding: 0 20px;
  }
  /* line 241, _responsive.less */
  .accordion {
    padding: 20px 70px 20px 20px;
    line-height: 1.5;
  }
  /* line 246, _responsive.less */
  .acc-item.active .accordion,
  .panel {
    padding-left: 20px;
  }
  /* line 251, _responsive.less */
  .work-content {
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 30px;
    top: unset;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 80%);
    padding: 20px;
  }
  /* line 263, _responsive.less */
  .work-content .button {
    margin-top: 0;
  }
  /* line 267, _responsive.less */
  .work-content h5,
  .work-content p {
    text-align: left;
  }
  /* line 273, _responsive.less */
  .banner-wrap .comm-para {
    width: 100%;
    margin: 0 auto;
  }
  /* line 278, _responsive.less */
  .text-wrap {
    width: 100%;
  }
  /* line 282, _responsive.less */
  .banner-sec .sec-title {
    width: 100%;
  }
  /* line 286, _responsive.less */
  .price-tb tr th:nth-child(1) .comm-para {
    width: 100%;
  }
  /* line 290, _responsive.less */
  .result-wrap .sec-head .comm-para,
  .head-auto {
    width: 100%;
  }
  /* line 298, _responsive.less */
  .work-wrap .button-group {
    width: max-content;
    flex-wrap: nowrap;
  }
  /* line 304, _responsive.less */
  .work-app-sec {
    padding-top: 40px !important;
  }
}
@media all and (max-width: 990px) {
  /* line 310, _responsive.less */
  :root {
    --input-height: 45px;
    --fs96: 40px;
    --fs64: 36px;
    --fs48: 36px;
  }
  /* line 317, _responsive.less */
  .main-container {
    padding: var(--spc-80) 0 0;
  }
  /* line 321, _responsive.less */
  .container {
    max-width: 800px;
  }
  /* line 325, _responsive.less */
  .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  /* line 331, _responsive.less */
  .menuBtn .button {
    margin-right: 40px;
  }
  /* line 334, _responsive.less */
  .menuBtn .button:first-child {
    margin-right: 10px;
  }
  /* line 340, _responsive.less */
  .app-swiper-box .f-row {
    gap: 20px 0;
  }
  /* line 345, _responsive.less */
  .app-content {
    padding-left: 0px;
  }
  /* line 350, _responsive.less */
  .app-head .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 357, _responsive.less */
  .app-wrap {
    padding-bottom: 40px;
  }
  /* line 361, _responsive.less */
  .elevat-wrap .sec-title {
    font-size: 32px;
  }
  /* line 365, _responsive.less */
  .footer-top {
    flex-wrap: wrap;
  }
  /* line 368, _responsive.less */
  .footer-top .f-row {
    width: 60%;
  }
  /* line 373, _responsive.less */
  .key-box {
    gap: 20px;
  }
  /* line 378, _responsive.less */
  .execution-wrap .f-row {
    gap: 40px;
  }
  /* line 382, _responsive.less */
  .execution-wrap p {
    max-width: 100%;
  }
  /* line 387, _responsive.less */
  .solution-card {
    padding: 30px 40px;
  }
  /* line 391, _responsive.less */
  .header-box .container {
    width: calc(100% - 30px);
    justify-content: space-between;
  }
  /* line 396, _responsive.less */
  .talk-card {
    padding: 20px;
  }
  /* line 400, _responsive.less */
  .banner-img {
    transform: none;
  }
  /* line 404, _responsive.less */
  .banner-wrap {
    padding-top: 40px;
  }
  /* line 408, _responsive.less */
  .home-text-sec .logo-wrap {
    top: 20px;
  }
  /* line 412, _responsive.less */
  .quick-wrap {
    justify-content: space-between;
  }
  /* line 416, _responsive.less */
  .header-box .container {
    padding-right: -15px;
  }
  /* line 420, _responsive.less */
  .scope-content {
    width: 100%;
  }
  /* line 424, _responsive.less */
  .work-wrap .parent {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  /* line 430, _responsive.less */
  .work-wrap .parent > div {
    height: 300px;
  }
  /* line 435, _responsive.less */
  .contact-wrap .f-row {
    gap: 40px 0;
  }
  /* line 441, _responsive.less */
  .four-ball .brand-ball {
    width: 150px;
    height: 150px;
  }
  /* line 446, _responsive.less */
  .four-ball .access-ball {
    width: 160px;
    height: 160px;
  }
  /* line 451, _responsive.less */
  .four-ball .user-ball {
    width: 170px;
    height: 170px;
    right: 37%;
  }
  /* line 458, _responsive.less */
  .three-scope {
    flex-direction: column;
  }
  /* line 461, _responsive.less */
  .three-scope .scope-ball {
    margin-left: 0;
  }
  /* line 468, _responsive.less */
  .swiper-3d .swiper-slide-shadow {
    background: none;
  }
}
@media all and (max-width: 768px) {
  /* line 475, _responsive.less */
  :root {
    --fs24: 20px;
  }
  /* line 479, _responsive.less */
  .container {
    max-width: 100%;
  }
  /* line 483, _responsive.less */
  .sec-head {
    width: 80%;
  }
  /* line 487, _responsive.less */
  .element-item {
    width: 48%;
  }
  /* line 492, _responsive.less */
  .contact-wrap .f-row {
    gap: 40px 0;
  }
  /* line 497, _responsive.less */
  .access-ball {
    width: 170px;
    height: 170px;
    border-radius: 100%;
  }
  /* line 501, _responsive.less */
  .talk-wrap .f-col:first-child,
  .talk-wrap .f-col:last-child {
    transform: translateY(0%);
  }
  /* line 507, _responsive.less */
  .talk-wrap .f-row {
    gap: 40px 0;
  }
  /* line 512, _responsive.less */
  .talk-card {
    padding: 50px;
  }
  /* line 516, _responsive.less */
  .banner-img-box {
    gap: 20px;
  }
  /* line 520, _responsive.less */
  .quick-wrap {
    height: auto;
    padding-top: 0;
  }
  /* line 525, _responsive.less */
  .solution-content {
    max-width: 100%;
  }
  /* line 529, _responsive.less */
  .quickSwiper {
    max-width: 90vw;
    overflow: visible;
  }
  /* line 534, _responsive.less */
  .talk-card {
    height: 100%;
  }
}
@media all and (max-width: 640px) {
  /* line 543, _responsive.less */
  :root {
    --fs24: 18px;
  }
  /* line 551, _responsive.less */
  .sec-head {
    width: 100%;
  }
  /* line 555, _responsive.less */
  .work-banner-sec {
    padding-top: 40px;
  }
  /* line 559, _responsive.less */
  .footer-top {
    flex-direction: column;
  }
  /* line 562, _responsive.less */
  .footer-top .f-row {
    width: 100%;
  }
  /* line 568, _responsive.less */
  .desk-text p {
    display: none;
  }
  /* line 573, _responsive.less */
  .mob-text {
    display: block;
  }
  /* line 578, _responsive.less */
  .text-wrap p {
    font-size: 24px;
  }
  /* line 583, _responsive.less */
  .scope-ball {
    padding: 20px;
    width: 300px;
    height: 300px;
  }
  /* line 589, _responsive.less */
  .user-ball {
    width: 140px;
    height: 140px;
    border-radius: 100%;
  }
  /* line 593, _responsive.less */
  .key-box {
    flex-direction: column;
  }
  /* line 597, _responsive.less */
  .key-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  /* line 603, _responsive.less */
  .key-no {
    margin-bottom: 0;
  }
  /* line 607, _responsive.less */
  .exe-img-box {
    flex-direction: column;
  }
  /* line 611, _responsive.less */
  .exe-left-img,
  .exe-right-img {
    width: 100%;
  }
  /* line 616, _responsive.less */
  .swiper-btn {
    width: 50px;
    height: auto;
  }
  /* line 621, _responsive.less */
  .solution-wrap .swiper-btn-wrap {
    bottom: 50px;
  }
  /* line 625, _responsive.less */
  .work-video-wrap {
    height: auto;
  }
  /* line 630, _responsive.less */
  .solution-content {
    max-width: 100%;
  }
  /* line 636, _responsive.less */
  .quick-img {
    width: 30%;
  }
  /* line 640, _responsive.less */
  .text-wrap span {
    width: 24px;
    height: 24px;
  }
  /* line 645, _responsive.less */
  .price-tb .table {
    min-width: 750px;
  }
  /* line 649, _responsive.less */
  .price-tb #example tr > *:first-child {
    width: 30%;
  }
  /* line 653, _responsive.less */
  .text-sec {
    height: auto;
    padding: 240px 0 80px !important;
  }
  /* line 662, _responsive.less */
  .quickSwiper .swiper-slide-prev,
  .quickSwiper .swiper-slide-next {
    opacity: 1;
  }
  /* line 672, _responsive.less */
  .four-ball .goal-ball {
    position: static;
    transform: none;
  }
  /* line 678, _responsive.less */
  .ball-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
    margin-top: 30px;
  }
  /* line 686, _responsive.less */
  .goal-card {
    height: auto;
  }
}
@media all and (max-width: 576px) {
  /* line 693, _responsive.less */
  :root {
    --fs32: 20px;
  }
  /* line 697, _responsive.less */
  .element-item {
    width: 100%;
  }
  /* line 701, _responsive.less */
  .scope-content {
    flex-direction: column;
  }
  /* line 705, _responsive.less */
  .scope-ball:nth-child(2) {
    margin-left: 0px;
  }
  /* line 709, _responsive.less */
  .access-ball {
    width: 140px;
    height: 140px;
    border-radius: 100%;
  }
  /* line 714, _responsive.less */
  .solution-card .f-row {
    gap: 30px 0;
  }
  /* line 719, _responsive.less */
  .solution-wrap {
    padding-bottom: 50px;
  }
  /* line 723, _responsive.less */
  .client-card {
    padding: 30px 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 730, _responsive.less */
  :root {
    --fs24: 18px;
  }
  /* line 734, _responsive.less */
  .footer-bottom ul {
    gap: 20px;
  }
  /* line 738, _responsive.less */
  .contact-wrap {
    padding: 20px;
  }
  /* line 742, _responsive.less */
  .goal-ball {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: static;
    margin-left: 30px;
  }
  /* line 748, _responsive.less */
  .goal-card {
    height: auto;
  }
  /* line 751, _responsive.less */
  .goal-card .comm-para {
    margin-bottom: 40px;
  }
  /* line 756, _responsive.less */
  .user-ball {
    transform: translate(100%);
  }
  /* line 761, _responsive.less */
  .talk-wrap .f-row {
    gap: 15px 0;
  }
  /* line 765, _responsive.less */
  .talk-wrap .f-col {
    padding: 0 7px;
  }
  /* line 771, _responsive.less */
  .work-wrap .sec-head {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 777, _responsive.less */
  .banner-img-1 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 40vw;
  }
  /* line 784, _responsive.less */
  .banner-img-5 {
    position: absolute !important;
    top: 0;
    width: 40vw;
    left: unset !important;
    right: 0;
  }
  /* line 793, _responsive.less */
  .banner-img {
    height: auto;
  }
  /* line 797, _responsive.less */
  .banner-img-box {
    height: 80vw;
    align-items: flex-end;
    padding: 0;
  }
  /* line 803, _responsive.less */
  .quick-card {
    padding: 20px;
  }
  /* line 807, _responsive.less */
  .quickSwiper {
    overflow: visible;
  }
  /* line 811, _responsive.less */
  .solution-card {
    padding: 20px 30px;
  }
  /* line 819, _responsive.less */
  .header-box .container {
    gap: 1px;
  }
  /* line 825, _responsive.less */
  .home-work-wrap .work-img {
    height: 250px;
  }
  /* line 830, _responsive.less */
  .three-card-wrap .f-col > div {
    padding: 30px;
  }
  /* line 834, _responsive.less */
  .text-wrap {
    width: 100%;
  }
  /* line 838, _responsive.less */
  .footer-logo {
    width: 120px;
  }
  /* line 842, _responsive.less */
  .accordion::after,
  .accordion:before {
    right: 20px;
  }
  /* line 847, _responsive.less */
  .app-img-swiper .swiper-slide {
    height: auto;
  }
  /* line 851, _responsive.less */
  .menuBtn .button {
    margin-right: 40px;
    padding: 0 32px;
  }
  /* line 857, _responsive.less */
  .desk-book {
    display: none;
  }
  /* line 861, _responsive.less */
  .app-content {
    padding: 30px 0;
  }
  /* line 865, _responsive.less */
  .contact-wrap {
    border: none;
    background: none;
    padding: 0;
  }
  /* line 873, _responsive.less */
  .four-ball .goal-ball {
    margin-left: 0;
  }
  /* line 877, _responsive.less */
  .four-ball .user-ball {
    transform: none;
  }
  /* line 882, _responsive.less */
  .result-img {
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  /* line 889, _responsive.less */
  :root {
    --header-height: 70px;
  }
  /* line 893, _responsive.less */
  .goal-ball {
    margin-left: 20px;
  }
  /* line 897, _responsive.less */
  .user-ball {
    transform: translate(70%);
  }
  /* line 901, _responsive.less */
  .talk-card {
    padding: 40px;
  }
  /* line 905, _responsive.less */
  .price-card {
    padding: 30px;
  }
  /* line 909, _responsive.less */
  .app-swiper-box {
    padding: 10px;
  }
  /* line 917, _responsive.less */
  .talk-card {
    padding: 20px;
  }
  /* line 921, _responsive.less */
  .talk-card p {
    font-size: 16px;
  }
  /* line 925, _responsive.less */
  .price-tb .table {
    min-width: 650px;
  }
  /* line 929, _responsive.less */
  .three-card-wrap .f-col > div {
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=main.css.map */